#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericVirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // System.Action`1 struct Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83; // System.Action`1 struct Action_1_tB0049C0C5F759294C4324FC2F877CB233B2CE88C; // System.Action`1 struct Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE; // System.Action`2 struct Action_2_tEEDE22E9727265D12EED7DDDBA22217341029552; // System.Action`2 struct Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39; // System.Action`2 struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D; // System.Comparison`1 struct Comparison_1_t47C8B3739FFDD51D29B281A2FD2C36A57DDF9E38; // 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_tEB5D55E42E5DA520002C808F5126BAC54EE05086; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28; // System.Func`1 struct Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F; // System.Func`1 struct Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1; // System.Func`2 struct Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A; // System.Func`4 struct Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_tED3FAE588A6FD3ED0A4589C52122AB8F53D8A3B8; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t673DFF64E51C18A8B1287F4BD988966CE3B15A45; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_t52688E22ECB76187D27EE42DC318ADE0C87C08AD; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t9320541D40519DDF604F5C4B0455C22D16C11D59; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92; // System.Collections.Generic.List`1 struct List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE; // System.Collections.Generic.List`1 struct List_1_t39946D94B66FAE9B0DED5D3A84AD116AF9DDDCC1; // System.Collections.Generic.List`1 struct List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836; // System.Collections.Generic.List`1 struct List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1; // System.Collections.Generic.List`1 struct List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772; // System.Collections.Generic.List`1 struct List_1_tEF3D2378B547F18609950BEABF54AF34FBBC9733; // System.Collections.Generic.List`1 struct List_1_t406EC705E72137D2240DC7D4E2B21A200546B181; // System.Collections.Generic.List`1 struct List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189; // System.Collections.Generic.List`1 struct List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E; // System.Collections.Generic.List`1 struct List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44; // 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_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256; // System.Collections.Generic.List`1 struct List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0; // System.Collections.Generic.List`1 struct List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181; // System.Predicate`1 struct Predicate_1_t8017F753C416484034195A381B4778389CC82D53; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // JCUnityLib.Singleton`1 struct Singleton_1_t47D81B5C54E6B1E9FD1B32B047A66ADB3B425320; // JCUnityLib.Singleton`1 struct Singleton_1_t071853BF0705B5B5B8F435CF6F7E4AE60E60507D; // System.Collections.Generic.Stack`1 struct Stack_1_t7B63F93F3C5FA452C37D6EC4E51A4F56AF3D7B92; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_t1F0C522D7E1AF29C9A63298B92294F2A5767D629; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tFBFFEE254DD9C388E8A53F9F49CA1631C7656105; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_t5B912FAD1DE060F5B5D3ABD3F62E71601E7905EE; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t3C817E48F67D5B83DAF5D3D60015C4282F48792A; // 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; // UnityEngine.ContactPoint[] struct ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B; // 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.SocketIO.Events.EventDescriptor[] struct EventDescriptorU5BU5D_t31B350DDADE1136CCEB5DB6C20FE713A5E5609F2; // BestHTTP.Extensions.HeaderValue[] struct HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6; // BestHTTP.Extensions.IHeartbeat[] struct IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID[] struct KeyPurposeIDU5BU5D_tC4AA179105487D6E05C1A2FECCCBFAE997E6CEE3; // BestHTTP.ServerSentEvents.Message[] struct MessageU5BU5D_t435D8E166688B8FFF2C3F279EEC353F4890FC620; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // UnityEngine.ParticleSystem[] struct ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // BestHTTP.SocketIO.Events.SocketIOCallback[] struct SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.IO.Stream[] struct StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.TimeStampAndCrl[] struct TimeStampAndCrlU5BU5D_t02CC924A06010B430AC0BB46AF67ED58B31BB628; // UnityEngine.Transform[] struct TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt[] struct PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1; // UnityEngine.ParticleSystem/Particle[] struct ParticleU5BU5D_tF02F4854575E99F3004B58B6CC6BB2373BAEB04C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve struct AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mFieldElement struct AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint struct AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9; // UnityEngine.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03; // 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.Asn1SequenceParser struct Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set struct Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser struct Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObjectParser struct Asn1TaggedObjectParser_t5407764EC38994CF1761CAE79B40DC42E55DD728; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair struct AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // UnityEngine.AsyncOperation struct AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Attributes struct Attributes_t241AA09EB05F1DC88E6C0EEAFB35EA2A8D865ECF; // UnityEngine.AudioClip struct AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B; // System.Threading.AutoResetEvent struct AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D; // UnityEngine.EventSystems.BaseEventData struct BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E; // UnityEngine.EventSystems.BaseInputModule struct BaseInputModule_t395DEB45C225A941B2C831CBDB000A23E5899924; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequence struct BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerTaggedObject struct BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9; // System.IO.BinaryWriter struct BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // BestHTTP.Extensions.BufferPoolMemoryStream struct BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E; // UnityEngine.CharacterController struct CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02; // UnityEngine.Collision struct Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // BestHTTP.ConnectionBase struct ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57; // UnityEngine.ControllerColliderHit struct ControllerColliderHit_t483E787AA2D92263EC1F899BCF1FFC3F2B96D550; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7; // BestHTTP.Authentication.Credentials struct Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8; // UnityStandardAssets.Utility.CurveControlledBob struct CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DHKeyGeneratorHelper struct DHKeyGeneratorHelper_t70D584644E832C7E2D3D4B619E335177C2A83909; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters struct DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHValidationParameters struct DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String struct DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve struct ECCurve_t850A42EEB1867F313B111B5A75430D443165B926; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism struct ECEndomorphism_tC94CEDEA023268D74990A2B2C08487E5D3DE2F7E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement struct ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECLookupTable struct ECLookupTable_t7752B9FA91458655082F5D880E01596F49F02601; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier struct ECMultiplier_t157DBBD8C0030BD905D93F22A7EDD2DD8AF2C0AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448KeyGenerationParameters struct Ed448KeyGenerationParameters_tDAB3BB57F1CF154A6B43EAA4213D48FB44381016; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Ed448KeyPairGenerator struct Ed448KeyPairGenerator_t14E533E245FA92E4E1D898FCDAD5C8503965DFDB; // 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.SecureProtocol.Org.BouncyCastle.Asn1.EdEC.EdECObjectIdentifiers struct EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64; // UnityStandardAssets.ImageEffects.EdgeDetection struct EdgeDetection_t40202BF946016AF583BF39E438E9C4AAEAC53CC6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ElGamalEngine struct ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyGenerationParameters struct ElGamalKeyGenerationParameters_t9DD985B7F64F63A0FC4CAE066DCAB75473B01061; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ElGamalKeyPairGenerator struct ElGamalKeyPairGenerator_t9321D7A9FA6787C1AEF2681CA3EC62AA06093E24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters struct ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.ElGamalParameter struct ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters struct ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ElGamalParametersGenerator struct ElGamalParametersGenerator_t7793B05DC46A6C4272DF17D638C3D2AFA0063FB4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPrivateKeyParameters struct ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters struct ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826; // Ellipse struct Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182; // EmailValidateController struct EmailValidateController_t6A2A969EEE8920BAF68443955A8F42511E74253C; // Microsoft.CodeAnalysis.EmbeddedAttribute struct EmbeddedAttribute_tD9AECC2A5FF80678B3EF0F991A8F7864D4D6217B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EmptyEnumerable struct EmptyEnumerable_tF29905C07F55D906B61ABE502F5933BD8132FFA6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EmptyEnumerator struct EmptyEnumerator_tD96783B6048AE14D4CED5A7D3CE0C88889825808; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncKeyWithID struct EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752; // System.Text.Encoder struct Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo struct EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfoParser struct EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedData struct EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedData struct EncryptedData_t723978F9CCFCFBC5C581B8075958D1CB6AA28604; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedKey struct EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo struct EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.EncryptedPrivateKeyInfoFactory struct EncryptedPrivateKeyInfoFactory_t6A5538787251FFD9A6D041A083DA691B606964BA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue struct EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.EncryptionAlgorithm struct EncryptionAlgorithm_t5999176CAD1DC57740D8283B29AD8AF4BEC2B69C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.EncryptionException struct EncryptionException_t12E7FCDEDFE1D27B6F076E0B23919DCF4BB0671B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptionScheme struct EncryptionScheme_tF6D3E1C9A31370065D9A5D693F204C4EA218F757; // System.IO.EndOfStreamException struct EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.EntropyUtilities struct EntropyUtilities_t6586216DA30B3049F5B9468C65C36B69B9691F9B; // Entry struct Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EnumerableProxy struct EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Enums struct Enums_tAC2850AD7D073D9327388689190CBD4C0F88244E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData struct EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser struct EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6; // BestHTTP.SocketIO.Error struct Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent struct ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.EsfAttributes struct EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertID struct EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2 struct EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.EtsiQCObjectIdentifiers struct EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8; // BestHTTP.SocketIO.Events.EventDescriptor struct EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC; // BestHTTP.ServerSentEvents.EventSource struct EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39; // BestHTTP.ServerSentEvents.EventSourceResponse struct EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A; // UnityEngine.EventSystems.EventSystem struct EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C; // EventSystemChecker struct EventSystemChecker_t554234CB60C9E738FD303092A56CD26367B062FA; // BestHTTP.SocketIO.Events.EventTable struct EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Evidence struct Evidence_tFA11085D4AF857CEB136DD0FB4F56B2C91A7574C; // System.Exception struct Exception_t; // System.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8; // UnityStandardAssets.Effects.ExplosionFireAndDebris struct ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372; // UnityStandardAssets.Effects.ExplosionPhysicsForce struct ExplosionPhysicsForce_t92F04E2EA5E8C95A9507142186FEA3A9B92D6249; // UnityStandardAssets.Effects.Explosive struct Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C; // LitJson.ExporterFunc struct ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ExporterLabel struct ExporterLabel_tD8C9EBC8C250ADD24BA209D952919F0646184805; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage struct ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ExtensionType struct ExtensionType_t99BE11CEA3D1E7A54240A40233BF63725FC9EE64; // UnityStandardAssets.Effects.ExtinguishableParticleSystem struct ExtinguishableParticleSystem_tB1222E2E4E6DF93C84E4802D862241686763E886; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve struct F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement struct F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mPoint struct F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F; // UnityStandardAssets.Utility.FOVKick struct FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B; // UnityStandardAssets.Utility.FPSCounter struct FPSCounter_tF2268A22CBACEC039559677EB549E1C0CA9CB094; // FPSTester struct FPSTester_t1377BC62F837A3B24174D7AC48AD13874B48C56F; // BestHTTP.SignalR.Messages.FailureMessage struct FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F; // BestHTTP.FileConnection struct FileConnection_tA6431B122AA31FBDD3050A1D909840045D1B0BAA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Utilities.FilterStream struct FilterStream_t252B95C9E565E7E252909416611E4FE424C8D3B4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream struct FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.FiniteFieldDheGroup struct FiniteFieldDheGroup_t0A77A200BF2D1BC9CFFEECAB0D19E7B7AB613837; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.FiniteFields struct FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E; // UnityStandardAssets.Effects.FireLight struct FireLight_tA88E590256D6565021C06711C4DDCA7D794C19AC; // UnityStandardAssets.Characters.FirstPerson.FirstPersonController struct FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA; // UnityEngine.UI.FontData struct FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.GF2Polynomial struct GF2Polynomial_t15EDB2CE19D33BA2DD7A61FCFBA02D1673C12EC9; // UnityEngine.GUIStyle struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726; // UnityEngine.GUIStyleState struct GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9; // BestHTTP.Decompression.Zlib.GZipStream struct GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName struct GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames struct GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.GenericPolynomialExtensionField struct GenericPolynomialExtensionField_tDE7269B3338AA2B4391306FB7C10C32AD0960F44; // BestHTTP.Caching.HTTPCacheFileInfo struct HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA; // BestHTTP.HTTPConnectionRecycledDelegate struct HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A; // BestHTTP.Forms.HTTPFormBase struct HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2; // BestHTTP.HTTPRequest struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42; // BestHTTP.HTTPResponse struct HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD; // BestHTTP.SocketIO.HandshakeData struct HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // BestHTTP.Extensions.HeaderValue struct HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77; // BestHTTP.Extensions.HeartbeatManager struct HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible struct IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // 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.IEntropySource struct IEntropySource_tB5D9DE195690CD14EA3F129F3F30B2B6A8B21CCE; // System.Collections.IEnumerable struct IEnumerable_t47A618747A1BB2A868710316F7372094849163A2; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField struct IFiniteField_t93F742CE2136665713411FB881C26BD6E901868C; // BestHTTP.Extensions.IHeartbeat struct IHeartbeat_t7FD51FFA06B22C3BA75291F512E1F7D47F28789D; // BestHTTP.PlatformSupport.FileSystem.IIOService struct IIOService_tF7DA01C1F131FD1C1649DAA43FA8E1DB006B8586; // BestHTTP.SocketIO.JsonEncoders.IJsonEncoder struct IJsonEncoder_t8AFBA6DF3423D5C5722CF12AC56A9006517B1F1A; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // BestHTTP.Logger.ILogger struct ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA; // System.Net.IPAddress struct IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IPolynomial struct IPolynomial_t32E76F737ABA75130C2897D9222256285C455755; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IPolynomialExtensionField struct IPolynomialExtensionField_t969265F2B050C50E58B08B2FF8C6390DEE0895D7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator struct IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A; // BestHTTP.SocketIO.Transports.ITransport struct ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof struct IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial struct IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37; // LitJson.JsonWriter struct JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters struct KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID struct KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59; // UnityStandardAssets.Utility.LerpControlledBob struct LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214; // UnityEngine.Light struct Light_tA2F349FE839781469A0344CF6039B51512394275; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray struct LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644; // System.Security.Cryptography.MD5 struct MD5_t6B7B1C4D40C383D0AD84BB8DDE4DE4B29BA627FB; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // o0Project.MatrixF2D struct MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // BestHTTP.ServerSentEvents.Message struct Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // UnityStandardAssets.Characters.FirstPerson.MouseLook struct MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // UnityStandardAssets.Utility.ObjectResetter struct ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2; // BestHTTP.OnBeforeHeaderSendDelegate struct OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F; // BestHTTP.OnBeforeRedirectionDelegate struct OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238; // BestHTTP.OnDownloadProgressDelegate struct OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69; // BestHTTP.ServerSentEvents.OnErrorDelegate struct OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6; // BestHTTP.ServerSentEvents.OnEventDelegate struct OnEventDelegate_t4505E6609923ED7F137E5EFD9D00278A4FAB0CD8; // BestHTTP.ServerSentEvents.OnGeneralEventDelegate struct OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C; // BestHTTP.ServerSentEvents.OnMessageDelegate struct OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F; // BestHTTP.OnRequestFinishedDelegate struct OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4; // BestHTTP.ServerSentEvents.OnRetryDelegate struct OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33; // BestHTTP.ServerSentEvents.OnStateChangedDelegate struct OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1; // BestHTTP.OnUploadProgressDelegate struct OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo struct OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D; // BestHTTP.SocketIO.Packet struct Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom struct ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC; // UnityEngine.ParticleSystem struct ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText struct PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo struct PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17; // UnityStandardAssets.ImageEffects.PostEffectsBase struct PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.PrimeField struct PrimeField_t0FE38EAEDBDA80F49F0A7791318D76083C397797; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo struct PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA; // BestHTTP.Proxy struct Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6; // System.Random struct Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo struct RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectOffset struct RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F; // System.Text.RegularExpressions.RegexCode struct RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5; // System.Text.RegularExpressions.RegexRunnerFactory struct RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96; // UnityEngine.RenderTexture struct RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849; // RequestResult struct RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39; // System.Text.RegularExpressions.SharedReference struct SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926; // BestHTTP.SocketIO.Socket struct Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B; // BestHTTP.SocketIO.Events.SocketIOCallback struct SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE; // BestHTTP.SocketIO.SocketManager struct SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0; // BestHTTP.SocketIO.SocketOptions struct SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // BestHTTP.StreamList struct StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // UnityEngine.TextGenerator struct TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.TimeStampTokenEvidence struct TimeStampTokenEvidence_t5AB47E244550737FD9D2B935A90398957EDB482E; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // System.Type struct Type_t; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WTauNafMultiplier struct WTauNafMultiplier_t27D3354D43208FC0C3F3888447B02F4E8DB904C8; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319; // LitJson.WriterContext struct WriterContext_tF5B3EACFF8422E240058918EF5F9E83C618277F3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extension struct X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB; // UnityEngine.AudioClip/PCMReaderCallback struct PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B; // UnityEngine.AudioClip/PCMSetPositionCallback struct PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C; // UnityEngine.Camera/CameraCallback struct CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D; // UnityEngine.Canvas/WillRenderCanvases struct WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer/Buffer struct Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C; // EmailValidateController/d__0 struct U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7; // EmailValidateController/d__1 struct U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC; // Entry/d__6 struct U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C; // Entry/d__4 struct U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0; // BestHTTP.SocketIO.Events.EventTable/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t526267A39AF0706B4C3DD931775FC983B2DD74B9; // UnityStandardAssets.Effects.ExplosionFireAndDebris/d__4 struct U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C; // UnityStandardAssets.Effects.ExplosionPhysicsForce/d__1 struct U3CStartU3Ed__1_t24DE4184D83464B6FD686B53CCD077B6A766FB41; // UnityStandardAssets.Effects.Explosive/d__8 struct U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF; // BestHTTP.Extensions.Extensions/<>c__DisplayClass19_0 struct U3CU3Ec__DisplayClass19_0_tB7BAD64D9611CE200C5A2DAABA023EE8466BA2C1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve/DefaultF2mLookupTable struct DefaultF2mLookupTable_tD2A1DEC8ECDF291787FA30630B2A4AF107126D0C; // UnityStandardAssets.Utility.FOVKick/d__10 struct U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935; // UnityStandardAssets.Utility.FOVKick/d__9 struct U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; IL2CPP_EXTERN_C RuntimeClass* Action_2_tEEDE22E9727265D12EED7DDDBA22217341029552_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* Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1TaggedObjectParser_t5407764EC38994CF1761CAE79B40DC42E55DD728_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DHKeyGeneratorHelper_t70D584644E832C7E2D3D4B619E335177C2A83909_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DHParametersHelper_t11B8BF78FB17525874F983B0E666149C2213605B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeUtilities_t648A151F813B53590155F85F0F7EE722B161873A_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* DefaultF2mLookupTable_tD2A1DEC8ECDF291787FA30630B2A4AF107126D0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ElGamalKeyGenerationParameters_t9DD985B7F64F63A0FC4CAE066DCAB75473B01061_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EmptyEnumerable_tF29905C07F55D906B61ABE502F5933BD8132FFA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EmptyEnumerator_tD96783B6048AE14D4CED5A7D3CE0C88889825808_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncryptedData_t723978F9CCFCFBC5C581B8075958D1CB6AA28604_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncryptionScheme_tF6D3E1C9A31370065D9A5D693F204C4EA218F757_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Evidence_tFA11085D4AF857CEB136DD0FB4F56B2C91A7574C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExporterLabel_tD8C9EBC8C250ADD24BA209D952919F0646184805_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExtensionType_t99BE11CEA3D1E7A54240A40233BF63725FC9EE64_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GF2Polynomial_t15EDB2CE19D33BA2DD7A61FCFBA02D1673C12EC9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GenericPolynomialExtensionField_tDE7269B3338AA2B4391306FB7C10C32AD0960F44_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_2_tED3FAE588A6FD3ED0A4589C52122AB8F53D8A3B8_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* IEntropySource_tB5D9DE195690CD14EA3F129F3F30B2B6A8B21CCE_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* IIOService_tF7DA01C1F131FD1C1649DAA43FA8E1DB006B8586_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParticleU5BU5D_tF02F4854575E99F3004B58B6CC6BB2373BAEB04C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PbeUtilities_tFC3AAA915CD845D87146D5DB52CB269A88E52C3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t8017F753C416484034195A381B4778389CC82D53_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PrimeField_t0FE38EAEDBDA80F49F0A7791318D76083C397797_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SocketIOErrors_tE1E2853361D8D6CAEEAB28FFBA75E7EADC996136_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* States_t1DDFB5D15E0FADAC47E81AA2B2CE0474A9ECB3D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079_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* ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CStartU3Ed__1_t24DE4184D83464B6FD686B53CCD077B6A766FB41_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass19_0_tB7BAD64D9611CE200C5A2DAABA023EE8466BA2C1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass6_0_t526267A39AF0706B4C3DD931775FC983B2DD74B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WTauNafMultiplier_t27D3354D43208FC0C3F3888447B02F4E8DB904C8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD; IL2CPP_EXTERN_C String_t* _stringLiteral0111B5191EACD36A8C27934259D54890A0968C88; IL2CPP_EXTERN_C String_t* _stringLiteral03E9BCD3ECD3BE36275494DFFD6E1DB3C0312ED9; IL2CPP_EXTERN_C String_t* _stringLiteral04C8B9CA601D09C92B620D508D19F994619B6489; IL2CPP_EXTERN_C String_t* _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B; IL2CPP_EXTERN_C String_t* _stringLiteral06D306DE2D09CB22A22EBA40897476D5F1788FE0; IL2CPP_EXTERN_C String_t* _stringLiteral07D17A3EE5AA5EA86EDE46348DAEB7FE933440BC; IL2CPP_EXTERN_C String_t* _stringLiteral093507DEB05FB14DD8659BC619825EC3274FD8C6; IL2CPP_EXTERN_C String_t* _stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10; IL2CPP_EXTERN_C String_t* _stringLiteral0A13144785A5FF4DC73F47C93FCA0D8E613ABF12; IL2CPP_EXTERN_C String_t* _stringLiteral0B37F53CC55B5F786E1F166009C61CD9890AF224; IL2CPP_EXTERN_C String_t* _stringLiteral0E5584AFF0328C3E9B727CFB3887E9E710B0F53D; IL2CPP_EXTERN_C String_t* _stringLiteral0E9C7EC66796179F504EE3E8DA0FCDDE429FCBEA; IL2CPP_EXTERN_C String_t* _stringLiteral0FD7B3C1033C1EF1C45607B35492B62E1CFC7C11; IL2CPP_EXTERN_C String_t* _stringLiteral11458CB676B17FDBC854E855460B86C0F96BD86E; IL2CPP_EXTERN_C String_t* _stringLiteral12F6D3D621B40A668313F3082DA0A36D73D0AA52; IL2CPP_EXTERN_C String_t* _stringLiteral16D46E00A879AD1C9053ED90B4B148D721A45E92; IL2CPP_EXTERN_C String_t* _stringLiteral17708B72EC859E0A7BA6DAFBB240D1B447C87E65; IL2CPP_EXTERN_C String_t* _stringLiteral18425C4666158E8AFC752182BAA35A0F096B4D2A; IL2CPP_EXTERN_C String_t* _stringLiteral198AA065BF0F912BD6F5F93869BD5C361671F98B; IL2CPP_EXTERN_C String_t* _stringLiteral1A997B3A9A8B12CFDBF937AF62469873CB6FAADD; IL2CPP_EXTERN_C String_t* _stringLiteral1EA6EEDCE2E77DE061420FA38CA55104CE5A588E; IL2CPP_EXTERN_C String_t* _stringLiteral207B3D9446F2D4167D3D15FA99BDA04AA93AD0A0; IL2CPP_EXTERN_C String_t* _stringLiteral2194879CC5215B9CDD8A4A0ED3A75EBAE4247864; IL2CPP_EXTERN_C String_t* _stringLiteral2239F8201FAD8D5D966F1F2EFAFB618C7A7C0553; IL2CPP_EXTERN_C String_t* _stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469; IL2CPP_EXTERN_C String_t* _stringLiteral2609ED28821D516F986477D0401D27F116C7BB5D; IL2CPP_EXTERN_C String_t* _stringLiteral265E15F1F86F1C766555899D5771CF29055DE75A; IL2CPP_EXTERN_C String_t* _stringLiteral27002B9BE41A625217AB81BE1906E31855175FDD; IL2CPP_EXTERN_C String_t* _stringLiteral27A15AFC1B64AE48E9A0E1B18BB631E9114C810A; IL2CPP_EXTERN_C String_t* _stringLiteral283B032BD6AD83D538DFFC5F6B55104EAEEEA51F; IL2CPP_EXTERN_C String_t* _stringLiteral28B7EDF9E324F8C7C00DCE82B9611E6089187E1F; IL2CPP_EXTERN_C String_t* _stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7; IL2CPP_EXTERN_C String_t* _stringLiteral2A293F1E0CEC51496717DA60BC97E1ED807BB582; IL2CPP_EXTERN_C String_t* _stringLiteral2A3504D875A3BB8D481170B4AD4CD1FAD611D088; IL2CPP_EXTERN_C String_t* _stringLiteral2B9B6C84CC15492CCB290C4B79418FA6D7DD24C1; IL2CPP_EXTERN_C String_t* _stringLiteral2BEBC0B11E84DD9BC3CB80865FE538130A2DBA2E; IL2CPP_EXTERN_C String_t* _stringLiteral2BF466A7F20833974993487407F7DAE41976E32C; IL2CPP_EXTERN_C String_t* _stringLiteral2C31C686E0C84134B4E5C55FE160ABE4C0D5031B; IL2CPP_EXTERN_C String_t* _stringLiteral2C3323E6A37819D4C4AC310608DA4CF7FB13A968; IL2CPP_EXTERN_C String_t* _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08; IL2CPP_EXTERN_C String_t* _stringLiteral305257FE9F83775B395C7A115F4F08C6163C2C14; IL2CPP_EXTERN_C String_t* _stringLiteral33CDA54249DD6FC0C632F8D17499228D4BE05029; IL2CPP_EXTERN_C String_t* _stringLiteral34077EF4BA7E36D7E714C11E9B448D6C536ED8A3; IL2CPP_EXTERN_C String_t* _stringLiteral3511DB92D800773D9C2ACA4FD499B9035EA335ED; IL2CPP_EXTERN_C String_t* _stringLiteral3593CC227878D86540F00CB22358EB80C1BFDA6A; IL2CPP_EXTERN_C String_t* _stringLiteral3691C20A79135F0CB05906F2B205DC442FA6CF5A; IL2CPP_EXTERN_C String_t* _stringLiteral388865D05BC03D5848CED44356ABE63A1A881778; IL2CPP_EXTERN_C String_t* _stringLiteral39E1D3A8000F77CBF4FD7D763F01F703EBBEC4ED; IL2CPP_EXTERN_C String_t* _stringLiteral3A22E4C5BDA89C074922D29D9DD8966404F47D1A; IL2CPP_EXTERN_C String_t* _stringLiteral3C0658DA618A44EF60DD3A08E9C818685C539AF4; IL2CPP_EXTERN_C String_t* _stringLiteral3C9BE877316ABBBEDC5B3242BFDD9275BE201AD6; IL2CPP_EXTERN_C String_t* _stringLiteral3E6767A962642F70B4A513A2747C3DCDD18450DE; IL2CPP_EXTERN_C String_t* _stringLiteral40E6D4B4BEEBFAD2F30C933AE25E725F43CF0F66; IL2CPP_EXTERN_C String_t* _stringLiteral410E5346BCA8EE150FFD507311DD85789F2E171E; IL2CPP_EXTERN_C String_t* _stringLiteral4133EC0E83E4C69B6C0094B47BFD1408F0C8D4C5; IL2CPP_EXTERN_C String_t* _stringLiteral4282F0EC210266935AD8C4F278FE8699B66C189E; IL2CPP_EXTERN_C String_t* _stringLiteral49A5E5D5C3052C967822E9AFB58039CD9FB0FBC6; IL2CPP_EXTERN_C String_t* _stringLiteral4A629696BEFA3DB857BFAF4413EBC40F6515A27F; IL2CPP_EXTERN_C String_t* _stringLiteral4CB86F2199AEF79F6A30E9EF3D5ECD9E7E45F6E5; IL2CPP_EXTERN_C String_t* _stringLiteral4D63650286A1E1FD31796F6AE418A16D3A0C143B; IL2CPP_EXTERN_C String_t* _stringLiteral503639935E2410791F6C422E1F438FB754DD0BB1; IL2CPP_EXTERN_C String_t* _stringLiteral517DCB3CFB8C5E478328CD77E65CF6FC899C1927; IL2CPP_EXTERN_C String_t* _stringLiteral51B04909E7972EC792CDCD2BAF40C8AD298FAE86; IL2CPP_EXTERN_C String_t* _stringLiteral558CD13405DF63464A388BAEE9F9460130FE56FC; IL2CPP_EXTERN_C String_t* _stringLiteral5694BFA30EC67CCD558C768EEFED819B3020915C; IL2CPP_EXTERN_C String_t* _stringLiteral579A50C67ADB00AC3925859C23590322B2D0BE9D; IL2CPP_EXTERN_C String_t* _stringLiteral612B6814E904DD042B167418DFE491AD4B5A0B1B; IL2CPP_EXTERN_C String_t* _stringLiteral621320233B929A13E7EB6A3B36D72297AD274D11; IL2CPP_EXTERN_C String_t* _stringLiteral63F41207BA268B7E9AC2AE1CB69531BA2C110113; IL2CPP_EXTERN_C String_t* _stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260; IL2CPP_EXTERN_C String_t* _stringLiteral66221EC07E3EAAEC942F468E20A50DB89438EC52; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral69246FD8ECCD71895CF44BE2EB6A80E686C5A018; IL2CPP_EXTERN_C String_t* _stringLiteral69AD9BC3F411DDCC87724038C684C4CAABD46CB1; IL2CPP_EXTERN_C String_t* _stringLiteral6CB05FD18E12F98F81A204339D25DD82BC993FDD; IL2CPP_EXTERN_C String_t* _stringLiteral6E7E5B27C32F322062A3E24D8F2436975287AD24; IL2CPP_EXTERN_C String_t* _stringLiteral6FFB662544B7CC75E90E30E825D1C3A41E593CBC; IL2CPP_EXTERN_C String_t* _stringLiteral70253F929BCE7F81DF1A5A1C0900BED744E86C9C; IL2CPP_EXTERN_C String_t* _stringLiteral70AC3FEB991C2DF37A6B0D1396DC7622395AECCC; IL2CPP_EXTERN_C String_t* _stringLiteral70B7C9BE7020B97D5F2192BB0F4FCCD34876A327; IL2CPP_EXTERN_C String_t* _stringLiteral7145DB000FB7A15A3BC887316484C05C47DF929F; IL2CPP_EXTERN_C String_t* _stringLiteral759C2A3627F2B71053A9BB78279FC19ADD62829C; IL2CPP_EXTERN_C String_t* _stringLiteral78581D4F2C00B39EA8105F873B3527C2D59BE1A3; IL2CPP_EXTERN_C String_t* _stringLiteral7B18F301A198B83778B5E546729B0539A0D4E758; IL2CPP_EXTERN_C String_t* _stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1; IL2CPP_EXTERN_C String_t* _stringLiteral7F420CAEB65FFE5872E2F7A110B30C7ACBF8C10A; IL2CPP_EXTERN_C String_t* _stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E; IL2CPP_EXTERN_C String_t* _stringLiteral823A8789549ECFF27E30E7BC762BFBBD2AC25D01; IL2CPP_EXTERN_C String_t* _stringLiteral82D5583C9193486C2E5202097C3F26F24E99E6FE; IL2CPP_EXTERN_C String_t* _stringLiteral844571A272CBCC6613D9C0116F7E5BF837121C62; IL2CPP_EXTERN_C String_t* _stringLiteral8451D28B929E6C023C5CF1726EC710BE6210ECC3; IL2CPP_EXTERN_C String_t* _stringLiteral8461C483E8985247B8D2CB81AB36331CBE2B53E0; IL2CPP_EXTERN_C String_t* _stringLiteral861BBC20413BBC72299C133266D4EF240C17ACE4; IL2CPP_EXTERN_C String_t* _stringLiteral86872C5830896459574C09A57D3E0E71D06B2497; IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1; IL2CPP_EXTERN_C String_t* _stringLiteral88FDE4E981039D470D95B3A195A7183361D9E468; IL2CPP_EXTERN_C String_t* _stringLiteral8CACC21D6A973B921FB01C3B24E056EC2EF233D6; IL2CPP_EXTERN_C String_t* _stringLiteral8D56408623186E43ED379FE8E56F2C634FB8123C; IL2CPP_EXTERN_C String_t* _stringLiteral8E4FA6E39E21DB0C77EB0C6CFDBC6902A639436A; IL2CPP_EXTERN_C String_t* _stringLiteral8F79A9E7ECD108CC68DE9D4183A6DBBA7CF12C8F; IL2CPP_EXTERN_C String_t* _stringLiteral9037918EF368FDB9869069C353AC1D0AA985BD83; IL2CPP_EXTERN_C String_t* _stringLiteral9063944EBC21CF353F1989376713C1E4EC58BBE2; IL2CPP_EXTERN_C String_t* _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1; IL2CPP_EXTERN_C String_t* _stringLiteral963D8FD233ED8F4791C80833301C4D3C330D3E01; IL2CPP_EXTERN_C String_t* _stringLiteral97A556BC0C551ADC416A3233E50706E2E9435D25; IL2CPP_EXTERN_C String_t* _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694; IL2CPP_EXTERN_C String_t* _stringLiteral9ED8A8A61BF4B414481BED61AC7FB9D5BEB4AA1A; IL2CPP_EXTERN_C String_t* _stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158; IL2CPP_EXTERN_C String_t* _stringLiteralA1D164A57A66FACE9595DEDC9D5DFA216AB6EBFE; IL2CPP_EXTERN_C String_t* _stringLiteralA255F62E36EC8FFE988D0ADAF6617E0D7A99323F; IL2CPP_EXTERN_C String_t* _stringLiteralA3B229A523CAC52E4290F08C4156FD7BA9494C13; IL2CPP_EXTERN_C String_t* _stringLiteralA411FC0F3A67F563080C0B2C9B766FA0B758F635; IL2CPP_EXTERN_C String_t* _stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469; IL2CPP_EXTERN_C String_t* _stringLiteralA473E656458AF83D9323FD20D36886678F7B1807; IL2CPP_EXTERN_C String_t* _stringLiteralA6368F0E7D93228A17418B2196B50D031204143E; IL2CPP_EXTERN_C String_t* _stringLiteralA718FD06E8C27E541F457EFEF9F0011D0B67DA8F; IL2CPP_EXTERN_C String_t* _stringLiteralA7F482055AC274AAA0427868EE211E2C01482274; IL2CPP_EXTERN_C String_t* _stringLiteralA91F812B4E9ACBE9AA316EF0B8EAB265F5D286CE; IL2CPP_EXTERN_C String_t* _stringLiteralA93CC7DC8746077C36CE4BB66272213F27FF9C9E; IL2CPP_EXTERN_C String_t* _stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B; IL2CPP_EXTERN_C String_t* _stringLiteralAD0928C03BDC2C023E2CF3BC347393F87144F9F8; IL2CPP_EXTERN_C String_t* _stringLiteralAD2BBC5DEC8245A45FBFBFF88DC127E3874E61B2; IL2CPP_EXTERN_C String_t* _stringLiteralAFBFEED22118580FA399BDB5E90CA7CAE3DFF826; IL2CPP_EXTERN_C String_t* _stringLiteralB062586C8903B7ACECD5511FF254C2FC443B4352; IL2CPP_EXTERN_C String_t* _stringLiteralB0EDD54CEEFF3DB81BCE9BE38962D19C77CCC45F; IL2CPP_EXTERN_C String_t* _stringLiteralB18DCC1550A5F78FE4F78475365A692DC42A0897; IL2CPP_EXTERN_C String_t* _stringLiteralB1DA33ADB69EA399EABAE75F36F79D2DEC9DEB4D; IL2CPP_EXTERN_C String_t* _stringLiteralB20379950A35CC3AB220BDFB77B9F886C09FD0F2; IL2CPP_EXTERN_C String_t* _stringLiteralB28C6E90CA123D79FE198D25022D8AE61D06842D; IL2CPP_EXTERN_C String_t* _stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2; IL2CPP_EXTERN_C String_t* _stringLiteralB62AD4771D1781C6DB183331E0F677ACD8655325; IL2CPP_EXTERN_C String_t* _stringLiteralBB430A3A6FD2BA15DF02BF5291EFA70B7E3DDBA5; IL2CPP_EXTERN_C String_t* _stringLiteralBC418DF12EFC3347B9249DB32348AF09079D4B8F; IL2CPP_EXTERN_C String_t* _stringLiteralBE556EBC23C38CB368D55D788F78925A74064055; IL2CPP_EXTERN_C String_t* _stringLiteralC120E8086292A6919B443E0A183B424912411C70; IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB; IL2CPP_EXTERN_C String_t* _stringLiteralC21AA4F5FE69346E31AFC76EDFE0CD96E3B75776; IL2CPP_EXTERN_C String_t* _stringLiteralC408DF7B9FAAC72DAFF987FE791BAB7B55D5F25B; IL2CPP_EXTERN_C String_t* _stringLiteralC456CB23898DB779BFE92B087FF26B28550F5269; IL2CPP_EXTERN_C String_t* _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E; IL2CPP_EXTERN_C String_t* _stringLiteralC5CC329418EB398318ED125915D1EEF557F4F638; IL2CPP_EXTERN_C String_t* _stringLiteralCC69F134FCE6BE548F26C7BE156FB702439F11B5; IL2CPP_EXTERN_C String_t* _stringLiteralCD7B18F0B122F4571EF3AA2F3ACAD2B7B3196482; IL2CPP_EXTERN_C String_t* _stringLiteralCE6B4F4E5300752FE07EC1D72C61D3726534BB16; IL2CPP_EXTERN_C String_t* _stringLiteralCECACE1A9D449F8ACD9315592815105E09AA581F; IL2CPP_EXTERN_C String_t* _stringLiteralD266A55D56AB6AB80222A65D44A4516B86281744; IL2CPP_EXTERN_C String_t* _stringLiteralD3754948D96AB0294CE1988C196AFF6CF87FDFA1; IL2CPP_EXTERN_C String_t* _stringLiteralD559C6D97E819D8E4EF7ACDC34C4E8D3DD314964; IL2CPP_EXTERN_C String_t* _stringLiteralD60AE7E2FC49FE6878069F49FF751C9CA5332C15; IL2CPP_EXTERN_C String_t* _stringLiteralD60E67E20F0B2BFD833682C203F47054BEBC226E; IL2CPP_EXTERN_C String_t* _stringLiteralD740CDDD9DD0C465F170CE0CA695FCD80132F607; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDBF4B9E804B8020528C55E98E771D2025C3ADFA5; IL2CPP_EXTERN_C String_t* _stringLiteralDC124196B821FEEA4E6C89B04C026563A557FFB2; IL2CPP_EXTERN_C String_t* _stringLiteralDDEFBB56499C519EF7FE50ACEDED20FC792CED59; IL2CPP_EXTERN_C String_t* _stringLiteralDED3C895BE054B4A0AD269D921EF3D2FE101EE44; IL2CPP_EXTERN_C String_t* _stringLiteralE3667A4D276FAA0FFE19E1208BBCB7F66ED6F3D2; IL2CPP_EXTERN_C String_t* _stringLiteralE3C5F61FE4C82B094F28C537ABD90AF75DB86A8E; IL2CPP_EXTERN_C String_t* _stringLiteralE9AE3984DB0928B4604C47097EAA1CED7DA604C3; IL2CPP_EXTERN_C String_t* _stringLiteralEA32052F52CACE35911CE2321D937CF9658D35B3; IL2CPP_EXTERN_C String_t* _stringLiteralEAA8D9C3445FEBFE3701DDB0406A86D63B80BB2F; IL2CPP_EXTERN_C String_t* _stringLiteralEB0BB5D4FA59FF963FDE2494755AB4182D0F8AA2; IL2CPP_EXTERN_C String_t* _stringLiteralEF43F1841C8D428C96798EBC415547D9B4284BCD; IL2CPP_EXTERN_C String_t* _stringLiteralEF8F3A4B20DE2D07C570794754E5C0174EC695CF; IL2CPP_EXTERN_C String_t* _stringLiteralF1AACEE7E0350A726031D23B5E4F4E3099650789; IL2CPP_EXTERN_C String_t* _stringLiteralF36559115AD3ED5B4AACA2113D9CEBCC34A82296; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF5F9FB4502595CB7D68FD1C7039D1BF3541166E7; IL2CPP_EXTERN_C String_t* _stringLiteralF6E0186B8F40094DCE6FBB8236FE5B3132EC65CA; IL2CPP_EXTERN_C String_t* _stringLiteralFA39020C836CD42D19EDADD1004BFFEC38C8BA33; IL2CPP_EXTERN_C String_t* _stringLiteralFC075BC3DFE942623230E78DC9D41126E9C003CA; IL2CPP_EXTERN_C String_t* _stringLiteralFC6CDD3CF4A0D0ED2823322C16B4547285289AC2; IL2CPP_EXTERN_C String_t* _stringLiteralFCA74A9060DDEE6A3ECAE73E6AB96086770BE7E2; IL2CPP_EXTERN_C String_t* _stringLiteralFCAAB175D88E56897F198AB4D421BD26E67939E1; IL2CPP_EXTERN_C String_t* _stringLiteralFF728FE238F3B6E7A20E67AFB3BBCC2E19EFCC9D; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m27D6555D87950A59591F359ECEF5D8BD2EBDB787_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_mB631A2AA9BC944903C32F4CE48F2C3D693BBC647_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m7073FDB2F1EBC52E2695D81E180730979200AD92_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisSocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_m587F284CF6C4720E8AA61AF4457DBABF5650BFC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E_m2B7528201E06A2164418A442797CD0B60FCB4C8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mA69EBE3F73FD0F44F55FF2855F55FA6DA7B459EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E_m2A645767B14C2A134D7FD9B6DF61328861B0661D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisLight_tA2F349FE839781469A0344CF6039B51512394275_m2D53E1867416F554704220CF0936B61F6FD4A002_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2_m2D9EEDB650EA27A9F039547F104CAAAF14718BA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentsInChildren_TisParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E_mDAF9A5D8D4A04ACDD64E45F3932B39273E855E3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mB04B961151B1D66A3F77BABFCF877B2E5F7323AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mF418517A6E903C62BA183B82DF0288FB62A4BB3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mA862C877648241FA03E810E781623A71D31276D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m656250928FFAB1E0AE79B4C85E6DC63246390264_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mB5D8FF7535521B4FB84C3B9018F7370BE32B2D11_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m3EB0E62CED759D7C5B82A04219EFC0FC6E07B7B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mD2EEB857480FFCE7A47EF23C138AFD9387B159FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mA2A209547878B399C5E67F07C454B8530C90138F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mB18C91CC3417CF050D9D284378F1BD732C407F1B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m94953713C91A4B7B0833AE711CF6A8EDC2E280A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed448PrivateKeyParameters_Sign_m65CF27471C45B1668FE51A602703A2BFA27B226F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed448PrivateKeyParameters__ctor_m5FBFD6336D2832533E29D48A089672570E8C2A99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed448PublicKeyParameters__ctor_mBBF0D2663382B62D674AFD813960A59EDE719ECF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed448Signer_GenerateSignature_mF4152B0DFF5DFE05E443DB5F88B7A3F3E6953ED5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed448Signer_VerifySignature_m9F02F1A91B32E767DDF8D724B647801DA62F29B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed448phSigner_GenerateSignature_m22B3B1339E5CB13E8A1D8B72022FBF6F854A4770_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed448phSigner_VerifySignature_mADF32F930DA89A71955DE240418A6D291C1BE1BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ElGamalEngine_Init_m44788DE4B0210D48C53DF9C26CB95AB689E4A290_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ElGamalEngine_ProcessBlock_m48604B91204124F217DF36147429DFACEA1113A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ElGamalParameter__ctor_m500655F9FC35DFDAF08A6C00EB1645C3BA686FC9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ElGamalParameters__ctor_m5923F21BFDD75365DD25AEEA1AB21402606EF77A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ElGamalPrivateKeyParameters__ctor_m72B280E8C89111D40BF7BAA5B76D135BC3A91A9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ElGamalPublicKeyParameters__ctor_m4FC638ADD35FCA7BD5C9386A4EE96E0E615C6D88_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyEnumerator_get_Current_mAD0BDC53C8D9DC332F1A5F478CBD71FAD0A118F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EncryptedContentInfo_GetInstance_mD72130D12F18D81AA2CE5B0EE3580A490BC4B845_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EncryptedData_GetInstance_m9FE38553739DB508E2DEE93C120742FE803E98E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EncryptedData_GetInstance_mE07F5B833C1D06CCF3BB84F19CF52615449D3C70_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EncryptedData__ctor_m162EAF405512A20B342E5312E31E1F948EDE231A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EncryptedData__ctor_m8242BEC3BD357D7A98097DA2B4B85F17E0D61C3D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EncryptedData__ctor_m8F182DFFFAD6772D1B70DD813271EBF43D727251_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EncryptedPrivateKeyInfoFactory_CreateEncryptedPrivateKeyInfo_mB2049EE1A3308BB4A3E2C6F840992D0EB48CA7F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EncryptedPrivateKeyInfo_GetInstance_m20FA4D4A3F45FD3ED8C094A9CF6A37536CCAB02D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EncryptedPrivateKeyInfo__ctor_m92F14D96CD5A36DC761B0F882BF0428846C4395F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EncryptedValue__ctor_m47745F6C64E12DB597178E97F97B51085CDCF98A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EncryptionScheme_GetInstance_mEF215B06066A61A86609FABE48847966EE165F86_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnumerableProxy__ctor_m3A29836DAA548DB5ADE9DF4D26EE061EF50B34F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enums_GetEnumValue_mAFF6774B20C5D23B79FFA9F405512027DD3A9BD2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enums_GetEnumValues_m15D74C3783F2F030A230997ADE779B29EEB67F08_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ErrorMsgContent_GetInstance_m3A6DD2D9AD400C09F9A732F6EDBEEF96E617B488_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ErrorMsgContent__ctor_m13F1299806BA9951D48EB179F87B331479C6E66B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EssCertID_GetInstance_m62EC75A3CC03ECABC0DF221D569BDD9B40BBE204_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EssCertID__ctor_mA8DA1941431C34CACE275D17DC8838F0E66979DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EssCertIDv2__ctor_mE94FA1861F8FC7F35A3C0989E699D9A649B925E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventSourceResponse_ReadChunked_m215456AF90247169045D7A22633216F9344182E1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventSourceResponse_ReceiveThreadFunc_m4258473C62B4FCE581CA3BDA9F50E8B5F27C7BB0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventSource_OnMessageReceived_mA5B20124B38B4766B009AF582736538B463D23CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventSource_OnRequestFinished_mA98BF860952785D23A691009A616E5CDCD44AD42_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventSource_OnUpgraded_mDF7A4035C2EA4D61D4888FFFD571C4BEDC0B6F56_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Evidence_GetInstance_mAFFD75F7660101B3273D3D9F44E2CD43C6CE5AEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExtendedKeyUsage_GetInstance_mA1748F9097ACC1667C499965F2702219679743D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExtendedKeyUsage__ctor_m1A038BB6AE54231605A419C94322D0FD737F281A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Extension_ToQuaternion_m6B749538EDC28960289FFBF432DC4984066438D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Extensions_ReadBuffer_m92AC760E1FE8B40AA269AAAA3408EFEB64C80AFA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Extensions_ReadBuffer_mE64C79F4CAD138A07358EFBE08469B2AABE912EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* F2mCurve__ctor_mD221CFD31823473493B30851458AF95C4AC0B33B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* F2mFieldElement_CheckFieldElements_m6BFECE14A80FA0BAC13AE0F6980B6DCC130475D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* F2mFieldElement__ctor_mC4A74CB5ED87786552AAB52286ED16156A21014C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* F2mPoint_Add_mE10E41DAC459367FAC4C06E253E7A8C69095EF14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* F2mPoint_Negate_mB6635859B4F15E344E25C45CE4D3C15D56E8BE4D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* F2mPoint_Twice_m24B819D4C5C3BF46A94C253A6DC63254A3214847_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* F2mPoint__ctor_m65E1C02566C4EE502A10DB026B3645432C905168_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FOVKick_CheckStatus_m79FB404B3FA31459D29B576F15C186AB0000DE70_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileConnection_Abort_m07622A941E132381F4CA69FCF6156CB18875EB79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FiniteFields_GetBinaryExtensionField_m3E37D84D65534151FCB3C6D0B21EC60876B22494_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FiniteFields_GetPrimeField_mA2B298E77BE1A338610E2C8EF14B55A13F00B45F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2_Invoke_m617CF5136C832B461056CE79898402B5549AD917_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisEventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C_mD7E16702011B453C0A737A2442B83E6B8F9E8164_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mF19A427BD1BBD01604B8C1FAC604905F572C942A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m1E1F9EFE707A82269A32F597647E136E509E7B7F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m27397A70504EBE4F8BF22B6698251A70C5C1EBD7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m3867B1D6CD5B5D25FFB7522A42241BB0D41B1386_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m5136FBEDBD31BD6EAACE83036ABD506213C6668A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m1F5AAF22F0E8C7C989379A50B669D1D1AAB92D2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mE0F03A2E42E2F7F8A282AE01C12945F7379DC702_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_CopyTo_mB8A2E10AE71EADC0D92FC6EEACF58553206B6B49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Find_m636998EBC3540AC965052462BDA9FA76445C5975_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mF89C39F4E28C208B84DD413D6190EF441BE94624_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m1D11FB0AF0400C779F02A3FCF6E0D81C29D95262_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA6D03D4C3DE615850093D7826FB01241B759E90B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mCF28DF1FE15155CECA5732CD35DA2BD20B93640D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mD867D3098BD50CFB495F0E56F10931DD58180560_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m13BE6EE2ADC7C46953545E63B82E3896F11BEB44_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m313E1B8E09C25D24C442BB975FB6EB7F0C2B32AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m779D4454EF5FDBAD7E795F0F2B898583BA70E52A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m01DB07ADD8C5D845D76B7599599EDACB7033B1E1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m5528906AE482CF31B546EDCFC5BE822DED618D9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m1EB62BB33CD8233011F3DB0706358F80889D48DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectOfType_TisEventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C_m46D8ADD03B257A4249D09826A446CD7A0D40543B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m748821B299E8B2FAC05C55F2C8137BED1DB54917_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Predicate_1__ctor_m855AC74E0CD1D996CBB07C9F044D818F087253B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Singleton_1__ctor_m92EF7E953119C94F9E01D2C2CBB019C52F90FFB3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CParseOptionalHeaderU3Eb__25_0_m5806808F3BE435BB191168C3C3CBCFBC814FAEB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CParseQualityParamsU3Eb__26_0_mDEC0D6445A3EADA7A6573CE27B3F631E116C9117_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CReadPossibleQuotedTextU3Eb__21_0_m88334241248B53BC63AE8EF5EDFF55177452C87E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__1_0_mCBEF2EF06AFEFB347290F51B33D2C994B9EDBFCB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass19_0_U3CReadU3Eb__0_m96A03E97BCDC36AD899A1E622E79AA352D9FFEE1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass6_0_U3CRegisterU3Eb__0_m860C5E4FC6343E8CF2CF137FC1EC949532C2422B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityAction_1__ctor_mA4ADF56200888B2A297C5913DA00A89F11BD87C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1__ctor_m11F21CEA444A040B62393357EB332C853AD5D0D6_RuntimeMethod_var; struct ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 ; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com; struct GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke; struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_marshaled_com; struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_marshaled_pinvoke; struct RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_com; struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; struct AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE; struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E; struct ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; struct KeyPurposeIDU5BU5D_tC4AA179105487D6E05C1A2FECCCBFAE997E6CEE3; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C; struct StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; struct ParticleU5BU5D_tF02F4854575E99F3004B58B6CC6BB2373BAEB04C; 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_tAB854293FD77CBBB620A4164ACD7477099EC3C57 : 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_t5B912FAD1DE060F5B5D3ABD3F62E71601E7905EE* ___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_t52688E22ECB76187D27EE42DC318ADE0C87C08AD * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t1F0C522D7E1AF29C9A63298B92294F2A5767D629 * ___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_tAB854293FD77CBBB620A4164ACD7477099EC3C57, ___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_tAB854293FD77CBBB620A4164ACD7477099EC3C57, ___entries_1)); } inline EntryU5BU5D_t5B912FAD1DE060F5B5D3ABD3F62E71601E7905EE* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t5B912FAD1DE060F5B5D3ABD3F62E71601E7905EE** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t5B912FAD1DE060F5B5D3ABD3F62E71601E7905EE* 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_tAB854293FD77CBBB620A4164ACD7477099EC3C57, ___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_tAB854293FD77CBBB620A4164ACD7477099EC3C57, ___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_tAB854293FD77CBBB620A4164ACD7477099EC3C57, ___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_tAB854293FD77CBBB620A4164ACD7477099EC3C57, ___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_tAB854293FD77CBBB620A4164ACD7477099EC3C57, ___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_tAB854293FD77CBBB620A4164ACD7477099EC3C57, ___keys_7)); } inline KeyCollection_t52688E22ECB76187D27EE42DC318ADE0C87C08AD * get_keys_7() const { return ___keys_7; } inline KeyCollection_t52688E22ECB76187D27EE42DC318ADE0C87C08AD ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t52688E22ECB76187D27EE42DC318ADE0C87C08AD * 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_tAB854293FD77CBBB620A4164ACD7477099EC3C57, ___values_8)); } inline ValueCollection_t1F0C522D7E1AF29C9A63298B92294F2A5767D629 * get_values_8() const { return ___values_8; } inline ValueCollection_t1F0C522D7E1AF29C9A63298B92294F2A5767D629 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t1F0C522D7E1AF29C9A63298B92294F2A5767D629 * 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_tAB854293FD77CBBB620A4164ACD7477099EC3C57, ____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_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3 : 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_t3C817E48F67D5B83DAF5D3D60015C4282F48792A* ___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_t9320541D40519DDF604F5C4B0455C22D16C11D59 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tFBFFEE254DD9C388E8A53F9F49CA1631C7656105 * ___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_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3, ___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_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3, ___entries_1)); } inline EntryU5BU5D_t3C817E48F67D5B83DAF5D3D60015C4282F48792A* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t3C817E48F67D5B83DAF5D3D60015C4282F48792A** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t3C817E48F67D5B83DAF5D3D60015C4282F48792A* 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_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3, ___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_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3, ___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_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3, ___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_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3, ___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_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3, ___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_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3, ___keys_7)); } inline KeyCollection_t9320541D40519DDF604F5C4B0455C22D16C11D59 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t9320541D40519DDF604F5C4B0455C22D16C11D59 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t9320541D40519DDF604F5C4B0455C22D16C11D59 * 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_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3, ___values_8)); } inline ValueCollection_tFBFFEE254DD9C388E8A53F9F49CA1631C7656105 * get_values_8() const { return ___values_8; } inline ValueCollection_tFBFFEE254DD9C388E8A53F9F49CA1631C7656105 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tFBFFEE254DD9C388E8A53F9F49CA1631C7656105 * 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_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.EmptyArray`1 struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4 : public RuntimeObject { public: public: }; struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields { public: // T[] System.EmptyArray`1::Value ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields, ___Value_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_Value_0() const { return ___Value_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items EventDescriptorU5BU5D_t31B350DDADE1136CCEB5DB6C20FE713A5E5609F2* ____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_t34A2899758F971F9ECEF640B6D6768A7979DE772, ____items_1)); } inline EventDescriptorU5BU5D_t31B350DDADE1136CCEB5DB6C20FE713A5E5609F2* get__items_1() const { return ____items_1; } inline EventDescriptorU5BU5D_t31B350DDADE1136CCEB5DB6C20FE713A5E5609F2** get_address_of__items_1() { return &____items_1; } inline void set__items_1(EventDescriptorU5BU5D_t31B350DDADE1136CCEB5DB6C20FE713A5E5609F2* 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_t34A2899758F971F9ECEF640B6D6768A7979DE772, ____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_t34A2899758F971F9ECEF640B6D6768A7979DE772, ____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_t34A2899758F971F9ECEF640B6D6768A7979DE772, ____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_t34A2899758F971F9ECEF640B6D6768A7979DE772_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray EventDescriptorU5BU5D_t31B350DDADE1136CCEB5DB6C20FE713A5E5609F2* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772_StaticFields, ____emptyArray_5)); } inline EventDescriptorU5BU5D_t31B350DDADE1136CCEB5DB6C20FE713A5E5609F2* get__emptyArray_5() const { return ____emptyArray_5; } inline EventDescriptorU5BU5D_t31B350DDADE1136CCEB5DB6C20FE713A5E5609F2** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(EventDescriptorU5BU5D_t31B350DDADE1136CCEB5DB6C20FE713A5E5609F2* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189, ____items_1)); } inline HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6* get__items_1() const { return ____items_1; } inline HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6** get_address_of__items_1() { return &____items_1; } inline void set__items_1(HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189_StaticFields, ____emptyArray_5)); } inline HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6* get__emptyArray_5() const { return ____emptyArray_5; } inline HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MessageU5BU5D_t435D8E166688B8FFF2C3F279EEC353F4890FC620* ____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_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44, ____items_1)); } inline MessageU5BU5D_t435D8E166688B8FFF2C3F279EEC353F4890FC620* get__items_1() const { return ____items_1; } inline MessageU5BU5D_t435D8E166688B8FFF2C3F279EEC353F4890FC620** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MessageU5BU5D_t435D8E166688B8FFF2C3F279EEC353F4890FC620* 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_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44, ____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_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44, ____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_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44, ____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_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray MessageU5BU5D_t435D8E166688B8FFF2C3F279EEC353F4890FC620* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44_StaticFields, ____emptyArray_5)); } inline MessageU5BU5D_t435D8E166688B8FFF2C3F279EEC353F4890FC620* get__emptyArray_5() const { return ____emptyArray_5; } inline MessageU5BU5D_t435D8E166688B8FFF2C3F279EEC353F4890FC620** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(MessageU5BU5D_t435D8E166688B8FFF2C3F279EEC353F4890FC620* 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_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C* ____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_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3, ____items_1)); } inline SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C* get__items_1() const { return ____items_1; } inline SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C* 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_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3, ____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_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3, ____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_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3, ____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_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3_StaticFields, ____emptyArray_5)); } inline SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C* get__emptyArray_5() const { return ____emptyArray_5; } inline SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ____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_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181, ____items_1)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get__items_1() const { return ____items_1; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* 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_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181, ____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_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181, ____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_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181, ____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_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_StaticFields, ____emptyArray_5)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get__emptyArray_5() const { return ____emptyArray_5; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // JCUnityLib.Singleton`1 struct Singleton_1_t47D81B5C54E6B1E9FD1B32B047A66ADB3B425320 : public RuntimeObject { public: public: }; struct Singleton_1_t47D81B5C54E6B1E9FD1B32B047A66ADB3B425320_StaticFields { public: // T JCUnityLib.Singleton`1::s_Instance EmailValidateController_t6A2A969EEE8920BAF68443955A8F42511E74253C * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(Singleton_1_t47D81B5C54E6B1E9FD1B32B047A66ADB3B425320_StaticFields, ___s_Instance_0)); } inline EmailValidateController_t6A2A969EEE8920BAF68443955A8F42511E74253C * get_s_Instance_0() const { return ___s_Instance_0; } inline EmailValidateController_t6A2A969EEE8920BAF68443955A8F42511E74253C ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(EmailValidateController_t6A2A969EEE8920BAF68443955A8F42511E74253C * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.AbstractECMultiplier struct AbstractECMultiplier_t54253743E31DE46FD22E58679B9792D44DA770B5 : public RuntimeObject { public: public: }; struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_0; // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_2; // System.Object System.Collections.ArrayList::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__items_0() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____items_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_4; public: inline static int32_t get_offset_of_emptyArray_4() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields, ___emptyArray_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_4() const { return ___emptyArray_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_4() { return &___emptyArray_4; } inline void set_emptyArray_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::v RuntimeObject* ___v_0; public: inline static int32_t get_offset_of_v_0() { return static_cast(offsetof(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3, ___v_0)); } inline RuntimeObject* get_v_0() const { return ___v_0; } inline RuntimeObject** get_address_of_v_0() { return &___v_0; } inline void set_v_0(RuntimeObject* value) { ___v_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___v_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair struct AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair::publicParameter AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___publicParameter_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair::privateParameter AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateParameter_1; public: inline static int32_t get_offset_of_publicParameter_0() { return static_cast(offsetof(AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929, ___publicParameter_0)); } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * get_publicParameter_0() const { return ___publicParameter_0; } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A ** get_address_of_publicParameter_0() { return &___publicParameter_0; } inline void set_publicParameter_0(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * value) { ___publicParameter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicParameter_0), (void*)value); } inline static int32_t get_offset_of_privateParameter_1() { return static_cast(offsetof(AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929, ___privateParameter_1)); } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * get_privateParameter_1() const { return ___privateParameter_1; } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A ** get_address_of_privateParameter_1() { return &___privateParameter_1; } inline void set_privateParameter_1(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * value) { ___privateParameter_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateParameter_1), (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; } }; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::magnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___magnitude_30; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::sign int32_t ___sign_31; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBits int32_t ___nBits_32; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBitLength int32_t ___nBitLength_33; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::mQuote int32_t ___mQuote_34; public: inline static int32_t get_offset_of_magnitude_30() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___magnitude_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_magnitude_30() const { return ___magnitude_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_magnitude_30() { return &___magnitude_30; } inline void set_magnitude_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___magnitude_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___magnitude_30), (void*)value); } inline static int32_t get_offset_of_sign_31() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___sign_31)); } inline int32_t get_sign_31() const { return ___sign_31; } inline int32_t* get_address_of_sign_31() { return &___sign_31; } inline void set_sign_31(int32_t value) { ___sign_31 = value; } inline static int32_t get_offset_of_nBits_32() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBits_32)); } inline int32_t get_nBits_32() const { return ___nBits_32; } inline int32_t* get_address_of_nBits_32() { return &___nBits_32; } inline void set_nBits_32(int32_t value) { ___nBits_32 = value; } inline static int32_t get_offset_of_nBitLength_33() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBitLength_33)); } inline int32_t get_nBitLength_33() const { return ___nBitLength_33; } inline int32_t* get_address_of_nBitLength_33() { return &___nBitLength_33; } inline void set_nBitLength_33(int32_t value) { ___nBitLength_33 = value; } inline static int32_t get_offset_of_mQuote_34() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___mQuote_34)); } inline int32_t get_mQuote_34() const { return ___mQuote_34; } inline int32_t* get_address_of_mQuote_34() { return &___mQuote_34; } inline void set_mQuote_34(int32_t value) { ___mQuote_34 = value; } }; struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields { public: // System.Int32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeLists Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ___primeLists_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeProducts Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___primeProducts_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroMagnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ZeroMagnitude_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroEncoding ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ZeroEncoding_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::SMALL_CONSTANTS BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___SMALL_CONSTANTS_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Zero BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Zero_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::One BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___One_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Two BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Two_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Three BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Three_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Ten BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Ten_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::BitLengthTable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___BitLengthTable_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2E_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8E_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10E_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16E_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::RandomSource SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___RandomSource_25; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ExpWindowThresholds Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ExpWindowThresholds_26; public: inline static int32_t get_offset_of_primeLists_0() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeLists_0)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get_primeLists_0() const { return ___primeLists_0; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of_primeLists_0() { return &___primeLists_0; } inline void set_primeLists_0(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ___primeLists_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeLists_0), (void*)value); } inline static int32_t get_offset_of_primeProducts_1() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeProducts_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_primeProducts_1() const { return ___primeProducts_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_primeProducts_1() { return &___primeProducts_1; } inline void set_primeProducts_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___primeProducts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeProducts_1), (void*)value); } inline static int32_t get_offset_of_ZeroMagnitude_4() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroMagnitude_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ZeroMagnitude_4() const { return ___ZeroMagnitude_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ZeroMagnitude_4() { return &___ZeroMagnitude_4; } inline void set_ZeroMagnitude_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ZeroMagnitude_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroMagnitude_4), (void*)value); } inline static int32_t get_offset_of_ZeroEncoding_5() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroEncoding_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ZeroEncoding_5() const { return ___ZeroEncoding_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ZeroEncoding_5() { return &___ZeroEncoding_5; } inline void set_ZeroEncoding_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ZeroEncoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroEncoding_5), (void*)value); } inline static int32_t get_offset_of_SMALL_CONSTANTS_6() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___SMALL_CONSTANTS_6)); } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* get_SMALL_CONSTANTS_6() const { return ___SMALL_CONSTANTS_6; } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED** get_address_of_SMALL_CONSTANTS_6() { return &___SMALL_CONSTANTS_6; } inline void set_SMALL_CONSTANTS_6(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* value) { ___SMALL_CONSTANTS_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SMALL_CONSTANTS_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Zero_7)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Zero_7() const { return ___Zero_7; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Zero_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Zero_7), (void*)value); } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___One_8)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_One_8() const { return ___One_8; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_One_8() { return &___One_8; } inline void set_One_8(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___One_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___One_8), (void*)value); } inline static int32_t get_offset_of_Two_9() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Two_9)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Two_9() const { return ___Two_9; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Two_9() { return &___Two_9; } inline void set_Two_9(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Two_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Two_9), (void*)value); } inline static int32_t get_offset_of_Three_10() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Three_10)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Three_10() const { return ___Three_10; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Three_10() { return &___Three_10; } inline void set_Three_10(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Three_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Three_10), (void*)value); } inline static int32_t get_offset_of_Ten_11() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Ten_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Ten_11() const { return ___Ten_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Ten_11() { return &___Ten_11; } inline void set_Ten_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Ten_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Ten_11), (void*)value); } inline static int32_t get_offset_of_BitLengthTable_12() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___BitLengthTable_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_BitLengthTable_12() const { return ___BitLengthTable_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_BitLengthTable_12() { return &___BitLengthTable_12; } inline void set_BitLengthTable_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___BitLengthTable_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___BitLengthTable_12), (void*)value); } inline static int32_t get_offset_of_radix2_17() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2_17)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2_17() const { return ___radix2_17; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2_17() { return &___radix2_17; } inline void set_radix2_17(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2_17), (void*)value); } inline static int32_t get_offset_of_radix2E_18() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2E_18)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2E_18() const { return ___radix2E_18; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2E_18() { return &___radix2E_18; } inline void set_radix2E_18(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2E_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2E_18), (void*)value); } inline static int32_t get_offset_of_radix8_19() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8_19)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8_19() const { return ___radix8_19; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8_19() { return &___radix8_19; } inline void set_radix8_19(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8_19), (void*)value); } inline static int32_t get_offset_of_radix8E_20() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8E_20)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8E_20() const { return ___radix8E_20; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8E_20() { return &___radix8E_20; } inline void set_radix8E_20(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8E_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8E_20), (void*)value); } inline static int32_t get_offset_of_radix10_21() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10_21)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10_21() const { return ___radix10_21; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10_21() { return &___radix10_21; } inline void set_radix10_21(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10_21), (void*)value); } inline static int32_t get_offset_of_radix10E_22() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10E_22)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10E_22() const { return ___radix10E_22; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10E_22() { return &___radix10E_22; } inline void set_radix10E_22(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10E_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10E_22), (void*)value); } inline static int32_t get_offset_of_radix16_23() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16_23)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16_23() const { return ___radix16_23; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16_23() { return &___radix16_23; } inline void set_radix16_23(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16_23), (void*)value); } inline static int32_t get_offset_of_radix16E_24() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16E_24)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16E_24() const { return ___radix16E_24; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16E_24() { return &___radix16E_24; } inline void set_radix16E_24(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16E_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16E_24), (void*)value); } inline static int32_t get_offset_of_RandomSource_25() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___RandomSource_25)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_RandomSource_25() const { return ___RandomSource_25; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_RandomSource_25() { return &___RandomSource_25; } inline void set_RandomSource_25(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___RandomSource_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___RandomSource_25), (void*)value); } inline static int32_t get_offset_of_ExpWindowThresholds_26() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ExpWindowThresholds_26)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ExpWindowThresholds_26() const { return ___ExpWindowThresholds_26; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ExpWindowThresholds_26() { return &___ExpWindowThresholds_26; } inline void set_ExpWindowThresholds_26(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ExpWindowThresholds_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExpWindowThresholds_26), (void*)value); } }; // System.IO.BinaryWriter struct BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F : public RuntimeObject { public: // System.IO.Stream System.IO.BinaryWriter::OutStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___OutStream_1; // System.Byte[] System.IO.BinaryWriter::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_2; // System.Text.Encoding System.IO.BinaryWriter::_encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ____encoding_3; // System.Text.Encoder System.IO.BinaryWriter::_encoder Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * ____encoder_4; // System.Boolean System.IO.BinaryWriter::_leaveOpen bool ____leaveOpen_5; // System.Byte[] System.IO.BinaryWriter::_largeByteBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____largeByteBuffer_6; // System.Int32 System.IO.BinaryWriter::_maxChars int32_t ____maxChars_7; public: inline static int32_t get_offset_of_OutStream_1() { return static_cast(offsetof(BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F, ___OutStream_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_OutStream_1() const { return ___OutStream_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_OutStream_1() { return &___OutStream_1; } inline void set_OutStream_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___OutStream_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___OutStream_1), (void*)value); } inline static int32_t get_offset_of__buffer_2() { return static_cast(offsetof(BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F, ____buffer_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_2() const { return ____buffer_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_2() { return &____buffer_2; } inline void set__buffer_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_2), (void*)value); } inline static int32_t get_offset_of__encoding_3() { return static_cast(offsetof(BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F, ____encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get__encoding_3() const { return ____encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of__encoding_3() { return &____encoding_3; } inline void set__encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ____encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____encoding_3), (void*)value); } inline static int32_t get_offset_of__encoder_4() { return static_cast(offsetof(BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F, ____encoder_4)); } inline Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * get__encoder_4() const { return ____encoder_4; } inline Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A ** get_address_of__encoder_4() { return &____encoder_4; } inline void set__encoder_4(Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * value) { ____encoder_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____encoder_4), (void*)value); } inline static int32_t get_offset_of__leaveOpen_5() { return static_cast(offsetof(BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F, ____leaveOpen_5)); } inline bool get__leaveOpen_5() const { return ____leaveOpen_5; } inline bool* get_address_of__leaveOpen_5() { return &____leaveOpen_5; } inline void set__leaveOpen_5(bool value) { ____leaveOpen_5 = value; } inline static int32_t get_offset_of__largeByteBuffer_6() { return static_cast(offsetof(BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F, ____largeByteBuffer_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__largeByteBuffer_6() const { return ____largeByteBuffer_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__largeByteBuffer_6() { return &____largeByteBuffer_6; } inline void set__largeByteBuffer_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____largeByteBuffer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____largeByteBuffer_6), (void*)value); } inline static int32_t get_offset_of__maxChars_7() { return static_cast(offsetof(BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F, ____maxChars_7)); } inline int32_t get__maxChars_7() const { return ____maxChars_7; } inline int32_t* get_address_of__maxChars_7() { return &____maxChars_7; } inline void set__maxChars_7(int32_t value) { ____maxChars_7 = value; } }; struct BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F_StaticFields { public: // System.IO.BinaryWriter System.IO.BinaryWriter::Null BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F * ___Null_0; public: inline static int32_t get_offset_of_Null_0() { return static_cast(offsetof(BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F_StaticFields, ___Null_0)); } inline BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F * get_Null_0() const { return ___Null_0; } inline BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F ** get_address_of_Null_0() { return &___Null_0; } inline void set_Null_0(BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F * value) { ___Null_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DHKeyGeneratorHelper struct DHKeyGeneratorHelper_t70D584644E832C7E2D3D4B619E335177C2A83909 : public RuntimeObject { public: public: }; struct DHKeyGeneratorHelper_t70D584644E832C7E2D3D4B619E335177C2A83909_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DHKeyGeneratorHelper BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DHKeyGeneratorHelper::Instance DHKeyGeneratorHelper_t70D584644E832C7E2D3D4B619E335177C2A83909 * ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(DHKeyGeneratorHelper_t70D584644E832C7E2D3D4B619E335177C2A83909_StaticFields, ___Instance_0)); } inline DHKeyGeneratorHelper_t70D584644E832C7E2D3D4B619E335177C2A83909 * get_Instance_0() const { return ___Instance_0; } inline DHKeyGeneratorHelper_t70D584644E832C7E2D3D4B619E335177C2A83909 ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(DHKeyGeneratorHelper_t70D584644E832C7E2D3D4B619E335177C2A83909 * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters struct DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::p BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::g BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::j BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___j_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::m int32_t ___m_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::l int32_t ___l_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHValidationParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::validation DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B * ___validation_7; public: inline static int32_t get_offset_of_p_1() { return static_cast(offsetof(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C, ___p_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_p_1() const { return ___p_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_p_1() { return &___p_1; } inline void set_p_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___p_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_1), (void*)value); } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C, ___g_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_g_2() const { return ___g_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_g_2() { return &___g_2; } inline void set_g_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___g_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_2), (void*)value); } inline static int32_t get_offset_of_q_3() { return static_cast(offsetof(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C, ___q_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_3() const { return ___q_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_3() { return &___q_3; } inline void set_q_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_3), (void*)value); } inline static int32_t get_offset_of_j_4() { return static_cast(offsetof(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C, ___j_4)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_j_4() const { return ___j_4; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_j_4() { return &___j_4; } inline void set_j_4(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___j_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___j_4), (void*)value); } inline static int32_t get_offset_of_m_5() { return static_cast(offsetof(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C, ___m_5)); } inline int32_t get_m_5() const { return ___m_5; } inline int32_t* get_address_of_m_5() { return &___m_5; } inline void set_m_5(int32_t value) { ___m_5 = value; } inline static int32_t get_offset_of_l_6() { return static_cast(offsetof(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C, ___l_6)); } inline int32_t get_l_6() const { return ___l_6; } inline int32_t* get_address_of_l_6() { return &___l_6; } inline void set_l_6(int32_t value) { ___l_6 = value; } inline static int32_t get_offset_of_validation_7() { return static_cast(offsetof(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C, ___validation_7)); } inline DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B * get_validation_7() const { return ___validation_7; } inline DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B ** get_address_of_validation_7() { return &___validation_7; } inline void set_validation_7(DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B * value) { ___validation_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___validation_7), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve struct ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_field RuntimeObject* ___m_field_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_a ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_a_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_b ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_b_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_order BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_order_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_cofactor BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_cofactor_12; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_coord int32_t ___m_coord_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_endomorphism RuntimeObject* ___m_endomorphism_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_multiplier RuntimeObject* ___m_multiplier_15; public: inline static int32_t get_offset_of_m_field_8() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_field_8)); } inline RuntimeObject* get_m_field_8() const { return ___m_field_8; } inline RuntimeObject** get_address_of_m_field_8() { return &___m_field_8; } inline void set_m_field_8(RuntimeObject* value) { ___m_field_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_field_8), (void*)value); } inline static int32_t get_offset_of_m_a_9() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_a_9)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_a_9() const { return ___m_a_9; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_a_9() { return &___m_a_9; } inline void set_m_a_9(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_a_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_a_9), (void*)value); } inline static int32_t get_offset_of_m_b_10() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_b_10)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_b_10() const { return ___m_b_10; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_b_10() { return &___m_b_10; } inline void set_m_b_10(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_b_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_b_10), (void*)value); } inline static int32_t get_offset_of_m_order_11() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_order_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_order_11() const { return ___m_order_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_order_11() { return &___m_order_11; } inline void set_m_order_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_order_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_order_11), (void*)value); } inline static int32_t get_offset_of_m_cofactor_12() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_cofactor_12)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_cofactor_12() const { return ___m_cofactor_12; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_cofactor_12() { return &___m_cofactor_12; } inline void set_m_cofactor_12(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_cofactor_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cofactor_12), (void*)value); } inline static int32_t get_offset_of_m_coord_13() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_coord_13)); } inline int32_t get_m_coord_13() const { return ___m_coord_13; } inline int32_t* get_address_of_m_coord_13() { return &___m_coord_13; } inline void set_m_coord_13(int32_t value) { ___m_coord_13 = value; } inline static int32_t get_offset_of_m_endomorphism_14() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_endomorphism_14)); } inline RuntimeObject* get_m_endomorphism_14() const { return ___m_endomorphism_14; } inline RuntimeObject** get_address_of_m_endomorphism_14() { return &___m_endomorphism_14; } inline void set_m_endomorphism_14(RuntimeObject* value) { ___m_endomorphism_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_endomorphism_14), (void*)value); } inline static int32_t get_offset_of_m_multiplier_15() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_multiplier_15)); } inline RuntimeObject* get_m_multiplier_15() const { return ___m_multiplier_15; } inline RuntimeObject** get_address_of_m_multiplier_15() { return &___m_multiplier_15; } inline void set_m_multiplier_15(RuntimeObject* value) { ___m_multiplier_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_multiplier_15), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement struct ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_curve ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___m_curve_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_x ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_x_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_y ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_y_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_zs ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___m_zs_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_withCompression bool ___m_withCompression_5; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_preCompTable RuntimeObject* ___m_preCompTable_6; public: inline static int32_t get_offset_of_m_curve_1() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_curve_1)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_m_curve_1() const { return ___m_curve_1; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_m_curve_1() { return &___m_curve_1; } inline void set_m_curve_1(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___m_curve_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_curve_1), (void*)value); } inline static int32_t get_offset_of_m_x_2() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_x_2)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_x_2() const { return ___m_x_2; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_x_2() { return &___m_x_2; } inline void set_m_x_2(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_x_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_x_2), (void*)value); } inline static int32_t get_offset_of_m_y_3() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_y_3)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_y_3() const { return ___m_y_3; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_y_3() { return &___m_y_3; } inline void set_m_y_3(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_y_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_y_3), (void*)value); } inline static int32_t get_offset_of_m_zs_4() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_zs_4)); } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* get_m_zs_4() const { return ___m_zs_4; } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E** get_address_of_m_zs_4() { return &___m_zs_4; } inline void set_m_zs_4(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* value) { ___m_zs_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_zs_4), (void*)value); } inline static int32_t get_offset_of_m_withCompression_5() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_withCompression_5)); } inline bool get_m_withCompression_5() const { return ___m_withCompression_5; } inline bool* get_address_of_m_withCompression_5() { return &___m_withCompression_5; } inline void set_m_withCompression_5(bool value) { ___m_withCompression_5 = value; } inline static int32_t get_offset_of_m_preCompTable_6() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_preCompTable_6)); } inline RuntimeObject* get_m_preCompTable_6() const { return ___m_preCompTable_6; } inline RuntimeObject** get_address_of_m_preCompTable_6() { return &___m_preCompTable_6; } inline void set_m_preCompTable_6(RuntimeObject* value) { ___m_preCompTable_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_preCompTable_6), (void*)value); } }; struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::EMPTY_ZS ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___EMPTY_ZS_0; public: inline static int32_t get_offset_of_EMPTY_ZS_0() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_StaticFields, ___EMPTY_ZS_0)); } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* get_EMPTY_ZS_0() const { return ___EMPTY_ZS_0; } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E** get_address_of_EMPTY_ZS_0() { return &___EMPTY_ZS_0; } inline void set_EMPTY_ZS_0(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* value) { ___EMPTY_ZS_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EMPTY_ZS_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448 struct Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159 : public RuntimeObject { public: public: }; struct Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::PrehashSize int32_t ___PrehashSize_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::PublicKeySize int32_t ___PublicKeySize_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::SecretKeySize int32_t ___SecretKeySize_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::SignatureSize int32_t ___SignatureSize_8; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Dom4Prefix ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Dom4Prefix_9; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::P UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___P_10; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::L UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___L_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::N BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N_12; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::B_x UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___B_x_29; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::B_y UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___B_y_30; // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::precompLock RuntimeObject * ___precompLock_38; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::precompBaseTable PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* ___precompBaseTable_39; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::precompBase UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___precompBase_40; public: inline static int32_t get_offset_of_PrehashSize_5() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___PrehashSize_5)); } inline int32_t get_PrehashSize_5() const { return ___PrehashSize_5; } inline int32_t* get_address_of_PrehashSize_5() { return &___PrehashSize_5; } inline void set_PrehashSize_5(int32_t value) { ___PrehashSize_5 = value; } inline static int32_t get_offset_of_PublicKeySize_6() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___PublicKeySize_6)); } inline int32_t get_PublicKeySize_6() const { return ___PublicKeySize_6; } inline int32_t* get_address_of_PublicKeySize_6() { return &___PublicKeySize_6; } inline void set_PublicKeySize_6(int32_t value) { ___PublicKeySize_6 = value; } inline static int32_t get_offset_of_SecretKeySize_7() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___SecretKeySize_7)); } inline int32_t get_SecretKeySize_7() const { return ___SecretKeySize_7; } inline int32_t* get_address_of_SecretKeySize_7() { return &___SecretKeySize_7; } inline void set_SecretKeySize_7(int32_t value) { ___SecretKeySize_7 = value; } inline static int32_t get_offset_of_SignatureSize_8() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___SignatureSize_8)); } inline int32_t get_SignatureSize_8() const { return ___SignatureSize_8; } inline int32_t* get_address_of_SignatureSize_8() { return &___SignatureSize_8; } inline void set_SignatureSize_8(int32_t value) { ___SignatureSize_8 = value; } inline static int32_t get_offset_of_Dom4Prefix_9() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___Dom4Prefix_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Dom4Prefix_9() const { return ___Dom4Prefix_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Dom4Prefix_9() { return &___Dom4Prefix_9; } inline void set_Dom4Prefix_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Dom4Prefix_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Dom4Prefix_9), (void*)value); } inline static int32_t get_offset_of_P_10() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___P_10)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_P_10() const { return ___P_10; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_P_10() { return &___P_10; } inline void set_P_10(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___P_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_10), (void*)value); } inline static int32_t get_offset_of_L_11() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___L_11)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_L_11() const { return ___L_11; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_L_11() { return &___L_11; } inline void set_L_11(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___L_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___L_11), (void*)value); } inline static int32_t get_offset_of_N_12() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___N_12)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_N_12() const { return ___N_12; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_N_12() { return &___N_12; } inline void set_N_12(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___N_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___N_12), (void*)value); } inline static int32_t get_offset_of_B_x_29() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___B_x_29)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_B_x_29() const { return ___B_x_29; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_B_x_29() { return &___B_x_29; } inline void set_B_x_29(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___B_x_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___B_x_29), (void*)value); } inline static int32_t get_offset_of_B_y_30() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___B_y_30)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_B_y_30() const { return ___B_y_30; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_B_y_30() { return &___B_y_30; } inline void set_B_y_30(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___B_y_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___B_y_30), (void*)value); } inline static int32_t get_offset_of_precompLock_38() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___precompLock_38)); } inline RuntimeObject * get_precompLock_38() const { return ___precompLock_38; } inline RuntimeObject ** get_address_of_precompLock_38() { return &___precompLock_38; } inline void set_precompLock_38(RuntimeObject * value) { ___precompLock_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___precompLock_38), (void*)value); } inline static int32_t get_offset_of_precompBaseTable_39() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___precompBaseTable_39)); } inline PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* get_precompBaseTable_39() const { return ___precompBaseTable_39; } inline PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1** get_address_of_precompBaseTable_39() { return &___precompBaseTable_39; } inline void set_precompBaseTable_39(PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* value) { ___precompBaseTable_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___precompBaseTable_39), (void*)value); } inline static int32_t get_offset_of_precompBase_40() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___precompBase_40)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_precompBase_40() const { return ___precompBase_40; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_precompBase_40() { return &___precompBase_40; } inline void set_precompBase_40(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___precompBase_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___precompBase_40), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Ed448KeyPairGenerator struct Ed448KeyPairGenerator_t14E533E245FA92E4E1D898FCDAD5C8503965DFDB : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Ed448KeyPairGenerator::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_0; public: inline static int32_t get_offset_of_random_0() { return static_cast(offsetof(Ed448KeyPairGenerator_t14E533E245FA92E4E1D898FCDAD5C8503965DFDB, ___random_0)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_0() const { return ___random_0; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_0() { return &___random_0; } inline void set_random_0(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_0), (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.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ElGamalEngine struct ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ElGamalEngine::key ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * ___key_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ElGamalEngine::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ElGamalEngine::forEncryption bool ___forEncryption_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ElGamalEngine::bitSize int32_t ___bitSize_3; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED, ___key_0)); } inline ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * get_key_0() const { return ___key_0; } inline ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_random_1() { return static_cast(offsetof(ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED, ___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); } inline static int32_t get_offset_of_forEncryption_2() { return static_cast(offsetof(ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED, ___forEncryption_2)); } inline bool get_forEncryption_2() const { return ___forEncryption_2; } inline bool* get_address_of_forEncryption_2() { return &___forEncryption_2; } inline void set_forEncryption_2(bool value) { ___forEncryption_2 = value; } inline static int32_t get_offset_of_bitSize_3() { return static_cast(offsetof(ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED, ___bitSize_3)); } inline int32_t get_bitSize_3() const { return ___bitSize_3; } inline int32_t* get_address_of_bitSize_3() { return &___bitSize_3; } inline void set_bitSize_3(int32_t value) { ___bitSize_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ElGamalKeyPairGenerator struct ElGamalKeyPairGenerator_t9321D7A9FA6787C1AEF2681CA3EC62AA06093E24 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyGenerationParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ElGamalKeyPairGenerator::param ElGamalKeyGenerationParameters_t9DD985B7F64F63A0FC4CAE066DCAB75473B01061 * ___param_0; public: inline static int32_t get_offset_of_param_0() { return static_cast(offsetof(ElGamalKeyPairGenerator_t9321D7A9FA6787C1AEF2681CA3EC62AA06093E24, ___param_0)); } inline ElGamalKeyGenerationParameters_t9DD985B7F64F63A0FC4CAE066DCAB75473B01061 * get_param_0() const { return ___param_0; } inline ElGamalKeyGenerationParameters_t9DD985B7F64F63A0FC4CAE066DCAB75473B01061 ** get_address_of_param_0() { return &___param_0; } inline void set_param_0(ElGamalKeyGenerationParameters_t9DD985B7F64F63A0FC4CAE066DCAB75473B01061 * value) { ___param_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___param_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters struct ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::p BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::g BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::l int32_t ___l_2; public: inline static int32_t get_offset_of_p_0() { return static_cast(offsetof(ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13, ___p_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_p_0() const { return ___p_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_p_0() { return &___p_0; } inline void set_p_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___p_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_0), (void*)value); } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13, ___g_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_g_1() const { return ___g_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_g_1() { return &___g_1; } inline void set_g_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___g_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_1), (void*)value); } inline static int32_t get_offset_of_l_2() { return static_cast(offsetof(ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13, ___l_2)); } inline int32_t get_l_2() const { return ___l_2; } inline int32_t* get_address_of_l_2() { return &___l_2; } inline void set_l_2(int32_t value) { ___l_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ElGamalParametersGenerator struct ElGamalParametersGenerator_t7793B05DC46A6C4272DF17D638C3D2AFA0063FB4 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ElGamalParametersGenerator::size int32_t ___size_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ElGamalParametersGenerator::certainty int32_t ___certainty_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ElGamalParametersGenerator::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_2; public: inline static int32_t get_offset_of_size_0() { return static_cast(offsetof(ElGamalParametersGenerator_t7793B05DC46A6C4272DF17D638C3D2AFA0063FB4, ___size_0)); } inline int32_t get_size_0() const { return ___size_0; } inline int32_t* get_address_of_size_0() { return &___size_0; } inline void set_size_0(int32_t value) { ___size_0 = value; } inline static int32_t get_offset_of_certainty_1() { return static_cast(offsetof(ElGamalParametersGenerator_t7793B05DC46A6C4272DF17D638C3D2AFA0063FB4, ___certainty_1)); } inline int32_t get_certainty_1() const { return ___certainty_1; } inline int32_t* get_address_of_certainty_1() { return &___certainty_1; } inline void set_certainty_1(int32_t value) { ___certainty_1 = value; } inline static int32_t get_offset_of_random_2() { return static_cast(offsetof(ElGamalParametersGenerator_t7793B05DC46A6C4272DF17D638C3D2AFA0063FB4, ___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.Utilities.Collections.EmptyEnumerable struct EmptyEnumerable_tF29905C07F55D906B61ABE502F5933BD8132FFA6 : public RuntimeObject { public: public: }; struct EmptyEnumerable_tF29905C07F55D906B61ABE502F5933BD8132FFA6_StaticFields { public: // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EmptyEnumerable::Instance RuntimeObject* ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(EmptyEnumerable_tF29905C07F55D906B61ABE502F5933BD8132FFA6_StaticFields, ___Instance_0)); } inline RuntimeObject* get_Instance_0() const { return ___Instance_0; } inline RuntimeObject** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(RuntimeObject* value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EmptyEnumerator struct EmptyEnumerator_tD96783B6048AE14D4CED5A7D3CE0C88889825808 : public RuntimeObject { public: public: }; struct EmptyEnumerator_tD96783B6048AE14D4CED5A7D3CE0C88889825808_StaticFields { public: // System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EmptyEnumerator::Instance RuntimeObject* ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(EmptyEnumerator_tD96783B6048AE14D4CED5A7D3CE0C88889825808_StaticFields, ___Instance_0)); } inline RuntimeObject* get_Instance_0() const { return ___Instance_0; } inline RuntimeObject** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(RuntimeObject* value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } }; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_55; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___dataItem_56; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_57; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_58; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_59; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_60; public: inline static int32_t get_offset_of_m_codePage_55() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_codePage_55)); } inline int32_t get_m_codePage_55() const { return ___m_codePage_55; } inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; } inline void set_m_codePage_55(int32_t value) { ___m_codePage_55 = value; } inline static int32_t get_offset_of_dataItem_56() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_56)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_56() const { return ___dataItem_56; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_56() { return &___dataItem_56; } inline void set_dataItem_56(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_deserializedFromEverett_57)); } inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; } inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; } inline void set_m_deserializedFromEverett_57(bool value) { ___m_deserializedFromEverett_57 = value; } inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_isReadOnly_58)); } inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; } inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; } inline void set_m_isReadOnly_58(bool value) { ___m_isReadOnly_58 = value; } inline static int32_t get_offset_of_encoderFallback_59() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_59)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_59() const { return ___encoderFallback_59; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; } inline void set_encoderFallback_59(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value); } inline static int32_t get_offset_of_decoderFallback_60() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_60)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_60() const { return ___decoderFallback_60; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; } inline void set_decoderFallback_60(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (void*)value); } }; struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_61; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___defaultEncoding_0)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___unicodeEncoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf7Encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf8Encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf32Encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___asciiEncoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___latin1Encoding_7)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___encodings_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_61() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___s_InternalSyncObject_61)); } inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; } inline void set_s_InternalSyncObject_61(RuntimeObject * value) { ___s_InternalSyncObject_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfoParser struct EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfoParser::_contentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ____contentType_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfoParser::_contentEncryptionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ____contentEncryptionAlgorithm_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObjectParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfoParser::_encryptedContent RuntimeObject* ____encryptedContent_2; public: inline static int32_t get_offset_of__contentType_0() { return static_cast(offsetof(EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B, ____contentType_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get__contentType_0() const { return ____contentType_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of__contentType_0() { return &____contentType_0; } inline void set__contentType_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ____contentType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____contentType_0), (void*)value); } inline static int32_t get_offset_of__contentEncryptionAlgorithm_1() { return static_cast(offsetof(EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B, ____contentEncryptionAlgorithm_1)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get__contentEncryptionAlgorithm_1() const { return ____contentEncryptionAlgorithm_1; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of__contentEncryptionAlgorithm_1() { return &____contentEncryptionAlgorithm_1; } inline void set__contentEncryptionAlgorithm_1(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ____contentEncryptionAlgorithm_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____contentEncryptionAlgorithm_1), (void*)value); } inline static int32_t get_offset_of__encryptedContent_2() { return static_cast(offsetof(EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B, ____encryptedContent_2)); } inline RuntimeObject* get__encryptedContent_2() const { return ____encryptedContent_2; } inline RuntimeObject** get_address_of__encryptedContent_2() { return &____encryptedContent_2; } inline void set__encryptedContent_2(RuntimeObject* value) { ____encryptedContent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____encryptedContent_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.EncryptedPrivateKeyInfoFactory struct EncryptedPrivateKeyInfoFactory_t6A5538787251FFD9A6D041A083DA691B606964BA : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.EncryptionAlgorithm struct EncryptionAlgorithm_t5999176CAD1DC57740D8283B29AD8AF4BEC2B69C : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.EntropyUtilities struct EntropyUtilities_t6586216DA30B3049F5B9468C65C36B69B9691F9B : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EnumerableProxy struct EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2 : public RuntimeObject { public: // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EnumerableProxy::inner RuntimeObject* ___inner_0; public: inline static int32_t get_offset_of_inner_0() { return static_cast(offsetof(EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2, ___inner_0)); } inline RuntimeObject* get_inner_0() const { return ___inner_0; } inline RuntimeObject** get_address_of_inner_0() { return &___inner_0; } inline void set_inner_0(RuntimeObject* value) { ___inner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___inner_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Enums struct Enums_tAC2850AD7D073D9327388689190CBD4C0F88244E : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser struct EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser::_seq RuntimeObject* ____seq_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser::_version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ____version_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser::_nextObject RuntimeObject* ____nextObject_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser::_originatorInfoCalled bool ____originatorInfoCalled_3; public: inline static int32_t get_offset_of__seq_0() { return static_cast(offsetof(EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6, ____seq_0)); } inline RuntimeObject* get__seq_0() const { return ____seq_0; } inline RuntimeObject** get_address_of__seq_0() { return &____seq_0; } inline void set__seq_0(RuntimeObject* value) { ____seq_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____seq_0), (void*)value); } inline static int32_t get_offset_of__version_1() { return static_cast(offsetof(EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6, ____version_1)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get__version_1() const { return ____version_1; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of__version_1() { return &____version_1; } inline void set__version_1(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ____version_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____version_1), (void*)value); } inline static int32_t get_offset_of__nextObject_2() { return static_cast(offsetof(EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6, ____nextObject_2)); } inline RuntimeObject* get__nextObject_2() const { return ____nextObject_2; } inline RuntimeObject** get_address_of__nextObject_2() { return &____nextObject_2; } inline void set__nextObject_2(RuntimeObject* value) { ____nextObject_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____nextObject_2), (void*)value); } inline static int32_t get_offset_of__originatorInfoCalled_3() { return static_cast(offsetof(EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6, ____originatorInfoCalled_3)); } inline bool get__originatorInfoCalled_3() const { return ____originatorInfoCalled_3; } inline bool* get_address_of__originatorInfoCalled_3() { return &____originatorInfoCalled_3; } inline void set__originatorInfoCalled_3(bool value) { ____originatorInfoCalled_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.EsfAttributes struct EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF : public RuntimeObject { public: public: }; struct EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.EsfAttributes::SigPolicyId DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SigPolicyId_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.EsfAttributes::CommitmentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CommitmentType_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.EsfAttributes::SignerLocation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignerLocation_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.EsfAttributes::SignerAttr DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignerAttr_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.EsfAttributes::OtherSigCert DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OtherSigCert_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.EsfAttributes::ContentTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ContentTimestamp_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.EsfAttributes::CertificateRefs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertificateRefs_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.EsfAttributes::RevocationRefs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RevocationRefs_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.EsfAttributes::CertValues DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertValues_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.EsfAttributes::RevocationValues DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RevocationValues_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.EsfAttributes::EscTimeStamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EscTimeStamp_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.EsfAttributes::CertCrlTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertCrlTimestamp_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.EsfAttributes::ArchiveTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ArchiveTimestamp_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.EsfAttributes::ArchiveTimestampV2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ArchiveTimestampV2_13; public: inline static int32_t get_offset_of_SigPolicyId_0() { return static_cast(offsetof(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields, ___SigPolicyId_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SigPolicyId_0() const { return ___SigPolicyId_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SigPolicyId_0() { return &___SigPolicyId_0; } inline void set_SigPolicyId_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SigPolicyId_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___SigPolicyId_0), (void*)value); } inline static int32_t get_offset_of_CommitmentType_1() { return static_cast(offsetof(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields, ___CommitmentType_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CommitmentType_1() const { return ___CommitmentType_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CommitmentType_1() { return &___CommitmentType_1; } inline void set_CommitmentType_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CommitmentType_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CommitmentType_1), (void*)value); } inline static int32_t get_offset_of_SignerLocation_2() { return static_cast(offsetof(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields, ___SignerLocation_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignerLocation_2() const { return ___SignerLocation_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignerLocation_2() { return &___SignerLocation_2; } inline void set_SignerLocation_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignerLocation_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignerLocation_2), (void*)value); } inline static int32_t get_offset_of_SignerAttr_3() { return static_cast(offsetof(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields, ___SignerAttr_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignerAttr_3() const { return ___SignerAttr_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignerAttr_3() { return &___SignerAttr_3; } inline void set_SignerAttr_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignerAttr_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignerAttr_3), (void*)value); } inline static int32_t get_offset_of_OtherSigCert_4() { return static_cast(offsetof(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields, ___OtherSigCert_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OtherSigCert_4() const { return ___OtherSigCert_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OtherSigCert_4() { return &___OtherSigCert_4; } inline void set_OtherSigCert_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OtherSigCert_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___OtherSigCert_4), (void*)value); } inline static int32_t get_offset_of_ContentTimestamp_5() { return static_cast(offsetof(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields, ___ContentTimestamp_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ContentTimestamp_5() const { return ___ContentTimestamp_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ContentTimestamp_5() { return &___ContentTimestamp_5; } inline void set_ContentTimestamp_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ContentTimestamp_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ContentTimestamp_5), (void*)value); } inline static int32_t get_offset_of_CertificateRefs_6() { return static_cast(offsetof(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields, ___CertificateRefs_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertificateRefs_6() const { return ___CertificateRefs_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertificateRefs_6() { return &___CertificateRefs_6; } inline void set_CertificateRefs_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertificateRefs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertificateRefs_6), (void*)value); } inline static int32_t get_offset_of_RevocationRefs_7() { return static_cast(offsetof(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields, ___RevocationRefs_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RevocationRefs_7() const { return ___RevocationRefs_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RevocationRefs_7() { return &___RevocationRefs_7; } inline void set_RevocationRefs_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RevocationRefs_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___RevocationRefs_7), (void*)value); } inline static int32_t get_offset_of_CertValues_8() { return static_cast(offsetof(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields, ___CertValues_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertValues_8() const { return ___CertValues_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertValues_8() { return &___CertValues_8; } inline void set_CertValues_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertValues_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertValues_8), (void*)value); } inline static int32_t get_offset_of_RevocationValues_9() { return static_cast(offsetof(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields, ___RevocationValues_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RevocationValues_9() const { return ___RevocationValues_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RevocationValues_9() { return &___RevocationValues_9; } inline void set_RevocationValues_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RevocationValues_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___RevocationValues_9), (void*)value); } inline static int32_t get_offset_of_EscTimeStamp_10() { return static_cast(offsetof(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields, ___EscTimeStamp_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EscTimeStamp_10() const { return ___EscTimeStamp_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EscTimeStamp_10() { return &___EscTimeStamp_10; } inline void set_EscTimeStamp_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EscTimeStamp_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___EscTimeStamp_10), (void*)value); } inline static int32_t get_offset_of_CertCrlTimestamp_11() { return static_cast(offsetof(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields, ___CertCrlTimestamp_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertCrlTimestamp_11() const { return ___CertCrlTimestamp_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertCrlTimestamp_11() { return &___CertCrlTimestamp_11; } inline void set_CertCrlTimestamp_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertCrlTimestamp_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertCrlTimestamp_11), (void*)value); } inline static int32_t get_offset_of_ArchiveTimestamp_12() { return static_cast(offsetof(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields, ___ArchiveTimestamp_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ArchiveTimestamp_12() const { return ___ArchiveTimestamp_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ArchiveTimestamp_12() { return &___ArchiveTimestamp_12; } inline void set_ArchiveTimestamp_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ArchiveTimestamp_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ArchiveTimestamp_12), (void*)value); } inline static int32_t get_offset_of_ArchiveTimestampV2_13() { return static_cast(offsetof(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields, ___ArchiveTimestampV2_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ArchiveTimestampV2_13() const { return ___ArchiveTimestampV2_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ArchiveTimestampV2_13() { return &___ArchiveTimestampV2_13; } inline void set_ArchiveTimestampV2_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ArchiveTimestampV2_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___ArchiveTimestampV2_13), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.EtsiQCObjectIdentifiers struct EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8 : public RuntimeObject { public: public: }; struct EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.EtsiQCObjectIdentifiers::IdEtsiQcs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdEtsiQcs_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.EtsiQCObjectIdentifiers::IdEtsiQcsQcCompliance DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdEtsiQcsQcCompliance_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.EtsiQCObjectIdentifiers::IdEtsiQcsLimitValue DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdEtsiQcsLimitValue_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.EtsiQCObjectIdentifiers::IdEtsiQcsRetentionPeriod DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdEtsiQcsRetentionPeriod_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.EtsiQCObjectIdentifiers::IdEtsiQcsQcSscd DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdEtsiQcsQcSscd_4; public: inline static int32_t get_offset_of_IdEtsiQcs_0() { return static_cast(offsetof(EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_StaticFields, ___IdEtsiQcs_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdEtsiQcs_0() const { return ___IdEtsiQcs_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdEtsiQcs_0() { return &___IdEtsiQcs_0; } inline void set_IdEtsiQcs_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdEtsiQcs_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdEtsiQcs_0), (void*)value); } inline static int32_t get_offset_of_IdEtsiQcsQcCompliance_1() { return static_cast(offsetof(EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_StaticFields, ___IdEtsiQcsQcCompliance_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdEtsiQcsQcCompliance_1() const { return ___IdEtsiQcsQcCompliance_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdEtsiQcsQcCompliance_1() { return &___IdEtsiQcsQcCompliance_1; } inline void set_IdEtsiQcsQcCompliance_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdEtsiQcsQcCompliance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdEtsiQcsQcCompliance_1), (void*)value); } inline static int32_t get_offset_of_IdEtsiQcsLimitValue_2() { return static_cast(offsetof(EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_StaticFields, ___IdEtsiQcsLimitValue_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdEtsiQcsLimitValue_2() const { return ___IdEtsiQcsLimitValue_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdEtsiQcsLimitValue_2() { return &___IdEtsiQcsLimitValue_2; } inline void set_IdEtsiQcsLimitValue_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdEtsiQcsLimitValue_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdEtsiQcsLimitValue_2), (void*)value); } inline static int32_t get_offset_of_IdEtsiQcsRetentionPeriod_3() { return static_cast(offsetof(EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_StaticFields, ___IdEtsiQcsRetentionPeriod_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdEtsiQcsRetentionPeriod_3() const { return ___IdEtsiQcsRetentionPeriod_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdEtsiQcsRetentionPeriod_3() { return &___IdEtsiQcsRetentionPeriod_3; } inline void set_IdEtsiQcsRetentionPeriod_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdEtsiQcsRetentionPeriod_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdEtsiQcsRetentionPeriod_3), (void*)value); } inline static int32_t get_offset_of_IdEtsiQcsQcSscd_4() { return static_cast(offsetof(EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_StaticFields, ___IdEtsiQcsQcSscd_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdEtsiQcsQcSscd_4() const { return ___IdEtsiQcsQcSscd_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdEtsiQcsQcSscd_4() { return &___IdEtsiQcsQcSscd_4; } inline void set_IdEtsiQcsQcSscd_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdEtsiQcsQcSscd_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdEtsiQcsQcSscd_4), (void*)value); } }; // BestHTTP.SocketIO.Events.EventDescriptor struct EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC : public RuntimeObject { public: // System.Collections.Generic.List`1 BestHTTP.SocketIO.Events.EventDescriptor::k__BackingField List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * ___U3CCallbacksU3Ek__BackingField_0; // System.Boolean BestHTTP.SocketIO.Events.EventDescriptor::k__BackingField bool ___U3COnlyOnceU3Ek__BackingField_1; // System.Boolean BestHTTP.SocketIO.Events.EventDescriptor::k__BackingField bool ___U3CAutoDecodePayloadU3Ek__BackingField_2; // BestHTTP.SocketIO.Events.SocketIOCallback[] BestHTTP.SocketIO.Events.EventDescriptor::CallbackArray SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C* ___CallbackArray_3; public: inline static int32_t get_offset_of_U3CCallbacksU3Ek__BackingField_0() { return static_cast(offsetof(EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC, ___U3CCallbacksU3Ek__BackingField_0)); } inline List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * get_U3CCallbacksU3Ek__BackingField_0() const { return ___U3CCallbacksU3Ek__BackingField_0; } inline List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 ** get_address_of_U3CCallbacksU3Ek__BackingField_0() { return &___U3CCallbacksU3Ek__BackingField_0; } inline void set_U3CCallbacksU3Ek__BackingField_0(List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * value) { ___U3CCallbacksU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCallbacksU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3COnlyOnceU3Ek__BackingField_1() { return static_cast(offsetof(EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC, ___U3COnlyOnceU3Ek__BackingField_1)); } inline bool get_U3COnlyOnceU3Ek__BackingField_1() const { return ___U3COnlyOnceU3Ek__BackingField_1; } inline bool* get_address_of_U3COnlyOnceU3Ek__BackingField_1() { return &___U3COnlyOnceU3Ek__BackingField_1; } inline void set_U3COnlyOnceU3Ek__BackingField_1(bool value) { ___U3COnlyOnceU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CAutoDecodePayloadU3Ek__BackingField_2() { return static_cast(offsetof(EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC, ___U3CAutoDecodePayloadU3Ek__BackingField_2)); } inline bool get_U3CAutoDecodePayloadU3Ek__BackingField_2() const { return ___U3CAutoDecodePayloadU3Ek__BackingField_2; } inline bool* get_address_of_U3CAutoDecodePayloadU3Ek__BackingField_2() { return &___U3CAutoDecodePayloadU3Ek__BackingField_2; } inline void set_U3CAutoDecodePayloadU3Ek__BackingField_2(bool value) { ___U3CAutoDecodePayloadU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_CallbackArray_3() { return static_cast(offsetof(EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC, ___CallbackArray_3)); } inline SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C* get_CallbackArray_3() const { return ___CallbackArray_3; } inline SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C** get_address_of_CallbackArray_3() { return &___CallbackArray_3; } inline void set_CallbackArray_3(SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C* value) { ___CallbackArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___CallbackArray_3), (void*)value); } }; // BestHTTP.SocketIO.Events.EventNames struct EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F : public RuntimeObject { public: public: }; struct EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_StaticFields { public: // System.String[] BestHTTP.SocketIO.Events.EventNames::SocketIONames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___SocketIONames_7; // System.String[] BestHTTP.SocketIO.Events.EventNames::TransportNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___TransportNames_8; // System.String[] BestHTTP.SocketIO.Events.EventNames::BlacklistedEvents StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___BlacklistedEvents_9; public: inline static int32_t get_offset_of_SocketIONames_7() { return static_cast(offsetof(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_StaticFields, ___SocketIONames_7)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_SocketIONames_7() const { return ___SocketIONames_7; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_SocketIONames_7() { return &___SocketIONames_7; } inline void set_SocketIONames_7(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___SocketIONames_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___SocketIONames_7), (void*)value); } inline static int32_t get_offset_of_TransportNames_8() { return static_cast(offsetof(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_StaticFields, ___TransportNames_8)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_TransportNames_8() const { return ___TransportNames_8; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_TransportNames_8() { return &___TransportNames_8; } inline void set_TransportNames_8(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___TransportNames_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___TransportNames_8), (void*)value); } inline static int32_t get_offset_of_BlacklistedEvents_9() { return static_cast(offsetof(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_StaticFields, ___BlacklistedEvents_9)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_BlacklistedEvents_9() const { return ___BlacklistedEvents_9; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_BlacklistedEvents_9() { return &___BlacklistedEvents_9; } inline void set_BlacklistedEvents_9(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___BlacklistedEvents_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___BlacklistedEvents_9), (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.Extensions.ExceptionHelper struct ExceptionHelper_t0EAA34C02C717050947DBD3C0CB1AD787E52C746 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ExporterLabel struct ExporterLabel_tD8C9EBC8C250ADD24BA209D952919F0646184805 : public RuntimeObject { public: public: }; struct ExporterLabel_tD8C9EBC8C250ADD24BA209D952919F0646184805_StaticFields { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ExporterLabel::extended_master_secret String_t* ___extended_master_secret_8; public: inline static int32_t get_offset_of_extended_master_secret_8() { return static_cast(offsetof(ExporterLabel_tD8C9EBC8C250ADD24BA209D952919F0646184805_StaticFields, ___extended_master_secret_8)); } inline String_t* get_extended_master_secret_8() const { return ___extended_master_secret_8; } inline String_t** get_address_of_extended_master_secret_8() { return &___extended_master_secret_8; } inline void set_extended_master_secret_8(String_t* value) { ___extended_master_secret_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___extended_master_secret_8), (void*)value); } }; // o0.Bow.Extension struct Extension_t409CD87AD7D2E46636EF3424773F6F1EF36074B9 : public RuntimeObject { public: public: }; // o0Project.Extension struct Extension_t5080D1EB884F679986AB486A7AF71F334405DF41 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ExtensionType struct ExtensionType_t99BE11CEA3D1E7A54240A40233BF63725FC9EE64 : public RuntimeObject { public: public: }; struct ExtensionType_t99BE11CEA3D1E7A54240A40233BF63725FC9EE64_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ExtensionType::DRAFT_token_binding int32_t ___DRAFT_token_binding_25; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ExtensionType::negotiated_ff_dhe_groups int32_t ___negotiated_ff_dhe_groups_28; public: inline static int32_t get_offset_of_DRAFT_token_binding_25() { return static_cast(offsetof(ExtensionType_t99BE11CEA3D1E7A54240A40233BF63725FC9EE64_StaticFields, ___DRAFT_token_binding_25)); } inline int32_t get_DRAFT_token_binding_25() const { return ___DRAFT_token_binding_25; } inline int32_t* get_address_of_DRAFT_token_binding_25() { return &___DRAFT_token_binding_25; } inline void set_DRAFT_token_binding_25(int32_t value) { ___DRAFT_token_binding_25 = value; } inline static int32_t get_offset_of_negotiated_ff_dhe_groups_28() { return static_cast(offsetof(ExtensionType_t99BE11CEA3D1E7A54240A40233BF63725FC9EE64_StaticFields, ___negotiated_ff_dhe_groups_28)); } inline int32_t get_negotiated_ff_dhe_groups_28() const { return ___negotiated_ff_dhe_groups_28; } inline int32_t* get_address_of_negotiated_ff_dhe_groups_28() { return &___negotiated_ff_dhe_groups_28; } inline void set_negotiated_ff_dhe_groups_28(int32_t value) { ___negotiated_ff_dhe_groups_28 = value; } }; // BestHTTP.Extensions.Extensions struct Extensions_t805930587B149FAA6237C154983DC030D5D8124F : public RuntimeObject { public: public: }; struct Extensions_t805930587B149FAA6237C154983DC030D5D8124F_StaticFields { public: // System.Text.RegularExpressions.Regex BestHTTP.Extensions.Extensions::validIpV4AddressRegex Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___validIpV4AddressRegex_0; public: inline static int32_t get_offset_of_validIpV4AddressRegex_0() { return static_cast(offsetof(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_StaticFields, ___validIpV4AddressRegex_0)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get_validIpV4AddressRegex_0() const { return ___validIpV4AddressRegex_0; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of_validIpV4AddressRegex_0() { return &___validIpV4AddressRegex_0; } inline void set_validIpV4AddressRegex_0(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ___validIpV4AddressRegex_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___validIpV4AddressRegex_0), (void*)value); } }; // UnityStandardAssets.Utility.FOVKick struct FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B : public RuntimeObject { public: // UnityEngine.Camera UnityStandardAssets.Utility.FOVKick::Camera Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___Camera_0; // System.Single UnityStandardAssets.Utility.FOVKick::originalFov float ___originalFov_1; // System.Single UnityStandardAssets.Utility.FOVKick::FOVIncrease float ___FOVIncrease_2; // System.Single UnityStandardAssets.Utility.FOVKick::TimeToIncrease float ___TimeToIncrease_3; // System.Single UnityStandardAssets.Utility.FOVKick::TimeToDecrease float ___TimeToDecrease_4; // UnityEngine.AnimationCurve UnityStandardAssets.Utility.FOVKick::IncreaseCurve AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___IncreaseCurve_5; public: inline static int32_t get_offset_of_Camera_0() { return static_cast(offsetof(FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B, ___Camera_0)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_Camera_0() const { return ___Camera_0; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_Camera_0() { return &___Camera_0; } inline void set_Camera_0(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___Camera_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Camera_0), (void*)value); } inline static int32_t get_offset_of_originalFov_1() { return static_cast(offsetof(FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B, ___originalFov_1)); } inline float get_originalFov_1() const { return ___originalFov_1; } inline float* get_address_of_originalFov_1() { return &___originalFov_1; } inline void set_originalFov_1(float value) { ___originalFov_1 = value; } inline static int32_t get_offset_of_FOVIncrease_2() { return static_cast(offsetof(FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B, ___FOVIncrease_2)); } inline float get_FOVIncrease_2() const { return ___FOVIncrease_2; } inline float* get_address_of_FOVIncrease_2() { return &___FOVIncrease_2; } inline void set_FOVIncrease_2(float value) { ___FOVIncrease_2 = value; } inline static int32_t get_offset_of_TimeToIncrease_3() { return static_cast(offsetof(FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B, ___TimeToIncrease_3)); } inline float get_TimeToIncrease_3() const { return ___TimeToIncrease_3; } inline float* get_address_of_TimeToIncrease_3() { return &___TimeToIncrease_3; } inline void set_TimeToIncrease_3(float value) { ___TimeToIncrease_3 = value; } inline static int32_t get_offset_of_TimeToDecrease_4() { return static_cast(offsetof(FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B, ___TimeToDecrease_4)); } inline float get_TimeToDecrease_4() const { return ___TimeToDecrease_4; } inline float* get_address_of_TimeToDecrease_4() { return &___TimeToDecrease_4; } inline void set_TimeToDecrease_4(float value) { ___TimeToDecrease_4 = value; } inline static int32_t get_offset_of_IncreaseCurve_5() { return static_cast(offsetof(FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B, ___IncreaseCurve_5)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_IncreaseCurve_5() const { return ___IncreaseCurve_5; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_IncreaseCurve_5() { return &___IncreaseCurve_5; } inline void set_IncreaseCurve_5(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___IncreaseCurve_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___IncreaseCurve_5), (void*)value); } }; // BestHTTP.SignalR.Messages.FailureMessage struct FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F : public RuntimeObject { public: // System.UInt64 BestHTTP.SignalR.Messages.FailureMessage::k__BackingField uint64_t ___U3CInvocationIdU3Ek__BackingField_0; // System.Boolean BestHTTP.SignalR.Messages.FailureMessage::k__BackingField bool ___U3CIsHubErrorU3Ek__BackingField_1; // System.String BestHTTP.SignalR.Messages.FailureMessage::k__BackingField String_t* ___U3CErrorMessageU3Ek__BackingField_2; // System.Collections.Generic.IDictionary`2 BestHTTP.SignalR.Messages.FailureMessage::k__BackingField RuntimeObject* ___U3CAdditionalDataU3Ek__BackingField_3; // System.String BestHTTP.SignalR.Messages.FailureMessage::k__BackingField String_t* ___U3CStackTraceU3Ek__BackingField_4; // System.Collections.Generic.IDictionary`2 BestHTTP.SignalR.Messages.FailureMessage::k__BackingField RuntimeObject* ___U3CStateU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CInvocationIdU3Ek__BackingField_0() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CInvocationIdU3Ek__BackingField_0)); } inline uint64_t get_U3CInvocationIdU3Ek__BackingField_0() const { return ___U3CInvocationIdU3Ek__BackingField_0; } inline uint64_t* get_address_of_U3CInvocationIdU3Ek__BackingField_0() { return &___U3CInvocationIdU3Ek__BackingField_0; } inline void set_U3CInvocationIdU3Ek__BackingField_0(uint64_t value) { ___U3CInvocationIdU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CIsHubErrorU3Ek__BackingField_1() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CIsHubErrorU3Ek__BackingField_1)); } inline bool get_U3CIsHubErrorU3Ek__BackingField_1() const { return ___U3CIsHubErrorU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsHubErrorU3Ek__BackingField_1() { return &___U3CIsHubErrorU3Ek__BackingField_1; } inline void set_U3CIsHubErrorU3Ek__BackingField_1(bool value) { ___U3CIsHubErrorU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CErrorMessageU3Ek__BackingField_2() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CErrorMessageU3Ek__BackingField_2)); } inline String_t* get_U3CErrorMessageU3Ek__BackingField_2() const { return ___U3CErrorMessageU3Ek__BackingField_2; } inline String_t** get_address_of_U3CErrorMessageU3Ek__BackingField_2() { return &___U3CErrorMessageU3Ek__BackingField_2; } inline void set_U3CErrorMessageU3Ek__BackingField_2(String_t* value) { ___U3CErrorMessageU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CErrorMessageU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CAdditionalDataU3Ek__BackingField_3() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CAdditionalDataU3Ek__BackingField_3)); } inline RuntimeObject* get_U3CAdditionalDataU3Ek__BackingField_3() const { return ___U3CAdditionalDataU3Ek__BackingField_3; } inline RuntimeObject** get_address_of_U3CAdditionalDataU3Ek__BackingField_3() { return &___U3CAdditionalDataU3Ek__BackingField_3; } inline void set_U3CAdditionalDataU3Ek__BackingField_3(RuntimeObject* value) { ___U3CAdditionalDataU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAdditionalDataU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CStackTraceU3Ek__BackingField_4() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CStackTraceU3Ek__BackingField_4)); } inline String_t* get_U3CStackTraceU3Ek__BackingField_4() const { return ___U3CStackTraceU3Ek__BackingField_4; } inline String_t** get_address_of_U3CStackTraceU3Ek__BackingField_4() { return &___U3CStackTraceU3Ek__BackingField_4; } inline void set_U3CStackTraceU3Ek__BackingField_4(String_t* value) { ___U3CStackTraceU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStackTraceU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_5() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CStateU3Ek__BackingField_5)); } inline RuntimeObject* get_U3CStateU3Ek__BackingField_5() const { return ___U3CStateU3Ek__BackingField_5; } inline RuntimeObject** get_address_of_U3CStateU3Ek__BackingField_5() { return &___U3CStateU3Ek__BackingField_5; } inline void set_U3CStateU3Ek__BackingField_5(RuntimeObject* value) { ___U3CStateU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStateU3Ek__BackingField_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.FiniteFieldDheGroup struct FiniteFieldDheGroup_t0A77A200BF2D1BC9CFFEECAB0D19E7B7AB613837 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.FiniteFields struct FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E : public RuntimeObject { public: public: }; struct FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.FiniteFields::GF_2 RuntimeObject* ___GF_2_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.FiniteFields::GF_3 RuntimeObject* ___GF_3_1; public: inline static int32_t get_offset_of_GF_2_0() { return static_cast(offsetof(FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_StaticFields, ___GF_2_0)); } inline RuntimeObject* get_GF_2_0() const { return ___GF_2_0; } inline RuntimeObject** get_address_of_GF_2_0() { return &___GF_2_0; } inline void set_GF_2_0(RuntimeObject* value) { ___GF_2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___GF_2_0), (void*)value); } inline static int32_t get_offset_of_GF_3_1() { return static_cast(offsetof(FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_StaticFields, ___GF_3_1)); } inline RuntimeObject* get_GF_3_1() const { return ___GF_3_1; } inline RuntimeObject** get_address_of_GF_3_1() { return &___GF_3_1; } inline void set_GF_3_1(RuntimeObject* value) { ___GF_3_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___GF_3_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.GF2Polynomial struct GF2Polynomial_t15EDB2CE19D33BA2DD7A61FCFBA02D1673C12EC9 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.GF2Polynomial::exponents Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___exponents_0; public: inline static int32_t get_offset_of_exponents_0() { return static_cast(offsetof(GF2Polynomial_t15EDB2CE19D33BA2DD7A61FCFBA02D1673C12EC9, ___exponents_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_exponents_0() const { return ___exponents_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_exponents_0() { return &___exponents_0; } inline void set_exponents_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___exponents_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___exponents_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.GenericPolynomialExtensionField struct GenericPolynomialExtensionField_tDE7269B3338AA2B4391306FB7C10C32AD0960F44 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.GenericPolynomialExtensionField::subfield RuntimeObject* ___subfield_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IPolynomial BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.GenericPolynomialExtensionField::minimalPolynomial RuntimeObject* ___minimalPolynomial_1; public: inline static int32_t get_offset_of_subfield_0() { return static_cast(offsetof(GenericPolynomialExtensionField_tDE7269B3338AA2B4391306FB7C10C32AD0960F44, ___subfield_0)); } inline RuntimeObject* get_subfield_0() const { return ___subfield_0; } inline RuntimeObject** get_address_of_subfield_0() { return &___subfield_0; } inline void set_subfield_0(RuntimeObject* value) { ___subfield_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___subfield_0), (void*)value); } inline static int32_t get_offset_of_minimalPolynomial_1() { return static_cast(offsetof(GenericPolynomialExtensionField_tDE7269B3338AA2B4391306FB7C10C32AD0960F44, ___minimalPolynomial_1)); } inline RuntimeObject* get_minimalPolynomial_1() const { return ___minimalPolynomial_1; } inline RuntimeObject** get_address_of_minimalPolynomial_1() { return &___minimalPolynomial_1; } inline void set_minimalPolynomial_1(RuntimeObject* value) { ___minimalPolynomial_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___minimalPolynomial_1), (void*)value); } }; // BestHTTP.HTTPResponse struct HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD : public RuntimeObject { public: // System.Int32 BestHTTP.HTTPResponse::k__BackingField int32_t ___U3CVersionMajorU3Ek__BackingField_3; // System.Int32 BestHTTP.HTTPResponse::k__BackingField int32_t ___U3CVersionMinorU3Ek__BackingField_4; // System.Int32 BestHTTP.HTTPResponse::k__BackingField int32_t ___U3CStatusCodeU3Ek__BackingField_5; // System.String BestHTTP.HTTPResponse::k__BackingField String_t* ___U3CMessageU3Ek__BackingField_6; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsStreamedU3Ek__BackingField_7; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsStreamingFinishedU3Ek__BackingField_8; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsFromCacheU3Ek__BackingField_9; // BestHTTP.Caching.HTTPCacheFileInfo BestHTTP.HTTPResponse::k__BackingField HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * ___U3CCacheFileInfoU3Ek__BackingField_10; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsCacheOnlyU3Ek__BackingField_11; // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPResponse::k__BackingField Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * ___U3CHeadersU3Ek__BackingField_12; // System.Byte[] BestHTTP.HTTPResponse::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CDataU3Ek__BackingField_13; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsUpgradedU3Ek__BackingField_14; // System.Collections.Generic.List`1 BestHTTP.HTTPResponse::k__BackingField List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * ___U3CCookiesU3Ek__BackingField_15; // System.String BestHTTP.HTTPResponse::dataAsText String_t* ___dataAsText_16; // UnityEngine.Texture2D BestHTTP.HTTPResponse::texture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___texture_17; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsClosedManuallyU3Ek__BackingField_18; // BestHTTP.HTTPRequest BestHTTP.HTTPResponse::baseRequest HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___baseRequest_19; // System.IO.Stream BestHTTP.HTTPResponse::Stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Stream_20; // System.Collections.Generic.List`1 BestHTTP.HTTPResponse::streamedFragments List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * ___streamedFragments_21; // System.Object BestHTTP.HTTPResponse::SyncRoot RuntimeObject * ___SyncRoot_22; // System.Byte[] BestHTTP.HTTPResponse::fragmentBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___fragmentBuffer_23; // System.Int32 BestHTTP.HTTPResponse::fragmentBufferDataLength int32_t ___fragmentBufferDataLength_24; // System.IO.Stream BestHTTP.HTTPResponse::cacheStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___cacheStream_25; // System.Int32 BestHTTP.HTTPResponse::allFragmentSize int32_t ___allFragmentSize_26; // BestHTTP.Extensions.BufferPoolMemoryStream BestHTTP.HTTPResponse::decompressorInputStream BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * ___decompressorInputStream_27; // BestHTTP.Extensions.BufferPoolMemoryStream BestHTTP.HTTPResponse::decompressorOutputStream BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * ___decompressorOutputStream_28; // BestHTTP.Decompression.Zlib.GZipStream BestHTTP.HTTPResponse::decompressorGZipStream GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * ___decompressorGZipStream_29; // System.Threading.AutoResetEvent modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.HTTPResponse::fragmentWaitEvent AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * ___fragmentWaitEvent_31; public: inline static int32_t get_offset_of_U3CVersionMajorU3Ek__BackingField_3() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CVersionMajorU3Ek__BackingField_3)); } inline int32_t get_U3CVersionMajorU3Ek__BackingField_3() const { return ___U3CVersionMajorU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CVersionMajorU3Ek__BackingField_3() { return &___U3CVersionMajorU3Ek__BackingField_3; } inline void set_U3CVersionMajorU3Ek__BackingField_3(int32_t value) { ___U3CVersionMajorU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CVersionMinorU3Ek__BackingField_4() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CVersionMinorU3Ek__BackingField_4)); } inline int32_t get_U3CVersionMinorU3Ek__BackingField_4() const { return ___U3CVersionMinorU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CVersionMinorU3Ek__BackingField_4() { return &___U3CVersionMinorU3Ek__BackingField_4; } inline void set_U3CVersionMinorU3Ek__BackingField_4(int32_t value) { ___U3CVersionMinorU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CStatusCodeU3Ek__BackingField_5() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CStatusCodeU3Ek__BackingField_5)); } inline int32_t get_U3CStatusCodeU3Ek__BackingField_5() const { return ___U3CStatusCodeU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CStatusCodeU3Ek__BackingField_5() { return &___U3CStatusCodeU3Ek__BackingField_5; } inline void set_U3CStatusCodeU3Ek__BackingField_5(int32_t value) { ___U3CStatusCodeU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CMessageU3Ek__BackingField_6() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CMessageU3Ek__BackingField_6)); } inline String_t* get_U3CMessageU3Ek__BackingField_6() const { return ___U3CMessageU3Ek__BackingField_6; } inline String_t** get_address_of_U3CMessageU3Ek__BackingField_6() { return &___U3CMessageU3Ek__BackingField_6; } inline void set_U3CMessageU3Ek__BackingField_6(String_t* value) { ___U3CMessageU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMessageU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CIsStreamedU3Ek__BackingField_7() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsStreamedU3Ek__BackingField_7)); } inline bool get_U3CIsStreamedU3Ek__BackingField_7() const { return ___U3CIsStreamedU3Ek__BackingField_7; } inline bool* get_address_of_U3CIsStreamedU3Ek__BackingField_7() { return &___U3CIsStreamedU3Ek__BackingField_7; } inline void set_U3CIsStreamedU3Ek__BackingField_7(bool value) { ___U3CIsStreamedU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CIsStreamingFinishedU3Ek__BackingField_8() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsStreamingFinishedU3Ek__BackingField_8)); } inline bool get_U3CIsStreamingFinishedU3Ek__BackingField_8() const { return ___U3CIsStreamingFinishedU3Ek__BackingField_8; } inline bool* get_address_of_U3CIsStreamingFinishedU3Ek__BackingField_8() { return &___U3CIsStreamingFinishedU3Ek__BackingField_8; } inline void set_U3CIsStreamingFinishedU3Ek__BackingField_8(bool value) { ___U3CIsStreamingFinishedU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CIsFromCacheU3Ek__BackingField_9() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsFromCacheU3Ek__BackingField_9)); } inline bool get_U3CIsFromCacheU3Ek__BackingField_9() const { return ___U3CIsFromCacheU3Ek__BackingField_9; } inline bool* get_address_of_U3CIsFromCacheU3Ek__BackingField_9() { return &___U3CIsFromCacheU3Ek__BackingField_9; } inline void set_U3CIsFromCacheU3Ek__BackingField_9(bool value) { ___U3CIsFromCacheU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CCacheFileInfoU3Ek__BackingField_10() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CCacheFileInfoU3Ek__BackingField_10)); } inline HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * get_U3CCacheFileInfoU3Ek__BackingField_10() const { return ___U3CCacheFileInfoU3Ek__BackingField_10; } inline HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA ** get_address_of_U3CCacheFileInfoU3Ek__BackingField_10() { return &___U3CCacheFileInfoU3Ek__BackingField_10; } inline void set_U3CCacheFileInfoU3Ek__BackingField_10(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * value) { ___U3CCacheFileInfoU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCacheFileInfoU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CIsCacheOnlyU3Ek__BackingField_11() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsCacheOnlyU3Ek__BackingField_11)); } inline bool get_U3CIsCacheOnlyU3Ek__BackingField_11() const { return ___U3CIsCacheOnlyU3Ek__BackingField_11; } inline bool* get_address_of_U3CIsCacheOnlyU3Ek__BackingField_11() { return &___U3CIsCacheOnlyU3Ek__BackingField_11; } inline void set_U3CIsCacheOnlyU3Ek__BackingField_11(bool value) { ___U3CIsCacheOnlyU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_12() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CHeadersU3Ek__BackingField_12)); } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * get_U3CHeadersU3Ek__BackingField_12() const { return ___U3CHeadersU3Ek__BackingField_12; } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 ** get_address_of_U3CHeadersU3Ek__BackingField_12() { return &___U3CHeadersU3Ek__BackingField_12; } inline void set_U3CHeadersU3Ek__BackingField_12(Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * value) { ___U3CHeadersU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_12), (void*)value); } inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_13() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CDataU3Ek__BackingField_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CDataU3Ek__BackingField_13() const { return ___U3CDataU3Ek__BackingField_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CDataU3Ek__BackingField_13() { return &___U3CDataU3Ek__BackingField_13; } inline void set_U3CDataU3Ek__BackingField_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CDataU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDataU3Ek__BackingField_13), (void*)value); } inline static int32_t get_offset_of_U3CIsUpgradedU3Ek__BackingField_14() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsUpgradedU3Ek__BackingField_14)); } inline bool get_U3CIsUpgradedU3Ek__BackingField_14() const { return ___U3CIsUpgradedU3Ek__BackingField_14; } inline bool* get_address_of_U3CIsUpgradedU3Ek__BackingField_14() { return &___U3CIsUpgradedU3Ek__BackingField_14; } inline void set_U3CIsUpgradedU3Ek__BackingField_14(bool value) { ___U3CIsUpgradedU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CCookiesU3Ek__BackingField_15() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CCookiesU3Ek__BackingField_15)); } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * get_U3CCookiesU3Ek__BackingField_15() const { return ___U3CCookiesU3Ek__BackingField_15; } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 ** get_address_of_U3CCookiesU3Ek__BackingField_15() { return &___U3CCookiesU3Ek__BackingField_15; } inline void set_U3CCookiesU3Ek__BackingField_15(List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * value) { ___U3CCookiesU3Ek__BackingField_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCookiesU3Ek__BackingField_15), (void*)value); } inline static int32_t get_offset_of_dataAsText_16() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___dataAsText_16)); } inline String_t* get_dataAsText_16() const { return ___dataAsText_16; } inline String_t** get_address_of_dataAsText_16() { return &___dataAsText_16; } inline void set_dataAsText_16(String_t* value) { ___dataAsText_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataAsText_16), (void*)value); } inline static int32_t get_offset_of_texture_17() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___texture_17)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_texture_17() const { return ___texture_17; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_texture_17() { return &___texture_17; } inline void set_texture_17(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___texture_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___texture_17), (void*)value); } inline static int32_t get_offset_of_U3CIsClosedManuallyU3Ek__BackingField_18() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsClosedManuallyU3Ek__BackingField_18)); } inline bool get_U3CIsClosedManuallyU3Ek__BackingField_18() const { return ___U3CIsClosedManuallyU3Ek__BackingField_18; } inline bool* get_address_of_U3CIsClosedManuallyU3Ek__BackingField_18() { return &___U3CIsClosedManuallyU3Ek__BackingField_18; } inline void set_U3CIsClosedManuallyU3Ek__BackingField_18(bool value) { ___U3CIsClosedManuallyU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_baseRequest_19() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___baseRequest_19)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_baseRequest_19() const { return ___baseRequest_19; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_baseRequest_19() { return &___baseRequest_19; } inline void set_baseRequest_19(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___baseRequest_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseRequest_19), (void*)value); } inline static int32_t get_offset_of_Stream_20() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___Stream_20)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Stream_20() const { return ___Stream_20; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Stream_20() { return &___Stream_20; } inline void set_Stream_20(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Stream_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___Stream_20), (void*)value); } inline static int32_t get_offset_of_streamedFragments_21() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___streamedFragments_21)); } inline List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * get_streamedFragments_21() const { return ___streamedFragments_21; } inline List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE ** get_address_of_streamedFragments_21() { return &___streamedFragments_21; } inline void set_streamedFragments_21(List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * value) { ___streamedFragments_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___streamedFragments_21), (void*)value); } inline static int32_t get_offset_of_SyncRoot_22() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___SyncRoot_22)); } inline RuntimeObject * get_SyncRoot_22() const { return ___SyncRoot_22; } inline RuntimeObject ** get_address_of_SyncRoot_22() { return &___SyncRoot_22; } inline void set_SyncRoot_22(RuntimeObject * value) { ___SyncRoot_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___SyncRoot_22), (void*)value); } inline static int32_t get_offset_of_fragmentBuffer_23() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___fragmentBuffer_23)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_fragmentBuffer_23() const { return ___fragmentBuffer_23; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_fragmentBuffer_23() { return &___fragmentBuffer_23; } inline void set_fragmentBuffer_23(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___fragmentBuffer_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___fragmentBuffer_23), (void*)value); } inline static int32_t get_offset_of_fragmentBufferDataLength_24() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___fragmentBufferDataLength_24)); } inline int32_t get_fragmentBufferDataLength_24() const { return ___fragmentBufferDataLength_24; } inline int32_t* get_address_of_fragmentBufferDataLength_24() { return &___fragmentBufferDataLength_24; } inline void set_fragmentBufferDataLength_24(int32_t value) { ___fragmentBufferDataLength_24 = value; } inline static int32_t get_offset_of_cacheStream_25() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___cacheStream_25)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_cacheStream_25() const { return ___cacheStream_25; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_cacheStream_25() { return &___cacheStream_25; } inline void set_cacheStream_25(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___cacheStream_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___cacheStream_25), (void*)value); } inline static int32_t get_offset_of_allFragmentSize_26() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___allFragmentSize_26)); } inline int32_t get_allFragmentSize_26() const { return ___allFragmentSize_26; } inline int32_t* get_address_of_allFragmentSize_26() { return &___allFragmentSize_26; } inline void set_allFragmentSize_26(int32_t value) { ___allFragmentSize_26 = value; } inline static int32_t get_offset_of_decompressorInputStream_27() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___decompressorInputStream_27)); } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * get_decompressorInputStream_27() const { return ___decompressorInputStream_27; } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B ** get_address_of_decompressorInputStream_27() { return &___decompressorInputStream_27; } inline void set_decompressorInputStream_27(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * value) { ___decompressorInputStream_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___decompressorInputStream_27), (void*)value); } inline static int32_t get_offset_of_decompressorOutputStream_28() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___decompressorOutputStream_28)); } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * get_decompressorOutputStream_28() const { return ___decompressorOutputStream_28; } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B ** get_address_of_decompressorOutputStream_28() { return &___decompressorOutputStream_28; } inline void set_decompressorOutputStream_28(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * value) { ___decompressorOutputStream_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___decompressorOutputStream_28), (void*)value); } inline static int32_t get_offset_of_decompressorGZipStream_29() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___decompressorGZipStream_29)); } inline GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * get_decompressorGZipStream_29() const { return ___decompressorGZipStream_29; } inline GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 ** get_address_of_decompressorGZipStream_29() { return &___decompressorGZipStream_29; } inline void set_decompressorGZipStream_29(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * value) { ___decompressorGZipStream_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___decompressorGZipStream_29), (void*)value); } inline static int32_t get_offset_of_fragmentWaitEvent_31() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___fragmentWaitEvent_31)); } inline AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * get_fragmentWaitEvent_31() const { return ___fragmentWaitEvent_31; } inline AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D ** get_address_of_fragmentWaitEvent_31() { return &___fragmentWaitEvent_31; } inline void set_fragmentWaitEvent_31(AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * value) { ___fragmentWaitEvent_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___fragmentWaitEvent_31), (void*)value); } }; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue int32_t ___HashSizeValue_0; // System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___HashValue_1; // System.Int32 System.Security.Cryptography.HashAlgorithm::State int32_t ___State_2; // System.Boolean System.Security.Cryptography.HashAlgorithm::m_bDisposed bool ___m_bDisposed_3; public: inline static int32_t get_offset_of_HashSizeValue_0() { return static_cast(offsetof(HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31, ___HashSizeValue_0)); } inline int32_t get_HashSizeValue_0() const { return ___HashSizeValue_0; } inline int32_t* get_address_of_HashSizeValue_0() { return &___HashSizeValue_0; } inline void set_HashSizeValue_0(int32_t value) { ___HashSizeValue_0 = value; } inline static int32_t get_offset_of_HashValue_1() { return static_cast(offsetof(HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31, ___HashValue_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_HashValue_1() const { return ___HashValue_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_HashValue_1() { return &___HashValue_1; } inline void set_HashValue_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___HashValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___HashValue_1), (void*)value); } inline static int32_t get_offset_of_State_2() { return static_cast(offsetof(HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31, ___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_m_bDisposed_3() { return static_cast(offsetof(HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31, ___m_bDisposed_3)); } inline bool get_m_bDisposed_3() const { return ___m_bDisposed_3; } inline bool* get_address_of_m_bDisposed_3() { return &___m_bDisposed_3; } inline void set_m_bDisposed_3(bool value) { ___m_bDisposed_3 = value; } }; // BestHTTP.Extensions.HeaderValue struct HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 : public RuntimeObject { public: // System.String BestHTTP.Extensions.HeaderValue::k__BackingField String_t* ___U3CKeyU3Ek__BackingField_0; // System.String BestHTTP.Extensions.HeaderValue::k__BackingField String_t* ___U3CValueU3Ek__BackingField_1; // System.Collections.Generic.List`1 BestHTTP.Extensions.HeaderValue::k__BackingField List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * ___U3COptionsU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CKeyU3Ek__BackingField_0() { return static_cast(offsetof(HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77, ___U3CKeyU3Ek__BackingField_0)); } inline String_t* get_U3CKeyU3Ek__BackingField_0() const { return ___U3CKeyU3Ek__BackingField_0; } inline String_t** get_address_of_U3CKeyU3Ek__BackingField_0() { return &___U3CKeyU3Ek__BackingField_0; } inline void set_U3CKeyU3Ek__BackingField_0(String_t* value) { ___U3CKeyU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CKeyU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CValueU3Ek__BackingField_1() { return static_cast(offsetof(HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77, ___U3CValueU3Ek__BackingField_1)); } inline String_t* get_U3CValueU3Ek__BackingField_1() const { return ___U3CValueU3Ek__BackingField_1; } inline String_t** get_address_of_U3CValueU3Ek__BackingField_1() { return &___U3CValueU3Ek__BackingField_1; } inline void set_U3CValueU3Ek__BackingField_1(String_t* value) { ___U3CValueU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CValueU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3COptionsU3Ek__BackingField_2() { return static_cast(offsetof(HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77, ___U3COptionsU3Ek__BackingField_2)); } inline List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * get_U3COptionsU3Ek__BackingField_2() const { return ___U3COptionsU3Ek__BackingField_2; } inline List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 ** get_address_of_U3COptionsU3Ek__BackingField_2() { return &___U3COptionsU3Ek__BackingField_2; } inline void set_U3COptionsU3Ek__BackingField_2(List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * value) { ___U3COptionsU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COptionsU3Ek__BackingField_2), (void*)value); } }; // LitJson.JsonWriter struct JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A : public RuntimeObject { public: // LitJson.WriterContext LitJson.JsonWriter::context WriterContext_tF5B3EACFF8422E240058918EF5F9E83C618277F3 * ___context_1; // System.Collections.Generic.Stack`1 LitJson.JsonWriter::ctx_stack Stack_1_t7B63F93F3C5FA452C37D6EC4E51A4F56AF3D7B92 * ___ctx_stack_2; // System.Boolean LitJson.JsonWriter::has_reached_end bool ___has_reached_end_3; // System.Char[] LitJson.JsonWriter::hex_seq CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___hex_seq_4; // System.Int32 LitJson.JsonWriter::indentation int32_t ___indentation_5; // System.Int32 LitJson.JsonWriter::indent_value int32_t ___indent_value_6; // System.Text.StringBuilder LitJson.JsonWriter::inst_string_builder StringBuilder_t * ___inst_string_builder_7; // System.Boolean LitJson.JsonWriter::pretty_print bool ___pretty_print_8; // System.Boolean LitJson.JsonWriter::validate bool ___validate_9; // System.IO.TextWriter LitJson.JsonWriter::writer TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___writer_10; public: inline static int32_t get_offset_of_context_1() { return static_cast(offsetof(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A, ___context_1)); } inline WriterContext_tF5B3EACFF8422E240058918EF5F9E83C618277F3 * get_context_1() const { return ___context_1; } inline WriterContext_tF5B3EACFF8422E240058918EF5F9E83C618277F3 ** get_address_of_context_1() { return &___context_1; } inline void set_context_1(WriterContext_tF5B3EACFF8422E240058918EF5F9E83C618277F3 * value) { ___context_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_1), (void*)value); } inline static int32_t get_offset_of_ctx_stack_2() { return static_cast(offsetof(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A, ___ctx_stack_2)); } inline Stack_1_t7B63F93F3C5FA452C37D6EC4E51A4F56AF3D7B92 * get_ctx_stack_2() const { return ___ctx_stack_2; } inline Stack_1_t7B63F93F3C5FA452C37D6EC4E51A4F56AF3D7B92 ** get_address_of_ctx_stack_2() { return &___ctx_stack_2; } inline void set_ctx_stack_2(Stack_1_t7B63F93F3C5FA452C37D6EC4E51A4F56AF3D7B92 * value) { ___ctx_stack_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ctx_stack_2), (void*)value); } inline static int32_t get_offset_of_has_reached_end_3() { return static_cast(offsetof(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A, ___has_reached_end_3)); } inline bool get_has_reached_end_3() const { return ___has_reached_end_3; } inline bool* get_address_of_has_reached_end_3() { return &___has_reached_end_3; } inline void set_has_reached_end_3(bool value) { ___has_reached_end_3 = value; } inline static int32_t get_offset_of_hex_seq_4() { return static_cast(offsetof(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A, ___hex_seq_4)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_hex_seq_4() const { return ___hex_seq_4; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_hex_seq_4() { return &___hex_seq_4; } inline void set_hex_seq_4(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___hex_seq_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___hex_seq_4), (void*)value); } inline static int32_t get_offset_of_indentation_5() { return static_cast(offsetof(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A, ___indentation_5)); } inline int32_t get_indentation_5() const { return ___indentation_5; } inline int32_t* get_address_of_indentation_5() { return &___indentation_5; } inline void set_indentation_5(int32_t value) { ___indentation_5 = value; } inline static int32_t get_offset_of_indent_value_6() { return static_cast(offsetof(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A, ___indent_value_6)); } inline int32_t get_indent_value_6() const { return ___indent_value_6; } inline int32_t* get_address_of_indent_value_6() { return &___indent_value_6; } inline void set_indent_value_6(int32_t value) { ___indent_value_6 = value; } inline static int32_t get_offset_of_inst_string_builder_7() { return static_cast(offsetof(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A, ___inst_string_builder_7)); } inline StringBuilder_t * get_inst_string_builder_7() const { return ___inst_string_builder_7; } inline StringBuilder_t ** get_address_of_inst_string_builder_7() { return &___inst_string_builder_7; } inline void set_inst_string_builder_7(StringBuilder_t * value) { ___inst_string_builder_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___inst_string_builder_7), (void*)value); } inline static int32_t get_offset_of_pretty_print_8() { return static_cast(offsetof(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A, ___pretty_print_8)); } inline bool get_pretty_print_8() const { return ___pretty_print_8; } inline bool* get_address_of_pretty_print_8() { return &___pretty_print_8; } inline void set_pretty_print_8(bool value) { ___pretty_print_8 = value; } inline static int32_t get_offset_of_validate_9() { return static_cast(offsetof(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A, ___validate_9)); } inline bool get_validate_9() const { return ___validate_9; } inline bool* get_address_of_validate_9() { return &___validate_9; } inline void set_validate_9(bool value) { ___validate_9 = value; } inline static int32_t get_offset_of_writer_10() { return static_cast(offsetof(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A, ___writer_10)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_writer_10() const { return ___writer_10; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_writer_10() { return &___writer_10; } inline void set_writer_10(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___writer_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___writer_10), (void*)value); } }; struct JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A_StaticFields { public: // System.Globalization.NumberFormatInfo LitJson.JsonWriter::number_format NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___number_format_0; public: inline static int32_t get_offset_of_number_format_0() { return static_cast(offsetof(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A_StaticFields, ___number_format_0)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_number_format_0() const { return ___number_format_0; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_number_format_0() { return &___number_format_0; } inline void set_number_format_0(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___number_format_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___number_format_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters struct KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters::strength int32_t ___strength_1; public: inline static int32_t get_offset_of_random_0() { return static_cast(offsetof(KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39, ___random_0)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_0() const { return ___random_0; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_0() { return &___random_0; } inline void set_random_0(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_0), (void*)value); } inline static int32_t get_offset_of_strength_1() { return static_cast(offsetof(KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39, ___strength_1)); } inline int32_t get_strength_1() const { return ___strength_1; } inline int32_t* get_address_of_strength_1() { return &___strength_1; } inline void set_strength_1(int32_t value) { ___strength_1 = value; } }; // UnityStandardAssets.Utility.LerpControlledBob struct LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 : public RuntimeObject { public: // System.Single UnityStandardAssets.Utility.LerpControlledBob::BobDuration float ___BobDuration_0; // System.Single UnityStandardAssets.Utility.LerpControlledBob::BobAmount float ___BobAmount_1; // System.Single UnityStandardAssets.Utility.LerpControlledBob::m_Offset float ___m_Offset_2; public: inline static int32_t get_offset_of_BobDuration_0() { return static_cast(offsetof(LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214, ___BobDuration_0)); } inline float get_BobDuration_0() const { return ___BobDuration_0; } inline float* get_address_of_BobDuration_0() { return &___BobDuration_0; } inline void set_BobDuration_0(float value) { ___BobDuration_0 = value; } inline static int32_t get_offset_of_BobAmount_1() { return static_cast(offsetof(LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214, ___BobAmount_1)); } inline float get_BobAmount_1() const { return ___BobAmount_1; } inline float* get_address_of_BobAmount_1() { return &___BobAmount_1; } inline void set_BobAmount_1(float value) { ___BobAmount_1 = value; } inline static int32_t get_offset_of_m_Offset_2() { return static_cast(offsetof(LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214, ___m_Offset_2)); } inline float get_m_Offset_2() const { return ___m_Offset_2; } inline float* get_address_of_m_Offset_2() { return &___m_Offset_2; } inline void set_m_Offset_2(float value) { ___m_Offset_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray struct LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 : public RuntimeObject { public: // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::m_ints Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___m_ints_7; public: inline static int32_t get_offset_of_m_ints_7() { return static_cast(offsetof(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644, ___m_ints_7)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_m_ints_7() const { return ___m_ints_7; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_m_ints_7() { return &___m_ints_7; } inline void set_m_ints_7(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___m_ints_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ints_7), (void*)value); } }; struct LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_StaticFields { public: // System.UInt16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::INTERLEAVE2_TABLE UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___INTERLEAVE2_TABLE_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::INTERLEAVE3_TABLE Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___INTERLEAVE3_TABLE_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::INTERLEAVE4_TABLE Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___INTERLEAVE4_TABLE_2; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::INTERLEAVE5_TABLE Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___INTERLEAVE5_TABLE_3; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::INTERLEAVE7_TABLE Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___INTERLEAVE7_TABLE_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::BitLengths ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___BitLengths_6; public: inline static int32_t get_offset_of_INTERLEAVE2_TABLE_0() { return static_cast(offsetof(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_StaticFields, ___INTERLEAVE2_TABLE_0)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get_INTERLEAVE2_TABLE_0() const { return ___INTERLEAVE2_TABLE_0; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of_INTERLEAVE2_TABLE_0() { return &___INTERLEAVE2_TABLE_0; } inline void set_INTERLEAVE2_TABLE_0(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* value) { ___INTERLEAVE2_TABLE_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___INTERLEAVE2_TABLE_0), (void*)value); } inline static int32_t get_offset_of_INTERLEAVE3_TABLE_1() { return static_cast(offsetof(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_StaticFields, ___INTERLEAVE3_TABLE_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_INTERLEAVE3_TABLE_1() const { return ___INTERLEAVE3_TABLE_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_INTERLEAVE3_TABLE_1() { return &___INTERLEAVE3_TABLE_1; } inline void set_INTERLEAVE3_TABLE_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___INTERLEAVE3_TABLE_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___INTERLEAVE3_TABLE_1), (void*)value); } inline static int32_t get_offset_of_INTERLEAVE4_TABLE_2() { return static_cast(offsetof(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_StaticFields, ___INTERLEAVE4_TABLE_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_INTERLEAVE4_TABLE_2() const { return ___INTERLEAVE4_TABLE_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_INTERLEAVE4_TABLE_2() { return &___INTERLEAVE4_TABLE_2; } inline void set_INTERLEAVE4_TABLE_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___INTERLEAVE4_TABLE_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___INTERLEAVE4_TABLE_2), (void*)value); } inline static int32_t get_offset_of_INTERLEAVE5_TABLE_3() { return static_cast(offsetof(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_StaticFields, ___INTERLEAVE5_TABLE_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_INTERLEAVE5_TABLE_3() const { return ___INTERLEAVE5_TABLE_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_INTERLEAVE5_TABLE_3() { return &___INTERLEAVE5_TABLE_3; } inline void set_INTERLEAVE5_TABLE_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___INTERLEAVE5_TABLE_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___INTERLEAVE5_TABLE_3), (void*)value); } inline static int32_t get_offset_of_INTERLEAVE7_TABLE_4() { return static_cast(offsetof(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_StaticFields, ___INTERLEAVE7_TABLE_4)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_INTERLEAVE7_TABLE_4() const { return ___INTERLEAVE7_TABLE_4; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_INTERLEAVE7_TABLE_4() { return &___INTERLEAVE7_TABLE_4; } inline void set_INTERLEAVE7_TABLE_4(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___INTERLEAVE7_TABLE_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___INTERLEAVE7_TABLE_4), (void*)value); } inline static int32_t get_offset_of_BitLengths_6() { return static_cast(offsetof(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_StaticFields, ___BitLengths_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_BitLengths_6() const { return ___BitLengths_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_BitLengths_6() { return &___BitLengths_6; } inline void set_BitLengths_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___BitLengths_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___BitLengths_6), (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; }; // o0Project.MatrixF2D struct MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C : public RuntimeObject { public: // System.Int32 o0Project.MatrixF2D::_Width int32_t ____Width_0; // System.Single[] o0Project.MatrixF2D::_Element SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ____Element_1; public: inline static int32_t get_offset_of__Width_0() { return static_cast(offsetof(MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C, ____Width_0)); } inline int32_t get__Width_0() const { return ____Width_0; } inline int32_t* get_address_of__Width_0() { return &____Width_0; } inline void set__Width_0(int32_t value) { ____Width_0 = value; } inline static int32_t get_offset_of__Element_1() { return static_cast(offsetof(MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C, ____Element_1)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get__Element_1() const { return ____Element_1; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of__Element_1() { return &____Element_1; } inline void set__Element_1(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ____Element_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____Element_1), (void*)value); } }; // 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.Parameters.ParametersWithRandom struct ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::parameters RuntimeObject* ___parameters_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_1; public: inline static int32_t get_offset_of_parameters_0() { return static_cast(offsetof(ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC, ___parameters_0)); } inline RuntimeObject* get_parameters_0() const { return ___parameters_0; } inline RuntimeObject** get_address_of_parameters_0() { return &___parameters_0; } inline void set_parameters_0(RuntimeObject* value) { ___parameters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_0), (void*)value); } inline static int32_t get_offset_of_random_1() { return static_cast(offsetof(ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC, ___random_1)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_1() const { return ___random_1; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_1() { return &___random_1; } inline void set_random_1(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers struct PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516 : public RuntimeObject { public: public: }; struct PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs1Oid DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs1Oid_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::RsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RsaEncryption_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD2WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD2WithRsaEncryption_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD4WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4WithRsaEncryption_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD5WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD5WithRsaEncryption_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha1WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha1WithRsaEncryption_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SrsaOaepEncryptionSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SrsaOaepEncryptionSet_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsaesOaep DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsaesOaep_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdMgf1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdMgf1_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPSpecified DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPSpecified_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsassaPss DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsassaPss_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha256WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha256WithRsaEncryption_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha384WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha384WithRsaEncryption_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512WithRsaEncryption_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha224WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha224WithRsaEncryption_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512_224WithRSAEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512_224WithRSAEncryption_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512_256WithRSAEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512_256WithRSAEncryption_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DhKeyAgreement DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DhKeyAgreement_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD2AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD2AndDesCbc_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD2AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD2AndRC2Cbc_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD5AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD5AndDesCbc_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD5AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD5AndRC2Cbc_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithSha1AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithSha1AndDesCbc_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithSha1AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithSha1AndRC2Cbc_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPbeS2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPbeS2_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPbkdf2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPbkdf2_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DesEde3Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesEde3Cbc_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::RC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RC2Cbc_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD2_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD5 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD5_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha1_36; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha224_37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha256_38; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha384_39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha512_40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Data DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Data_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SignedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignedData_43; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::EnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EnvelopedData_44; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SignedAndEnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignedAndEnvelopedData_45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DigestedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DigestedData_46; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::EncryptedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EncryptedData_47; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtEmailAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtEmailAddress_49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtUnstructuredName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtUnstructuredName_50; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtContentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtContentType_51; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtMessageDigest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtMessageDigest_52; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSigningTime DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSigningTime_53; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtCounterSignature DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtCounterSignature_54; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtChallengePassword DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtChallengePassword_55; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtUnstructuredAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtUnstructuredAddress_56; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtExtendedCertificateAttributes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtExtendedCertificateAttributes_57; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSigningDescription DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSigningDescription_58; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtExtensionRequest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtExtensionRequest_59; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSmimeCapabilities DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSmimeCapabilities_60; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSmime DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSmime_61; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtFriendlyName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtFriendlyName_62; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtLocalKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtLocalKeyID_63; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509CertType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509CertType_64; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509Certificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509Certificate_66; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SdsiCertificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SdsiCertificate_67; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509Crl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509Crl_69; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlg DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlg_70; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgEsdh DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgEsdh_71; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgCms3DesWrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgCms3DesWrap_72; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgCmsRC2Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgCmsRC2Wrap_73; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgPwriKek DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgPwriKek_74; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgSsdh DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgSsdh_75; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsaKem DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsaKem_76; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PreferSignedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PreferSignedData_77; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CannotDecryptAny DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CannotDecryptAny_78; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SmimeCapabilitiesVersions DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SmimeCapabilitiesVersions_79; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAReceiptRequest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAReceiptRequest_80; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTAuthData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTAuthData_82; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTTstInfo DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTTstInfo_83; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTCompressedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTCompressedData_84; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTAuthEnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTAuthEnvelopedData_85; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTTimestampedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTTimestampedData_86; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfOrigin DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfOrigin_88; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfReceipt DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfReceipt_89; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfDelivery DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfDelivery_90; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfSender DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfSender_91; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfApproval DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfApproval_92; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfCreation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfCreation_93; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAOid DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAOid_95; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentHint DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentHint_96; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAMsgSigDigest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAMsgSigDigest_97; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentReference DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentReference_98; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEncrypKeyPref DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEncrypKeyPref_99; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigningCertificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigningCertificate_100; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigningCertificateV2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigningCertificateV2_101; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentIdentifier_102; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASignatureTimeStampToken DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASignatureTimeStampToken_103; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSigPolicyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSigPolicyID_104; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCommitmentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCommitmentType_105; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSignerLocation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSignerLocation_106; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSignerAttr DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSignerAttr_107; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsOtherSigCert DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsOtherSigCert_108; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsContentTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsContentTimestamp_109; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertificateRefs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertificateRefs_110; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsRevocationRefs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsRevocationRefs_111; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertValues DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertValues_112; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsRevocationValues DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsRevocationValues_113; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsEscTimeStamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsEscTimeStamp_114; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertCrlTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertCrlTimestamp_115; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsArchiveTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsArchiveTimestamp_116; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAADecryptKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAADecryptKeyID_117; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAImplCryptoAlgs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAImplCryptoAlgs_118; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAAsymmDecryptKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAAsymmDecryptKeyID_119; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAImplCompressAlgs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAImplCompressAlgs_120; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAACommunityIdentifiers DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAACommunityIdentifiers_121; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigPolicyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigPolicyID_122; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAACommitmentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAACommitmentType_123; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASignerLocation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASignerLocation_124; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAOtherSigCert DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAOtherSigCert_125; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSpqEtsUri DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSpqEtsUri_127; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSpqEtsUNotice DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSpqEtsUNotice_128; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::KeyBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___KeyBag_131; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs8ShroudedKeyBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs8ShroudedKeyBag_132; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CertBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertBag_133; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CrlBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlBag_134; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SecretBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecretBag_135; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SafeContentsBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SafeContentsBag_136; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd128BitRC4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd128BitRC4_138; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd40BitRC4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd40BitRC4_139; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd3KeyTripleDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd3KeyTripleDesCbc_140; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd2KeyTripleDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd2KeyTripleDesCbc_141; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd128BitRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd128BitRC2Cbc_142; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbewithShaAnd40BitRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbewithShaAnd40BitRC2Cbc_143; public: inline static int32_t get_offset_of_Pkcs1Oid_1() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs1Oid_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs1Oid_1() const { return ___Pkcs1Oid_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs1Oid_1() { return &___Pkcs1Oid_1; } inline void set_Pkcs1Oid_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs1Oid_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs1Oid_1), (void*)value); } inline static int32_t get_offset_of_RsaEncryption_2() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___RsaEncryption_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RsaEncryption_2() const { return ___RsaEncryption_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RsaEncryption_2() { return &___RsaEncryption_2; } inline void set_RsaEncryption_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RsaEncryption_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___RsaEncryption_2), (void*)value); } inline static int32_t get_offset_of_MD2WithRsaEncryption_3() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD2WithRsaEncryption_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD2WithRsaEncryption_3() const { return ___MD2WithRsaEncryption_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD2WithRsaEncryption_3() { return &___MD2WithRsaEncryption_3; } inline void set_MD2WithRsaEncryption_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD2WithRsaEncryption_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD2WithRsaEncryption_3), (void*)value); } inline static int32_t get_offset_of_MD4WithRsaEncryption_4() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD4WithRsaEncryption_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4WithRsaEncryption_4() const { return ___MD4WithRsaEncryption_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4WithRsaEncryption_4() { return &___MD4WithRsaEncryption_4; } inline void set_MD4WithRsaEncryption_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4WithRsaEncryption_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4WithRsaEncryption_4), (void*)value); } inline static int32_t get_offset_of_MD5WithRsaEncryption_5() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD5WithRsaEncryption_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD5WithRsaEncryption_5() const { return ___MD5WithRsaEncryption_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD5WithRsaEncryption_5() { return &___MD5WithRsaEncryption_5; } inline void set_MD5WithRsaEncryption_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD5WithRsaEncryption_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD5WithRsaEncryption_5), (void*)value); } inline static int32_t get_offset_of_Sha1WithRsaEncryption_6() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha1WithRsaEncryption_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha1WithRsaEncryption_6() const { return ___Sha1WithRsaEncryption_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha1WithRsaEncryption_6() { return &___Sha1WithRsaEncryption_6; } inline void set_Sha1WithRsaEncryption_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha1WithRsaEncryption_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha1WithRsaEncryption_6), (void*)value); } inline static int32_t get_offset_of_SrsaOaepEncryptionSet_7() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SrsaOaepEncryptionSet_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SrsaOaepEncryptionSet_7() const { return ___SrsaOaepEncryptionSet_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SrsaOaepEncryptionSet_7() { return &___SrsaOaepEncryptionSet_7; } inline void set_SrsaOaepEncryptionSet_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SrsaOaepEncryptionSet_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___SrsaOaepEncryptionSet_7), (void*)value); } inline static int32_t get_offset_of_IdRsaesOaep_8() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsaesOaep_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsaesOaep_8() const { return ___IdRsaesOaep_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsaesOaep_8() { return &___IdRsaesOaep_8; } inline void set_IdRsaesOaep_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsaesOaep_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsaesOaep_8), (void*)value); } inline static int32_t get_offset_of_IdMgf1_9() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdMgf1_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdMgf1_9() const { return ___IdMgf1_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdMgf1_9() { return &___IdMgf1_9; } inline void set_IdMgf1_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdMgf1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdMgf1_9), (void*)value); } inline static int32_t get_offset_of_IdPSpecified_10() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPSpecified_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPSpecified_10() const { return ___IdPSpecified_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPSpecified_10() { return &___IdPSpecified_10; } inline void set_IdPSpecified_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPSpecified_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPSpecified_10), (void*)value); } inline static int32_t get_offset_of_IdRsassaPss_11() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsassaPss_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsassaPss_11() const { return ___IdRsassaPss_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsassaPss_11() { return &___IdRsassaPss_11; } inline void set_IdRsassaPss_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsassaPss_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsassaPss_11), (void*)value); } inline static int32_t get_offset_of_Sha256WithRsaEncryption_12() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha256WithRsaEncryption_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha256WithRsaEncryption_12() const { return ___Sha256WithRsaEncryption_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha256WithRsaEncryption_12() { return &___Sha256WithRsaEncryption_12; } inline void set_Sha256WithRsaEncryption_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha256WithRsaEncryption_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha256WithRsaEncryption_12), (void*)value); } inline static int32_t get_offset_of_Sha384WithRsaEncryption_13() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha384WithRsaEncryption_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha384WithRsaEncryption_13() const { return ___Sha384WithRsaEncryption_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha384WithRsaEncryption_13() { return &___Sha384WithRsaEncryption_13; } inline void set_Sha384WithRsaEncryption_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha384WithRsaEncryption_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha384WithRsaEncryption_13), (void*)value); } inline static int32_t get_offset_of_Sha512WithRsaEncryption_14() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512WithRsaEncryption_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512WithRsaEncryption_14() const { return ___Sha512WithRsaEncryption_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512WithRsaEncryption_14() { return &___Sha512WithRsaEncryption_14; } inline void set_Sha512WithRsaEncryption_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512WithRsaEncryption_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512WithRsaEncryption_14), (void*)value); } inline static int32_t get_offset_of_Sha224WithRsaEncryption_15() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha224WithRsaEncryption_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha224WithRsaEncryption_15() const { return ___Sha224WithRsaEncryption_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha224WithRsaEncryption_15() { return &___Sha224WithRsaEncryption_15; } inline void set_Sha224WithRsaEncryption_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha224WithRsaEncryption_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha224WithRsaEncryption_15), (void*)value); } inline static int32_t get_offset_of_Sha512_224WithRSAEncryption_16() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512_224WithRSAEncryption_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512_224WithRSAEncryption_16() const { return ___Sha512_224WithRSAEncryption_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512_224WithRSAEncryption_16() { return &___Sha512_224WithRSAEncryption_16; } inline void set_Sha512_224WithRSAEncryption_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512_224WithRSAEncryption_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512_224WithRSAEncryption_16), (void*)value); } inline static int32_t get_offset_of_Sha512_256WithRSAEncryption_17() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512_256WithRSAEncryption_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512_256WithRSAEncryption_17() const { return ___Sha512_256WithRSAEncryption_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512_256WithRSAEncryption_17() { return &___Sha512_256WithRSAEncryption_17; } inline void set_Sha512_256WithRSAEncryption_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512_256WithRSAEncryption_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512_256WithRSAEncryption_17), (void*)value); } inline static int32_t get_offset_of_DhKeyAgreement_19() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DhKeyAgreement_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DhKeyAgreement_19() const { return ___DhKeyAgreement_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DhKeyAgreement_19() { return &___DhKeyAgreement_19; } inline void set_DhKeyAgreement_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DhKeyAgreement_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___DhKeyAgreement_19), (void*)value); } inline static int32_t get_offset_of_PbeWithMD2AndDesCbc_21() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD2AndDesCbc_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD2AndDesCbc_21() const { return ___PbeWithMD2AndDesCbc_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD2AndDesCbc_21() { return &___PbeWithMD2AndDesCbc_21; } inline void set_PbeWithMD2AndDesCbc_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD2AndDesCbc_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD2AndDesCbc_21), (void*)value); } inline static int32_t get_offset_of_PbeWithMD2AndRC2Cbc_22() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD2AndRC2Cbc_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD2AndRC2Cbc_22() const { return ___PbeWithMD2AndRC2Cbc_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD2AndRC2Cbc_22() { return &___PbeWithMD2AndRC2Cbc_22; } inline void set_PbeWithMD2AndRC2Cbc_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD2AndRC2Cbc_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD2AndRC2Cbc_22), (void*)value); } inline static int32_t get_offset_of_PbeWithMD5AndDesCbc_23() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD5AndDesCbc_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD5AndDesCbc_23() const { return ___PbeWithMD5AndDesCbc_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD5AndDesCbc_23() { return &___PbeWithMD5AndDesCbc_23; } inline void set_PbeWithMD5AndDesCbc_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD5AndDesCbc_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD5AndDesCbc_23), (void*)value); } inline static int32_t get_offset_of_PbeWithMD5AndRC2Cbc_24() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD5AndRC2Cbc_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD5AndRC2Cbc_24() const { return ___PbeWithMD5AndRC2Cbc_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD5AndRC2Cbc_24() { return &___PbeWithMD5AndRC2Cbc_24; } inline void set_PbeWithMD5AndRC2Cbc_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD5AndRC2Cbc_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD5AndRC2Cbc_24), (void*)value); } inline static int32_t get_offset_of_PbeWithSha1AndDesCbc_25() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithSha1AndDesCbc_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithSha1AndDesCbc_25() const { return ___PbeWithSha1AndDesCbc_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithSha1AndDesCbc_25() { return &___PbeWithSha1AndDesCbc_25; } inline void set_PbeWithSha1AndDesCbc_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithSha1AndDesCbc_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithSha1AndDesCbc_25), (void*)value); } inline static int32_t get_offset_of_PbeWithSha1AndRC2Cbc_26() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithSha1AndRC2Cbc_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithSha1AndRC2Cbc_26() const { return ___PbeWithSha1AndRC2Cbc_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithSha1AndRC2Cbc_26() { return &___PbeWithSha1AndRC2Cbc_26; } inline void set_PbeWithSha1AndRC2Cbc_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithSha1AndRC2Cbc_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithSha1AndRC2Cbc_26), (void*)value); } inline static int32_t get_offset_of_IdPbeS2_27() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPbeS2_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPbeS2_27() const { return ___IdPbeS2_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPbeS2_27() { return &___IdPbeS2_27; } inline void set_IdPbeS2_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPbeS2_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPbeS2_27), (void*)value); } inline static int32_t get_offset_of_IdPbkdf2_28() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPbkdf2_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPbkdf2_28() const { return ___IdPbkdf2_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPbkdf2_28() { return &___IdPbkdf2_28; } inline void set_IdPbkdf2_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPbkdf2_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPbkdf2_28), (void*)value); } inline static int32_t get_offset_of_DesEde3Cbc_30() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DesEde3Cbc_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesEde3Cbc_30() const { return ___DesEde3Cbc_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesEde3Cbc_30() { return &___DesEde3Cbc_30; } inline void set_DesEde3Cbc_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesEde3Cbc_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEde3Cbc_30), (void*)value); } inline static int32_t get_offset_of_RC2Cbc_31() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___RC2Cbc_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RC2Cbc_31() const { return ___RC2Cbc_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RC2Cbc_31() { return &___RC2Cbc_31; } inline void set_RC2Cbc_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RC2Cbc_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___RC2Cbc_31), (void*)value); } inline static int32_t get_offset_of_MD2_33() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD2_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD2_33() const { return ___MD2_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD2_33() { return &___MD2_33; } inline void set_MD2_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD2_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD2_33), (void*)value); } inline static int32_t get_offset_of_MD4_34() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD4_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4_34() const { return ___MD4_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4_34() { return &___MD4_34; } inline void set_MD4_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4_34), (void*)value); } inline static int32_t get_offset_of_MD5_35() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD5_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD5_35() const { return ___MD5_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD5_35() { return &___MD5_35; } inline void set_MD5_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD5_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD5_35), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha1_36() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha1_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha1_36() const { return ___IdHmacWithSha1_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha1_36() { return &___IdHmacWithSha1_36; } inline void set_IdHmacWithSha1_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha1_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha1_36), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha224_37() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha224_37)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha224_37() const { return ___IdHmacWithSha224_37; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha224_37() { return &___IdHmacWithSha224_37; } inline void set_IdHmacWithSha224_37(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha224_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha224_37), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha256_38() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha256_38)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha256_38() const { return ___IdHmacWithSha256_38; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha256_38() { return &___IdHmacWithSha256_38; } inline void set_IdHmacWithSha256_38(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha256_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha256_38), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha384_39() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha384_39)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha384_39() const { return ___IdHmacWithSha384_39; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha384_39() { return &___IdHmacWithSha384_39; } inline void set_IdHmacWithSha384_39(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha384_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha384_39), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha512_40() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha512_40)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha512_40() const { return ___IdHmacWithSha512_40; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha512_40() { return &___IdHmacWithSha512_40; } inline void set_IdHmacWithSha512_40(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha512_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha512_40), (void*)value); } inline static int32_t get_offset_of_Data_42() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Data_42)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Data_42() const { return ___Data_42; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Data_42() { return &___Data_42; } inline void set_Data_42(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Data_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_42), (void*)value); } inline static int32_t get_offset_of_SignedData_43() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SignedData_43)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignedData_43() const { return ___SignedData_43; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignedData_43() { return &___SignedData_43; } inline void set_SignedData_43(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignedData_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignedData_43), (void*)value); } inline static int32_t get_offset_of_EnvelopedData_44() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___EnvelopedData_44)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EnvelopedData_44() const { return ___EnvelopedData_44; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EnvelopedData_44() { return &___EnvelopedData_44; } inline void set_EnvelopedData_44(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EnvelopedData_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___EnvelopedData_44), (void*)value); } inline static int32_t get_offset_of_SignedAndEnvelopedData_45() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SignedAndEnvelopedData_45)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignedAndEnvelopedData_45() const { return ___SignedAndEnvelopedData_45; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignedAndEnvelopedData_45() { return &___SignedAndEnvelopedData_45; } inline void set_SignedAndEnvelopedData_45(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignedAndEnvelopedData_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignedAndEnvelopedData_45), (void*)value); } inline static int32_t get_offset_of_DigestedData_46() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DigestedData_46)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DigestedData_46() const { return ___DigestedData_46; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DigestedData_46() { return &___DigestedData_46; } inline void set_DigestedData_46(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DigestedData_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestedData_46), (void*)value); } inline static int32_t get_offset_of_EncryptedData_47() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___EncryptedData_47)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EncryptedData_47() const { return ___EncryptedData_47; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EncryptedData_47() { return &___EncryptedData_47; } inline void set_EncryptedData_47(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EncryptedData_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptedData_47), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtEmailAddress_49() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtEmailAddress_49)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtEmailAddress_49() const { return ___Pkcs9AtEmailAddress_49; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtEmailAddress_49() { return &___Pkcs9AtEmailAddress_49; } inline void set_Pkcs9AtEmailAddress_49(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtEmailAddress_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtEmailAddress_49), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtUnstructuredName_50() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtUnstructuredName_50)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtUnstructuredName_50() const { return ___Pkcs9AtUnstructuredName_50; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtUnstructuredName_50() { return &___Pkcs9AtUnstructuredName_50; } inline void set_Pkcs9AtUnstructuredName_50(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtUnstructuredName_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtUnstructuredName_50), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtContentType_51() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtContentType_51)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtContentType_51() const { return ___Pkcs9AtContentType_51; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtContentType_51() { return &___Pkcs9AtContentType_51; } inline void set_Pkcs9AtContentType_51(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtContentType_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtContentType_51), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtMessageDigest_52() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtMessageDigest_52)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtMessageDigest_52() const { return ___Pkcs9AtMessageDigest_52; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtMessageDigest_52() { return &___Pkcs9AtMessageDigest_52; } inline void set_Pkcs9AtMessageDigest_52(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtMessageDigest_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtMessageDigest_52), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSigningTime_53() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSigningTime_53)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSigningTime_53() const { return ___Pkcs9AtSigningTime_53; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSigningTime_53() { return &___Pkcs9AtSigningTime_53; } inline void set_Pkcs9AtSigningTime_53(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSigningTime_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSigningTime_53), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtCounterSignature_54() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtCounterSignature_54)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtCounterSignature_54() const { return ___Pkcs9AtCounterSignature_54; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtCounterSignature_54() { return &___Pkcs9AtCounterSignature_54; } inline void set_Pkcs9AtCounterSignature_54(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtCounterSignature_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtCounterSignature_54), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtChallengePassword_55() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtChallengePassword_55)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtChallengePassword_55() const { return ___Pkcs9AtChallengePassword_55; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtChallengePassword_55() { return &___Pkcs9AtChallengePassword_55; } inline void set_Pkcs9AtChallengePassword_55(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtChallengePassword_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtChallengePassword_55), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtUnstructuredAddress_56() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtUnstructuredAddress_56)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtUnstructuredAddress_56() const { return ___Pkcs9AtUnstructuredAddress_56; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtUnstructuredAddress_56() { return &___Pkcs9AtUnstructuredAddress_56; } inline void set_Pkcs9AtUnstructuredAddress_56(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtUnstructuredAddress_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtUnstructuredAddress_56), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtExtendedCertificateAttributes_57() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtExtendedCertificateAttributes_57)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtExtendedCertificateAttributes_57() const { return ___Pkcs9AtExtendedCertificateAttributes_57; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtExtendedCertificateAttributes_57() { return &___Pkcs9AtExtendedCertificateAttributes_57; } inline void set_Pkcs9AtExtendedCertificateAttributes_57(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtExtendedCertificateAttributes_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtExtendedCertificateAttributes_57), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSigningDescription_58() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSigningDescription_58)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSigningDescription_58() const { return ___Pkcs9AtSigningDescription_58; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSigningDescription_58() { return &___Pkcs9AtSigningDescription_58; } inline void set_Pkcs9AtSigningDescription_58(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSigningDescription_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSigningDescription_58), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtExtensionRequest_59() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtExtensionRequest_59)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtExtensionRequest_59() const { return ___Pkcs9AtExtensionRequest_59; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtExtensionRequest_59() { return &___Pkcs9AtExtensionRequest_59; } inline void set_Pkcs9AtExtensionRequest_59(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtExtensionRequest_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtExtensionRequest_59), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSmimeCapabilities_60() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSmimeCapabilities_60)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSmimeCapabilities_60() const { return ___Pkcs9AtSmimeCapabilities_60; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSmimeCapabilities_60() { return &___Pkcs9AtSmimeCapabilities_60; } inline void set_Pkcs9AtSmimeCapabilities_60(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSmimeCapabilities_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSmimeCapabilities_60), (void*)value); } inline static int32_t get_offset_of_IdSmime_61() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSmime_61)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSmime_61() const { return ___IdSmime_61; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSmime_61() { return &___IdSmime_61; } inline void set_IdSmime_61(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSmime_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSmime_61), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtFriendlyName_62() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtFriendlyName_62)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtFriendlyName_62() const { return ___Pkcs9AtFriendlyName_62; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtFriendlyName_62() { return &___Pkcs9AtFriendlyName_62; } inline void set_Pkcs9AtFriendlyName_62(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtFriendlyName_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtFriendlyName_62), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtLocalKeyID_63() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtLocalKeyID_63)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtLocalKeyID_63() const { return ___Pkcs9AtLocalKeyID_63; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtLocalKeyID_63() { return &___Pkcs9AtLocalKeyID_63; } inline void set_Pkcs9AtLocalKeyID_63(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtLocalKeyID_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtLocalKeyID_63), (void*)value); } inline static int32_t get_offset_of_X509CertType_64() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509CertType_64)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509CertType_64() const { return ___X509CertType_64; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509CertType_64() { return &___X509CertType_64; } inline void set_X509CertType_64(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509CertType_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509CertType_64), (void*)value); } inline static int32_t get_offset_of_X509Certificate_66() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509Certificate_66)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509Certificate_66() const { return ___X509Certificate_66; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509Certificate_66() { return &___X509Certificate_66; } inline void set_X509Certificate_66(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509Certificate_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509Certificate_66), (void*)value); } inline static int32_t get_offset_of_SdsiCertificate_67() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SdsiCertificate_67)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SdsiCertificate_67() const { return ___SdsiCertificate_67; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SdsiCertificate_67() { return &___SdsiCertificate_67; } inline void set_SdsiCertificate_67(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SdsiCertificate_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___SdsiCertificate_67), (void*)value); } inline static int32_t get_offset_of_X509Crl_69() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509Crl_69)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509Crl_69() const { return ___X509Crl_69; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509Crl_69() { return &___X509Crl_69; } inline void set_X509Crl_69(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509Crl_69 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509Crl_69), (void*)value); } inline static int32_t get_offset_of_IdAlg_70() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlg_70)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlg_70() const { return ___IdAlg_70; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlg_70() { return &___IdAlg_70; } inline void set_IdAlg_70(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlg_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlg_70), (void*)value); } inline static int32_t get_offset_of_IdAlgEsdh_71() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgEsdh_71)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgEsdh_71() const { return ___IdAlgEsdh_71; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgEsdh_71() { return &___IdAlgEsdh_71; } inline void set_IdAlgEsdh_71(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgEsdh_71 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgEsdh_71), (void*)value); } inline static int32_t get_offset_of_IdAlgCms3DesWrap_72() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgCms3DesWrap_72)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgCms3DesWrap_72() const { return ___IdAlgCms3DesWrap_72; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgCms3DesWrap_72() { return &___IdAlgCms3DesWrap_72; } inline void set_IdAlgCms3DesWrap_72(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgCms3DesWrap_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgCms3DesWrap_72), (void*)value); } inline static int32_t get_offset_of_IdAlgCmsRC2Wrap_73() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgCmsRC2Wrap_73)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgCmsRC2Wrap_73() const { return ___IdAlgCmsRC2Wrap_73; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgCmsRC2Wrap_73() { return &___IdAlgCmsRC2Wrap_73; } inline void set_IdAlgCmsRC2Wrap_73(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgCmsRC2Wrap_73 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgCmsRC2Wrap_73), (void*)value); } inline static int32_t get_offset_of_IdAlgPwriKek_74() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgPwriKek_74)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgPwriKek_74() const { return ___IdAlgPwriKek_74; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgPwriKek_74() { return &___IdAlgPwriKek_74; } inline void set_IdAlgPwriKek_74(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgPwriKek_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgPwriKek_74), (void*)value); } inline static int32_t get_offset_of_IdAlgSsdh_75() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgSsdh_75)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgSsdh_75() const { return ___IdAlgSsdh_75; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgSsdh_75() { return &___IdAlgSsdh_75; } inline void set_IdAlgSsdh_75(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgSsdh_75 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgSsdh_75), (void*)value); } inline static int32_t get_offset_of_IdRsaKem_76() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsaKem_76)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsaKem_76() const { return ___IdRsaKem_76; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsaKem_76() { return &___IdRsaKem_76; } inline void set_IdRsaKem_76(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsaKem_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsaKem_76), (void*)value); } inline static int32_t get_offset_of_PreferSignedData_77() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PreferSignedData_77)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PreferSignedData_77() const { return ___PreferSignedData_77; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PreferSignedData_77() { return &___PreferSignedData_77; } inline void set_PreferSignedData_77(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PreferSignedData_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___PreferSignedData_77), (void*)value); } inline static int32_t get_offset_of_CannotDecryptAny_78() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CannotDecryptAny_78)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CannotDecryptAny_78() const { return ___CannotDecryptAny_78; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CannotDecryptAny_78() { return &___CannotDecryptAny_78; } inline void set_CannotDecryptAny_78(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CannotDecryptAny_78 = value; Il2CppCodeGenWriteBarrier((void**)(&___CannotDecryptAny_78), (void*)value); } inline static int32_t get_offset_of_SmimeCapabilitiesVersions_79() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SmimeCapabilitiesVersions_79)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SmimeCapabilitiesVersions_79() const { return ___SmimeCapabilitiesVersions_79; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SmimeCapabilitiesVersions_79() { return &___SmimeCapabilitiesVersions_79; } inline void set_SmimeCapabilitiesVersions_79(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SmimeCapabilitiesVersions_79 = value; Il2CppCodeGenWriteBarrier((void**)(&___SmimeCapabilitiesVersions_79), (void*)value); } inline static int32_t get_offset_of_IdAAReceiptRequest_80() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAReceiptRequest_80)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAReceiptRequest_80() const { return ___IdAAReceiptRequest_80; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAReceiptRequest_80() { return &___IdAAReceiptRequest_80; } inline void set_IdAAReceiptRequest_80(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAReceiptRequest_80 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAReceiptRequest_80), (void*)value); } inline static int32_t get_offset_of_IdCTAuthData_82() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTAuthData_82)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTAuthData_82() const { return ___IdCTAuthData_82; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTAuthData_82() { return &___IdCTAuthData_82; } inline void set_IdCTAuthData_82(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTAuthData_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTAuthData_82), (void*)value); } inline static int32_t get_offset_of_IdCTTstInfo_83() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTTstInfo_83)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTTstInfo_83() const { return ___IdCTTstInfo_83; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTTstInfo_83() { return &___IdCTTstInfo_83; } inline void set_IdCTTstInfo_83(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTTstInfo_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTTstInfo_83), (void*)value); } inline static int32_t get_offset_of_IdCTCompressedData_84() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTCompressedData_84)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTCompressedData_84() const { return ___IdCTCompressedData_84; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTCompressedData_84() { return &___IdCTCompressedData_84; } inline void set_IdCTCompressedData_84(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTCompressedData_84 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTCompressedData_84), (void*)value); } inline static int32_t get_offset_of_IdCTAuthEnvelopedData_85() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTAuthEnvelopedData_85)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTAuthEnvelopedData_85() const { return ___IdCTAuthEnvelopedData_85; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTAuthEnvelopedData_85() { return &___IdCTAuthEnvelopedData_85; } inline void set_IdCTAuthEnvelopedData_85(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTAuthEnvelopedData_85 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTAuthEnvelopedData_85), (void*)value); } inline static int32_t get_offset_of_IdCTTimestampedData_86() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTTimestampedData_86)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTTimestampedData_86() const { return ___IdCTTimestampedData_86; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTTimestampedData_86() { return &___IdCTTimestampedData_86; } inline void set_IdCTTimestampedData_86(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTTimestampedData_86 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTTimestampedData_86), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfOrigin_88() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfOrigin_88)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfOrigin_88() const { return ___IdCtiEtsProofOfOrigin_88; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfOrigin_88() { return &___IdCtiEtsProofOfOrigin_88; } inline void set_IdCtiEtsProofOfOrigin_88(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfOrigin_88 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfOrigin_88), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfReceipt_89() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfReceipt_89)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfReceipt_89() const { return ___IdCtiEtsProofOfReceipt_89; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfReceipt_89() { return &___IdCtiEtsProofOfReceipt_89; } inline void set_IdCtiEtsProofOfReceipt_89(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfReceipt_89 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfReceipt_89), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfDelivery_90() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfDelivery_90)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfDelivery_90() const { return ___IdCtiEtsProofOfDelivery_90; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfDelivery_90() { return &___IdCtiEtsProofOfDelivery_90; } inline void set_IdCtiEtsProofOfDelivery_90(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfDelivery_90 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfDelivery_90), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfSender_91() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfSender_91)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfSender_91() const { return ___IdCtiEtsProofOfSender_91; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfSender_91() { return &___IdCtiEtsProofOfSender_91; } inline void set_IdCtiEtsProofOfSender_91(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfSender_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfSender_91), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfApproval_92() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfApproval_92)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfApproval_92() const { return ___IdCtiEtsProofOfApproval_92; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfApproval_92() { return &___IdCtiEtsProofOfApproval_92; } inline void set_IdCtiEtsProofOfApproval_92(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfApproval_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfApproval_92), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfCreation_93() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfCreation_93)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfCreation_93() const { return ___IdCtiEtsProofOfCreation_93; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfCreation_93() { return &___IdCtiEtsProofOfCreation_93; } inline void set_IdCtiEtsProofOfCreation_93(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfCreation_93 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfCreation_93), (void*)value); } inline static int32_t get_offset_of_IdAAOid_95() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAOid_95)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAOid_95() const { return ___IdAAOid_95; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAOid_95() { return &___IdAAOid_95; } inline void set_IdAAOid_95(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAOid_95 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAOid_95), (void*)value); } inline static int32_t get_offset_of_IdAAContentHint_96() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentHint_96)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentHint_96() const { return ___IdAAContentHint_96; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentHint_96() { return &___IdAAContentHint_96; } inline void set_IdAAContentHint_96(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentHint_96 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentHint_96), (void*)value); } inline static int32_t get_offset_of_IdAAMsgSigDigest_97() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAMsgSigDigest_97)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAMsgSigDigest_97() const { return ___IdAAMsgSigDigest_97; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAMsgSigDigest_97() { return &___IdAAMsgSigDigest_97; } inline void set_IdAAMsgSigDigest_97(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAMsgSigDigest_97 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAMsgSigDigest_97), (void*)value); } inline static int32_t get_offset_of_IdAAContentReference_98() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentReference_98)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentReference_98() const { return ___IdAAContentReference_98; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentReference_98() { return &___IdAAContentReference_98; } inline void set_IdAAContentReference_98(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentReference_98 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentReference_98), (void*)value); } inline static int32_t get_offset_of_IdAAEncrypKeyPref_99() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEncrypKeyPref_99)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEncrypKeyPref_99() const { return ___IdAAEncrypKeyPref_99; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEncrypKeyPref_99() { return &___IdAAEncrypKeyPref_99; } inline void set_IdAAEncrypKeyPref_99(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEncrypKeyPref_99 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEncrypKeyPref_99), (void*)value); } inline static int32_t get_offset_of_IdAASigningCertificate_100() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigningCertificate_100)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigningCertificate_100() const { return ___IdAASigningCertificate_100; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigningCertificate_100() { return &___IdAASigningCertificate_100; } inline void set_IdAASigningCertificate_100(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigningCertificate_100 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigningCertificate_100), (void*)value); } inline static int32_t get_offset_of_IdAASigningCertificateV2_101() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigningCertificateV2_101)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigningCertificateV2_101() const { return ___IdAASigningCertificateV2_101; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigningCertificateV2_101() { return &___IdAASigningCertificateV2_101; } inline void set_IdAASigningCertificateV2_101(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigningCertificateV2_101 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigningCertificateV2_101), (void*)value); } inline static int32_t get_offset_of_IdAAContentIdentifier_102() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentIdentifier_102)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentIdentifier_102() const { return ___IdAAContentIdentifier_102; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentIdentifier_102() { return &___IdAAContentIdentifier_102; } inline void set_IdAAContentIdentifier_102(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentIdentifier_102 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentIdentifier_102), (void*)value); } inline static int32_t get_offset_of_IdAASignatureTimeStampToken_103() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASignatureTimeStampToken_103)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASignatureTimeStampToken_103() const { return ___IdAASignatureTimeStampToken_103; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASignatureTimeStampToken_103() { return &___IdAASignatureTimeStampToken_103; } inline void set_IdAASignatureTimeStampToken_103(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASignatureTimeStampToken_103 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASignatureTimeStampToken_103), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSigPolicyID_104() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSigPolicyID_104)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSigPolicyID_104() const { return ___IdAAEtsSigPolicyID_104; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSigPolicyID_104() { return &___IdAAEtsSigPolicyID_104; } inline void set_IdAAEtsSigPolicyID_104(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSigPolicyID_104 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSigPolicyID_104), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCommitmentType_105() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCommitmentType_105)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCommitmentType_105() const { return ___IdAAEtsCommitmentType_105; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCommitmentType_105() { return &___IdAAEtsCommitmentType_105; } inline void set_IdAAEtsCommitmentType_105(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCommitmentType_105 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCommitmentType_105), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSignerLocation_106() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSignerLocation_106)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSignerLocation_106() const { return ___IdAAEtsSignerLocation_106; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSignerLocation_106() { return &___IdAAEtsSignerLocation_106; } inline void set_IdAAEtsSignerLocation_106(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSignerLocation_106 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSignerLocation_106), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSignerAttr_107() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSignerAttr_107)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSignerAttr_107() const { return ___IdAAEtsSignerAttr_107; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSignerAttr_107() { return &___IdAAEtsSignerAttr_107; } inline void set_IdAAEtsSignerAttr_107(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSignerAttr_107 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSignerAttr_107), (void*)value); } inline static int32_t get_offset_of_IdAAEtsOtherSigCert_108() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsOtherSigCert_108)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsOtherSigCert_108() const { return ___IdAAEtsOtherSigCert_108; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsOtherSigCert_108() { return &___IdAAEtsOtherSigCert_108; } inline void set_IdAAEtsOtherSigCert_108(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsOtherSigCert_108 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsOtherSigCert_108), (void*)value); } inline static int32_t get_offset_of_IdAAEtsContentTimestamp_109() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsContentTimestamp_109)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsContentTimestamp_109() const { return ___IdAAEtsContentTimestamp_109; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsContentTimestamp_109() { return &___IdAAEtsContentTimestamp_109; } inline void set_IdAAEtsContentTimestamp_109(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsContentTimestamp_109 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsContentTimestamp_109), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertificateRefs_110() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertificateRefs_110)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertificateRefs_110() const { return ___IdAAEtsCertificateRefs_110; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertificateRefs_110() { return &___IdAAEtsCertificateRefs_110; } inline void set_IdAAEtsCertificateRefs_110(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertificateRefs_110 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertificateRefs_110), (void*)value); } inline static int32_t get_offset_of_IdAAEtsRevocationRefs_111() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsRevocationRefs_111)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsRevocationRefs_111() const { return ___IdAAEtsRevocationRefs_111; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsRevocationRefs_111() { return &___IdAAEtsRevocationRefs_111; } inline void set_IdAAEtsRevocationRefs_111(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsRevocationRefs_111 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsRevocationRefs_111), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertValues_112() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertValues_112)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertValues_112() const { return ___IdAAEtsCertValues_112; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertValues_112() { return &___IdAAEtsCertValues_112; } inline void set_IdAAEtsCertValues_112(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertValues_112 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertValues_112), (void*)value); } inline static int32_t get_offset_of_IdAAEtsRevocationValues_113() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsRevocationValues_113)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsRevocationValues_113() const { return ___IdAAEtsRevocationValues_113; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsRevocationValues_113() { return &___IdAAEtsRevocationValues_113; } inline void set_IdAAEtsRevocationValues_113(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsRevocationValues_113 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsRevocationValues_113), (void*)value); } inline static int32_t get_offset_of_IdAAEtsEscTimeStamp_114() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsEscTimeStamp_114)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsEscTimeStamp_114() const { return ___IdAAEtsEscTimeStamp_114; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsEscTimeStamp_114() { return &___IdAAEtsEscTimeStamp_114; } inline void set_IdAAEtsEscTimeStamp_114(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsEscTimeStamp_114 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsEscTimeStamp_114), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertCrlTimestamp_115() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertCrlTimestamp_115)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertCrlTimestamp_115() const { return ___IdAAEtsCertCrlTimestamp_115; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertCrlTimestamp_115() { return &___IdAAEtsCertCrlTimestamp_115; } inline void set_IdAAEtsCertCrlTimestamp_115(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertCrlTimestamp_115 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertCrlTimestamp_115), (void*)value); } inline static int32_t get_offset_of_IdAAEtsArchiveTimestamp_116() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsArchiveTimestamp_116)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsArchiveTimestamp_116() const { return ___IdAAEtsArchiveTimestamp_116; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsArchiveTimestamp_116() { return &___IdAAEtsArchiveTimestamp_116; } inline void set_IdAAEtsArchiveTimestamp_116(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsArchiveTimestamp_116 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsArchiveTimestamp_116), (void*)value); } inline static int32_t get_offset_of_IdAADecryptKeyID_117() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAADecryptKeyID_117)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAADecryptKeyID_117() const { return ___IdAADecryptKeyID_117; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAADecryptKeyID_117() { return &___IdAADecryptKeyID_117; } inline void set_IdAADecryptKeyID_117(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAADecryptKeyID_117 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAADecryptKeyID_117), (void*)value); } inline static int32_t get_offset_of_IdAAImplCryptoAlgs_118() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAImplCryptoAlgs_118)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAImplCryptoAlgs_118() const { return ___IdAAImplCryptoAlgs_118; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAImplCryptoAlgs_118() { return &___IdAAImplCryptoAlgs_118; } inline void set_IdAAImplCryptoAlgs_118(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAImplCryptoAlgs_118 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAImplCryptoAlgs_118), (void*)value); } inline static int32_t get_offset_of_IdAAAsymmDecryptKeyID_119() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAAsymmDecryptKeyID_119)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAAsymmDecryptKeyID_119() const { return ___IdAAAsymmDecryptKeyID_119; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAAsymmDecryptKeyID_119() { return &___IdAAAsymmDecryptKeyID_119; } inline void set_IdAAAsymmDecryptKeyID_119(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAAsymmDecryptKeyID_119 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAAsymmDecryptKeyID_119), (void*)value); } inline static int32_t get_offset_of_IdAAImplCompressAlgs_120() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAImplCompressAlgs_120)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAImplCompressAlgs_120() const { return ___IdAAImplCompressAlgs_120; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAImplCompressAlgs_120() { return &___IdAAImplCompressAlgs_120; } inline void set_IdAAImplCompressAlgs_120(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAImplCompressAlgs_120 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAImplCompressAlgs_120), (void*)value); } inline static int32_t get_offset_of_IdAACommunityIdentifiers_121() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAACommunityIdentifiers_121)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAACommunityIdentifiers_121() const { return ___IdAACommunityIdentifiers_121; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAACommunityIdentifiers_121() { return &___IdAACommunityIdentifiers_121; } inline void set_IdAACommunityIdentifiers_121(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAACommunityIdentifiers_121 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAACommunityIdentifiers_121), (void*)value); } inline static int32_t get_offset_of_IdAASigPolicyID_122() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigPolicyID_122)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigPolicyID_122() const { return ___IdAASigPolicyID_122; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigPolicyID_122() { return &___IdAASigPolicyID_122; } inline void set_IdAASigPolicyID_122(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigPolicyID_122 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigPolicyID_122), (void*)value); } inline static int32_t get_offset_of_IdAACommitmentType_123() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAACommitmentType_123)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAACommitmentType_123() const { return ___IdAACommitmentType_123; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAACommitmentType_123() { return &___IdAACommitmentType_123; } inline void set_IdAACommitmentType_123(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAACommitmentType_123 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAACommitmentType_123), (void*)value); } inline static int32_t get_offset_of_IdAASignerLocation_124() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASignerLocation_124)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASignerLocation_124() const { return ___IdAASignerLocation_124; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASignerLocation_124() { return &___IdAASignerLocation_124; } inline void set_IdAASignerLocation_124(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASignerLocation_124 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASignerLocation_124), (void*)value); } inline static int32_t get_offset_of_IdAAOtherSigCert_125() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAOtherSigCert_125)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAOtherSigCert_125() const { return ___IdAAOtherSigCert_125; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAOtherSigCert_125() { return &___IdAAOtherSigCert_125; } inline void set_IdAAOtherSigCert_125(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAOtherSigCert_125 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAOtherSigCert_125), (void*)value); } inline static int32_t get_offset_of_IdSpqEtsUri_127() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSpqEtsUri_127)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSpqEtsUri_127() const { return ___IdSpqEtsUri_127; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSpqEtsUri_127() { return &___IdSpqEtsUri_127; } inline void set_IdSpqEtsUri_127(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSpqEtsUri_127 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSpqEtsUri_127), (void*)value); } inline static int32_t get_offset_of_IdSpqEtsUNotice_128() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSpqEtsUNotice_128)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSpqEtsUNotice_128() const { return ___IdSpqEtsUNotice_128; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSpqEtsUNotice_128() { return &___IdSpqEtsUNotice_128; } inline void set_IdSpqEtsUNotice_128(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSpqEtsUNotice_128 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSpqEtsUNotice_128), (void*)value); } inline static int32_t get_offset_of_KeyBag_131() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___KeyBag_131)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_KeyBag_131() const { return ___KeyBag_131; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_KeyBag_131() { return &___KeyBag_131; } inline void set_KeyBag_131(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___KeyBag_131 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyBag_131), (void*)value); } inline static int32_t get_offset_of_Pkcs8ShroudedKeyBag_132() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs8ShroudedKeyBag_132)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs8ShroudedKeyBag_132() const { return ___Pkcs8ShroudedKeyBag_132; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs8ShroudedKeyBag_132() { return &___Pkcs8ShroudedKeyBag_132; } inline void set_Pkcs8ShroudedKeyBag_132(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs8ShroudedKeyBag_132 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs8ShroudedKeyBag_132), (void*)value); } inline static int32_t get_offset_of_CertBag_133() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CertBag_133)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertBag_133() const { return ___CertBag_133; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertBag_133() { return &___CertBag_133; } inline void set_CertBag_133(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertBag_133 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertBag_133), (void*)value); } inline static int32_t get_offset_of_CrlBag_134() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CrlBag_134)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlBag_134() const { return ___CrlBag_134; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlBag_134() { return &___CrlBag_134; } inline void set_CrlBag_134(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlBag_134 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlBag_134), (void*)value); } inline static int32_t get_offset_of_SecretBag_135() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SecretBag_135)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecretBag_135() const { return ___SecretBag_135; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecretBag_135() { return &___SecretBag_135; } inline void set_SecretBag_135(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecretBag_135 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecretBag_135), (void*)value); } inline static int32_t get_offset_of_SafeContentsBag_136() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SafeContentsBag_136)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SafeContentsBag_136() const { return ___SafeContentsBag_136; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SafeContentsBag_136() { return &___SafeContentsBag_136; } inline void set_SafeContentsBag_136(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SafeContentsBag_136 = value; Il2CppCodeGenWriteBarrier((void**)(&___SafeContentsBag_136), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd128BitRC4_138() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd128BitRC4_138)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd128BitRC4_138() const { return ___PbeWithShaAnd128BitRC4_138; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd128BitRC4_138() { return &___PbeWithShaAnd128BitRC4_138; } inline void set_PbeWithShaAnd128BitRC4_138(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd128BitRC4_138 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd128BitRC4_138), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd40BitRC4_139() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd40BitRC4_139)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd40BitRC4_139() const { return ___PbeWithShaAnd40BitRC4_139; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd40BitRC4_139() { return &___PbeWithShaAnd40BitRC4_139; } inline void set_PbeWithShaAnd40BitRC4_139(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd40BitRC4_139 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd40BitRC4_139), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd3KeyTripleDesCbc_140() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd3KeyTripleDesCbc_140)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd3KeyTripleDesCbc_140() const { return ___PbeWithShaAnd3KeyTripleDesCbc_140; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd3KeyTripleDesCbc_140() { return &___PbeWithShaAnd3KeyTripleDesCbc_140; } inline void set_PbeWithShaAnd3KeyTripleDesCbc_140(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd3KeyTripleDesCbc_140 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd3KeyTripleDesCbc_140), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd2KeyTripleDesCbc_141() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd2KeyTripleDesCbc_141)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd2KeyTripleDesCbc_141() const { return ___PbeWithShaAnd2KeyTripleDesCbc_141; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd2KeyTripleDesCbc_141() { return &___PbeWithShaAnd2KeyTripleDesCbc_141; } inline void set_PbeWithShaAnd2KeyTripleDesCbc_141(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd2KeyTripleDesCbc_141 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd2KeyTripleDesCbc_141), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd128BitRC2Cbc_142() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd128BitRC2Cbc_142)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd128BitRC2Cbc_142() const { return ___PbeWithShaAnd128BitRC2Cbc_142; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd128BitRC2Cbc_142() { return &___PbeWithShaAnd128BitRC2Cbc_142; } inline void set_PbeWithShaAnd128BitRC2Cbc_142(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd128BitRC2Cbc_142 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd128BitRC2Cbc_142), (void*)value); } inline static int32_t get_offset_of_PbewithShaAnd40BitRC2Cbc_143() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbewithShaAnd40BitRC2Cbc_143)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbewithShaAnd40BitRC2Cbc_143() const { return ___PbewithShaAnd40BitRC2Cbc_143; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbewithShaAnd40BitRC2Cbc_143() { return &___PbewithShaAnd40BitRC2Cbc_143; } inline void set_PbewithShaAnd40BitRC2Cbc_143(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbewithShaAnd40BitRC2Cbc_143 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbewithShaAnd40BitRC2Cbc_143), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.PrimeField struct PrimeField_t0FE38EAEDBDA80F49F0A7791318D76083C397797 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.PrimeField::characteristic BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___characteristic_0; public: inline static int32_t get_offset_of_characteristic_0() { return static_cast(offsetof(PrimeField_t0FE38EAEDBDA80F49F0A7791318D76083C397797, ___characteristic_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_characteristic_0() const { return ___characteristic_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_characteristic_0() { return &___characteristic_0; } inline void set_characteristic_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___characteristic_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___characteristic_0), (void*)value); } }; // System.Random struct Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 : public RuntimeObject { public: // System.Int32 System.Random::inext int32_t ___inext_0; // System.Int32 System.Random::inextp int32_t ___inextp_1; // System.Int32[] System.Random::SeedArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___SeedArray_2; public: inline static int32_t get_offset_of_inext_0() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inext_0)); } inline int32_t get_inext_0() const { return ___inext_0; } inline int32_t* get_address_of_inext_0() { return &___inext_0; } inline void set_inext_0(int32_t value) { ___inext_0 = value; } inline static int32_t get_offset_of_inextp_1() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inextp_1)); } inline int32_t get_inextp_1() const { return ___inextp_1; } inline int32_t* get_address_of_inextp_1() { return &___inextp_1; } inline void set_inextp_1(int32_t value) { ___inextp_1 = value; } inline static int32_t get_offset_of_SeedArray_2() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___SeedArray_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_SeedArray_2() const { return ___SeedArray_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_SeedArray_2() { return &___SeedArray_2; } inline void set_SeedArray_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___SeedArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeedArray_2), (void*)value); } }; // BestHTTP.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); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extension struct X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extension::critical bool ___critical_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extension::value Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___value_1; public: inline static int32_t get_offset_of_critical_0() { return static_cast(offsetof(X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB, ___critical_0)); } inline bool get_critical_0() const { return ___critical_0; } inline bool* get_address_of_critical_0() { return &___critical_0; } inline void set_critical_0(bool value) { ___critical_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB, ___value_1)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_value_1() const { return ___value_1; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { }; // EmailValidateController/d__0 struct U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7 : public RuntimeObject { public: // System.Int32 EmailValidateController/d__0::<>1__state int32_t ___U3CU3E1__state_0; // System.Object EmailValidateController/d__0::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.String EmailValidateController/d__0::email String_t* ___email_2; // System.Action`1 EmailValidateController/d__0::callback Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback_3; // UnityEngine.Networking.UnityWebRequest EmailValidateController/d__0::5__2 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CrequestU3E5__2_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7, ___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(U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7, ___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_email_2() { return static_cast(offsetof(U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7, ___email_2)); } inline String_t* get_email_2() const { return ___email_2; } inline String_t** get_address_of_email_2() { return &___email_2; } inline void set_email_2(String_t* value) { ___email_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___email_2), (void*)value); } inline static int32_t get_offset_of_callback_3() { return static_cast(offsetof(U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7, ___callback_3)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_callback_3() const { return ___callback_3; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_callback_3() { return &___callback_3; } inline void set_callback_3(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___callback_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_3), (void*)value); } inline static int32_t get_offset_of_U3CrequestU3E5__2_4() { return static_cast(offsetof(U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7, ___U3CrequestU3E5__2_4)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CrequestU3E5__2_4() const { return ___U3CrequestU3E5__2_4; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CrequestU3E5__2_4() { return &___U3CrequestU3E5__2_4; } inline void set_U3CrequestU3E5__2_4(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CrequestU3E5__2_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestU3E5__2_4), (void*)value); } }; // EmailValidateController/d__1 struct U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC : public RuntimeObject { public: // System.Int32 EmailValidateController/d__1::<>1__state int32_t ___U3CU3E1__state_0; // System.Object EmailValidateController/d__1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.String EmailValidateController/d__1::email String_t* ___email_2; // System.String EmailValidateController/d__1::code String_t* ___code_3; // System.Action`1 EmailValidateController/d__1::callback Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback_4; // UnityEngine.Networking.UnityWebRequest EmailValidateController/d__1::5__2 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CrequestU3E5__2_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC, ___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(U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC, ___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_email_2() { return static_cast(offsetof(U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC, ___email_2)); } inline String_t* get_email_2() const { return ___email_2; } inline String_t** get_address_of_email_2() { return &___email_2; } inline void set_email_2(String_t* value) { ___email_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___email_2), (void*)value); } inline static int32_t get_offset_of_code_3() { return static_cast(offsetof(U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC, ___code_3)); } inline String_t* get_code_3() const { return ___code_3; } inline String_t** get_address_of_code_3() { return &___code_3; } inline void set_code_3(String_t* value) { ___code_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___code_3), (void*)value); } inline static int32_t get_offset_of_callback_4() { return static_cast(offsetof(U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC, ___callback_4)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_callback_4() const { return ___callback_4; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_callback_4() { return &___callback_4; } inline void set_callback_4(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___callback_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_4), (void*)value); } inline static int32_t get_offset_of_U3CrequestU3E5__2_5() { return static_cast(offsetof(U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC, ___U3CrequestU3E5__2_5)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CrequestU3E5__2_5() const { return ___U3CrequestU3E5__2_5; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CrequestU3E5__2_5() { return &___U3CrequestU3E5__2_5; } inline void set_U3CrequestU3E5__2_5(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CrequestU3E5__2_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestU3E5__2_5), (void*)value); } }; // Entry/<>c struct U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB : public RuntimeObject { public: public: }; struct U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB_StaticFields { public: // Entry/<>c Entry/<>c::<>9 U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB * ___U3CU3E9_0; // UnityEngine.Events.UnityAction`1 Entry/<>c::<>9__1_0 UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2 * ___U3CU3E9__1_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB * 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_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB_StaticFields, ___U3CU3E9__1_0_1)); } inline UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2 * get_U3CU3E9__1_0_1() const { return ___U3CU3E9__1_0_1; } inline UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2 ** get_address_of_U3CU3E9__1_0_1() { return &___U3CU3E9__1_0_1; } inline void set_U3CU3E9__1_0_1(UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2 * value) { ___U3CU3E9__1_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__1_0_1), (void*)value); } }; // Entry/d__6 struct U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C : public RuntimeObject { public: // System.Int32 Entry/d__6::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Entry/d__6::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Entry Entry/d__6::<>4__this Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * ___U3CU3E4__this_2; // UnityEngine.AsyncOperation Entry/d__6::5__2 AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * ___U3CasyncU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C, ___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(U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C, ___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(U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C, ___U3CU3E4__this_2)); } inline Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CasyncU3E5__2_3() { return static_cast(offsetof(U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C, ___U3CasyncU3E5__2_3)); } inline AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * get_U3CasyncU3E5__2_3() const { return ___U3CasyncU3E5__2_3; } inline AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 ** get_address_of_U3CasyncU3E5__2_3() { return &___U3CasyncU3E5__2_3; } inline void set_U3CasyncU3E5__2_3(AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * value) { ___U3CasyncU3E5__2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CasyncU3E5__2_3), (void*)value); } }; // Entry/d__4 struct U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0 : public RuntimeObject { public: // System.Int32 Entry/d__4::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Entry/d__4::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Entry Entry/d__4::<>4__this Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0, ___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(U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0, ___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(U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0, ___U3CU3E4__this_2)); } inline Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // BestHTTP.SocketIO.Events.EventTable/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t526267A39AF0706B4C3DD931775FC983B2DD74B9 : public RuntimeObject { public: // System.Boolean BestHTTP.SocketIO.Events.EventTable/<>c__DisplayClass6_0::onlyOnce bool ___onlyOnce_0; // System.Boolean BestHTTP.SocketIO.Events.EventTable/<>c__DisplayClass6_0::autoDecodePayload bool ___autoDecodePayload_1; public: inline static int32_t get_offset_of_onlyOnce_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t526267A39AF0706B4C3DD931775FC983B2DD74B9, ___onlyOnce_0)); } inline bool get_onlyOnce_0() const { return ___onlyOnce_0; } inline bool* get_address_of_onlyOnce_0() { return &___onlyOnce_0; } inline void set_onlyOnce_0(bool value) { ___onlyOnce_0 = value; } inline static int32_t get_offset_of_autoDecodePayload_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t526267A39AF0706B4C3DD931775FC983B2DD74B9, ___autoDecodePayload_1)); } inline bool get_autoDecodePayload_1() const { return ___autoDecodePayload_1; } inline bool* get_address_of_autoDecodePayload_1() { return &___autoDecodePayload_1; } inline void set_autoDecodePayload_1(bool value) { ___autoDecodePayload_1 = value; } }; // UnityStandardAssets.Effects.ExplosionFireAndDebris/d__4 struct U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C : public RuntimeObject { public: // System.Int32 UnityStandardAssets.Effects.ExplosionFireAndDebris/d__4::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityStandardAssets.Effects.ExplosionFireAndDebris/d__4::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UnityStandardAssets.Effects.ExplosionFireAndDebris UnityStandardAssets.Effects.ExplosionFireAndDebris/d__4::<>4__this ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * ___U3CU3E4__this_2; // System.Single UnityStandardAssets.Effects.ExplosionFireAndDebris/d__4::5__2 float ___U3CmultiplierU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C, ___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__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C, ___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__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C, ___U3CU3E4__this_2)); } inline ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CmultiplierU3E5__2_3() { return static_cast(offsetof(U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C, ___U3CmultiplierU3E5__2_3)); } inline float get_U3CmultiplierU3E5__2_3() const { return ___U3CmultiplierU3E5__2_3; } inline float* get_address_of_U3CmultiplierU3E5__2_3() { return &___U3CmultiplierU3E5__2_3; } inline void set_U3CmultiplierU3E5__2_3(float value) { ___U3CmultiplierU3E5__2_3 = value; } }; // UnityStandardAssets.Effects.ExplosionPhysicsForce/d__1 struct U3CStartU3Ed__1_t24DE4184D83464B6FD686B53CCD077B6A766FB41 : public RuntimeObject { public: // System.Int32 UnityStandardAssets.Effects.ExplosionPhysicsForce/d__1::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityStandardAssets.Effects.ExplosionPhysicsForce/d__1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UnityStandardAssets.Effects.ExplosionPhysicsForce UnityStandardAssets.Effects.ExplosionPhysicsForce/d__1::<>4__this ExplosionPhysicsForce_t92F04E2EA5E8C95A9507142186FEA3A9B92D6249 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CStartU3Ed__1_t24DE4184D83464B6FD686B53CCD077B6A766FB41, ___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_t24DE4184D83464B6FD686B53CCD077B6A766FB41, ___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_t24DE4184D83464B6FD686B53CCD077B6A766FB41, ___U3CU3E4__this_2)); } inline ExplosionPhysicsForce_t92F04E2EA5E8C95A9507142186FEA3A9B92D6249 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline ExplosionPhysicsForce_t92F04E2EA5E8C95A9507142186FEA3A9B92D6249 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(ExplosionPhysicsForce_t92F04E2EA5E8C95A9507142186FEA3A9B92D6249 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // UnityStandardAssets.Effects.Explosive/d__8 struct U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF : public RuntimeObject { public: // System.Int32 UnityStandardAssets.Effects.Explosive/d__8::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityStandardAssets.Effects.Explosive/d__8::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UnityStandardAssets.Effects.Explosive UnityStandardAssets.Effects.Explosive/d__8::<>4__this Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C * ___U3CU3E4__this_2; // UnityEngine.Collision UnityStandardAssets.Effects.Explosive/d__8::col Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * ___col_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF, ___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(U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF, ___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(U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF, ___U3CU3E4__this_2)); } inline Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_col_3() { return static_cast(offsetof(U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF, ___col_3)); } inline Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * get_col_3() const { return ___col_3; } inline Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 ** get_address_of_col_3() { return &___col_3; } inline void set_col_3(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * value) { ___col_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___col_3), (void*)value); } }; // BestHTTP.Extensions.Extensions/<>c struct U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9 : public RuntimeObject { public: public: }; struct U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_StaticFields { public: // BestHTTP.Extensions.Extensions/<>c BestHTTP.Extensions.Extensions/<>c::<>9 U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9 * ___U3CU3E9_0; // System.Func`2 BestHTTP.Extensions.Extensions/<>c::<>9__21_0 Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * ___U3CU3E9__21_0_1; // System.Func`2 BestHTTP.Extensions.Extensions/<>c::<>9__25_0 Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * ___U3CU3E9__25_0_2; // System.Func`2 BestHTTP.Extensions.Extensions/<>c::<>9__26_0 Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * ___U3CU3E9__26_0_3; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__21_0_1() { return static_cast(offsetof(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_StaticFields, ___U3CU3E9__21_0_1)); } inline Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * get_U3CU3E9__21_0_1() const { return ___U3CU3E9__21_0_1; } inline Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A ** get_address_of_U3CU3E9__21_0_1() { return &___U3CU3E9__21_0_1; } inline void set_U3CU3E9__21_0_1(Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * value) { ___U3CU3E9__21_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__21_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__25_0_2() { return static_cast(offsetof(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_StaticFields, ___U3CU3E9__25_0_2)); } inline Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * get_U3CU3E9__25_0_2() const { return ___U3CU3E9__25_0_2; } inline Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A ** get_address_of_U3CU3E9__25_0_2() { return &___U3CU3E9__25_0_2; } inline void set_U3CU3E9__25_0_2(Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * value) { ___U3CU3E9__25_0_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__25_0_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__26_0_3() { return static_cast(offsetof(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_StaticFields, ___U3CU3E9__26_0_3)); } inline Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * get_U3CU3E9__26_0_3() const { return ___U3CU3E9__26_0_3; } inline Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A ** get_address_of_U3CU3E9__26_0_3() { return &___U3CU3E9__26_0_3; } inline void set_U3CU3E9__26_0_3(Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * value) { ___U3CU3E9__26_0_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__26_0_3), (void*)value); } }; // BestHTTP.Extensions.Extensions/<>c__DisplayClass19_0 struct U3CU3Ec__DisplayClass19_0_tB7BAD64D9611CE200C5A2DAABA023EE8466BA2C1 : public RuntimeObject { public: // System.Char BestHTTP.Extensions.Extensions/<>c__DisplayClass19_0::block Il2CppChar ___block_0; public: inline static int32_t get_offset_of_block_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass19_0_tB7BAD64D9611CE200C5A2DAABA023EE8466BA2C1, ___block_0)); } inline Il2CppChar get_block_0() const { return ___block_0; } inline Il2CppChar* get_address_of_block_0() { return &___block_0; } inline void set_block_0(Il2CppChar value) { ___block_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve/DefaultF2mLookupTable struct DefaultF2mLookupTable_tD2A1DEC8ECDF291787FA30630B2A4AF107126D0C : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve/DefaultF2mLookupTable::m_outer F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * ___m_outer_0; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve/DefaultF2mLookupTable::m_table Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___m_table_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve/DefaultF2mLookupTable::m_size int32_t ___m_size_2; public: inline static int32_t get_offset_of_m_outer_0() { return static_cast(offsetof(DefaultF2mLookupTable_tD2A1DEC8ECDF291787FA30630B2A4AF107126D0C, ___m_outer_0)); } inline F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * get_m_outer_0() const { return ___m_outer_0; } inline F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 ** get_address_of_m_outer_0() { return &___m_outer_0; } inline void set_m_outer_0(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * value) { ___m_outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_outer_0), (void*)value); } inline static int32_t get_offset_of_m_table_1() { return static_cast(offsetof(DefaultF2mLookupTable_tD2A1DEC8ECDF291787FA30630B2A4AF107126D0C, ___m_table_1)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_m_table_1() const { return ___m_table_1; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_m_table_1() { return &___m_table_1; } inline void set_m_table_1(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___m_table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_table_1), (void*)value); } inline static int32_t get_offset_of_m_size_2() { return static_cast(offsetof(DefaultF2mLookupTable_tD2A1DEC8ECDF291787FA30630B2A4AF107126D0C, ___m_size_2)); } inline int32_t get_m_size_2() const { return ___m_size_2; } inline int32_t* get_address_of_m_size_2() { return &___m_size_2; } inline void set_m_size_2(int32_t value) { ___m_size_2 = value; } }; // UnityStandardAssets.Utility.FOVKick/d__10 struct U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935 : public RuntimeObject { public: // System.Int32 UnityStandardAssets.Utility.FOVKick/d__10::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityStandardAssets.Utility.FOVKick/d__10::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UnityStandardAssets.Utility.FOVKick UnityStandardAssets.Utility.FOVKick/d__10::<>4__this FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * ___U3CU3E4__this_2; // System.Single UnityStandardAssets.Utility.FOVKick/d__10::5__2 float ___U3CtU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935, ___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(U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935, ___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(U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935, ___U3CU3E4__this_2)); } inline FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CtU3E5__2_3() { return static_cast(offsetof(U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935, ___U3CtU3E5__2_3)); } inline float get_U3CtU3E5__2_3() const { return ___U3CtU3E5__2_3; } inline float* get_address_of_U3CtU3E5__2_3() { return &___U3CtU3E5__2_3; } inline void set_U3CtU3E5__2_3(float value) { ___U3CtU3E5__2_3 = value; } }; // UnityStandardAssets.Utility.FOVKick/d__9 struct U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC : public RuntimeObject { public: // System.Int32 UnityStandardAssets.Utility.FOVKick/d__9::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityStandardAssets.Utility.FOVKick/d__9::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UnityStandardAssets.Utility.FOVKick UnityStandardAssets.Utility.FOVKick/d__9::<>4__this FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * ___U3CU3E4__this_2; // System.Single UnityStandardAssets.Utility.FOVKick/d__9::5__2 float ___U3CtU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC, ___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(U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC, ___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(U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC, ___U3CU3E4__this_2)); } inline FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CtU3E5__2_3() { return static_cast(offsetof(U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC, ___U3CtU3E5__2_3)); } inline float get_U3CtU3E5__2_3() const { return ___U3CtU3E5__2_3; } inline float* get_address_of_U3CtU3E5__2_3() { return &___U3CtU3E5__2_3; } inline void set_U3CtU3E5__2_3(float value) { ___U3CtU3E5__2_3 = value; } }; // System.Nullable`1 struct Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 { public: // T System.Nullable`1::value Il2CppChar ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95, ___value_0)); } inline Il2CppChar get_value_0() const { return ___value_0; } inline Il2CppChar* get_address_of_value_0() { return &___value_0; } inline void set_value_0(Il2CppChar value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // o0.Geometry.Vector`1 struct Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 { public: // T o0.Geometry.Vector`1::x double ___x_0; // T o0.Geometry.Vector`1::y double ___y_1; // T o0.Geometry.Vector`1::z double ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___x_0)); } inline double get_x_0() const { return ___x_0; } inline double* get_address_of_x_0() { return &___x_0; } inline void set_x_0(double value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___y_1)); } inline double get_y_1() const { return ___y_1; } inline double* get_address_of_y_1() { return &___y_1; } inline void set_y_1(double value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___z_2)); } inline double get_z_2() const { return ___z_2; } inline double* get_address_of_z_2() { return &___z_2; } inline void set_z_2(double value) { ___z_2 = value; } }; struct Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields { public: // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CZeroU3Ek__BackingField_3; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3COneU3Ek__BackingField_4; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CLeftU3Ek__BackingField_5; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CRightU3Ek__BackingField_6; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CDownU3Ek__BackingField_7; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CUpU3Ek__BackingField_8; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CBackU3Ek__BackingField_9; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CForwardU3Ek__BackingField_10; public: inline static int32_t get_offset_of_U3CZeroU3Ek__BackingField_3() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CZeroU3Ek__BackingField_3)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CZeroU3Ek__BackingField_3() const { return ___U3CZeroU3Ek__BackingField_3; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CZeroU3Ek__BackingField_3() { return &___U3CZeroU3Ek__BackingField_3; } inline void set_U3CZeroU3Ek__BackingField_3(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CZeroU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3COneU3Ek__BackingField_4() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3COneU3Ek__BackingField_4)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3COneU3Ek__BackingField_4() const { return ___U3COneU3Ek__BackingField_4; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3COneU3Ek__BackingField_4() { return &___U3COneU3Ek__BackingField_4; } inline void set_U3COneU3Ek__BackingField_4(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3COneU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CLeftU3Ek__BackingField_5() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CLeftU3Ek__BackingField_5)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CLeftU3Ek__BackingField_5() const { return ___U3CLeftU3Ek__BackingField_5; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CLeftU3Ek__BackingField_5() { return &___U3CLeftU3Ek__BackingField_5; } inline void set_U3CLeftU3Ek__BackingField_5(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CLeftU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CRightU3Ek__BackingField_6() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CRightU3Ek__BackingField_6)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CRightU3Ek__BackingField_6() const { return ___U3CRightU3Ek__BackingField_6; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CRightU3Ek__BackingField_6() { return &___U3CRightU3Ek__BackingField_6; } inline void set_U3CRightU3Ek__BackingField_6(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CRightU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CDownU3Ek__BackingField_7() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CDownU3Ek__BackingField_7)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CDownU3Ek__BackingField_7() const { return ___U3CDownU3Ek__BackingField_7; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CDownU3Ek__BackingField_7() { return &___U3CDownU3Ek__BackingField_7; } inline void set_U3CDownU3Ek__BackingField_7(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CDownU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CUpU3Ek__BackingField_8() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CUpU3Ek__BackingField_8)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CUpU3Ek__BackingField_8() const { return ___U3CUpU3Ek__BackingField_8; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CUpU3Ek__BackingField_8() { return &___U3CUpU3Ek__BackingField_8; } inline void set_U3CUpU3Ek__BackingField_8(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CUpU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CBackU3Ek__BackingField_9() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CBackU3Ek__BackingField_9)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CBackU3Ek__BackingField_9() const { return ___U3CBackU3Ek__BackingField_9; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CBackU3Ek__BackingField_9() { return &___U3CBackU3Ek__BackingField_9; } inline void set_U3CBackU3Ek__BackingField_9(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CBackU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CForwardU3Ek__BackingField_10() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CForwardU3Ek__BackingField_10)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CForwardU3Ek__BackingField_10() const { return ___U3CForwardU3Ek__BackingField_10; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CForwardU3Ek__BackingField_10() { return &___U3CForwardU3Ek__BackingField_10; } inline void set_U3CForwardU3Ek__BackingField_10(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CForwardU3Ek__BackingField_10 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve struct AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE : public ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve::si BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___si_16; public: inline static int32_t get_offset_of_si_16() { return static_cast(offsetof(AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE, ___si_16)); } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* get_si_16() const { return ___si_16; } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED** get_address_of_si_16() { return &___si_16; } inline void set_si_16(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* value) { ___si_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___si_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mFieldElement struct AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677 : public ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 { public: public: }; // 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.Cms.Attributes struct Attributes_t241AA09EB05F1DC88E6C0EEAFB35EA2A8D865ECF : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Attributes::attributes Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___attributes_2; public: inline static int32_t get_offset_of_attributes_2() { return static_cast(offsetof(Attributes_t241AA09EB05F1DC88E6C0EEAFB35EA2A8D865ECF, ___attributes_2)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_attributes_2() const { return ___attributes_2; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_attributes_2() { return &___attributes_2; } inline void set_attributes_2(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___attributes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_2), (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; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // UnityEngine.Color struct Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // UnityEngine.Color32 struct Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D { public: union { #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.Color32::rgba int32_t ___rgba_0; }; #pragma pack(pop, tp) struct { int32_t ___rgba_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.Color32::r uint8_t ___r_1; }; #pragma pack(pop, tp) struct { uint8_t ___r_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___g_2_OffsetPadding[1]; // System.Byte UnityEngine.Color32::g uint8_t ___g_2; }; #pragma pack(pop, tp) struct { char ___g_2_OffsetPadding_forAlignmentOnly[1]; uint8_t ___g_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___b_3_OffsetPadding[2]; // System.Byte UnityEngine.Color32::b uint8_t ___b_3; }; #pragma pack(pop, tp) struct { char ___b_3_OffsetPadding_forAlignmentOnly[2]; uint8_t ___b_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___a_4_OffsetPadding[3]; // System.Byte UnityEngine.Color32::a uint8_t ___a_4; }; #pragma pack(pop, tp) struct { char ___a_4_OffsetPadding_forAlignmentOnly[3]; uint8_t ___a_4_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_rgba_0() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___rgba_0)); } inline int32_t get_rgba_0() const { return ___rgba_0; } inline int32_t* get_address_of_rgba_0() { return &___rgba_0; } inline void set_rgba_0(int32_t value) { ___rgba_0 = value; } inline static int32_t get_offset_of_r_1() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___r_1)); } inline uint8_t get_r_1() const { return ___r_1; } inline uint8_t* get_address_of_r_1() { return &___r_1; } inline void set_r_1(uint8_t value) { ___r_1 = value; } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___g_2)); } inline uint8_t get_g_2() const { return ___g_2; } inline uint8_t* get_address_of_g_2() { return &___g_2; } inline void set_g_2(uint8_t value) { ___g_2 = value; } inline static int32_t get_offset_of_b_3() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___b_3)); } inline uint8_t get_b_3() const { return ___b_3; } inline uint8_t* get_address_of_b_3() { return &___b_3; } inline void set_b_3(uint8_t value) { ___b_3 = value; } inline static int32_t get_offset_of_a_4() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___a_4)); } inline uint8_t get_a_4() const { return ___a_4; } inline uint8_t* get_address_of_a_4() { return &___a_4; } inline void set_a_4(uint8_t value) { ___a_4 = value; } }; // 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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointBase struct ECPointBase_t56B88B30B133094A49B571CEEC84FE5E9AF81CCF : public ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448KeyGenerationParameters struct Ed448KeyGenerationParameters_tDAB3BB57F1CF154A6B43EAA4213D48FB44381016 : public KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters struct Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_3; public: inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45, ___data_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_3() const { return ___data_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_3() { return &___data_3; } inline void set_data_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_3), (void*)value); } }; struct Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters::KeySize int32_t ___KeySize_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters::SignatureSize int32_t ___SignatureSize_2; public: inline static int32_t get_offset_of_KeySize_1() { return static_cast(offsetof(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_StaticFields, ___KeySize_1)); } inline int32_t get_KeySize_1() const { return ___KeySize_1; } inline int32_t* get_address_of_KeySize_1() { return &___KeySize_1; } inline void set_KeySize_1(int32_t value) { ___KeySize_1 = value; } inline static int32_t get_offset_of_SignatureSize_2() { return static_cast(offsetof(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_StaticFields, ___SignatureSize_2)); } inline int32_t get_SignatureSize_2() const { return ___SignatureSize_2; } inline int32_t* get_address_of_SignatureSize_2() { return &___SignatureSize_2; } inline void set_SignatureSize_2(int32_t value) { ___SignatureSize_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters struct Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_2; public: inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA, ___data_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_2() const { return ___data_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_2() { return &___data_2; } inline void set_data_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; struct Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters::KeySize int32_t ___KeySize_1; public: inline static int32_t get_offset_of_KeySize_1() { return static_cast(offsetof(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_StaticFields, ___KeySize_1)); } inline int32_t get_KeySize_1() const { return ___KeySize_1; } inline int32_t* get_address_of_KeySize_1() { return &___KeySize_1; } inline void set_KeySize_1(int32_t value) { ___KeySize_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyGenerationParameters struct ElGamalKeyGenerationParameters_t9DD985B7F64F63A0FC4CAE066DCAB75473B01061 : public KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyGenerationParameters::parameters ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ___parameters_2; public: inline static int32_t get_offset_of_parameters_2() { return static_cast(offsetof(ElGamalKeyGenerationParameters_t9DD985B7F64F63A0FC4CAE066DCAB75473B01061, ___parameters_2)); } inline ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * get_parameters_2() const { return ___parameters_2; } inline ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 ** get_address_of_parameters_2() { return &___parameters_2; } inline void set_parameters_2(ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * value) { ___parameters_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters struct ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters::parameters ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ___parameters_1; public: inline static int32_t get_offset_of_parameters_1() { return static_cast(offsetof(ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC, ___parameters_1)); } inline ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * get_parameters_1() const { return ___parameters_1; } inline ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 ** get_address_of_parameters_1() { return &___parameters_1; } inline void set_parameters_1(ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * value) { ___parameters_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.ElGamalParameter struct ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.ElGamalParameter::p DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___p_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.ElGamalParameter::g DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___g_3; public: inline static int32_t get_offset_of_p_2() { return static_cast(offsetof(ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951, ___p_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_p_2() const { return ___p_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_p_2() { return &___p_2; } inline void set_p_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___p_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_2), (void*)value); } inline static int32_t get_offset_of_g_3() { return static_cast(offsetof(ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951, ___g_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_g_3() const { return ___g_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_g_3() { return &___g_3; } inline void set_g_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___g_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_3), (void*)value); } }; // EmailValidateController struct EmailValidateController_t6A2A969EEE8920BAF68443955A8F42511E74253C : public Singleton_1_t47D81B5C54E6B1E9FD1B32B047A66ADB3B425320 { public: public: }; // Microsoft.CodeAnalysis.EmbeddedAttribute struct EmbeddedAttribute_tD9AECC2A5FF80678B3EF0F991A8F7864D4D6217B : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncKeyWithID struct EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncKeyWithID::privKeyInfo PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * ___privKeyInfo_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncKeyWithID::identifier Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___identifier_3; public: inline static int32_t get_offset_of_privKeyInfo_2() { return static_cast(offsetof(EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752, ___privKeyInfo_2)); } inline PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * get_privKeyInfo_2() const { return ___privKeyInfo_2; } inline PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA ** get_address_of_privKeyInfo_2() { return &___privKeyInfo_2; } inline void set_privKeyInfo_2(PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * value) { ___privKeyInfo_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___privKeyInfo_2), (void*)value); } inline static int32_t get_offset_of_identifier_3() { return static_cast(offsetof(EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752, ___identifier_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_identifier_3() const { return ___identifier_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_identifier_3() { return &___identifier_3; } inline void set_identifier_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___identifier_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___identifier_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo struct EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo::contentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo::contentEncryptionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___contentEncryptionAlgorithm_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo::encryptedContent Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___encryptedContent_4; public: inline static int32_t get_offset_of_contentType_2() { return static_cast(offsetof(EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1, ___contentType_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_contentType_2() const { return ___contentType_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_contentType_2() { return &___contentType_2; } inline void set_contentType_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___contentType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentType_2), (void*)value); } inline static int32_t get_offset_of_contentEncryptionAlgorithm_3() { return static_cast(offsetof(EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1, ___contentEncryptionAlgorithm_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_contentEncryptionAlgorithm_3() const { return ___contentEncryptionAlgorithm_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_contentEncryptionAlgorithm_3() { return &___contentEncryptionAlgorithm_3; } inline void set_contentEncryptionAlgorithm_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___contentEncryptionAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentEncryptionAlgorithm_3), (void*)value); } inline static int32_t get_offset_of_encryptedContent_4() { return static_cast(offsetof(EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1, ___encryptedContent_4)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_encryptedContent_4() const { return ___encryptedContent_4; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_encryptedContent_4() { return &___encryptedContent_4; } inline void set_encryptedContent_4(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___encryptedContent_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptedContent_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedData struct EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedData::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedData::encryptedContentInfo EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * ___encryptedContentInfo_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedData::unprotectedAttrs Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unprotectedAttrs_4; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325, ___version_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_2() const { return ___version_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_2() { return &___version_2; } inline void set_version_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value); } inline static int32_t get_offset_of_encryptedContentInfo_3() { return static_cast(offsetof(EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325, ___encryptedContentInfo_3)); } inline EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * get_encryptedContentInfo_3() const { return ___encryptedContentInfo_3; } inline EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 ** get_address_of_encryptedContentInfo_3() { return &___encryptedContentInfo_3; } inline void set_encryptedContentInfo_3(EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * value) { ___encryptedContentInfo_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptedContentInfo_3), (void*)value); } inline static int32_t get_offset_of_unprotectedAttrs_4() { return static_cast(offsetof(EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325, ___unprotectedAttrs_4)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_unprotectedAttrs_4() const { return ___unprotectedAttrs_4; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_unprotectedAttrs_4() { return &___unprotectedAttrs_4; } inline void set_unprotectedAttrs_4(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___unprotectedAttrs_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___unprotectedAttrs_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedData struct EncryptedData_t723978F9CCFCFBC5C581B8075958D1CB6AA28604 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedData::data Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___data_2; public: inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(EncryptedData_t723978F9CCFCFBC5C581B8075958D1CB6AA28604, ___data_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_data_2() const { return ___data_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_data_2() { return &___data_2; } inline void set_data_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedKey struct EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedKey::envelopedData EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * ___envelopedData_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedKey::encryptedValue EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * ___encryptedValue_3; public: inline static int32_t get_offset_of_envelopedData_2() { return static_cast(offsetof(EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC, ___envelopedData_2)); } inline EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * get_envelopedData_2() const { return ___envelopedData_2; } inline EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 ** get_address_of_envelopedData_2() { return &___envelopedData_2; } inline void set_envelopedData_2(EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * value) { ___envelopedData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___envelopedData_2), (void*)value); } inline static int32_t get_offset_of_encryptedValue_3() { return static_cast(offsetof(EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC, ___encryptedValue_3)); } inline EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * get_encryptedValue_3() const { return ___encryptedValue_3; } inline EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 ** get_address_of_encryptedValue_3() { return &___encryptedValue_3; } inline void set_encryptedValue_3(EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * value) { ___encryptedValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptedValue_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo struct EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo::algId AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algId_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo::data Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___data_3; public: inline static int32_t get_offset_of_algId_2() { return static_cast(offsetof(EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60, ___algId_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_algId_2() const { return ___algId_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_algId_2() { return &___algId_2; } inline void set_algId_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___algId_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algId_2), (void*)value); } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60, ___data_3)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_data_3() const { return ___data_3; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_data_3() { return &___data_3; } inline void set_data_3(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue struct EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::intendedAlg AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___intendedAlg_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::symmAlg AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___symmAlg_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::encSymmKey DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___encSymmKey_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::keyAlg AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyAlg_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::valueHint Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___valueHint_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::encValue DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___encValue_7; public: inline static int32_t get_offset_of_intendedAlg_2() { return static_cast(offsetof(EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1, ___intendedAlg_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_intendedAlg_2() const { return ___intendedAlg_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_intendedAlg_2() { return &___intendedAlg_2; } inline void set_intendedAlg_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___intendedAlg_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___intendedAlg_2), (void*)value); } inline static int32_t get_offset_of_symmAlg_3() { return static_cast(offsetof(EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1, ___symmAlg_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_symmAlg_3() const { return ___symmAlg_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_symmAlg_3() { return &___symmAlg_3; } inline void set_symmAlg_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___symmAlg_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___symmAlg_3), (void*)value); } inline static int32_t get_offset_of_encSymmKey_4() { return static_cast(offsetof(EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1, ___encSymmKey_4)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_encSymmKey_4() const { return ___encSymmKey_4; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_encSymmKey_4() { return &___encSymmKey_4; } inline void set_encSymmKey_4(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___encSymmKey_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___encSymmKey_4), (void*)value); } inline static int32_t get_offset_of_keyAlg_5() { return static_cast(offsetof(EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1, ___keyAlg_5)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_keyAlg_5() const { return ___keyAlg_5; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_keyAlg_5() { return &___keyAlg_5; } inline void set_keyAlg_5(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___keyAlg_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyAlg_5), (void*)value); } inline static int32_t get_offset_of_valueHint_6() { return static_cast(offsetof(EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1, ___valueHint_6)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_valueHint_6() const { return ___valueHint_6; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_valueHint_6() { return &___valueHint_6; } inline void set_valueHint_6(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___valueHint_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueHint_6), (void*)value); } inline static int32_t get_offset_of_encValue_7() { return static_cast(offsetof(EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1, ___encValue_7)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_encValue_7() const { return ___encValue_7; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_encValue_7() { return &___encValue_7; } inline void set_encValue_7(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___encValue_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___encValue_7), (void*)value); } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData struct EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::originatorInfo OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * ___originatorInfo_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::recipientInfos Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___recipientInfos_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::encryptedContentInfo EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * ___encryptedContentInfo_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::unprotectedAttrs Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unprotectedAttrs_6; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673, ___version_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_2() const { return ___version_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_2() { return &___version_2; } inline void set_version_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value); } inline static int32_t get_offset_of_originatorInfo_3() { return static_cast(offsetof(EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673, ___originatorInfo_3)); } inline OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * get_originatorInfo_3() const { return ___originatorInfo_3; } inline OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D ** get_address_of_originatorInfo_3() { return &___originatorInfo_3; } inline void set_originatorInfo_3(OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * value) { ___originatorInfo_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___originatorInfo_3), (void*)value); } inline static int32_t get_offset_of_recipientInfos_4() { return static_cast(offsetof(EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673, ___recipientInfos_4)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_recipientInfos_4() const { return ___recipientInfos_4; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_recipientInfos_4() { return &___recipientInfos_4; } inline void set_recipientInfos_4(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___recipientInfos_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipientInfos_4), (void*)value); } inline static int32_t get_offset_of_encryptedContentInfo_5() { return static_cast(offsetof(EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673, ___encryptedContentInfo_5)); } inline EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * get_encryptedContentInfo_5() const { return ___encryptedContentInfo_5; } inline EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 ** get_address_of_encryptedContentInfo_5() { return &___encryptedContentInfo_5; } inline void set_encryptedContentInfo_5(EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * value) { ___encryptedContentInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptedContentInfo_5), (void*)value); } inline static int32_t get_offset_of_unprotectedAttrs_6() { return static_cast(offsetof(EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673, ___unprotectedAttrs_6)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_unprotectedAttrs_6() const { return ___unprotectedAttrs_6; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_unprotectedAttrs_6() { return &___unprotectedAttrs_6; } inline void set_unprotectedAttrs_6(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___unprotectedAttrs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___unprotectedAttrs_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent struct ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent::pkiStatusInfo PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * ___pkiStatusInfo_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent::errorCode DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___errorCode_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent::errorDetails PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * ___errorDetails_4; public: inline static int32_t get_offset_of_pkiStatusInfo_2() { return static_cast(offsetof(ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C, ___pkiStatusInfo_2)); } inline PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * get_pkiStatusInfo_2() const { return ___pkiStatusInfo_2; } inline PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 ** get_address_of_pkiStatusInfo_2() { return &___pkiStatusInfo_2; } inline void set_pkiStatusInfo_2(PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * value) { ___pkiStatusInfo_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___pkiStatusInfo_2), (void*)value); } inline static int32_t get_offset_of_errorCode_3() { return static_cast(offsetof(ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C, ___errorCode_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_errorCode_3() const { return ___errorCode_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_errorCode_3() { return &___errorCode_3; } inline void set_errorCode_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___errorCode_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___errorCode_3), (void*)value); } inline static int32_t get_offset_of_errorDetails_4() { return static_cast(offsetof(ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C, ___errorDetails_4)); } inline PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * get_errorDetails_4() const { return ___errorDetails_4; } inline PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 ** get_address_of_errorDetails_4() { return &___errorDetails_4; } inline void set_errorDetails_4(PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * value) { ___errorDetails_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___errorDetails_4), (void*)value); } }; // 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.ServerSentEvents.EventSourceResponse struct EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A : public HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD { public: // System.Boolean BestHTTP.ServerSentEvents.EventSourceResponse::k__BackingField bool ___U3CIsClosedU3Ek__BackingField_32; // System.Action`2 BestHTTP.ServerSentEvents.EventSourceResponse::OnMessage Action_2_tEEDE22E9727265D12EED7DDDBA22217341029552 * ___OnMessage_33; // System.Action`1 BestHTTP.ServerSentEvents.EventSourceResponse::OnClosed Action_1_tB0049C0C5F759294C4324FC2F877CB233B2CE88C * ___OnClosed_34; // System.Object BestHTTP.ServerSentEvents.EventSourceResponse::FrameLock RuntimeObject * ___FrameLock_35; // System.Byte[] BestHTTP.ServerSentEvents.EventSourceResponse::LineBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___LineBuffer_36; // System.Int32 BestHTTP.ServerSentEvents.EventSourceResponse::LineBufferPos int32_t ___LineBufferPos_37; // BestHTTP.ServerSentEvents.Message BestHTTP.ServerSentEvents.EventSourceResponse::CurrentMessage Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * ___CurrentMessage_38; // System.Collections.Generic.List`1 BestHTTP.ServerSentEvents.EventSourceResponse::CompletedMessages List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 * ___CompletedMessages_39; public: inline static int32_t get_offset_of_U3CIsClosedU3Ek__BackingField_32() { return static_cast(offsetof(EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A, ___U3CIsClosedU3Ek__BackingField_32)); } inline bool get_U3CIsClosedU3Ek__BackingField_32() const { return ___U3CIsClosedU3Ek__BackingField_32; } inline bool* get_address_of_U3CIsClosedU3Ek__BackingField_32() { return &___U3CIsClosedU3Ek__BackingField_32; } inline void set_U3CIsClosedU3Ek__BackingField_32(bool value) { ___U3CIsClosedU3Ek__BackingField_32 = value; } inline static int32_t get_offset_of_OnMessage_33() { return static_cast(offsetof(EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A, ___OnMessage_33)); } inline Action_2_tEEDE22E9727265D12EED7DDDBA22217341029552 * get_OnMessage_33() const { return ___OnMessage_33; } inline Action_2_tEEDE22E9727265D12EED7DDDBA22217341029552 ** get_address_of_OnMessage_33() { return &___OnMessage_33; } inline void set_OnMessage_33(Action_2_tEEDE22E9727265D12EED7DDDBA22217341029552 * value) { ___OnMessage_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnMessage_33), (void*)value); } inline static int32_t get_offset_of_OnClosed_34() { return static_cast(offsetof(EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A, ___OnClosed_34)); } inline Action_1_tB0049C0C5F759294C4324FC2F877CB233B2CE88C * get_OnClosed_34() const { return ___OnClosed_34; } inline Action_1_tB0049C0C5F759294C4324FC2F877CB233B2CE88C ** get_address_of_OnClosed_34() { return &___OnClosed_34; } inline void set_OnClosed_34(Action_1_tB0049C0C5F759294C4324FC2F877CB233B2CE88C * value) { ___OnClosed_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnClosed_34), (void*)value); } inline static int32_t get_offset_of_FrameLock_35() { return static_cast(offsetof(EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A, ___FrameLock_35)); } inline RuntimeObject * get_FrameLock_35() const { return ___FrameLock_35; } inline RuntimeObject ** get_address_of_FrameLock_35() { return &___FrameLock_35; } inline void set_FrameLock_35(RuntimeObject * value) { ___FrameLock_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___FrameLock_35), (void*)value); } inline static int32_t get_offset_of_LineBuffer_36() { return static_cast(offsetof(EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A, ___LineBuffer_36)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_LineBuffer_36() const { return ___LineBuffer_36; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_LineBuffer_36() { return &___LineBuffer_36; } inline void set_LineBuffer_36(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___LineBuffer_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___LineBuffer_36), (void*)value); } inline static int32_t get_offset_of_LineBufferPos_37() { return static_cast(offsetof(EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A, ___LineBufferPos_37)); } inline int32_t get_LineBufferPos_37() const { return ___LineBufferPos_37; } inline int32_t* get_address_of_LineBufferPos_37() { return &___LineBufferPos_37; } inline void set_LineBufferPos_37(int32_t value) { ___LineBufferPos_37 = value; } inline static int32_t get_offset_of_CurrentMessage_38() { return static_cast(offsetof(EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A, ___CurrentMessage_38)); } inline Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * get_CurrentMessage_38() const { return ___CurrentMessage_38; } inline Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B ** get_address_of_CurrentMessage_38() { return &___CurrentMessage_38; } inline void set_CurrentMessage_38(Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * value) { ___CurrentMessage_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___CurrentMessage_38), (void*)value); } inline static int32_t get_offset_of_CompletedMessages_39() { return static_cast(offsetof(EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A, ___CompletedMessages_39)); } inline List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 * get_CompletedMessages_39() const { return ___CompletedMessages_39; } inline List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 ** get_address_of_CompletedMessages_39() { return &___CompletedMessages_39; } inline void set_CompletedMessages_39(List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 * value) { ___CompletedMessages_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___CompletedMessages_39), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Evidence struct Evidence_tFA11085D4AF857CEB136DD0FB4F56B2C91A7574C : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.TimeStampTokenEvidence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Evidence::tstEvidence TimeStampTokenEvidence_t5AB47E244550737FD9D2B935A90398957EDB482E * ___tstEvidence_2; public: inline static int32_t get_offset_of_tstEvidence_2() { return static_cast(offsetof(Evidence_tFA11085D4AF857CEB136DD0FB4F56B2C91A7574C, ___tstEvidence_2)); } inline TimeStampTokenEvidence_t5AB47E244550737FD9D2B935A90398957EDB482E * get_tstEvidence_2() const { return ___tstEvidence_2; } inline TimeStampTokenEvidence_t5AB47E244550737FD9D2B935A90398957EDB482E ** get_address_of_tstEvidence_2() { return &___tstEvidence_2; } inline void set_tstEvidence_2(TimeStampTokenEvidence_t5AB47E244550737FD9D2B935A90398957EDB482E * value) { ___tstEvidence_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tstEvidence_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage struct ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage::usageTable RuntimeObject* ___usageTable_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_3; public: inline static int32_t get_offset_of_usageTable_2() { return static_cast(offsetof(ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715, ___usageTable_2)); } inline RuntimeObject* get_usageTable_2() const { return ___usageTable_2; } inline RuntimeObject** get_address_of_usageTable_2() { return &___usageTable_2; } inline void set_usageTable_2(RuntimeObject* value) { ___usageTable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___usageTable_2), (void*)value); } inline static int32_t get_offset_of_seq_3() { return static_cast(offsetof(ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715, ___seq_3)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_seq_3() const { return ___seq_3; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_seq_3() { return &___seq_3; } inline void set_seq_3(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___seq_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_3), (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.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial struct IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial::issuer GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * ___issuer_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial::serial DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___serial_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial::issuerUid DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___issuerUid_4; public: inline static int32_t get_offset_of_issuer_2() { return static_cast(offsetof(IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37, ___issuer_2)); } inline GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * get_issuer_2() const { return ___issuer_2; } inline GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 ** get_address_of_issuer_2() { return &___issuer_2; } inline void set_issuer_2(GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * value) { ___issuer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_2), (void*)value); } inline static int32_t get_offset_of_serial_3() { return static_cast(offsetof(IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37, ___serial_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_serial_3() const { return ___serial_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_serial_3() { return &___serial_3; } inline void set_serial_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___serial_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___serial_3), (void*)value); } inline static int32_t get_offset_of_issuerUid_4() { return static_cast(offsetof(IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37, ___issuerUid_4)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_issuerUid_4() const { return ___issuerUid_4; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_issuerUid_4() { return &___issuerUid_4; } inline void set_issuerUid_4(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___issuerUid_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerUid_4), (void*)value); } }; // System.Security.Cryptography.MD5 struct MD5_t6B7B1C4D40C383D0AD84BB8DDE4DE4B29BA627FB : public HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo struct OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo::certs Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___certs_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo::crls Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___crls_3; public: inline static int32_t get_offset_of_certs_2() { return static_cast(offsetof(OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D, ___certs_2)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_certs_2() const { return ___certs_2; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_certs_2() { return &___certs_2; } inline void set_certs_2(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___certs_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___certs_2), (void*)value); } inline static int32_t get_offset_of_crls_3() { return static_cast(offsetof(OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D, ___crls_3)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_crls_3() const { return ___crls_3; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_crls_3() { return &___crls_3; } inline void set_crls_3(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___crls_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___crls_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText struct PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText::strings Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___strings_2; public: inline static int32_t get_offset_of_strings_2() { return static_cast(offsetof(PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74, ___strings_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_strings_2() const { return ___strings_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_strings_2() { return &___strings_2; } inline void set_strings_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___strings_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___strings_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo struct PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::status DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___status_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::statusString PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * ___statusString_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::failInfo DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___failInfo_4; public: inline static int32_t get_offset_of_status_2() { return static_cast(offsetof(PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17, ___status_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_status_2() const { return ___status_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_status_2() { return &___status_2; } inline void set_status_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___status_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___status_2), (void*)value); } inline static int32_t get_offset_of_statusString_3() { return static_cast(offsetof(PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17, ___statusString_3)); } inline PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * get_statusString_3() const { return ___statusString_3; } inline PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 ** get_address_of_statusString_3() { return &___statusString_3; } inline void set_statusString_3(PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * value) { ___statusString_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___statusString_3), (void*)value); } inline static int32_t get_offset_of_failInfo_4() { return static_cast(offsetof(PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17, ___failInfo_4)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_failInfo_4() const { return ___failInfo_4; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_failInfo_4() { return &___failInfo_4; } inline void set_failInfo_4(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___failInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___failInfo_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo struct PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo::privateKeyAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___privateKeyAlgorithm_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo::privateKey Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___privateKey_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo::attributes Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___attributes_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo::publicKey DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___publicKey_6; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA, ___version_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_2() const { return ___version_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_2() { return &___version_2; } inline void set_version_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value); } inline static int32_t get_offset_of_privateKeyAlgorithm_3() { return static_cast(offsetof(PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA, ___privateKeyAlgorithm_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_privateKeyAlgorithm_3() const { return ___privateKeyAlgorithm_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_privateKeyAlgorithm_3() { return &___privateKeyAlgorithm_3; } inline void set_privateKeyAlgorithm_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___privateKeyAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateKeyAlgorithm_3), (void*)value); } inline static int32_t get_offset_of_privateKey_4() { return static_cast(offsetof(PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA, ___privateKey_4)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_privateKey_4() const { return ___privateKey_4; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_privateKey_4() { return &___privateKey_4; } inline void set_privateKey_4(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___privateKey_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateKey_4), (void*)value); } inline static int32_t get_offset_of_attributes_5() { return static_cast(offsetof(PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA, ___attributes_5)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_attributes_5() const { return ___attributes_5; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_attributes_5() { return &___attributes_5; } inline void set_attributes_5(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___attributes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_5), (void*)value); } inline static int32_t get_offset_of_publicKey_6() { return static_cast(offsetof(PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA, ___publicKey_6)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_publicKey_6() const { return ___publicKey_6; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_publicKey_6() { return &___publicKey_6; } inline void set_publicKey_6(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___publicKey_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKey_6), (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; } }; // o0.Geometry.Quaternion struct Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 { public: // System.Double o0.Geometry.Quaternion::k__BackingField double ___U3CxU3Ek__BackingField_0; // System.Double o0.Geometry.Quaternion::k__BackingField double ___U3CyU3Ek__BackingField_1; // System.Double o0.Geometry.Quaternion::k__BackingField double ___U3CzU3Ek__BackingField_2; // System.Double o0.Geometry.Quaternion::k__BackingField double ___U3CwU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CxU3Ek__BackingField_0() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234, ___U3CxU3Ek__BackingField_0)); } inline double get_U3CxU3Ek__BackingField_0() const { return ___U3CxU3Ek__BackingField_0; } inline double* get_address_of_U3CxU3Ek__BackingField_0() { return &___U3CxU3Ek__BackingField_0; } inline void set_U3CxU3Ek__BackingField_0(double value) { ___U3CxU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CyU3Ek__BackingField_1() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234, ___U3CyU3Ek__BackingField_1)); } inline double get_U3CyU3Ek__BackingField_1() const { return ___U3CyU3Ek__BackingField_1; } inline double* get_address_of_U3CyU3Ek__BackingField_1() { return &___U3CyU3Ek__BackingField_1; } inline void set_U3CyU3Ek__BackingField_1(double value) { ___U3CyU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CzU3Ek__BackingField_2() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234, ___U3CzU3Ek__BackingField_2)); } inline double get_U3CzU3Ek__BackingField_2() const { return ___U3CzU3Ek__BackingField_2; } inline double* get_address_of_U3CzU3Ek__BackingField_2() { return &___U3CzU3Ek__BackingField_2; } inline void set_U3CzU3Ek__BackingField_2(double value) { ___U3CzU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CwU3Ek__BackingField_3() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234, ___U3CwU3Ek__BackingField_3)); } inline double get_U3CwU3Ek__BackingField_3() const { return ___U3CwU3Ek__BackingField_3; } inline double* get_address_of_U3CwU3Ek__BackingField_3() { return &___U3CwU3Ek__BackingField_3; } inline void set_U3CwU3Ek__BackingField_3(double value) { ___U3CwU3Ek__BackingField_3 = value; } }; struct Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_StaticFields { public: // o0.Geometry.Quaternion o0.Geometry.Quaternion::k__BackingField Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___U3CIdentityU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CIdentityU3Ek__BackingField_4() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_StaticFields, ___U3CIdentityU3Ek__BackingField_4)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_U3CIdentityU3Ek__BackingField_4() const { return ___U3CIdentityU3Ek__BackingField_4; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_U3CIdentityU3Ek__BackingField_4() { return &___U3CIdentityU3Ek__BackingField_4; } inline void set_U3CIdentityU3Ek__BackingField_4(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___U3CIdentityU3Ek__BackingField_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo struct RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo::info Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___info_2; public: inline static int32_t get_offset_of_info_2() { return static_cast(offsetof(RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829, ___info_2)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_info_2() const { return ___info_2; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_info_2() { return &___info_2; } inline void set_info_2(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___info_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_2), (void*)value); } }; // UnityEngine.Rect struct Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; // UnityEngine.SceneManagement.Scene struct Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE { public: // System.Int32 UnityEngine.SceneManagement.Scene::m_Handle int32_t ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE, ___m_Handle_0)); } inline int32_t get_m_Handle_0() const { return ___m_Handle_0; } inline int32_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(int32_t value) { ___m_Handle_0 = value; } }; // 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; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.TimeStampTokenEvidence struct TimeStampTokenEvidence_t5AB47E244550737FD9D2B935A90398957EDB482E : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.TimeStampAndCrl[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.TimeStampTokenEvidence::timeStampAndCrls TimeStampAndCrlU5BU5D_t02CC924A06010B430AC0BB46AF67ED58B31BB628* ___timeStampAndCrls_2; public: inline static int32_t get_offset_of_timeStampAndCrls_2() { return static_cast(offsetof(TimeStampTokenEvidence_t5AB47E244550737FD9D2B935A90398957EDB482E, ___timeStampAndCrls_2)); } inline TimeStampAndCrlU5BU5D_t02CC924A06010B430AC0BB46AF67ED58B31BB628* get_timeStampAndCrls_2() const { return ___timeStampAndCrls_2; } inline TimeStampAndCrlU5BU5D_t02CC924A06010B430AC0BB46AF67ED58B31BB628** get_address_of_timeStampAndCrls_2() { return &___timeStampAndCrls_2; } inline void set_timeStampAndCrls_2(TimeStampAndCrlU5BU5D_t02CC924A06010B430AC0BB46AF67ED58B31BB628* value) { ___timeStampAndCrls_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeStampAndCrls_2), (void*)value); } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // UnityEngine.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.Math.EC.Multiplier.WTauNafMultiplier struct WTauNafMultiplier_t27D3354D43208FC0C3F3888447B02F4E8DB904C8 : public AbstractECMultiplier_t54253743E31DE46FD22E58679B9792D44DA770B5 { public: public: }; struct WTauNafMultiplier_t27D3354D43208FC0C3F3888447B02F4E8DB904C8_StaticFields { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WTauNafMultiplier::PRECOMP_NAME String_t* ___PRECOMP_NAME_0; public: inline static int32_t get_offset_of_PRECOMP_NAME_0() { return static_cast(offsetof(WTauNafMultiplier_t27D3354D43208FC0C3F3888447B02F4E8DB904C8_StaticFields, ___PRECOMP_NAME_0)); } inline String_t* get_PRECOMP_NAME_0() const { return ___PRECOMP_NAME_0; } inline String_t** get_address_of_PRECOMP_NAME_0() { return &___PRECOMP_NAME_0; } inline void set_PRECOMP_NAME_0(String_t* value) { ___PRECOMP_NAME_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRECOMP_NAME_0), (void*)value); } }; // UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig struct UIToolkitOverrideConfig_tB5087C80F45EF6D94B1BF60B8DAE6AE8D78F1051 { public: // UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig::activeEventSystem EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * ___activeEventSystem_0; // System.Boolean UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig::sendEvents bool ___sendEvents_1; // System.Boolean UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig::createPanelGameObjectsOnStart bool ___createPanelGameObjectsOnStart_2; public: inline static int32_t get_offset_of_activeEventSystem_0() { return static_cast(offsetof(UIToolkitOverrideConfig_tB5087C80F45EF6D94B1BF60B8DAE6AE8D78F1051, ___activeEventSystem_0)); } inline EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * get_activeEventSystem_0() const { return ___activeEventSystem_0; } inline EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C ** get_address_of_activeEventSystem_0() { return &___activeEventSystem_0; } inline void set_activeEventSystem_0(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * value) { ___activeEventSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___activeEventSystem_0), (void*)value); } inline static int32_t get_offset_of_sendEvents_1() { return static_cast(offsetof(UIToolkitOverrideConfig_tB5087C80F45EF6D94B1BF60B8DAE6AE8D78F1051, ___sendEvents_1)); } inline bool get_sendEvents_1() const { return ___sendEvents_1; } inline bool* get_address_of_sendEvents_1() { return &___sendEvents_1; } inline void set_sendEvents_1(bool value) { ___sendEvents_1 = value; } inline static int32_t get_offset_of_createPanelGameObjectsOnStart_2() { return static_cast(offsetof(UIToolkitOverrideConfig_tB5087C80F45EF6D94B1BF60B8DAE6AE8D78F1051, ___createPanelGameObjectsOnStart_2)); } inline bool get_createPanelGameObjectsOnStart_2() const { return ___createPanelGameObjectsOnStart_2; } inline bool* get_address_of_createPanelGameObjectsOnStart_2() { return &___createPanelGameObjectsOnStart_2; } inline void set_createPanelGameObjectsOnStart_2(bool value) { ___createPanelGameObjectsOnStart_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig struct UIToolkitOverrideConfig_tB5087C80F45EF6D94B1BF60B8DAE6AE8D78F1051_marshaled_pinvoke { EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * ___activeEventSystem_0; int32_t ___sendEvents_1; int32_t ___createPanelGameObjectsOnStart_2; }; // Native definition for COM marshalling of UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig struct UIToolkitOverrideConfig_tB5087C80F45EF6D94B1BF60B8DAE6AE8D78F1051_marshaled_com { EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * ___activeEventSystem_0; int32_t ___sendEvents_1; int32_t ___createPanelGameObjectsOnStart_2; }; // UnityEngine.ParticleSystem/EmissionModule struct EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem/EmissionModule::m_ParticleSystem ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D, ___m_ParticleSystem_0)); } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/EmissionModule struct EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D_marshaled_pinvoke { ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/EmissionModule struct EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D_marshaled_com { ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem/MainModule struct MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem/MainModule::m_ParticleSystem ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B, ___m_ParticleSystem_0)); } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/MainModule struct MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B_marshaled_pinvoke { ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/MainModule struct MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B_marshaled_com { ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint struct AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 : public ECPointBase_t56B88B30B133094A49B571CEEC84FE5E9AF81CCF { public: public: }; // System.Net.Sockets.AddressFamily struct AddressFamily_tFCF4C888B95C069AB2D4720EC8C2E19453C28B33 { public: // System.Int32 System.Net.Sockets.AddressFamily::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AddressFamily_tFCF4C888B95C069AB2D4720EC8C2E19453C28B33, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 : public RuntimeObject { public: // System.IntPtr UnityEngine.AnimationCurve::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03_marshaled_com { intptr_t ___m_Ptr_0; }; // 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); } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Extensions.BufferPoolMemoryStream struct BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Boolean BestHTTP.Extensions.BufferPoolMemoryStream::canWrite bool ___canWrite_5; // System.Boolean BestHTTP.Extensions.BufferPoolMemoryStream::allowGetBuffer bool ___allowGetBuffer_6; // System.Int32 BestHTTP.Extensions.BufferPoolMemoryStream::capacity int32_t ___capacity_7; // System.Int32 BestHTTP.Extensions.BufferPoolMemoryStream::length int32_t ___length_8; // System.Byte[] BestHTTP.Extensions.BufferPoolMemoryStream::internalBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___internalBuffer_9; // System.Int32 BestHTTP.Extensions.BufferPoolMemoryStream::initialIndex int32_t ___initialIndex_10; // System.Boolean BestHTTP.Extensions.BufferPoolMemoryStream::expandable bool ___expandable_11; // System.Boolean BestHTTP.Extensions.BufferPoolMemoryStream::streamClosed bool ___streamClosed_12; // System.Int32 BestHTTP.Extensions.BufferPoolMemoryStream::position int32_t ___position_13; // System.Int32 BestHTTP.Extensions.BufferPoolMemoryStream::dirty_bytes int32_t ___dirty_bytes_14; public: inline static int32_t get_offset_of_canWrite_5() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___canWrite_5)); } inline bool get_canWrite_5() const { return ___canWrite_5; } inline bool* get_address_of_canWrite_5() { return &___canWrite_5; } inline void set_canWrite_5(bool value) { ___canWrite_5 = value; } inline static int32_t get_offset_of_allowGetBuffer_6() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___allowGetBuffer_6)); } inline bool get_allowGetBuffer_6() const { return ___allowGetBuffer_6; } inline bool* get_address_of_allowGetBuffer_6() { return &___allowGetBuffer_6; } inline void set_allowGetBuffer_6(bool value) { ___allowGetBuffer_6 = value; } inline static int32_t get_offset_of_capacity_7() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___capacity_7)); } inline int32_t get_capacity_7() const { return ___capacity_7; } inline int32_t* get_address_of_capacity_7() { return &___capacity_7; } inline void set_capacity_7(int32_t value) { ___capacity_7 = value; } inline static int32_t get_offset_of_length_8() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___length_8)); } inline int32_t get_length_8() const { return ___length_8; } inline int32_t* get_address_of_length_8() { return &___length_8; } inline void set_length_8(int32_t value) { ___length_8 = value; } inline static int32_t get_offset_of_internalBuffer_9() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___internalBuffer_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_internalBuffer_9() const { return ___internalBuffer_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_internalBuffer_9() { return &___internalBuffer_9; } inline void set_internalBuffer_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___internalBuffer_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalBuffer_9), (void*)value); } inline static int32_t get_offset_of_initialIndex_10() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___initialIndex_10)); } inline int32_t get_initialIndex_10() const { return ___initialIndex_10; } inline int32_t* get_address_of_initialIndex_10() { return &___initialIndex_10; } inline void set_initialIndex_10(int32_t value) { ___initialIndex_10 = value; } inline static int32_t get_offset_of_expandable_11() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___expandable_11)); } inline bool get_expandable_11() const { return ___expandable_11; } inline bool* get_address_of_expandable_11() { return &___expandable_11; } inline void set_expandable_11(bool value) { ___expandable_11 = value; } inline static int32_t get_offset_of_streamClosed_12() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___streamClosed_12)); } inline bool get_streamClosed_12() const { return ___streamClosed_12; } inline bool* get_address_of_streamClosed_12() { return &___streamClosed_12; } inline void set_streamClosed_12(bool value) { ___streamClosed_12 = value; } inline static int32_t get_offset_of_position_13() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___position_13)); } inline int32_t get_position_13() const { return ___position_13; } inline int32_t* get_address_of_position_13() { return &___position_13; } inline void set_position_13(int32_t value) { ___position_13 = value; } inline static int32_t get_offset_of_dirty_bytes_14() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___dirty_bytes_14)); } inline int32_t get_dirty_bytes_14() const { return ___dirty_bytes_14; } inline int32_t* get_address_of_dirty_bytes_14() { return &___dirty_bytes_14; } inline void set_dirty_bytes_14(int32_t value) { ___dirty_bytes_14 = value; } }; // UnityEngine.Collision struct Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 : public RuntimeObject { public: // UnityEngine.Vector3 UnityEngine.Collision::m_Impulse Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Impulse_0; // UnityEngine.Vector3 UnityEngine.Collision::m_RelativeVelocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_RelativeVelocity_1; // UnityEngine.Rigidbody UnityEngine.Collision::m_Rigidbody Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___m_Rigidbody_2; // UnityEngine.Collider UnityEngine.Collision::m_Collider Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___m_Collider_3; // System.Int32 UnityEngine.Collision::m_ContactCount int32_t ___m_ContactCount_4; // UnityEngine.ContactPoint[] UnityEngine.Collision::m_ReusedContacts ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* ___m_ReusedContacts_5; // UnityEngine.ContactPoint[] UnityEngine.Collision::m_LegacyContacts ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* ___m_LegacyContacts_6; public: inline static int32_t get_offset_of_m_Impulse_0() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_Impulse_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Impulse_0() const { return ___m_Impulse_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Impulse_0() { return &___m_Impulse_0; } inline void set_m_Impulse_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Impulse_0 = value; } inline static int32_t get_offset_of_m_RelativeVelocity_1() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_RelativeVelocity_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_RelativeVelocity_1() const { return ___m_RelativeVelocity_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_RelativeVelocity_1() { return &___m_RelativeVelocity_1; } inline void set_m_RelativeVelocity_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_RelativeVelocity_1 = value; } inline static int32_t get_offset_of_m_Rigidbody_2() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_Rigidbody_2)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_m_Rigidbody_2() const { return ___m_Rigidbody_2; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_m_Rigidbody_2() { return &___m_Rigidbody_2; } inline void set_m_Rigidbody_2(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___m_Rigidbody_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Rigidbody_2), (void*)value); } inline static int32_t get_offset_of_m_Collider_3() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_Collider_3)); } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * get_m_Collider_3() const { return ___m_Collider_3; } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** get_address_of_m_Collider_3() { return &___m_Collider_3; } inline void set_m_Collider_3(Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * value) { ___m_Collider_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Collider_3), (void*)value); } inline static int32_t get_offset_of_m_ContactCount_4() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_ContactCount_4)); } inline int32_t get_m_ContactCount_4() const { return ___m_ContactCount_4; } inline int32_t* get_address_of_m_ContactCount_4() { return &___m_ContactCount_4; } inline void set_m_ContactCount_4(int32_t value) { ___m_ContactCount_4 = value; } inline static int32_t get_offset_of_m_ReusedContacts_5() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_ReusedContacts_5)); } inline ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* get_m_ReusedContacts_5() const { return ___m_ReusedContacts_5; } inline ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B** get_address_of_m_ReusedContacts_5() { return &___m_ReusedContacts_5; } inline void set_m_ReusedContacts_5(ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* value) { ___m_ReusedContacts_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ReusedContacts_5), (void*)value); } inline static int32_t get_offset_of_m_LegacyContacts_6() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_LegacyContacts_6)); } inline ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* get_m_LegacyContacts_6() const { return ___m_LegacyContacts_6; } inline ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B** get_address_of_m_LegacyContacts_6() { return &___m_LegacyContacts_6; } inline void set_m_LegacyContacts_6(ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* value) { ___m_LegacyContacts_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_LegacyContacts_6), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Collision struct Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0_marshaled_pinvoke { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Impulse_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_RelativeVelocity_1; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___m_Rigidbody_2; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___m_Collider_3; int32_t ___m_ContactCount_4; ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 * ___m_ReusedContacts_5; ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 * ___m_LegacyContacts_6; }; // Native definition for COM marshalling of UnityEngine.Collision struct Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0_marshaled_com { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Impulse_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_RelativeVelocity_1; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___m_Rigidbody_2; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___m_Collider_3; int32_t ___m_ContactCount_4; ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 * ___m_ReusedContacts_5; ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 * ___m_LegacyContacts_6; }; // UnityEngine.CollisionFlags struct CollisionFlags_t435530D092E80B20FFD0DA008B4F298BF224B903 { public: // System.Int32 UnityEngine.CollisionFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CollisionFlags_t435530D092E80B20FFD0DA008B4F298BF224B903, ___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.ControllerColliderHit struct ControllerColliderHit_t483E787AA2D92263EC1F899BCF1FFC3F2B96D550 : public RuntimeObject { public: // UnityEngine.CharacterController UnityEngine.ControllerColliderHit::m_Controller CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * ___m_Controller_0; // UnityEngine.Collider UnityEngine.ControllerColliderHit::m_Collider Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___m_Collider_1; // UnityEngine.Vector3 UnityEngine.ControllerColliderHit::m_Point Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_2; // UnityEngine.Vector3 UnityEngine.ControllerColliderHit::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_3; // UnityEngine.Vector3 UnityEngine.ControllerColliderHit::m_MoveDirection Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_MoveDirection_4; // System.Single UnityEngine.ControllerColliderHit::m_MoveLength float ___m_MoveLength_5; // System.Int32 UnityEngine.ControllerColliderHit::m_Push int32_t ___m_Push_6; public: inline static int32_t get_offset_of_m_Controller_0() { return static_cast(offsetof(ControllerColliderHit_t483E787AA2D92263EC1F899BCF1FFC3F2B96D550, ___m_Controller_0)); } inline CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * get_m_Controller_0() const { return ___m_Controller_0; } inline CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E ** get_address_of_m_Controller_0() { return &___m_Controller_0; } inline void set_m_Controller_0(CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * value) { ___m_Controller_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Controller_0), (void*)value); } inline static int32_t get_offset_of_m_Collider_1() { return static_cast(offsetof(ControllerColliderHit_t483E787AA2D92263EC1F899BCF1FFC3F2B96D550, ___m_Collider_1)); } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * get_m_Collider_1() const { return ___m_Collider_1; } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** get_address_of_m_Collider_1() { return &___m_Collider_1; } inline void set_m_Collider_1(Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * value) { ___m_Collider_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Collider_1), (void*)value); } inline static int32_t get_offset_of_m_Point_2() { return static_cast(offsetof(ControllerColliderHit_t483E787AA2D92263EC1F899BCF1FFC3F2B96D550, ___m_Point_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Point_2() const { return ___m_Point_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Point_2() { return &___m_Point_2; } inline void set_m_Point_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Point_2 = value; } inline static int32_t get_offset_of_m_Normal_3() { return static_cast(offsetof(ControllerColliderHit_t483E787AA2D92263EC1F899BCF1FFC3F2B96D550, ___m_Normal_3)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_3() const { return ___m_Normal_3; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_3() { return &___m_Normal_3; } inline void set_m_Normal_3(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_3 = value; } inline static int32_t get_offset_of_m_MoveDirection_4() { return static_cast(offsetof(ControllerColliderHit_t483E787AA2D92263EC1F899BCF1FFC3F2B96D550, ___m_MoveDirection_4)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_MoveDirection_4() const { return ___m_MoveDirection_4; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_MoveDirection_4() { return &___m_MoveDirection_4; } inline void set_m_MoveDirection_4(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_MoveDirection_4 = value; } inline static int32_t get_offset_of_m_MoveLength_5() { return static_cast(offsetof(ControllerColliderHit_t483E787AA2D92263EC1F899BCF1FFC3F2B96D550, ___m_MoveLength_5)); } inline float get_m_MoveLength_5() const { return ___m_MoveLength_5; } inline float* get_address_of_m_MoveLength_5() { return &___m_MoveLength_5; } inline void set_m_MoveLength_5(float value) { ___m_MoveLength_5 = value; } inline static int32_t get_offset_of_m_Push_6() { return static_cast(offsetof(ControllerColliderHit_t483E787AA2D92263EC1F899BCF1FFC3F2B96D550, ___m_Push_6)); } inline int32_t get_m_Push_6() const { return ___m_Push_6; } inline int32_t* get_address_of_m_Push_6() { return &___m_Push_6; } inline void set_m_Push_6(int32_t value) { ___m_Push_6 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.ControllerColliderHit struct ControllerColliderHit_t483E787AA2D92263EC1F899BCF1FFC3F2B96D550_marshaled_pinvoke { CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * ___m_Controller_0; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___m_Collider_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_MoveDirection_4; float ___m_MoveLength_5; int32_t ___m_Push_6; }; // Native definition for COM marshalling of UnityEngine.ControllerColliderHit struct ControllerColliderHit_t483E787AA2D92263EC1F899BCF1FFC3F2B96D550_marshaled_com { CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * ___m_Controller_0; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___m_Collider_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_MoveDirection_4; float ___m_MoveLength_5; int32_t ___m_Push_6; }; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: // System.IntPtr UnityEngine.Coroutine::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_pinvoke : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_com : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { intptr_t ___m_Ptr_0; }; // UnityStandardAssets.Utility.CurveControlledBob struct CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 : public RuntimeObject { public: // System.Single UnityStandardAssets.Utility.CurveControlledBob::HorizontalBobRange float ___HorizontalBobRange_0; // System.Single UnityStandardAssets.Utility.CurveControlledBob::VerticalBobRange float ___VerticalBobRange_1; // UnityEngine.AnimationCurve UnityStandardAssets.Utility.CurveControlledBob::Bobcurve AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___Bobcurve_2; // System.Single UnityStandardAssets.Utility.CurveControlledBob::VerticaltoHorizontalRatio float ___VerticaltoHorizontalRatio_3; // System.Single UnityStandardAssets.Utility.CurveControlledBob::m_CyclePositionX float ___m_CyclePositionX_4; // System.Single UnityStandardAssets.Utility.CurveControlledBob::m_CyclePositionY float ___m_CyclePositionY_5; // System.Single UnityStandardAssets.Utility.CurveControlledBob::m_BobBaseInterval float ___m_BobBaseInterval_6; // UnityEngine.Vector3 UnityStandardAssets.Utility.CurveControlledBob::m_OriginalCameraPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_OriginalCameraPosition_7; // System.Single UnityStandardAssets.Utility.CurveControlledBob::m_Time float ___m_Time_8; public: inline static int32_t get_offset_of_HorizontalBobRange_0() { return static_cast(offsetof(CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039, ___HorizontalBobRange_0)); } inline float get_HorizontalBobRange_0() const { return ___HorizontalBobRange_0; } inline float* get_address_of_HorizontalBobRange_0() { return &___HorizontalBobRange_0; } inline void set_HorizontalBobRange_0(float value) { ___HorizontalBobRange_0 = value; } inline static int32_t get_offset_of_VerticalBobRange_1() { return static_cast(offsetof(CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039, ___VerticalBobRange_1)); } inline float get_VerticalBobRange_1() const { return ___VerticalBobRange_1; } inline float* get_address_of_VerticalBobRange_1() { return &___VerticalBobRange_1; } inline void set_VerticalBobRange_1(float value) { ___VerticalBobRange_1 = value; } inline static int32_t get_offset_of_Bobcurve_2() { return static_cast(offsetof(CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039, ___Bobcurve_2)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_Bobcurve_2() const { return ___Bobcurve_2; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_Bobcurve_2() { return &___Bobcurve_2; } inline void set_Bobcurve_2(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___Bobcurve_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Bobcurve_2), (void*)value); } inline static int32_t get_offset_of_VerticaltoHorizontalRatio_3() { return static_cast(offsetof(CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039, ___VerticaltoHorizontalRatio_3)); } inline float get_VerticaltoHorizontalRatio_3() const { return ___VerticaltoHorizontalRatio_3; } inline float* get_address_of_VerticaltoHorizontalRatio_3() { return &___VerticaltoHorizontalRatio_3; } inline void set_VerticaltoHorizontalRatio_3(float value) { ___VerticaltoHorizontalRatio_3 = value; } inline static int32_t get_offset_of_m_CyclePositionX_4() { return static_cast(offsetof(CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039, ___m_CyclePositionX_4)); } inline float get_m_CyclePositionX_4() const { return ___m_CyclePositionX_4; } inline float* get_address_of_m_CyclePositionX_4() { return &___m_CyclePositionX_4; } inline void set_m_CyclePositionX_4(float value) { ___m_CyclePositionX_4 = value; } inline static int32_t get_offset_of_m_CyclePositionY_5() { return static_cast(offsetof(CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039, ___m_CyclePositionY_5)); } inline float get_m_CyclePositionY_5() const { return ___m_CyclePositionY_5; } inline float* get_address_of_m_CyclePositionY_5() { return &___m_CyclePositionY_5; } inline void set_m_CyclePositionY_5(float value) { ___m_CyclePositionY_5 = value; } inline static int32_t get_offset_of_m_BobBaseInterval_6() { return static_cast(offsetof(CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039, ___m_BobBaseInterval_6)); } inline float get_m_BobBaseInterval_6() const { return ___m_BobBaseInterval_6; } inline float* get_address_of_m_BobBaseInterval_6() { return &___m_BobBaseInterval_6; } inline void set_m_BobBaseInterval_6(float value) { ___m_BobBaseInterval_6 = value; } inline static int32_t get_offset_of_m_OriginalCameraPosition_7() { return static_cast(offsetof(CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039, ___m_OriginalCameraPosition_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_OriginalCameraPosition_7() const { return ___m_OriginalCameraPosition_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_OriginalCameraPosition_7() { return &___m_OriginalCameraPosition_7; } inline void set_m_OriginalCameraPosition_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_OriginalCameraPosition_7 = value; } inline static int32_t get_offset_of_m_Time_8() { return static_cast(offsetof(CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039, ___m_Time_8)); } inline float get_m_Time_8() const { return ___m_Time_8; } inline float* get_address_of_m_Time_8() { return &___m_Time_8; } inline void set_m_Time_8(float value) { ___m_Time_8 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // UnityEngine.DepthTextureMode struct DepthTextureMode_t4A8E08C41731918FB0D7CA5C6848E3864A0DC09A { public: // System.Int32 UnityEngine.DepthTextureMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DepthTextureMode_t4A8E08C41731918FB0D7CA5C6848E3864A0DC09A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes_3; public: inline static int32_t get_offset_of_bytes_3() { return static_cast(offsetof(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157, ___bytes_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bytes_3() const { return ___bytes_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bytes_3() { return &___bytes_3; } inline void set_bytes_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytes_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::identifier String_t* ___identifier_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::body ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body_3; public: inline static int32_t get_offset_of_identifier_2() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8, ___identifier_2)); } inline String_t* get_identifier_2() const { return ___identifier_2; } inline String_t** get_address_of_identifier_2() { return &___identifier_2; } inline void set_identifier_2(String_t* value) { ___identifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___identifier_2), (void*)value); } inline static int32_t get_offset_of_body_3() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8, ___body_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_body_3() const { return ___body_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_body_3() { return &___body_3; } inline void set_body_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___body_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___body_3), (void*)value); } }; struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::cache DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* ___cache_5; public: inline static int32_t get_offset_of_cache_5() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields, ___cache_5)); } inline DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* get_cache_5() const { return ___cache_5; } inline DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F** get_address_of_cache_5() { return &___cache_5; } inline void set_cache_5(DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* value) { ___cache_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase struct DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPrivateKeyParameters struct ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 : public ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPrivateKeyParameters::x BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x_2; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68, ___x_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_x_2() const { return ___x_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_x_2() { return &___x_2; } inline void set_x_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___x_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters struct ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 : public ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters::y BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y_2; public: inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826, ___y_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_y_2() const { return ___y_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_y_2() { return &___y_2; } inline void set_y_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___y_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptionScheme struct EncryptionScheme_tF6D3E1C9A31370065D9A5D693F204C4EA218F757 : public AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 { public: public: }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve struct F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::m int32_t ___m_18; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::k1 int32_t ___k1_19; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::k2 int32_t ___k2_20; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::k3 int32_t ___k3_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::m_infinity F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * ___m_infinity_22; public: inline static int32_t get_offset_of_m_18() { return static_cast(offsetof(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15, ___m_18)); } inline int32_t get_m_18() const { return ___m_18; } inline int32_t* get_address_of_m_18() { return &___m_18; } inline void set_m_18(int32_t value) { ___m_18 = value; } inline static int32_t get_offset_of_k1_19() { return static_cast(offsetof(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15, ___k1_19)); } inline int32_t get_k1_19() const { return ___k1_19; } inline int32_t* get_address_of_k1_19() { return &___k1_19; } inline void set_k1_19(int32_t value) { ___k1_19 = value; } inline static int32_t get_offset_of_k2_20() { return static_cast(offsetof(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15, ___k2_20)); } inline int32_t get_k2_20() const { return ___k2_20; } inline int32_t* get_address_of_k2_20() { return &___k2_20; } inline void set_k2_20(int32_t value) { ___k2_20 = value; } inline static int32_t get_offset_of_k3_21() { return static_cast(offsetof(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15, ___k3_21)); } inline int32_t get_k3_21() const { return ___k3_21; } inline int32_t* get_address_of_k3_21() { return &___k3_21; } inline void set_k3_21(int32_t value) { ___k3_21 = value; } inline static int32_t get_offset_of_m_infinity_22() { return static_cast(offsetof(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15, ___m_infinity_22)); } inline F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * get_m_infinity_22() const { return ___m_infinity_22; } inline F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F ** get_address_of_m_infinity_22() { return &___m_infinity_22; } inline void set_m_infinity_22(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * value) { ___m_infinity_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_22), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement struct F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E : public AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::representation int32_t ___representation_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::m int32_t ___m_4; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::ks Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ks_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::x LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * ___x_6; public: inline static int32_t get_offset_of_representation_3() { return static_cast(offsetof(F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E, ___representation_3)); } inline int32_t get_representation_3() const { return ___representation_3; } inline int32_t* get_address_of_representation_3() { return &___representation_3; } inline void set_representation_3(int32_t value) { ___representation_3 = value; } inline static int32_t get_offset_of_m_4() { return static_cast(offsetof(F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E, ___m_4)); } inline int32_t get_m_4() const { return ___m_4; } inline int32_t* get_address_of_m_4() { return &___m_4; } inline void set_m_4(int32_t value) { ___m_4 = value; } inline static int32_t get_offset_of_ks_5() { return static_cast(offsetof(F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E, ___ks_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ks_5() const { return ___ks_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ks_5() { return &___ks_5; } inline void set_ks_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ks_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ks_5), (void*)value); } inline static int32_t get_offset_of_x_6() { return static_cast(offsetof(F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E, ___x_6)); } inline LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * get_x_6() const { return ___x_6; } inline LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 ** get_address_of_x_6() { return &___x_6; } inline void set_x_6(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * value) { ___x_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_6), (void*)value); } }; // BestHTTP.PlatformSupport.FileSystem.FileStreamModes struct FileStreamModes_t1F747364CB241775BBAA161606E690E369FE004B { public: // System.Int32 BestHTTP.PlatformSupport.FileSystem.FileStreamModes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileStreamModes_t1F747364CB241775BBAA161606E690E369FE004B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Utilities.FilterStream struct FilterStream_t252B95C9E565E7E252909416611E4FE424C8D3B4 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Utilities.FilterStream::s Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s_5; public: inline static int32_t get_offset_of_s_5() { return static_cast(offsetof(FilterStream_t252B95C9E565E7E252909416611E4FE424C8D3B4, ___s_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_s_5() const { return ___s_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_s_5() { return &___s_5; } inline void set_s_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___s_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream struct FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream::s Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s_5; public: inline static int32_t get_offset_of_s_5() { return static_cast(offsetof(FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A, ___s_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_s_5() const { return ___s_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_s_5() { return &___s_5; } inline void set_s_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___s_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_5), (void*)value); } }; // UnityEngine.ForceMode struct ForceMode_t7778317A4C46140D50D98811D65A7B22E38163D5 { public: // System.Int32 UnityEngine.ForceMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ForceMode_t7778317A4C46140D50D98811D65A7B22E38163D5, ___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.GUIStyleState struct GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 : public RuntimeObject { public: // System.IntPtr UnityEngine.GUIStyleState::m_Ptr intptr_t ___m_Ptr_0; // UnityEngine.GUIStyle UnityEngine.GUIStyleState::m_SourceStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_SourceStyle_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_SourceStyle_1() { return static_cast(offsetof(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9, ___m_SourceStyle_1)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_SourceStyle_1() const { return ___m_SourceStyle_1; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_SourceStyle_1() { return &___m_SourceStyle_1; } inline void set_m_SourceStyle_1(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_SourceStyle_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SourceStyle_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.GUIStyleState struct GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke { intptr_t ___m_Ptr_0; GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_marshaled_pinvoke* ___m_SourceStyle_1; }; // Native definition for COM marshalling of UnityEngine.GUIStyleState struct GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com { intptr_t ___m_Ptr_0; GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_marshaled_com* ___m_SourceStyle_1; }; // BestHTTP.HTTPConnectionStates struct HTTPConnectionStates_tBB7113AF8810E7441256047332F747C468427434 { public: // System.Int32 BestHTTP.HTTPConnectionStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPConnectionStates_tBB7113AF8810E7441256047332F747C468427434, ___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.Forms.HTTPFormUsage struct HTTPFormUsage_t2B7AA6886E9788F75E0DB492A68095116462A64E { public: // System.Int32 BestHTTP.Forms.HTTPFormUsage::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPFormUsage_t2B7AA6886E9788F75E0DB492A68095116462A64E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.HTTPMethods struct HTTPMethods_t9BB2C0A32407626B6D77F8652824FB2E6CF92195 { public: // System.Byte BestHTTP.HTTPMethods::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPMethods_t9BB2C0A32407626B6D77F8652824FB2E6CF92195, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // BestHTTP.HTTPRequestStates struct HTTPRequestStates_t32A7ADDA084DCC94348299B2C4DBB455A3429B7F { public: // System.Int32 BestHTTP.HTTPRequestStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPRequestStates_t32A7ADDA084DCC94348299B2C4DBB455A3429B7F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Extensions.HeartbeatManager struct HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E : public RuntimeObject { public: // System.Collections.Generic.List`1 BestHTTP.Extensions.HeartbeatManager::Heartbeats List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * ___Heartbeats_0; // BestHTTP.Extensions.IHeartbeat[] BestHTTP.Extensions.HeartbeatManager::UpdateArray IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* ___UpdateArray_1; // System.DateTime BestHTTP.Extensions.HeartbeatManager::LastUpdate DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastUpdate_2; public: inline static int32_t get_offset_of_Heartbeats_0() { return static_cast(offsetof(HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E, ___Heartbeats_0)); } inline List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * get_Heartbeats_0() const { return ___Heartbeats_0; } inline List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E ** get_address_of_Heartbeats_0() { return &___Heartbeats_0; } inline void set_Heartbeats_0(List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * value) { ___Heartbeats_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Heartbeats_0), (void*)value); } inline static int32_t get_offset_of_UpdateArray_1() { return static_cast(offsetof(HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E, ___UpdateArray_1)); } inline IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* get_UpdateArray_1() const { return ___UpdateArray_1; } inline IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D** get_address_of_UpdateArray_1() { return &___UpdateArray_1; } inline void set_UpdateArray_1(IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* value) { ___UpdateArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UpdateArray_1), (void*)value); } inline static int32_t get_offset_of_LastUpdate_2() { return static_cast(offsetof(HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E, ___LastUpdate_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastUpdate_2() const { return ___LastUpdate_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastUpdate_2() { return &___LastUpdate_2; } inline void set_LastUpdate_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastUpdate_2 = value; } }; // BestHTTP.Logger.Loglevels struct Loglevels_t11A0BB068F507D75D8228DE66E6CE0B001F683FB { public: // System.Byte BestHTTP.Logger.Loglevels::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Loglevels_t11A0BB068F507D75D8228DE66E6CE0B001F683FB, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_5; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_6; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_7; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_8; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_9; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_10; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_11; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_12; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_13; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastReadTask_14; public: inline static int32_t get_offset_of__buffer_5() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_5() const { return ____buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_5() { return &____buffer_5; } inline void set__buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_5), (void*)value); } inline static int32_t get_offset_of__origin_6() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____origin_6)); } inline int32_t get__origin_6() const { return ____origin_6; } inline int32_t* get_address_of__origin_6() { return &____origin_6; } inline void set__origin_6(int32_t value) { ____origin_6 = value; } inline static int32_t get_offset_of__position_7() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____position_7)); } inline int32_t get__position_7() const { return ____position_7; } inline int32_t* get_address_of__position_7() { return &____position_7; } inline void set__position_7(int32_t value) { ____position_7 = value; } inline static int32_t get_offset_of__length_8() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____length_8)); } inline int32_t get__length_8() const { return ____length_8; } inline int32_t* get_address_of__length_8() { return &____length_8; } inline void set__length_8(int32_t value) { ____length_8 = value; } inline static int32_t get_offset_of__capacity_9() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____capacity_9)); } inline int32_t get__capacity_9() const { return ____capacity_9; } inline int32_t* get_address_of__capacity_9() { return &____capacity_9; } inline void set__capacity_9(int32_t value) { ____capacity_9 = value; } inline static int32_t get_offset_of__expandable_10() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____expandable_10)); } inline bool get__expandable_10() const { return ____expandable_10; } inline bool* get_address_of__expandable_10() { return &____expandable_10; } inline void set__expandable_10(bool value) { ____expandable_10 = value; } inline static int32_t get_offset_of__writable_11() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____writable_11)); } inline bool get__writable_11() const { return ____writable_11; } inline bool* get_address_of__writable_11() { return &____writable_11; } inline void set__writable_11(bool value) { ____writable_11 = value; } inline static int32_t get_offset_of__exposable_12() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____exposable_12)); } inline bool get__exposable_12() const { return ____exposable_12; } inline bool* get_address_of__exposable_12() { return &____exposable_12; } inline void set__exposable_12(bool value) { ____exposable_12 = value; } inline static int32_t get_offset_of__isOpen_13() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____isOpen_13)); } inline bool get__isOpen_13() const { return ____isOpen_13; } inline bool* get_address_of__isOpen_13() { return &____isOpen_13; } inline void set__isOpen_13(bool value) { ____isOpen_13 = value; } inline static int32_t get_offset_of__lastReadTask_14() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____lastReadTask_14)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastReadTask_14() const { return ____lastReadTask_14; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastReadTask_14() { return &____lastReadTask_14; } inline void set__lastReadTask_14(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastReadTask_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_14), (void*)value); } }; // BestHTTP.SignalR.MessageTypes struct MessageTypes_t0D49EC24DD48FF5620E610A85F893E910D2A6B2A { public: // System.Int32 BestHTTP.SignalR.MessageTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MessageTypes_t0D49EC24DD48FF5620E610A85F893E910D2A6B2A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityStandardAssets.Characters.FirstPerson.MouseLook struct MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 : public RuntimeObject { public: // System.Single UnityStandardAssets.Characters.FirstPerson.MouseLook::XSensitivity float ___XSensitivity_0; // System.Single UnityStandardAssets.Characters.FirstPerson.MouseLook::YSensitivity float ___YSensitivity_1; // System.Boolean UnityStandardAssets.Characters.FirstPerson.MouseLook::clampVerticalRotation bool ___clampVerticalRotation_2; // System.Single UnityStandardAssets.Characters.FirstPerson.MouseLook::MinimumX float ___MinimumX_3; // System.Single UnityStandardAssets.Characters.FirstPerson.MouseLook::MaximumX float ___MaximumX_4; // System.Boolean UnityStandardAssets.Characters.FirstPerson.MouseLook::smooth bool ___smooth_5; // System.Single UnityStandardAssets.Characters.FirstPerson.MouseLook::smoothTime float ___smoothTime_6; // System.Boolean UnityStandardAssets.Characters.FirstPerson.MouseLook::lockCursor bool ___lockCursor_7; // UnityEngine.Quaternion UnityStandardAssets.Characters.FirstPerson.MouseLook::m_CharacterTargetRot Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___m_CharacterTargetRot_8; // UnityEngine.Quaternion UnityStandardAssets.Characters.FirstPerson.MouseLook::m_CameraTargetRot Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___m_CameraTargetRot_9; // System.Boolean UnityStandardAssets.Characters.FirstPerson.MouseLook::m_cursorIsLocked bool ___m_cursorIsLocked_10; public: inline static int32_t get_offset_of_XSensitivity_0() { return static_cast(offsetof(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621, ___XSensitivity_0)); } inline float get_XSensitivity_0() const { return ___XSensitivity_0; } inline float* get_address_of_XSensitivity_0() { return &___XSensitivity_0; } inline void set_XSensitivity_0(float value) { ___XSensitivity_0 = value; } inline static int32_t get_offset_of_YSensitivity_1() { return static_cast(offsetof(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621, ___YSensitivity_1)); } inline float get_YSensitivity_1() const { return ___YSensitivity_1; } inline float* get_address_of_YSensitivity_1() { return &___YSensitivity_1; } inline void set_YSensitivity_1(float value) { ___YSensitivity_1 = value; } inline static int32_t get_offset_of_clampVerticalRotation_2() { return static_cast(offsetof(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621, ___clampVerticalRotation_2)); } inline bool get_clampVerticalRotation_2() const { return ___clampVerticalRotation_2; } inline bool* get_address_of_clampVerticalRotation_2() { return &___clampVerticalRotation_2; } inline void set_clampVerticalRotation_2(bool value) { ___clampVerticalRotation_2 = value; } inline static int32_t get_offset_of_MinimumX_3() { return static_cast(offsetof(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621, ___MinimumX_3)); } inline float get_MinimumX_3() const { return ___MinimumX_3; } inline float* get_address_of_MinimumX_3() { return &___MinimumX_3; } inline void set_MinimumX_3(float value) { ___MinimumX_3 = value; } inline static int32_t get_offset_of_MaximumX_4() { return static_cast(offsetof(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621, ___MaximumX_4)); } inline float get_MaximumX_4() const { return ___MaximumX_4; } inline float* get_address_of_MaximumX_4() { return &___MaximumX_4; } inline void set_MaximumX_4(float value) { ___MaximumX_4 = value; } inline static int32_t get_offset_of_smooth_5() { return static_cast(offsetof(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621, ___smooth_5)); } inline bool get_smooth_5() const { return ___smooth_5; } inline bool* get_address_of_smooth_5() { return &___smooth_5; } inline void set_smooth_5(bool value) { ___smooth_5 = value; } inline static int32_t get_offset_of_smoothTime_6() { return static_cast(offsetof(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621, ___smoothTime_6)); } inline float get_smoothTime_6() const { return ___smoothTime_6; } inline float* get_address_of_smoothTime_6() { return &___smoothTime_6; } inline void set_smoothTime_6(float value) { ___smoothTime_6 = value; } inline static int32_t get_offset_of_lockCursor_7() { return static_cast(offsetof(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621, ___lockCursor_7)); } inline bool get_lockCursor_7() const { return ___lockCursor_7; } inline bool* get_address_of_lockCursor_7() { return &___lockCursor_7; } inline void set_lockCursor_7(bool value) { ___lockCursor_7 = value; } inline static int32_t get_offset_of_m_CharacterTargetRot_8() { return static_cast(offsetof(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621, ___m_CharacterTargetRot_8)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_m_CharacterTargetRot_8() const { return ___m_CharacterTargetRot_8; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_m_CharacterTargetRot_8() { return &___m_CharacterTargetRot_8; } inline void set_m_CharacterTargetRot_8(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___m_CharacterTargetRot_8 = value; } inline static int32_t get_offset_of_m_CameraTargetRot_9() { return static_cast(offsetof(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621, ___m_CameraTargetRot_9)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_m_CameraTargetRot_9() const { return ___m_CameraTargetRot_9; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_m_CameraTargetRot_9() { return &___m_CameraTargetRot_9; } inline void set_m_CameraTargetRot_9(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___m_CameraTargetRot_9 = value; } inline static int32_t get_offset_of_m_cursorIsLocked_10() { return static_cast(offsetof(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621, ___m_cursorIsLocked_10)); } inline bool get_m_cursorIsLocked_10() const { return ___m_cursorIsLocked_10; } inline bool* get_address_of_m_cursorIsLocked_10() { return &___m_cursorIsLocked_10; } inline void set_m_cursorIsLocked_10(bool value) { ___m_cursorIsLocked_10 = value; } }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.ParticleSystemCurveMode struct ParticleSystemCurveMode_t1B9D50590BC22BDD142A21664B8E2F9475409342 { public: // System.Int32 UnityEngine.ParticleSystemCurveMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParticleSystemCurveMode_t1B9D50590BC22BDD142A21664B8E2F9475409342, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.QueryTriggerInteraction struct QueryTriggerInteraction_t9B82FB8CCAF559F47B6B8C0ECE197515ABFA96B0 { public: // System.Int32 UnityEngine.QueryTriggerInteraction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(QueryTriggerInteraction_t9B82FB8CCAF559F47B6B8C0ECE197515ABFA96B0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.RaycastHit struct RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // System.UInt32 UnityEngine.RaycastHit::m_FaceID uint32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_UV_4; // System.Int32 UnityEngine.RaycastHit::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Point_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_FaceID_2)); } inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(uint32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_UV_4() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_UV_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_UV_4() const { return ___m_UV_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = value; } }; // UnityEngine.RectOffset struct RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 : public RuntimeObject { public: // System.IntPtr UnityEngine.RectOffset::m_Ptr intptr_t ___m_Ptr_0; // System.Object UnityEngine.RectOffset::m_SourceStyle RuntimeObject * ___m_SourceStyle_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_SourceStyle_1() { return static_cast(offsetof(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70, ___m_SourceStyle_1)); } inline RuntimeObject * get_m_SourceStyle_1() const { return ___m_SourceStyle_1; } inline RuntimeObject ** get_address_of_m_SourceStyle_1() { return &___m_SourceStyle_1; } inline void set_m_SourceStyle_1(RuntimeObject * value) { ___m_SourceStyle_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SourceStyle_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.RectOffset struct RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_pinvoke { intptr_t ___m_Ptr_0; Il2CppIUnknown* ___m_SourceStyle_1; }; // Native definition for COM marshalling of UnityEngine.RectOffset struct RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_com { intptr_t ___m_Ptr_0; Il2CppIUnknown* ___m_SourceStyle_1; }; // System.Text.RegularExpressions.RegexOptions struct RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4 { public: // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4, ___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.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; } }; // UnityEngine.ScreenOrientation struct ScreenOrientation_tDD9EF2729A0D580721770597532935B0A7ADE020 { public: // System.Int32 UnityEngine.ScreenOrientation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ScreenOrientation_tDD9EF2729A0D580721770597532935B0A7ADE020, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.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.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.ServerSentEvents.States struct States_t1DDFB5D15E0FADAC47E81AA2B2CE0474A9ECB3D0 { public: // System.Int32 BestHTTP.ServerSentEvents.States::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(States_t1DDFB5D15E0FADAC47E81AA2B2CE0474A9ECB3D0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.StreamList struct StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream[] BestHTTP.StreamList::Streams StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* ___Streams_5; // System.Int32 BestHTTP.StreamList::CurrentIdx int32_t ___CurrentIdx_6; public: inline static int32_t get_offset_of_Streams_5() { return static_cast(offsetof(StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5, ___Streams_5)); } inline StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* get_Streams_5() const { return ___Streams_5; } inline StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079** get_address_of_Streams_5() { return &___Streams_5; } inline void set_Streams_5(StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* value) { ___Streams_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Streams_5), (void*)value); } inline static int32_t get_offset_of_CurrentIdx_6() { return static_cast(offsetof(StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5, ___CurrentIdx_6)); } inline int32_t get_CurrentIdx_6() const { return ___CurrentIdx_6; } inline int32_t* get_address_of_CurrentIdx_6() { return &___CurrentIdx_6; } inline void set_CurrentIdx_6(int32_t value) { ___CurrentIdx_6 = value; } }; // System.StringComparison struct StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.StringSplitOptions struct StringSplitOptions_tCBE57E9DF0385CEE90AEE9C25D18BD20E30D29D3 { public: // System.Int32 System.StringSplitOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringSplitOptions_tCBE57E9DF0385CEE90AEE9C25D18BD20E30D29D3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SupportedProtocols struct SupportedProtocols_t3B8F67D21A1E9AF62C6579631E36E7E50B90047B { public: // System.Int32 BestHTTP.SupportedProtocols::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SupportedProtocols_t3B8F67D21A1E9AF62C6579631E36E7E50B90047B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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; } }; // System.UriComponents struct UriComponents_tA599793722A9810EC23036FF1B1B02A905B4EA76 { public: // System.Int32 System.UriComponents::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriComponents_tA599793722A9810EC23036FF1B1B02A905B4EA76, ___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; } }; // CommonConfig/ServerType struct ServerType_t62D2D428D5BEB4AA51A25A18FA755682C0756E71 { public: // System.Int32 CommonConfig/ServerType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ServerType_t62D2D428D5BEB4AA51A25A18FA755682C0756E71, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/Algorithm struct Algorithm_tC93E5F20B3798BD2950B0011ADCE4A59BD765748 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/Algorithm::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Algorithm_tC93E5F20B3798BD2950B0011ADCE4A59BD765748, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityStandardAssets.ImageEffects.EdgeDetection/EdgeDetectMode struct EdgeDetectMode_t00CBE6D1D0E1C4AC1ECCC41C131253DC5BEB1271 { public: // System.Int32 UnityStandardAssets.ImageEffects.EdgeDetection/EdgeDetectMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EdgeDetectMode_t00CBE6D1D0E1C4AC1ECCC41C131253DC5BEB1271, ___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.ParticleSystem/Particle struct Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1 { public: // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_Position Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Position_0; // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_Velocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Velocity_1; // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_AnimatedVelocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_AnimatedVelocity_2; // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_InitialVelocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_InitialVelocity_3; // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_AxisOfRotation Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_AxisOfRotation_4; // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_Rotation Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Rotation_5; // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_AngularVelocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_AngularVelocity_6; // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_StartSize Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_StartSize_7; // UnityEngine.Color32 UnityEngine.ParticleSystem/Particle::m_StartColor Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___m_StartColor_8; // System.UInt32 UnityEngine.ParticleSystem/Particle::m_RandomSeed uint32_t ___m_RandomSeed_9; // System.UInt32 UnityEngine.ParticleSystem/Particle::m_ParentRandomSeed uint32_t ___m_ParentRandomSeed_10; // System.Single UnityEngine.ParticleSystem/Particle::m_Lifetime float ___m_Lifetime_11; // System.Single UnityEngine.ParticleSystem/Particle::m_StartLifetime float ___m_StartLifetime_12; // System.Int32 UnityEngine.ParticleSystem/Particle::m_MeshIndex int32_t ___m_MeshIndex_13; // System.Single UnityEngine.ParticleSystem/Particle::m_EmitAccumulator0 float ___m_EmitAccumulator0_14; // System.Single UnityEngine.ParticleSystem/Particle::m_EmitAccumulator1 float ___m_EmitAccumulator1_15; // System.UInt32 UnityEngine.ParticleSystem/Particle::m_Flags uint32_t ___m_Flags_16; public: inline static int32_t get_offset_of_m_Position_0() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_Position_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Position_0() const { return ___m_Position_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Position_0() { return &___m_Position_0; } inline void set_m_Position_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Position_0 = value; } inline static int32_t get_offset_of_m_Velocity_1() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_Velocity_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Velocity_1() const { return ___m_Velocity_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Velocity_1() { return &___m_Velocity_1; } inline void set_m_Velocity_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Velocity_1 = value; } inline static int32_t get_offset_of_m_AnimatedVelocity_2() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_AnimatedVelocity_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_AnimatedVelocity_2() const { return ___m_AnimatedVelocity_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_AnimatedVelocity_2() { return &___m_AnimatedVelocity_2; } inline void set_m_AnimatedVelocity_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_AnimatedVelocity_2 = value; } inline static int32_t get_offset_of_m_InitialVelocity_3() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_InitialVelocity_3)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_InitialVelocity_3() const { return ___m_InitialVelocity_3; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_InitialVelocity_3() { return &___m_InitialVelocity_3; } inline void set_m_InitialVelocity_3(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_InitialVelocity_3 = value; } inline static int32_t get_offset_of_m_AxisOfRotation_4() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_AxisOfRotation_4)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_AxisOfRotation_4() const { return ___m_AxisOfRotation_4; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_AxisOfRotation_4() { return &___m_AxisOfRotation_4; } inline void set_m_AxisOfRotation_4(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_AxisOfRotation_4 = value; } inline static int32_t get_offset_of_m_Rotation_5() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_Rotation_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Rotation_5() const { return ___m_Rotation_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Rotation_5() { return &___m_Rotation_5; } inline void set_m_Rotation_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Rotation_5 = value; } inline static int32_t get_offset_of_m_AngularVelocity_6() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_AngularVelocity_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_AngularVelocity_6() const { return ___m_AngularVelocity_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_AngularVelocity_6() { return &___m_AngularVelocity_6; } inline void set_m_AngularVelocity_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_AngularVelocity_6 = value; } inline static int32_t get_offset_of_m_StartSize_7() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_StartSize_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_StartSize_7() const { return ___m_StartSize_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_StartSize_7() { return &___m_StartSize_7; } inline void set_m_StartSize_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_StartSize_7 = value; } inline static int32_t get_offset_of_m_StartColor_8() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_StartColor_8)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_m_StartColor_8() const { return ___m_StartColor_8; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_m_StartColor_8() { return &___m_StartColor_8; } inline void set_m_StartColor_8(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___m_StartColor_8 = value; } inline static int32_t get_offset_of_m_RandomSeed_9() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_RandomSeed_9)); } inline uint32_t get_m_RandomSeed_9() const { return ___m_RandomSeed_9; } inline uint32_t* get_address_of_m_RandomSeed_9() { return &___m_RandomSeed_9; } inline void set_m_RandomSeed_9(uint32_t value) { ___m_RandomSeed_9 = value; } inline static int32_t get_offset_of_m_ParentRandomSeed_10() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_ParentRandomSeed_10)); } inline uint32_t get_m_ParentRandomSeed_10() const { return ___m_ParentRandomSeed_10; } inline uint32_t* get_address_of_m_ParentRandomSeed_10() { return &___m_ParentRandomSeed_10; } inline void set_m_ParentRandomSeed_10(uint32_t value) { ___m_ParentRandomSeed_10 = value; } inline static int32_t get_offset_of_m_Lifetime_11() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_Lifetime_11)); } inline float get_m_Lifetime_11() const { return ___m_Lifetime_11; } inline float* get_address_of_m_Lifetime_11() { return &___m_Lifetime_11; } inline void set_m_Lifetime_11(float value) { ___m_Lifetime_11 = value; } inline static int32_t get_offset_of_m_StartLifetime_12() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_StartLifetime_12)); } inline float get_m_StartLifetime_12() const { return ___m_StartLifetime_12; } inline float* get_address_of_m_StartLifetime_12() { return &___m_StartLifetime_12; } inline void set_m_StartLifetime_12(float value) { ___m_StartLifetime_12 = value; } inline static int32_t get_offset_of_m_MeshIndex_13() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_MeshIndex_13)); } inline int32_t get_m_MeshIndex_13() const { return ___m_MeshIndex_13; } inline int32_t* get_address_of_m_MeshIndex_13() { return &___m_MeshIndex_13; } inline void set_m_MeshIndex_13(int32_t value) { ___m_MeshIndex_13 = value; } inline static int32_t get_offset_of_m_EmitAccumulator0_14() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_EmitAccumulator0_14)); } inline float get_m_EmitAccumulator0_14() const { return ___m_EmitAccumulator0_14; } inline float* get_address_of_m_EmitAccumulator0_14() { return &___m_EmitAccumulator0_14; } inline void set_m_EmitAccumulator0_14(float value) { ___m_EmitAccumulator0_14 = value; } inline static int32_t get_offset_of_m_EmitAccumulator1_15() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_EmitAccumulator1_15)); } inline float get_m_EmitAccumulator1_15() const { return ___m_EmitAccumulator1_15; } inline float* get_address_of_m_EmitAccumulator1_15() { return &___m_EmitAccumulator1_15; } inline void set_m_EmitAccumulator1_15(float value) { ___m_EmitAccumulator1_15 = value; } inline static int32_t get_offset_of_m_Flags_16() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_Flags_16)); } inline uint32_t get_m_Flags_16() const { return ___m_Flags_16; } inline uint32_t* get_address_of_m_Flags_16() { return &___m_Flags_16; } inline void set_m_Flags_16(uint32_t value) { ___m_Flags_16 = 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); } }; // CommonConfig struct CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3 : public RuntimeObject { public: public: }; struct CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields { public: // System.String[] CommonConfig::AppNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___AppNames_0; // System.Int32[] CommonConfig::AppLanguages Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___AppLanguages_1; // System.Int32[] CommonConfig::ServerIndexes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ServerIndexes_2; // System.Boolean CommonConfig::iosTaoKe bool ___iosTaoKe_3; // System.Boolean CommonConfig::ReleaseVersion2 bool ___ReleaseVersion2_4; // System.Boolean CommonConfig::SpecialVersion1 bool ___SpecialVersion1_5; // System.Boolean CommonConfig::needToExamine bool ___needToExamine_6; // System.Boolean CommonConfig::isReleaseVersion bool ___isReleaseVersion_7; // System.Int32 CommonConfig::devicePlan int32_t ___devicePlan_8; // System.Int32 CommonConfig::ringsPrecision int32_t ___ringsPrecision_9; // System.Int32 CommonConfig::arrowSpeedPrecision int32_t ___arrowSpeedPrecision_10; // System.Single CommonConfig::arrowWeight float ___arrowWeight_11; // CommonConfig/ServerType CommonConfig::serverType int32_t ___serverType_12; // System.String CommonConfig::businessServerWsURL String_t* ___businessServerWsURL_13; // System.String CommonConfig::gamePKServerWsURL String_t* ___gamePKServerWsURL_14; public: inline static int32_t get_offset_of_AppNames_0() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___AppNames_0)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_AppNames_0() const { return ___AppNames_0; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_AppNames_0() { return &___AppNames_0; } inline void set_AppNames_0(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___AppNames_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___AppNames_0), (void*)value); } inline static int32_t get_offset_of_AppLanguages_1() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___AppLanguages_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_AppLanguages_1() const { return ___AppLanguages_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_AppLanguages_1() { return &___AppLanguages_1; } inline void set_AppLanguages_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___AppLanguages_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___AppLanguages_1), (void*)value); } inline static int32_t get_offset_of_ServerIndexes_2() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___ServerIndexes_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ServerIndexes_2() const { return ___ServerIndexes_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ServerIndexes_2() { return &___ServerIndexes_2; } inline void set_ServerIndexes_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ServerIndexes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ServerIndexes_2), (void*)value); } inline static int32_t get_offset_of_iosTaoKe_3() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___iosTaoKe_3)); } inline bool get_iosTaoKe_3() const { return ___iosTaoKe_3; } inline bool* get_address_of_iosTaoKe_3() { return &___iosTaoKe_3; } inline void set_iosTaoKe_3(bool value) { ___iosTaoKe_3 = value; } inline static int32_t get_offset_of_ReleaseVersion2_4() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___ReleaseVersion2_4)); } inline bool get_ReleaseVersion2_4() const { return ___ReleaseVersion2_4; } inline bool* get_address_of_ReleaseVersion2_4() { return &___ReleaseVersion2_4; } inline void set_ReleaseVersion2_4(bool value) { ___ReleaseVersion2_4 = value; } inline static int32_t get_offset_of_SpecialVersion1_5() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___SpecialVersion1_5)); } inline bool get_SpecialVersion1_5() const { return ___SpecialVersion1_5; } inline bool* get_address_of_SpecialVersion1_5() { return &___SpecialVersion1_5; } inline void set_SpecialVersion1_5(bool value) { ___SpecialVersion1_5 = value; } inline static int32_t get_offset_of_needToExamine_6() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___needToExamine_6)); } inline bool get_needToExamine_6() const { return ___needToExamine_6; } inline bool* get_address_of_needToExamine_6() { return &___needToExamine_6; } inline void set_needToExamine_6(bool value) { ___needToExamine_6 = value; } inline static int32_t get_offset_of_isReleaseVersion_7() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___isReleaseVersion_7)); } inline bool get_isReleaseVersion_7() const { return ___isReleaseVersion_7; } inline bool* get_address_of_isReleaseVersion_7() { return &___isReleaseVersion_7; } inline void set_isReleaseVersion_7(bool value) { ___isReleaseVersion_7 = value; } inline static int32_t get_offset_of_devicePlan_8() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___devicePlan_8)); } inline int32_t get_devicePlan_8() const { return ___devicePlan_8; } inline int32_t* get_address_of_devicePlan_8() { return &___devicePlan_8; } inline void set_devicePlan_8(int32_t value) { ___devicePlan_8 = value; } inline static int32_t get_offset_of_ringsPrecision_9() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___ringsPrecision_9)); } inline int32_t get_ringsPrecision_9() const { return ___ringsPrecision_9; } inline int32_t* get_address_of_ringsPrecision_9() { return &___ringsPrecision_9; } inline void set_ringsPrecision_9(int32_t value) { ___ringsPrecision_9 = value; } inline static int32_t get_offset_of_arrowSpeedPrecision_10() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___arrowSpeedPrecision_10)); } inline int32_t get_arrowSpeedPrecision_10() const { return ___arrowSpeedPrecision_10; } inline int32_t* get_address_of_arrowSpeedPrecision_10() { return &___arrowSpeedPrecision_10; } inline void set_arrowSpeedPrecision_10(int32_t value) { ___arrowSpeedPrecision_10 = value; } inline static int32_t get_offset_of_arrowWeight_11() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___arrowWeight_11)); } inline float get_arrowWeight_11() const { return ___arrowWeight_11; } inline float* get_address_of_arrowWeight_11() { return &___arrowWeight_11; } inline void set_arrowWeight_11(float value) { ___arrowWeight_11 = value; } inline static int32_t get_offset_of_serverType_12() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___serverType_12)); } inline int32_t get_serverType_12() const { return ___serverType_12; } inline int32_t* get_address_of_serverType_12() { return &___serverType_12; } inline void set_serverType_12(int32_t value) { ___serverType_12 = value; } inline static int32_t get_offset_of_businessServerWsURL_13() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___businessServerWsURL_13)); } inline String_t* get_businessServerWsURL_13() const { return ___businessServerWsURL_13; } inline String_t** get_address_of_businessServerWsURL_13() { return &___businessServerWsURL_13; } inline void set_businessServerWsURL_13(String_t* value) { ___businessServerWsURL_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___businessServerWsURL_13), (void*)value); } inline static int32_t get_offset_of_gamePKServerWsURL_14() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___gamePKServerWsURL_14)); } inline String_t* get_gamePKServerWsURL_14() const { return ___gamePKServerWsURL_14; } inline String_t** get_address_of_gamePKServerWsURL_14() { return &___gamePKServerWsURL_14; } inline void set_gamePKServerWsURL_14(String_t* value) { ___gamePKServerWsURL_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___gamePKServerWsURL_14), (void*)value); } }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.ConnectionBase struct ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 : public RuntimeObject { public: // System.String BestHTTP.ConnectionBase::k__BackingField String_t* ___U3CServerAddressU3Ek__BackingField_0; // BestHTTP.HTTPConnectionStates BestHTTP.ConnectionBase::k__BackingField int32_t ___U3CStateU3Ek__BackingField_1; // BestHTTP.HTTPRequest BestHTTP.ConnectionBase::k__BackingField HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___U3CCurrentRequestU3Ek__BackingField_2; // System.DateTime BestHTTP.ConnectionBase::k__BackingField DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___U3CStartTimeU3Ek__BackingField_3; // System.DateTime BestHTTP.ConnectionBase::k__BackingField DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___U3CTimedOutStartU3Ek__BackingField_4; // System.Uri BestHTTP.ConnectionBase::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CLastProcessedUriU3Ek__BackingField_5; // System.DateTime BestHTTP.ConnectionBase::LastProcessTime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastProcessTime_6; // BestHTTP.HTTPConnectionRecycledDelegate BestHTTP.ConnectionBase::OnConnectionRecycled HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A * ___OnConnectionRecycled_7; // System.Boolean BestHTTP.ConnectionBase::IsThreaded bool ___IsThreaded_8; // System.Boolean BestHTTP.ConnectionBase::k__BackingField bool ___U3CIsDisposedU3Ek__BackingField_9; public: inline static int32_t get_offset_of_U3CServerAddressU3Ek__BackingField_0() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CServerAddressU3Ek__BackingField_0)); } inline String_t* get_U3CServerAddressU3Ek__BackingField_0() const { return ___U3CServerAddressU3Ek__BackingField_0; } inline String_t** get_address_of_U3CServerAddressU3Ek__BackingField_0() { return &___U3CServerAddressU3Ek__BackingField_0; } inline void set_U3CServerAddressU3Ek__BackingField_0(String_t* value) { ___U3CServerAddressU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CServerAddressU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_1() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CStateU3Ek__BackingField_1)); } inline int32_t get_U3CStateU3Ek__BackingField_1() const { return ___U3CStateU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CStateU3Ek__BackingField_1() { return &___U3CStateU3Ek__BackingField_1; } inline void set_U3CStateU3Ek__BackingField_1(int32_t value) { ___U3CStateU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CCurrentRequestU3Ek__BackingField_2() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CCurrentRequestU3Ek__BackingField_2)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_U3CCurrentRequestU3Ek__BackingField_2() const { return ___U3CCurrentRequestU3Ek__BackingField_2; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_U3CCurrentRequestU3Ek__BackingField_2() { return &___U3CCurrentRequestU3Ek__BackingField_2; } inline void set_U3CCurrentRequestU3Ek__BackingField_2(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___U3CCurrentRequestU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCurrentRequestU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CStartTimeU3Ek__BackingField_3() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CStartTimeU3Ek__BackingField_3)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_U3CStartTimeU3Ek__BackingField_3() const { return ___U3CStartTimeU3Ek__BackingField_3; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_U3CStartTimeU3Ek__BackingField_3() { return &___U3CStartTimeU3Ek__BackingField_3; } inline void set_U3CStartTimeU3Ek__BackingField_3(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___U3CStartTimeU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CTimedOutStartU3Ek__BackingField_4() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CTimedOutStartU3Ek__BackingField_4)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_U3CTimedOutStartU3Ek__BackingField_4() const { return ___U3CTimedOutStartU3Ek__BackingField_4; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_U3CTimedOutStartU3Ek__BackingField_4() { return &___U3CTimedOutStartU3Ek__BackingField_4; } inline void set_U3CTimedOutStartU3Ek__BackingField_4(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___U3CTimedOutStartU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CLastProcessedUriU3Ek__BackingField_5() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CLastProcessedUriU3Ek__BackingField_5)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CLastProcessedUriU3Ek__BackingField_5() const { return ___U3CLastProcessedUriU3Ek__BackingField_5; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CLastProcessedUriU3Ek__BackingField_5() { return &___U3CLastProcessedUriU3Ek__BackingField_5; } inline void set_U3CLastProcessedUriU3Ek__BackingField_5(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CLastProcessedUriU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CLastProcessedUriU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_LastProcessTime_6() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___LastProcessTime_6)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastProcessTime_6() const { return ___LastProcessTime_6; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastProcessTime_6() { return &___LastProcessTime_6; } inline void set_LastProcessTime_6(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastProcessTime_6 = value; } inline static int32_t get_offset_of_OnConnectionRecycled_7() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___OnConnectionRecycled_7)); } inline HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A * get_OnConnectionRecycled_7() const { return ___OnConnectionRecycled_7; } inline HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A ** get_address_of_OnConnectionRecycled_7() { return &___OnConnectionRecycled_7; } inline void set_OnConnectionRecycled_7(HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A * value) { ___OnConnectionRecycled_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnectionRecycled_7), (void*)value); } inline static int32_t get_offset_of_IsThreaded_8() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___IsThreaded_8)); } inline bool get_IsThreaded_8() const { return ___IsThreaded_8; } inline bool* get_address_of_IsThreaded_8() { return &___IsThreaded_8; } inline void set_IsThreaded_8(bool value) { ___IsThreaded_8 = value; } inline static int32_t get_offset_of_U3CIsDisposedU3Ek__BackingField_9() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CIsDisposedU3Ek__BackingField_9)); } inline bool get_U3CIsDisposedU3Ek__BackingField_9() const { return ___U3CIsDisposedU3Ek__BackingField_9; } inline bool* get_address_of_U3CIsDisposedU3Ek__BackingField_9() { return &___U3CIsDisposedU3Ek__BackingField_9; } inline void set_U3CIsDisposedU3Ek__BackingField_9(bool value) { ___U3CIsDisposedU3Ek__BackingField_9 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CryptoException struct CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 : public Exception_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524 : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::mData ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mData_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::mPadBits int32_t ___mPadBits_4; public: inline static int32_t get_offset_of_mData_3() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524, ___mData_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mData_3() const { return ___mData_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mData_3() { return &___mData_3; } inline void set_mData_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mData_3), (void*)value); } inline static int32_t get_offset_of_mPadBits_4() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524, ___mPadBits_4)); } inline int32_t get_mPadBits_4() const { return ___mPadBits_4; } inline int32_t* get_address_of_mPadBits_4() { return &___mPadBits_4; } inline void set_mPadBits_4(int32_t value) { ___mPadBits_4 = value; } }; struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524_StaticFields { public: // System.Char[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::table CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___table_2; public: inline static int32_t get_offset_of_table_2() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_StaticFields, ___table_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_table_2() const { return ___table_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_table_2() { return &___table_2; } inline void set_table_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___table_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 : public Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 : public Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 { public: public: }; struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::Empty DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * ___Empty_3; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields, ___Empty_3)); } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * get_Empty_3() const { return ___Empty_3; } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E : public Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String struct DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String::str String_t* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113, ___str_2)); } inline String_t* get_str_2() const { return ___str_2; } inline String_t** get_address_of_str_2() { return &___str_2; } inline void set_str_2(String_t* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // BestHTTP.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); } }; // BestHTTP.ServerSentEvents.EventSource struct EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 : public RuntimeObject { public: // System.Uri BestHTTP.ServerSentEvents.EventSource::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_0; // BestHTTP.ServerSentEvents.States BestHTTP.ServerSentEvents.EventSource::_state int32_t ____state_1; // System.TimeSpan BestHTTP.ServerSentEvents.EventSource::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CReconnectionTimeU3Ek__BackingField_2; // System.String BestHTTP.ServerSentEvents.EventSource::k__BackingField String_t* ___U3CLastEventIdU3Ek__BackingField_3; // BestHTTP.HTTPRequest BestHTTP.ServerSentEvents.EventSource::k__BackingField HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___U3CInternalRequestU3Ek__BackingField_4; // BestHTTP.ServerSentEvents.OnGeneralEventDelegate BestHTTP.ServerSentEvents.EventSource::OnOpen OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * ___OnOpen_5; // BestHTTP.ServerSentEvents.OnMessageDelegate BestHTTP.ServerSentEvents.EventSource::OnMessage OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * ___OnMessage_6; // BestHTTP.ServerSentEvents.OnErrorDelegate BestHTTP.ServerSentEvents.EventSource::OnError OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * ___OnError_7; // BestHTTP.ServerSentEvents.OnRetryDelegate BestHTTP.ServerSentEvents.EventSource::OnRetry OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * ___OnRetry_8; // BestHTTP.ServerSentEvents.OnGeneralEventDelegate BestHTTP.ServerSentEvents.EventSource::OnClosed OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * ___OnClosed_9; // BestHTTP.ServerSentEvents.OnStateChangedDelegate BestHTTP.ServerSentEvents.EventSource::OnStateChanged OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * ___OnStateChanged_10; // System.Collections.Generic.Dictionary`2 BestHTTP.ServerSentEvents.EventSource::EventTable Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3 * ___EventTable_11; // System.Byte BestHTTP.ServerSentEvents.EventSource::RetryCount uint8_t ___RetryCount_12; // System.DateTime BestHTTP.ServerSentEvents.EventSource::RetryCalled DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___RetryCalled_13; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_0() { return static_cast(offsetof(EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39, ___U3CUriU3Ek__BackingField_0)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_0() const { return ___U3CUriU3Ek__BackingField_0; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_0() { return &___U3CUriU3Ek__BackingField_0; } inline void set_U3CUriU3Ek__BackingField_0(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of__state_1() { return static_cast(offsetof(EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39, ____state_1)); } inline int32_t get__state_1() const { return ____state_1; } inline int32_t* get_address_of__state_1() { return &____state_1; } inline void set__state_1(int32_t value) { ____state_1 = value; } inline static int32_t get_offset_of_U3CReconnectionTimeU3Ek__BackingField_2() { return static_cast(offsetof(EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39, ___U3CReconnectionTimeU3Ek__BackingField_2)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CReconnectionTimeU3Ek__BackingField_2() const { return ___U3CReconnectionTimeU3Ek__BackingField_2; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CReconnectionTimeU3Ek__BackingField_2() { return &___U3CReconnectionTimeU3Ek__BackingField_2; } inline void set_U3CReconnectionTimeU3Ek__BackingField_2(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CReconnectionTimeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CLastEventIdU3Ek__BackingField_3() { return static_cast(offsetof(EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39, ___U3CLastEventIdU3Ek__BackingField_3)); } inline String_t* get_U3CLastEventIdU3Ek__BackingField_3() const { return ___U3CLastEventIdU3Ek__BackingField_3; } inline String_t** get_address_of_U3CLastEventIdU3Ek__BackingField_3() { return &___U3CLastEventIdU3Ek__BackingField_3; } inline void set_U3CLastEventIdU3Ek__BackingField_3(String_t* value) { ___U3CLastEventIdU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CLastEventIdU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CInternalRequestU3Ek__BackingField_4() { return static_cast(offsetof(EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39, ___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_OnOpen_5() { return static_cast(offsetof(EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39, ___OnOpen_5)); } inline OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * get_OnOpen_5() const { return ___OnOpen_5; } inline OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C ** get_address_of_OnOpen_5() { return &___OnOpen_5; } inline void set_OnOpen_5(OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * value) { ___OnOpen_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnOpen_5), (void*)value); } inline static int32_t get_offset_of_OnMessage_6() { return static_cast(offsetof(EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39, ___OnMessage_6)); } inline OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * get_OnMessage_6() const { return ___OnMessage_6; } inline OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F ** get_address_of_OnMessage_6() { return &___OnMessage_6; } inline void set_OnMessage_6(OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * value) { ___OnMessage_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnMessage_6), (void*)value); } inline static int32_t get_offset_of_OnError_7() { return static_cast(offsetof(EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39, ___OnError_7)); } inline OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * get_OnError_7() const { return ___OnError_7; } inline OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 ** get_address_of_OnError_7() { return &___OnError_7; } inline void set_OnError_7(OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * value) { ___OnError_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnError_7), (void*)value); } inline static int32_t get_offset_of_OnRetry_8() { return static_cast(offsetof(EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39, ___OnRetry_8)); } inline OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * get_OnRetry_8() const { return ___OnRetry_8; } inline OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 ** get_address_of_OnRetry_8() { return &___OnRetry_8; } inline void set_OnRetry_8(OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * value) { ___OnRetry_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnRetry_8), (void*)value); } inline static int32_t get_offset_of_OnClosed_9() { return static_cast(offsetof(EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39, ___OnClosed_9)); } inline OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * get_OnClosed_9() const { return ___OnClosed_9; } inline OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C ** get_address_of_OnClosed_9() { return &___OnClosed_9; } inline void set_OnClosed_9(OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * value) { ___OnClosed_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnClosed_9), (void*)value); } inline static int32_t get_offset_of_OnStateChanged_10() { return static_cast(offsetof(EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39, ___OnStateChanged_10)); } inline OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * get_OnStateChanged_10() const { return ___OnStateChanged_10; } inline OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 ** get_address_of_OnStateChanged_10() { return &___OnStateChanged_10; } inline void set_OnStateChanged_10(OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * value) { ___OnStateChanged_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnStateChanged_10), (void*)value); } inline static int32_t get_offset_of_EventTable_11() { return static_cast(offsetof(EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39, ___EventTable_11)); } inline Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3 * get_EventTable_11() const { return ___EventTable_11; } inline Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3 ** get_address_of_EventTable_11() { return &___EventTable_11; } inline void set_EventTable_11(Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3 * value) { ___EventTable_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___EventTable_11), (void*)value); } inline static int32_t get_offset_of_RetryCount_12() { return static_cast(offsetof(EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39, ___RetryCount_12)); } inline uint8_t get_RetryCount_12() const { return ___RetryCount_12; } inline uint8_t* get_address_of_RetryCount_12() { return &___RetryCount_12; } inline void set_RetryCount_12(uint8_t value) { ___RetryCount_12 = value; } inline static int32_t get_offset_of_RetryCalled_13() { return static_cast(offsetof(EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39, ___RetryCalled_13)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_RetryCalled_13() const { return ___RetryCalled_13; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_RetryCalled_13() { return &___RetryCalled_13; } inline void set_RetryCalled_13(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___RetryCalled_13 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mPoint struct F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F : public AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 { public: public: }; // UnityEngine.GUIStyle struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 : public RuntimeObject { public: // System.IntPtr UnityEngine.GUIStyle::m_Ptr intptr_t ___m_Ptr_0; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Normal GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_Normal_1; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Hover GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_Hover_2; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Active GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_Active_3; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Focused GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_Focused_4; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnNormal GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_OnNormal_5; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnHover GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_OnHover_6; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnActive GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_OnActive_7; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnFocused GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_OnFocused_8; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Border RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___m_Border_9; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Padding RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___m_Padding_10; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Margin RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___m_Margin_11; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Overflow RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___m_Overflow_12; // System.String UnityEngine.GUIStyle::m_Name String_t* ___m_Name_13; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Normal_1)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_Normal_1() const { return ___m_Normal_1; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_Normal_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Normal_1), (void*)value); } inline static int32_t get_offset_of_m_Hover_2() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Hover_2)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_Hover_2() const { return ___m_Hover_2; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_Hover_2() { return &___m_Hover_2; } inline void set_m_Hover_2(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_Hover_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Hover_2), (void*)value); } inline static int32_t get_offset_of_m_Active_3() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Active_3)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_Active_3() const { return ___m_Active_3; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_Active_3() { return &___m_Active_3; } inline void set_m_Active_3(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_Active_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Active_3), (void*)value); } inline static int32_t get_offset_of_m_Focused_4() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Focused_4)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_Focused_4() const { return ___m_Focused_4; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_Focused_4() { return &___m_Focused_4; } inline void set_m_Focused_4(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_Focused_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Focused_4), (void*)value); } inline static int32_t get_offset_of_m_OnNormal_5() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_OnNormal_5)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_OnNormal_5() const { return ___m_OnNormal_5; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_OnNormal_5() { return &___m_OnNormal_5; } inline void set_m_OnNormal_5(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_OnNormal_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnNormal_5), (void*)value); } inline static int32_t get_offset_of_m_OnHover_6() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_OnHover_6)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_OnHover_6() const { return ___m_OnHover_6; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_OnHover_6() { return &___m_OnHover_6; } inline void set_m_OnHover_6(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_OnHover_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnHover_6), (void*)value); } inline static int32_t get_offset_of_m_OnActive_7() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_OnActive_7)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_OnActive_7() const { return ___m_OnActive_7; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_OnActive_7() { return &___m_OnActive_7; } inline void set_m_OnActive_7(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_OnActive_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnActive_7), (void*)value); } inline static int32_t get_offset_of_m_OnFocused_8() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_OnFocused_8)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_OnFocused_8() const { return ___m_OnFocused_8; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_OnFocused_8() { return &___m_OnFocused_8; } inline void set_m_OnFocused_8(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_OnFocused_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnFocused_8), (void*)value); } inline static int32_t get_offset_of_m_Border_9() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Border_9)); } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * get_m_Border_9() const { return ___m_Border_9; } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 ** get_address_of_m_Border_9() { return &___m_Border_9; } inline void set_m_Border_9(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * value) { ___m_Border_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Border_9), (void*)value); } inline static int32_t get_offset_of_m_Padding_10() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Padding_10)); } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * get_m_Padding_10() const { return ___m_Padding_10; } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 ** get_address_of_m_Padding_10() { return &___m_Padding_10; } inline void set_m_Padding_10(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * value) { ___m_Padding_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Padding_10), (void*)value); } inline static int32_t get_offset_of_m_Margin_11() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Margin_11)); } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * get_m_Margin_11() const { return ___m_Margin_11; } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 ** get_address_of_m_Margin_11() { return &___m_Margin_11; } inline void set_m_Margin_11(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * value) { ___m_Margin_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Margin_11), (void*)value); } inline static int32_t get_offset_of_m_Overflow_12() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Overflow_12)); } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * get_m_Overflow_12() const { return ___m_Overflow_12; } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 ** get_address_of_m_Overflow_12() { return &___m_Overflow_12; } inline void set_m_Overflow_12(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * value) { ___m_Overflow_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Overflow_12), (void*)value); } inline static int32_t get_offset_of_m_Name_13() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Name_13)); } inline String_t* get_m_Name_13() const { return ___m_Name_13; } inline String_t** get_address_of_m_Name_13() { return &___m_Name_13; } inline void set_m_Name_13(String_t* value) { ___m_Name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Name_13), (void*)value); } }; struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_StaticFields { public: // System.Boolean UnityEngine.GUIStyle::showKeyboardFocus bool ___showKeyboardFocus_14; // UnityEngine.GUIStyle UnityEngine.GUIStyle::s_None GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___s_None_15; public: inline static int32_t get_offset_of_showKeyboardFocus_14() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_StaticFields, ___showKeyboardFocus_14)); } inline bool get_showKeyboardFocus_14() const { return ___showKeyboardFocus_14; } inline bool* get_address_of_showKeyboardFocus_14() { return &___showKeyboardFocus_14; } inline void set_showKeyboardFocus_14(bool value) { ___showKeyboardFocus_14 = value; } inline static int32_t get_offset_of_s_None_15() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_StaticFields, ___s_None_15)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_s_None_15() const { return ___s_None_15; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_s_None_15() { return &___s_None_15; } inline void set_s_None_15(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___s_None_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_None_15), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.GUIStyle struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_marshaled_pinvoke { intptr_t ___m_Ptr_0; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_Normal_1; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_Hover_2; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_Active_3; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_Focused_4; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_OnNormal_5; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_OnHover_6; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_OnActive_7; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_OnFocused_8; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_pinvoke ___m_Border_9; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_pinvoke ___m_Padding_10; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_pinvoke ___m_Margin_11; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_pinvoke ___m_Overflow_12; char* ___m_Name_13; }; // Native definition for COM marshalling of UnityEngine.GUIStyle struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_marshaled_com { intptr_t ___m_Ptr_0; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_Normal_1; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_Hover_2; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_Active_3; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_Focused_4; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_OnNormal_5; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_OnHover_6; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_OnActive_7; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_OnFocused_8; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_com* ___m_Border_9; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_com* ___m_Padding_10; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_com* ___m_Margin_11; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_com* ___m_Overflow_12; Il2CppChar* ___m_Name_13; }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.HTTPManager struct HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD : public RuntimeObject { public: public: }; struct HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields { public: // System.Byte BestHTTP.HTTPManager::maxConnectionPerServer uint8_t ___maxConnectionPerServer_0; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CKeepAliveDefaultValueU3Ek__BackingField_1; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CIsCachingDisabledU3Ek__BackingField_2; // System.TimeSpan BestHTTP.HTTPManager::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CMaxConnectionIdleTimeU3Ek__BackingField_3; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CIsCookiesEnabledU3Ek__BackingField_4; // System.UInt32 BestHTTP.HTTPManager::k__BackingField uint32_t ___U3CCookieJarSizeU3Ek__BackingField_5; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CEnablePrivateBrowsingU3Ek__BackingField_6; // System.TimeSpan BestHTTP.HTTPManager::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CConnectTimeoutU3Ek__BackingField_7; // System.TimeSpan BestHTTP.HTTPManager::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CRequestTimeoutU3Ek__BackingField_8; // System.Func`1 BestHTTP.HTTPManager::k__BackingField Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1 * ___U3CRootCacheFolderProviderU3Ek__BackingField_9; // BestHTTP.Proxy BestHTTP.HTTPManager::k__BackingField Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * ___U3CProxyU3Ek__BackingField_10; // BestHTTP.Extensions.HeartbeatManager BestHTTP.HTTPManager::heartbeats HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * ___heartbeats_11; // BestHTTP.Logger.ILogger BestHTTP.HTTPManager::logger RuntimeObject* ___logger_12; // Org.BouncyCastle.Crypto.Tls2.ICertificateVerifyer BestHTTP.HTTPManager::k__BackingField RuntimeObject* ___U3CDefaultCertificateVerifyerU3Ek__BackingField_13; // Org.BouncyCastle.Crypto.Tls2.IClientCredentialsProvider BestHTTP.HTTPManager::k__BackingField RuntimeObject* ___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15; // System.Func`4 BestHTTP.HTTPManager::k__BackingField Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * ___U3CDefaultCertificationValidatorU3Ek__BackingField_16; // System.Boolean BestHTTP.HTTPManager::TryToMinimizeTCPLatency bool ___TryToMinimizeTCPLatency_17; // System.Int32 BestHTTP.HTTPManager::SendBufferSize int32_t ___SendBufferSize_18; // System.Int32 BestHTTP.HTTPManager::ReceiveBufferSize int32_t ___ReceiveBufferSize_19; // BestHTTP.PlatformSupport.FileSystem.IIOService BestHTTP.HTTPManager::IOService RuntimeObject* ___IOService_20; // System.Int32 BestHTTP.HTTPManager::k__BackingField int32_t ___U3CMaxPathLengthU3Ek__BackingField_21; // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPManager::Connections Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3 * ___Connections_22; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::ActiveConnections List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * ___ActiveConnections_23; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::FreeConnections List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * ___FreeConnections_24; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::RecycledConnections List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * ___RecycledConnections_25; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::RequestQueue List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 * ___RequestQueue_26; // System.Boolean BestHTTP.HTTPManager::IsCallingCallbacks bool ___IsCallingCallbacks_27; // System.Object BestHTTP.HTTPManager::Locker RuntimeObject * ___Locker_28; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CIsQuittingU3Ek__BackingField_29; public: inline static int32_t get_offset_of_maxConnectionPerServer_0() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___maxConnectionPerServer_0)); } inline uint8_t get_maxConnectionPerServer_0() const { return ___maxConnectionPerServer_0; } inline uint8_t* get_address_of_maxConnectionPerServer_0() { return &___maxConnectionPerServer_0; } inline void set_maxConnectionPerServer_0(uint8_t value) { ___maxConnectionPerServer_0 = value; } inline static int32_t get_offset_of_U3CKeepAliveDefaultValueU3Ek__BackingField_1() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CKeepAliveDefaultValueU3Ek__BackingField_1)); } inline bool get_U3CKeepAliveDefaultValueU3Ek__BackingField_1() const { return ___U3CKeepAliveDefaultValueU3Ek__BackingField_1; } inline bool* get_address_of_U3CKeepAliveDefaultValueU3Ek__BackingField_1() { return &___U3CKeepAliveDefaultValueU3Ek__BackingField_1; } inline void set_U3CKeepAliveDefaultValueU3Ek__BackingField_1(bool value) { ___U3CKeepAliveDefaultValueU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsCachingDisabledU3Ek__BackingField_2() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CIsCachingDisabledU3Ek__BackingField_2)); } inline bool get_U3CIsCachingDisabledU3Ek__BackingField_2() const { return ___U3CIsCachingDisabledU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsCachingDisabledU3Ek__BackingField_2() { return &___U3CIsCachingDisabledU3Ek__BackingField_2; } inline void set_U3CIsCachingDisabledU3Ek__BackingField_2(bool value) { ___U3CIsCachingDisabledU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CMaxConnectionIdleTimeU3Ek__BackingField_3() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CMaxConnectionIdleTimeU3Ek__BackingField_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CMaxConnectionIdleTimeU3Ek__BackingField_3() const { return ___U3CMaxConnectionIdleTimeU3Ek__BackingField_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CMaxConnectionIdleTimeU3Ek__BackingField_3() { return &___U3CMaxConnectionIdleTimeU3Ek__BackingField_3; } inline void set_U3CMaxConnectionIdleTimeU3Ek__BackingField_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CMaxConnectionIdleTimeU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CIsCookiesEnabledU3Ek__BackingField_4() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CIsCookiesEnabledU3Ek__BackingField_4)); } inline bool get_U3CIsCookiesEnabledU3Ek__BackingField_4() const { return ___U3CIsCookiesEnabledU3Ek__BackingField_4; } inline bool* get_address_of_U3CIsCookiesEnabledU3Ek__BackingField_4() { return &___U3CIsCookiesEnabledU3Ek__BackingField_4; } inline void set_U3CIsCookiesEnabledU3Ek__BackingField_4(bool value) { ___U3CIsCookiesEnabledU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CCookieJarSizeU3Ek__BackingField_5() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CCookieJarSizeU3Ek__BackingField_5)); } inline uint32_t get_U3CCookieJarSizeU3Ek__BackingField_5() const { return ___U3CCookieJarSizeU3Ek__BackingField_5; } inline uint32_t* get_address_of_U3CCookieJarSizeU3Ek__BackingField_5() { return &___U3CCookieJarSizeU3Ek__BackingField_5; } inline void set_U3CCookieJarSizeU3Ek__BackingField_5(uint32_t value) { ___U3CCookieJarSizeU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CEnablePrivateBrowsingU3Ek__BackingField_6() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CEnablePrivateBrowsingU3Ek__BackingField_6)); } inline bool get_U3CEnablePrivateBrowsingU3Ek__BackingField_6() const { return ___U3CEnablePrivateBrowsingU3Ek__BackingField_6; } inline bool* get_address_of_U3CEnablePrivateBrowsingU3Ek__BackingField_6() { return &___U3CEnablePrivateBrowsingU3Ek__BackingField_6; } inline void set_U3CEnablePrivateBrowsingU3Ek__BackingField_6(bool value) { ___U3CEnablePrivateBrowsingU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CConnectTimeoutU3Ek__BackingField_7() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CConnectTimeoutU3Ek__BackingField_7)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CConnectTimeoutU3Ek__BackingField_7() const { return ___U3CConnectTimeoutU3Ek__BackingField_7; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CConnectTimeoutU3Ek__BackingField_7() { return &___U3CConnectTimeoutU3Ek__BackingField_7; } inline void set_U3CConnectTimeoutU3Ek__BackingField_7(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CConnectTimeoutU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CRequestTimeoutU3Ek__BackingField_8() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CRequestTimeoutU3Ek__BackingField_8)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CRequestTimeoutU3Ek__BackingField_8() const { return ___U3CRequestTimeoutU3Ek__BackingField_8; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CRequestTimeoutU3Ek__BackingField_8() { return &___U3CRequestTimeoutU3Ek__BackingField_8; } inline void set_U3CRequestTimeoutU3Ek__BackingField_8(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CRequestTimeoutU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CRootCacheFolderProviderU3Ek__BackingField_9() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CRootCacheFolderProviderU3Ek__BackingField_9)); } inline Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1 * get_U3CRootCacheFolderProviderU3Ek__BackingField_9() const { return ___U3CRootCacheFolderProviderU3Ek__BackingField_9; } inline Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1 ** get_address_of_U3CRootCacheFolderProviderU3Ek__BackingField_9() { return &___U3CRootCacheFolderProviderU3Ek__BackingField_9; } inline void set_U3CRootCacheFolderProviderU3Ek__BackingField_9(Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1 * value) { ___U3CRootCacheFolderProviderU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRootCacheFolderProviderU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CProxyU3Ek__BackingField_10() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CProxyU3Ek__BackingField_10)); } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * get_U3CProxyU3Ek__BackingField_10() const { return ___U3CProxyU3Ek__BackingField_10; } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 ** get_address_of_U3CProxyU3Ek__BackingField_10() { return &___U3CProxyU3Ek__BackingField_10; } inline void set_U3CProxyU3Ek__BackingField_10(Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * value) { ___U3CProxyU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_heartbeats_11() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___heartbeats_11)); } inline HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * get_heartbeats_11() const { return ___heartbeats_11; } inline HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E ** get_address_of_heartbeats_11() { return &___heartbeats_11; } inline void set_heartbeats_11(HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * value) { ___heartbeats_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___heartbeats_11), (void*)value); } inline static int32_t get_offset_of_logger_12() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___logger_12)); } inline RuntimeObject* get_logger_12() const { return ___logger_12; } inline RuntimeObject** get_address_of_logger_12() { return &___logger_12; } inline void set_logger_12(RuntimeObject* value) { ___logger_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___logger_12), (void*)value); } inline static int32_t get_offset_of_U3CDefaultCertificateVerifyerU3Ek__BackingField_13() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CDefaultCertificateVerifyerU3Ek__BackingField_13)); } inline RuntimeObject* get_U3CDefaultCertificateVerifyerU3Ek__BackingField_13() const { return ___U3CDefaultCertificateVerifyerU3Ek__BackingField_13; } inline RuntimeObject** get_address_of_U3CDefaultCertificateVerifyerU3Ek__BackingField_13() { return &___U3CDefaultCertificateVerifyerU3Ek__BackingField_13; } inline void set_U3CDefaultCertificateVerifyerU3Ek__BackingField_13(RuntimeObject* value) { ___U3CDefaultCertificateVerifyerU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultCertificateVerifyerU3Ek__BackingField_13), (void*)value); } inline static int32_t get_offset_of_U3CDefaultClientCredentialsProviderU3Ek__BackingField_14() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14)); } inline RuntimeObject* get_U3CDefaultClientCredentialsProviderU3Ek__BackingField_14() const { return ___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14; } inline RuntimeObject** get_address_of_U3CDefaultClientCredentialsProviderU3Ek__BackingField_14() { return &___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14; } inline void set_U3CDefaultClientCredentialsProviderU3Ek__BackingField_14(RuntimeObject* value) { ___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14), (void*)value); } inline static int32_t get_offset_of_U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15)); } inline bool get_U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15() const { return ___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15; } inline bool* get_address_of_U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15() { return &___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15; } inline void set_U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15(bool value) { ___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_U3CDefaultCertificationValidatorU3Ek__BackingField_16() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CDefaultCertificationValidatorU3Ek__BackingField_16)); } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * get_U3CDefaultCertificationValidatorU3Ek__BackingField_16() const { return ___U3CDefaultCertificationValidatorU3Ek__BackingField_16; } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 ** get_address_of_U3CDefaultCertificationValidatorU3Ek__BackingField_16() { return &___U3CDefaultCertificationValidatorU3Ek__BackingField_16; } inline void set_U3CDefaultCertificationValidatorU3Ek__BackingField_16(Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * value) { ___U3CDefaultCertificationValidatorU3Ek__BackingField_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultCertificationValidatorU3Ek__BackingField_16), (void*)value); } inline static int32_t get_offset_of_TryToMinimizeTCPLatency_17() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___TryToMinimizeTCPLatency_17)); } inline bool get_TryToMinimizeTCPLatency_17() const { return ___TryToMinimizeTCPLatency_17; } inline bool* get_address_of_TryToMinimizeTCPLatency_17() { return &___TryToMinimizeTCPLatency_17; } inline void set_TryToMinimizeTCPLatency_17(bool value) { ___TryToMinimizeTCPLatency_17 = value; } inline static int32_t get_offset_of_SendBufferSize_18() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___SendBufferSize_18)); } inline int32_t get_SendBufferSize_18() const { return ___SendBufferSize_18; } inline int32_t* get_address_of_SendBufferSize_18() { return &___SendBufferSize_18; } inline void set_SendBufferSize_18(int32_t value) { ___SendBufferSize_18 = value; } inline static int32_t get_offset_of_ReceiveBufferSize_19() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___ReceiveBufferSize_19)); } inline int32_t get_ReceiveBufferSize_19() const { return ___ReceiveBufferSize_19; } inline int32_t* get_address_of_ReceiveBufferSize_19() { return &___ReceiveBufferSize_19; } inline void set_ReceiveBufferSize_19(int32_t value) { ___ReceiveBufferSize_19 = value; } inline static int32_t get_offset_of_IOService_20() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___IOService_20)); } inline RuntimeObject* get_IOService_20() const { return ___IOService_20; } inline RuntimeObject** get_address_of_IOService_20() { return &___IOService_20; } inline void set_IOService_20(RuntimeObject* value) { ___IOService_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___IOService_20), (void*)value); } inline static int32_t get_offset_of_U3CMaxPathLengthU3Ek__BackingField_21() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CMaxPathLengthU3Ek__BackingField_21)); } inline int32_t get_U3CMaxPathLengthU3Ek__BackingField_21() const { return ___U3CMaxPathLengthU3Ek__BackingField_21; } inline int32_t* get_address_of_U3CMaxPathLengthU3Ek__BackingField_21() { return &___U3CMaxPathLengthU3Ek__BackingField_21; } inline void set_U3CMaxPathLengthU3Ek__BackingField_21(int32_t value) { ___U3CMaxPathLengthU3Ek__BackingField_21 = value; } inline static int32_t get_offset_of_Connections_22() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___Connections_22)); } inline Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3 * get_Connections_22() const { return ___Connections_22; } inline Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3 ** get_address_of_Connections_22() { return &___Connections_22; } inline void set_Connections_22(Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3 * value) { ___Connections_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___Connections_22), (void*)value); } inline static int32_t get_offset_of_ActiveConnections_23() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___ActiveConnections_23)); } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * get_ActiveConnections_23() const { return ___ActiveConnections_23; } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 ** get_address_of_ActiveConnections_23() { return &___ActiveConnections_23; } inline void set_ActiveConnections_23(List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * value) { ___ActiveConnections_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___ActiveConnections_23), (void*)value); } inline static int32_t get_offset_of_FreeConnections_24() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___FreeConnections_24)); } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * get_FreeConnections_24() const { return ___FreeConnections_24; } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 ** get_address_of_FreeConnections_24() { return &___FreeConnections_24; } inline void set_FreeConnections_24(List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * value) { ___FreeConnections_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___FreeConnections_24), (void*)value); } inline static int32_t get_offset_of_RecycledConnections_25() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___RecycledConnections_25)); } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * get_RecycledConnections_25() const { return ___RecycledConnections_25; } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 ** get_address_of_RecycledConnections_25() { return &___RecycledConnections_25; } inline void set_RecycledConnections_25(List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * value) { ___RecycledConnections_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___RecycledConnections_25), (void*)value); } inline static int32_t get_offset_of_RequestQueue_26() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___RequestQueue_26)); } inline List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 * get_RequestQueue_26() const { return ___RequestQueue_26; } inline List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 ** get_address_of_RequestQueue_26() { return &___RequestQueue_26; } inline void set_RequestQueue_26(List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 * value) { ___RequestQueue_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___RequestQueue_26), (void*)value); } inline static int32_t get_offset_of_IsCallingCallbacks_27() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___IsCallingCallbacks_27)); } inline bool get_IsCallingCallbacks_27() const { return ___IsCallingCallbacks_27; } inline bool* get_address_of_IsCallingCallbacks_27() { return &___IsCallingCallbacks_27; } inline void set_IsCallingCallbacks_27(bool value) { ___IsCallingCallbacks_27 = value; } inline static int32_t get_offset_of_Locker_28() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___Locker_28)); } inline RuntimeObject * get_Locker_28() const { return ___Locker_28; } inline RuntimeObject ** get_address_of_Locker_28() { return &___Locker_28; } inline void set_Locker_28(RuntimeObject * value) { ___Locker_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___Locker_28), (void*)value); } inline static int32_t get_offset_of_U3CIsQuittingU3Ek__BackingField_29() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CIsQuittingU3Ek__BackingField_29)); } inline bool get_U3CIsQuittingU3Ek__BackingField_29() const { return ___U3CIsQuittingU3Ek__BackingField_29; } inline bool* get_address_of_U3CIsQuittingU3Ek__BackingField_29() { return &___U3CIsQuittingU3Ek__BackingField_29; } inline void set_U3CIsQuittingU3Ek__BackingField_29(bool value) { ___U3CIsQuittingU3Ek__BackingField_29 = value; } }; // BestHTTP.HTTPRequest struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 : public RuntimeObject { public: // System.Uri BestHTTP.HTTPRequest::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_3; // BestHTTP.HTTPMethods BestHTTP.HTTPRequest::k__BackingField uint8_t ___U3CMethodTypeU3Ek__BackingField_4; // System.Byte[] BestHTTP.HTTPRequest::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CRawDataU3Ek__BackingField_5; // System.IO.Stream BestHTTP.HTTPRequest::k__BackingField Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___U3CUploadStreamU3Ek__BackingField_6; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDisposeUploadStreamU3Ek__BackingField_7; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUseUploadStreamLengthU3Ek__BackingField_8; // BestHTTP.OnUploadProgressDelegate BestHTTP.HTTPRequest::OnUploadProgress OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * ___OnUploadProgress_9; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; // BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::k__BackingField OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * ___U3CCallbackU3Ek__BackingField_11; // BestHTTP.OnDownloadProgressDelegate BestHTTP.HTTPRequest::OnProgress OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * ___OnProgress_12; // BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::OnUpgraded OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * ___OnUpgraded_13; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDisableRetryU3Ek__BackingField_14; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CIsRedirectedU3Ek__BackingField_15; // System.Uri BestHTTP.HTTPRequest::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CRedirectUriU3Ek__BackingField_16; // BestHTTP.HTTPResponse BestHTTP.HTTPRequest::k__BackingField HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___U3CResponseU3Ek__BackingField_17; // BestHTTP.HTTPResponse BestHTTP.HTTPRequest::k__BackingField HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___U3CProxyResponseU3Ek__BackingField_18; // System.Exception BestHTTP.HTTPRequest::k__BackingField Exception_t * ___U3CExceptionU3Ek__BackingField_19; // System.Object BestHTTP.HTTPRequest::k__BackingField RuntimeObject * ___U3CTagU3Ek__BackingField_20; // BestHTTP.Authentication.Credentials BestHTTP.HTTPRequest::k__BackingField Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * ___U3CCredentialsU3Ek__BackingField_21; // BestHTTP.Proxy BestHTTP.HTTPRequest::k__BackingField Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * ___U3CProxyU3Ek__BackingField_22; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CMaxRedirectsU3Ek__BackingField_23; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUseAlternateSSLU3Ek__BackingField_24; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CIsCookiesEnabledU3Ek__BackingField_25; // System.Collections.Generic.List`1 BestHTTP.HTTPRequest::customCookies List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * ___customCookies_26; // BestHTTP.Forms.HTTPFormUsage BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CFormUsageU3Ek__BackingField_27; // BestHTTP.HTTPRequestStates BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CStateU3Ek__BackingField_28; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CRedirectCountU3Ek__BackingField_29; // System.Func`4 BestHTTP.HTTPRequest::CustomCertificationValidator Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * ___CustomCertificationValidator_30; // System.TimeSpan BestHTTP.HTTPRequest::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CConnectTimeoutU3Ek__BackingField_31; // System.TimeSpan BestHTTP.HTTPRequest::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CTimeoutU3Ek__BackingField_32; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CEnableTimoutForStreamingU3Ek__BackingField_33; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CPriorityU3Ek__BackingField_35; // Org.BouncyCastle.Crypto.Tls2.ICertificateVerifyer BestHTTP.HTTPRequest::k__BackingField RuntimeObject* ___U3CCustomCertificateVerifyerU3Ek__BackingField_36; // Org.BouncyCastle.Crypto.Tls2.IClientCredentialsProvider BestHTTP.HTTPRequest::k__BackingField RuntimeObject* ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; // System.Collections.Generic.List`1 BestHTTP.HTTPRequest::k__BackingField List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___U3CCustomTLSServerNameListU3Ek__BackingField_38; // BestHTTP.SupportedProtocols BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CProtocolHandlerU3Ek__BackingField_39; // BestHTTP.OnBeforeRedirectionDelegate BestHTTP.HTTPRequest::onBeforeRedirection OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * ___onBeforeRedirection_40; // BestHTTP.OnBeforeHeaderSendDelegate BestHTTP.HTTPRequest::_onBeforeHeaderSend OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * ____onBeforeHeaderSend_41; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CDownloadedU3Ek__BackingField_43; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CDownloadLengthU3Ek__BackingField_44; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDownloadProgressChangedU3Ek__BackingField_45; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CUploadedU3Ek__BackingField_46; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CUploadLengthU3Ek__BackingField_47; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUploadProgressChangedU3Ek__BackingField_48; // System.Boolean BestHTTP.HTTPRequest::isKeepAlive bool ___isKeepAlive_49; // System.Boolean BestHTTP.HTTPRequest::disableCache bool ___disableCache_50; // System.Boolean BestHTTP.HTTPRequest::cacheOnly bool ___cacheOnly_51; // System.Int32 BestHTTP.HTTPRequest::streamFragmentSize int32_t ___streamFragmentSize_52; // System.Boolean BestHTTP.HTTPRequest::useStreaming bool ___useStreaming_53; // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPRequest::k__BackingField Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * ___U3CHeadersU3Ek__BackingField_54; // BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FieldCollector HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * ___FieldCollector_55; // BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FormImpl HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * ___FormImpl_56; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_3() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUriU3Ek__BackingField_3)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_3() const { return ___U3CUriU3Ek__BackingField_3; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_3() { return &___U3CUriU3Ek__BackingField_3; } inline void set_U3CUriU3Ek__BackingField_3(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CMethodTypeU3Ek__BackingField_4() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMethodTypeU3Ek__BackingField_4)); } inline uint8_t get_U3CMethodTypeU3Ek__BackingField_4() const { return ___U3CMethodTypeU3Ek__BackingField_4; } inline uint8_t* get_address_of_U3CMethodTypeU3Ek__BackingField_4() { return &___U3CMethodTypeU3Ek__BackingField_4; } inline void set_U3CMethodTypeU3Ek__BackingField_4(uint8_t value) { ___U3CMethodTypeU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CRawDataU3Ek__BackingField_5() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRawDataU3Ek__BackingField_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CRawDataU3Ek__BackingField_5() const { return ___U3CRawDataU3Ek__BackingField_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CRawDataU3Ek__BackingField_5() { return &___U3CRawDataU3Ek__BackingField_5; } inline void set_U3CRawDataU3Ek__BackingField_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CRawDataU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRawDataU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CUploadStreamU3Ek__BackingField_6() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadStreamU3Ek__BackingField_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_U3CUploadStreamU3Ek__BackingField_6() const { return ___U3CUploadStreamU3Ek__BackingField_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_U3CUploadStreamU3Ek__BackingField_6() { return &___U3CUploadStreamU3Ek__BackingField_6; } inline void set_U3CUploadStreamU3Ek__BackingField_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___U3CUploadStreamU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUploadStreamU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDisposeUploadStreamU3Ek__BackingField_7)); } inline bool get_U3CDisposeUploadStreamU3Ek__BackingField_7() const { return ___U3CDisposeUploadStreamU3Ek__BackingField_7; } inline bool* get_address_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return &___U3CDisposeUploadStreamU3Ek__BackingField_7; } inline void set_U3CDisposeUploadStreamU3Ek__BackingField_7(bool value) { ___U3CDisposeUploadStreamU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUseUploadStreamLengthU3Ek__BackingField_8)); } inline bool get_U3CUseUploadStreamLengthU3Ek__BackingField_8() const { return ___U3CUseUploadStreamLengthU3Ek__BackingField_8; } inline bool* get_address_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return &___U3CUseUploadStreamLengthU3Ek__BackingField_8; } inline void set_U3CUseUploadStreamLengthU3Ek__BackingField_8(bool value) { ___U3CUseUploadStreamLengthU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_OnUploadProgress_9() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnUploadProgress_9)); } inline OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * get_OnUploadProgress_9() const { return ___OnUploadProgress_9; } inline OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D ** get_address_of_OnUploadProgress_9() { return &___OnUploadProgress_9; } inline void set_OnUploadProgress_9(OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * value) { ___OnUploadProgress_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnUploadProgress_9), (void*)value); } inline static int32_t get_offset_of_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10)); } inline int32_t get_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() const { return ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; } inline int32_t* get_address_of_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() { return &___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; } inline void set_U3CMaxFragmentQueueLengthU3Ek__BackingField_10(int32_t value) { ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CCallbackU3Ek__BackingField_11() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCallbackU3Ek__BackingField_11)); } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * get_U3CCallbackU3Ek__BackingField_11() const { return ___U3CCallbackU3Ek__BackingField_11; } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 ** get_address_of_U3CCallbackU3Ek__BackingField_11() { return &___U3CCallbackU3Ek__BackingField_11; } inline void set_U3CCallbackU3Ek__BackingField_11(OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * value) { ___U3CCallbackU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCallbackU3Ek__BackingField_11), (void*)value); } inline static int32_t get_offset_of_OnProgress_12() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnProgress_12)); } inline OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * get_OnProgress_12() const { return ___OnProgress_12; } inline OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 ** get_address_of_OnProgress_12() { return &___OnProgress_12; } inline void set_OnProgress_12(OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * value) { ___OnProgress_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnProgress_12), (void*)value); } inline static int32_t get_offset_of_OnUpgraded_13() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnUpgraded_13)); } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * get_OnUpgraded_13() const { return ___OnUpgraded_13; } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 ** get_address_of_OnUpgraded_13() { return &___OnUpgraded_13; } inline void set_OnUpgraded_13(OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * value) { ___OnUpgraded_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnUpgraded_13), (void*)value); } inline static int32_t get_offset_of_U3CDisableRetryU3Ek__BackingField_14() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDisableRetryU3Ek__BackingField_14)); } inline bool get_U3CDisableRetryU3Ek__BackingField_14() const { return ___U3CDisableRetryU3Ek__BackingField_14; } inline bool* get_address_of_U3CDisableRetryU3Ek__BackingField_14() { return &___U3CDisableRetryU3Ek__BackingField_14; } inline void set_U3CDisableRetryU3Ek__BackingField_14(bool value) { ___U3CDisableRetryU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CIsRedirectedU3Ek__BackingField_15() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CIsRedirectedU3Ek__BackingField_15)); } inline bool get_U3CIsRedirectedU3Ek__BackingField_15() const { return ___U3CIsRedirectedU3Ek__BackingField_15; } inline bool* get_address_of_U3CIsRedirectedU3Ek__BackingField_15() { return &___U3CIsRedirectedU3Ek__BackingField_15; } inline void set_U3CIsRedirectedU3Ek__BackingField_15(bool value) { ___U3CIsRedirectedU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_U3CRedirectUriU3Ek__BackingField_16() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRedirectUriU3Ek__BackingField_16)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CRedirectUriU3Ek__BackingField_16() const { return ___U3CRedirectUriU3Ek__BackingField_16; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CRedirectUriU3Ek__BackingField_16() { return &___U3CRedirectUriU3Ek__BackingField_16; } inline void set_U3CRedirectUriU3Ek__BackingField_16(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CRedirectUriU3Ek__BackingField_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRedirectUriU3Ek__BackingField_16), (void*)value); } inline static int32_t get_offset_of_U3CResponseU3Ek__BackingField_17() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CResponseU3Ek__BackingField_17)); } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * get_U3CResponseU3Ek__BackingField_17() const { return ___U3CResponseU3Ek__BackingField_17; } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD ** get_address_of_U3CResponseU3Ek__BackingField_17() { return &___U3CResponseU3Ek__BackingField_17; } inline void set_U3CResponseU3Ek__BackingField_17(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * value) { ___U3CResponseU3Ek__BackingField_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResponseU3Ek__BackingField_17), (void*)value); } inline static int32_t get_offset_of_U3CProxyResponseU3Ek__BackingField_18() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProxyResponseU3Ek__BackingField_18)); } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * get_U3CProxyResponseU3Ek__BackingField_18() const { return ___U3CProxyResponseU3Ek__BackingField_18; } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD ** get_address_of_U3CProxyResponseU3Ek__BackingField_18() { return &___U3CProxyResponseU3Ek__BackingField_18; } inline void set_U3CProxyResponseU3Ek__BackingField_18(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * value) { ___U3CProxyResponseU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyResponseU3Ek__BackingField_18), (void*)value); } inline static int32_t get_offset_of_U3CExceptionU3Ek__BackingField_19() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CExceptionU3Ek__BackingField_19)); } inline Exception_t * get_U3CExceptionU3Ek__BackingField_19() const { return ___U3CExceptionU3Ek__BackingField_19; } inline Exception_t ** get_address_of_U3CExceptionU3Ek__BackingField_19() { return &___U3CExceptionU3Ek__BackingField_19; } inline void set_U3CExceptionU3Ek__BackingField_19(Exception_t * value) { ___U3CExceptionU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExceptionU3Ek__BackingField_19), (void*)value); } inline static int32_t get_offset_of_U3CTagU3Ek__BackingField_20() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTagU3Ek__BackingField_20)); } inline RuntimeObject * get_U3CTagU3Ek__BackingField_20() const { return ___U3CTagU3Ek__BackingField_20; } inline RuntimeObject ** get_address_of_U3CTagU3Ek__BackingField_20() { return &___U3CTagU3Ek__BackingField_20; } inline void set_U3CTagU3Ek__BackingField_20(RuntimeObject * value) { ___U3CTagU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTagU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_U3CCredentialsU3Ek__BackingField_21() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCredentialsU3Ek__BackingField_21)); } inline Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * get_U3CCredentialsU3Ek__BackingField_21() const { return ___U3CCredentialsU3Ek__BackingField_21; } inline Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 ** get_address_of_U3CCredentialsU3Ek__BackingField_21() { return &___U3CCredentialsU3Ek__BackingField_21; } inline void set_U3CCredentialsU3Ek__BackingField_21(Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * value) { ___U3CCredentialsU3Ek__BackingField_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCredentialsU3Ek__BackingField_21), (void*)value); } inline static int32_t get_offset_of_U3CProxyU3Ek__BackingField_22() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProxyU3Ek__BackingField_22)); } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * get_U3CProxyU3Ek__BackingField_22() const { return ___U3CProxyU3Ek__BackingField_22; } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 ** get_address_of_U3CProxyU3Ek__BackingField_22() { return &___U3CProxyU3Ek__BackingField_22; } inline void set_U3CProxyU3Ek__BackingField_22(Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * value) { ___U3CProxyU3Ek__BackingField_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyU3Ek__BackingField_22), (void*)value); } inline static int32_t get_offset_of_U3CMaxRedirectsU3Ek__BackingField_23() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMaxRedirectsU3Ek__BackingField_23)); } inline int32_t get_U3CMaxRedirectsU3Ek__BackingField_23() const { return ___U3CMaxRedirectsU3Ek__BackingField_23; } inline int32_t* get_address_of_U3CMaxRedirectsU3Ek__BackingField_23() { return &___U3CMaxRedirectsU3Ek__BackingField_23; } inline void set_U3CMaxRedirectsU3Ek__BackingField_23(int32_t value) { ___U3CMaxRedirectsU3Ek__BackingField_23 = value; } inline static int32_t get_offset_of_U3CUseAlternateSSLU3Ek__BackingField_24() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUseAlternateSSLU3Ek__BackingField_24)); } inline bool get_U3CUseAlternateSSLU3Ek__BackingField_24() const { return ___U3CUseAlternateSSLU3Ek__BackingField_24; } inline bool* get_address_of_U3CUseAlternateSSLU3Ek__BackingField_24() { return &___U3CUseAlternateSSLU3Ek__BackingField_24; } inline void set_U3CUseAlternateSSLU3Ek__BackingField_24(bool value) { ___U3CUseAlternateSSLU3Ek__BackingField_24 = value; } inline static int32_t get_offset_of_U3CIsCookiesEnabledU3Ek__BackingField_25() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CIsCookiesEnabledU3Ek__BackingField_25)); } inline bool get_U3CIsCookiesEnabledU3Ek__BackingField_25() const { return ___U3CIsCookiesEnabledU3Ek__BackingField_25; } inline bool* get_address_of_U3CIsCookiesEnabledU3Ek__BackingField_25() { return &___U3CIsCookiesEnabledU3Ek__BackingField_25; } inline void set_U3CIsCookiesEnabledU3Ek__BackingField_25(bool value) { ___U3CIsCookiesEnabledU3Ek__BackingField_25 = value; } inline static int32_t get_offset_of_customCookies_26() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___customCookies_26)); } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * get_customCookies_26() const { return ___customCookies_26; } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 ** get_address_of_customCookies_26() { return &___customCookies_26; } inline void set_customCookies_26(List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * value) { ___customCookies_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___customCookies_26), (void*)value); } inline static int32_t get_offset_of_U3CFormUsageU3Ek__BackingField_27() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CFormUsageU3Ek__BackingField_27)); } inline int32_t get_U3CFormUsageU3Ek__BackingField_27() const { return ___U3CFormUsageU3Ek__BackingField_27; } inline int32_t* get_address_of_U3CFormUsageU3Ek__BackingField_27() { return &___U3CFormUsageU3Ek__BackingField_27; } inline void set_U3CFormUsageU3Ek__BackingField_27(int32_t value) { ___U3CFormUsageU3Ek__BackingField_27 = value; } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_28() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CStateU3Ek__BackingField_28)); } inline int32_t get_U3CStateU3Ek__BackingField_28() const { return ___U3CStateU3Ek__BackingField_28; } inline int32_t* get_address_of_U3CStateU3Ek__BackingField_28() { return &___U3CStateU3Ek__BackingField_28; } inline void set_U3CStateU3Ek__BackingField_28(int32_t value) { ___U3CStateU3Ek__BackingField_28 = value; } inline static int32_t get_offset_of_U3CRedirectCountU3Ek__BackingField_29() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRedirectCountU3Ek__BackingField_29)); } inline int32_t get_U3CRedirectCountU3Ek__BackingField_29() const { return ___U3CRedirectCountU3Ek__BackingField_29; } inline int32_t* get_address_of_U3CRedirectCountU3Ek__BackingField_29() { return &___U3CRedirectCountU3Ek__BackingField_29; } inline void set_U3CRedirectCountU3Ek__BackingField_29(int32_t value) { ___U3CRedirectCountU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_CustomCertificationValidator_30() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___CustomCertificationValidator_30)); } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * get_CustomCertificationValidator_30() const { return ___CustomCertificationValidator_30; } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 ** get_address_of_CustomCertificationValidator_30() { return &___CustomCertificationValidator_30; } inline void set_CustomCertificationValidator_30(Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * value) { ___CustomCertificationValidator_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___CustomCertificationValidator_30), (void*)value); } inline static int32_t get_offset_of_U3CConnectTimeoutU3Ek__BackingField_31() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CConnectTimeoutU3Ek__BackingField_31)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CConnectTimeoutU3Ek__BackingField_31() const { return ___U3CConnectTimeoutU3Ek__BackingField_31; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CConnectTimeoutU3Ek__BackingField_31() { return &___U3CConnectTimeoutU3Ek__BackingField_31; } inline void set_U3CConnectTimeoutU3Ek__BackingField_31(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CConnectTimeoutU3Ek__BackingField_31 = value; } inline static int32_t get_offset_of_U3CTimeoutU3Ek__BackingField_32() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTimeoutU3Ek__BackingField_32)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CTimeoutU3Ek__BackingField_32() const { return ___U3CTimeoutU3Ek__BackingField_32; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CTimeoutU3Ek__BackingField_32() { return &___U3CTimeoutU3Ek__BackingField_32; } inline void set_U3CTimeoutU3Ek__BackingField_32(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CTimeoutU3Ek__BackingField_32 = value; } inline static int32_t get_offset_of_U3CEnableTimoutForStreamingU3Ek__BackingField_33() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CEnableTimoutForStreamingU3Ek__BackingField_33)); } inline bool get_U3CEnableTimoutForStreamingU3Ek__BackingField_33() const { return ___U3CEnableTimoutForStreamingU3Ek__BackingField_33; } inline bool* get_address_of_U3CEnableTimoutForStreamingU3Ek__BackingField_33() { return &___U3CEnableTimoutForStreamingU3Ek__BackingField_33; } inline void set_U3CEnableTimoutForStreamingU3Ek__BackingField_33(bool value) { ___U3CEnableTimoutForStreamingU3Ek__BackingField_33 = value; } inline static int32_t get_offset_of_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34)); } inline bool get_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() const { return ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; } inline bool* get_address_of_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() { return &___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; } inline void set_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34(bool value) { ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34 = value; } inline static int32_t get_offset_of_U3CPriorityU3Ek__BackingField_35() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CPriorityU3Ek__BackingField_35)); } inline int32_t get_U3CPriorityU3Ek__BackingField_35() const { return ___U3CPriorityU3Ek__BackingField_35; } inline int32_t* get_address_of_U3CPriorityU3Ek__BackingField_35() { return &___U3CPriorityU3Ek__BackingField_35; } inline void set_U3CPriorityU3Ek__BackingField_35(int32_t value) { ___U3CPriorityU3Ek__BackingField_35 = value; } inline static int32_t get_offset_of_U3CCustomCertificateVerifyerU3Ek__BackingField_36() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomCertificateVerifyerU3Ek__BackingField_36)); } inline RuntimeObject* get_U3CCustomCertificateVerifyerU3Ek__BackingField_36() const { return ___U3CCustomCertificateVerifyerU3Ek__BackingField_36; } inline RuntimeObject** get_address_of_U3CCustomCertificateVerifyerU3Ek__BackingField_36() { return &___U3CCustomCertificateVerifyerU3Ek__BackingField_36; } inline void set_U3CCustomCertificateVerifyerU3Ek__BackingField_36(RuntimeObject* value) { ___U3CCustomCertificateVerifyerU3Ek__BackingField_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomCertificateVerifyerU3Ek__BackingField_36), (void*)value); } inline static int32_t get_offset_of_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37)); } inline RuntimeObject* get_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() const { return ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; } inline RuntimeObject** get_address_of_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() { return &___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; } inline void set_U3CCustomClientCredentialsProviderU3Ek__BackingField_37(RuntimeObject* value) { ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomClientCredentialsProviderU3Ek__BackingField_37), (void*)value); } inline static int32_t get_offset_of_U3CCustomTLSServerNameListU3Ek__BackingField_38() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomTLSServerNameListU3Ek__BackingField_38)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_U3CCustomTLSServerNameListU3Ek__BackingField_38() const { return ___U3CCustomTLSServerNameListU3Ek__BackingField_38; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_U3CCustomTLSServerNameListU3Ek__BackingField_38() { return &___U3CCustomTLSServerNameListU3Ek__BackingField_38; } inline void set_U3CCustomTLSServerNameListU3Ek__BackingField_38(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___U3CCustomTLSServerNameListU3Ek__BackingField_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomTLSServerNameListU3Ek__BackingField_38), (void*)value); } inline static int32_t get_offset_of_U3CProtocolHandlerU3Ek__BackingField_39() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProtocolHandlerU3Ek__BackingField_39)); } inline int32_t get_U3CProtocolHandlerU3Ek__BackingField_39() const { return ___U3CProtocolHandlerU3Ek__BackingField_39; } inline int32_t* get_address_of_U3CProtocolHandlerU3Ek__BackingField_39() { return &___U3CProtocolHandlerU3Ek__BackingField_39; } inline void set_U3CProtocolHandlerU3Ek__BackingField_39(int32_t value) { ___U3CProtocolHandlerU3Ek__BackingField_39 = value; } inline static int32_t get_offset_of_onBeforeRedirection_40() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___onBeforeRedirection_40)); } inline OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * get_onBeforeRedirection_40() const { return ___onBeforeRedirection_40; } inline OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 ** get_address_of_onBeforeRedirection_40() { return &___onBeforeRedirection_40; } inline void set_onBeforeRedirection_40(OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * value) { ___onBeforeRedirection_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___onBeforeRedirection_40), (void*)value); } inline static int32_t get_offset_of__onBeforeHeaderSend_41() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ____onBeforeHeaderSend_41)); } inline OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * get__onBeforeHeaderSend_41() const { return ____onBeforeHeaderSend_41; } inline OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F ** get_address_of__onBeforeHeaderSend_41() { return &____onBeforeHeaderSend_41; } inline void set__onBeforeHeaderSend_41(OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * value) { ____onBeforeHeaderSend_41 = value; Il2CppCodeGenWriteBarrier((void**)(&____onBeforeHeaderSend_41), (void*)value); } inline static int32_t get_offset_of_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42)); } inline bool get_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() const { return ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; } inline bool* get_address_of_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() { return &___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; } inline void set_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42(bool value) { ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42 = value; } inline static int32_t get_offset_of_U3CDownloadedU3Ek__BackingField_43() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadedU3Ek__BackingField_43)); } inline int64_t get_U3CDownloadedU3Ek__BackingField_43() const { return ___U3CDownloadedU3Ek__BackingField_43; } inline int64_t* get_address_of_U3CDownloadedU3Ek__BackingField_43() { return &___U3CDownloadedU3Ek__BackingField_43; } inline void set_U3CDownloadedU3Ek__BackingField_43(int64_t value) { ___U3CDownloadedU3Ek__BackingField_43 = value; } inline static int32_t get_offset_of_U3CDownloadLengthU3Ek__BackingField_44() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadLengthU3Ek__BackingField_44)); } inline int64_t get_U3CDownloadLengthU3Ek__BackingField_44() const { return ___U3CDownloadLengthU3Ek__BackingField_44; } inline int64_t* get_address_of_U3CDownloadLengthU3Ek__BackingField_44() { return &___U3CDownloadLengthU3Ek__BackingField_44; } inline void set_U3CDownloadLengthU3Ek__BackingField_44(int64_t value) { ___U3CDownloadLengthU3Ek__BackingField_44 = value; } inline static int32_t get_offset_of_U3CDownloadProgressChangedU3Ek__BackingField_45() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadProgressChangedU3Ek__BackingField_45)); } inline bool get_U3CDownloadProgressChangedU3Ek__BackingField_45() const { return ___U3CDownloadProgressChangedU3Ek__BackingField_45; } inline bool* get_address_of_U3CDownloadProgressChangedU3Ek__BackingField_45() { return &___U3CDownloadProgressChangedU3Ek__BackingField_45; } inline void set_U3CDownloadProgressChangedU3Ek__BackingField_45(bool value) { ___U3CDownloadProgressChangedU3Ek__BackingField_45 = value; } inline static int32_t get_offset_of_U3CUploadedU3Ek__BackingField_46() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadedU3Ek__BackingField_46)); } inline int64_t get_U3CUploadedU3Ek__BackingField_46() const { return ___U3CUploadedU3Ek__BackingField_46; } inline int64_t* get_address_of_U3CUploadedU3Ek__BackingField_46() { return &___U3CUploadedU3Ek__BackingField_46; } inline void set_U3CUploadedU3Ek__BackingField_46(int64_t value) { ___U3CUploadedU3Ek__BackingField_46 = value; } inline static int32_t get_offset_of_U3CUploadLengthU3Ek__BackingField_47() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadLengthU3Ek__BackingField_47)); } inline int64_t get_U3CUploadLengthU3Ek__BackingField_47() const { return ___U3CUploadLengthU3Ek__BackingField_47; } inline int64_t* get_address_of_U3CUploadLengthU3Ek__BackingField_47() { return &___U3CUploadLengthU3Ek__BackingField_47; } inline void set_U3CUploadLengthU3Ek__BackingField_47(int64_t value) { ___U3CUploadLengthU3Ek__BackingField_47 = value; } inline static int32_t get_offset_of_U3CUploadProgressChangedU3Ek__BackingField_48() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadProgressChangedU3Ek__BackingField_48)); } inline bool get_U3CUploadProgressChangedU3Ek__BackingField_48() const { return ___U3CUploadProgressChangedU3Ek__BackingField_48; } inline bool* get_address_of_U3CUploadProgressChangedU3Ek__BackingField_48() { return &___U3CUploadProgressChangedU3Ek__BackingField_48; } inline void set_U3CUploadProgressChangedU3Ek__BackingField_48(bool value) { ___U3CUploadProgressChangedU3Ek__BackingField_48 = value; } inline static int32_t get_offset_of_isKeepAlive_49() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___isKeepAlive_49)); } inline bool get_isKeepAlive_49() const { return ___isKeepAlive_49; } inline bool* get_address_of_isKeepAlive_49() { return &___isKeepAlive_49; } inline void set_isKeepAlive_49(bool value) { ___isKeepAlive_49 = value; } inline static int32_t get_offset_of_disableCache_50() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___disableCache_50)); } inline bool get_disableCache_50() const { return ___disableCache_50; } inline bool* get_address_of_disableCache_50() { return &___disableCache_50; } inline void set_disableCache_50(bool value) { ___disableCache_50 = value; } inline static int32_t get_offset_of_cacheOnly_51() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___cacheOnly_51)); } inline bool get_cacheOnly_51() const { return ___cacheOnly_51; } inline bool* get_address_of_cacheOnly_51() { return &___cacheOnly_51; } inline void set_cacheOnly_51(bool value) { ___cacheOnly_51 = value; } inline static int32_t get_offset_of_streamFragmentSize_52() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___streamFragmentSize_52)); } inline int32_t get_streamFragmentSize_52() const { return ___streamFragmentSize_52; } inline int32_t* get_address_of_streamFragmentSize_52() { return &___streamFragmentSize_52; } inline void set_streamFragmentSize_52(int32_t value) { ___streamFragmentSize_52 = value; } inline static int32_t get_offset_of_useStreaming_53() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___useStreaming_53)); } inline bool get_useStreaming_53() const { return ___useStreaming_53; } inline bool* get_address_of_useStreaming_53() { return &___useStreaming_53; } inline void set_useStreaming_53(bool value) { ___useStreaming_53 = value; } inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_54() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CHeadersU3Ek__BackingField_54)); } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * get_U3CHeadersU3Ek__BackingField_54() const { return ___U3CHeadersU3Ek__BackingField_54; } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 ** get_address_of_U3CHeadersU3Ek__BackingField_54() { return &___U3CHeadersU3Ek__BackingField_54; } inline void set_U3CHeadersU3Ek__BackingField_54(Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * value) { ___U3CHeadersU3Ek__BackingField_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_54), (void*)value); } inline static int32_t get_offset_of_FieldCollector_55() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___FieldCollector_55)); } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * get_FieldCollector_55() const { return ___FieldCollector_55; } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 ** get_address_of_FieldCollector_55() { return &___FieldCollector_55; } inline void set_FieldCollector_55(HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * value) { ___FieldCollector_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___FieldCollector_55), (void*)value); } inline static int32_t get_offset_of_FormImpl_56() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___FormImpl_56)); } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * get_FormImpl_56() const { return ___FormImpl_56; } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 ** get_address_of_FormImpl_56() { return &___FormImpl_56; } inline void set_FormImpl_56(HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * value) { ___FormImpl_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___FormImpl_56), (void*)value); } }; struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields { public: // System.Byte[] BestHTTP.HTTPRequest::EOL ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___EOL_0; // System.String[] BestHTTP.HTTPRequest::MethodNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___MethodNames_1; // System.Int32 BestHTTP.HTTPRequest::UploadChunkSize int32_t ___UploadChunkSize_2; public: inline static int32_t get_offset_of_EOL_0() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___EOL_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_EOL_0() const { return ___EOL_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_EOL_0() { return &___EOL_0; } inline void set_EOL_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___EOL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EOL_0), (void*)value); } inline static int32_t get_offset_of_MethodNames_1() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___MethodNames_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_MethodNames_1() const { return ___MethodNames_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_MethodNames_1() { return &___MethodNames_1; } inline void set_MethodNames_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___MethodNames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___MethodNames_1), (void*)value); } inline static int32_t get_offset_of_UploadChunkSize_2() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___UploadChunkSize_2)); } inline int32_t get_UploadChunkSize_2() const { return ___UploadChunkSize_2; } inline int32_t* get_address_of_UploadChunkSize_2() { return &___UploadChunkSize_2; } inline void set_UploadChunkSize_2(int32_t value) { ___UploadChunkSize_2 = value; } }; // System.Net.IPAddress struct IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE : public RuntimeObject { public: // System.Int64 System.Net.IPAddress::m_Address int64_t ___m_Address_5; // System.String System.Net.IPAddress::m_ToString String_t* ___m_ToString_6; // System.Net.Sockets.AddressFamily System.Net.IPAddress::m_Family int32_t ___m_Family_10; // System.UInt16[] System.Net.IPAddress::m_Numbers UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___m_Numbers_11; // System.Int64 System.Net.IPAddress::m_ScopeId int64_t ___m_ScopeId_12; // System.Int32 System.Net.IPAddress::m_HashCode int32_t ___m_HashCode_13; public: inline static int32_t get_offset_of_m_Address_5() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_Address_5)); } inline int64_t get_m_Address_5() const { return ___m_Address_5; } inline int64_t* get_address_of_m_Address_5() { return &___m_Address_5; } inline void set_m_Address_5(int64_t value) { ___m_Address_5 = value; } inline static int32_t get_offset_of_m_ToString_6() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_ToString_6)); } inline String_t* get_m_ToString_6() const { return ___m_ToString_6; } inline String_t** get_address_of_m_ToString_6() { return &___m_ToString_6; } inline void set_m_ToString_6(String_t* value) { ___m_ToString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ToString_6), (void*)value); } inline static int32_t get_offset_of_m_Family_10() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_Family_10)); } inline int32_t get_m_Family_10() const { return ___m_Family_10; } inline int32_t* get_address_of_m_Family_10() { return &___m_Family_10; } inline void set_m_Family_10(int32_t value) { ___m_Family_10 = value; } inline static int32_t get_offset_of_m_Numbers_11() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_Numbers_11)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get_m_Numbers_11() const { return ___m_Numbers_11; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of_m_Numbers_11() { return &___m_Numbers_11; } inline void set_m_Numbers_11(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* value) { ___m_Numbers_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Numbers_11), (void*)value); } inline static int32_t get_offset_of_m_ScopeId_12() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_ScopeId_12)); } inline int64_t get_m_ScopeId_12() const { return ___m_ScopeId_12; } inline int64_t* get_address_of_m_ScopeId_12() { return &___m_ScopeId_12; } inline void set_m_ScopeId_12(int64_t value) { ___m_ScopeId_12 = value; } inline static int32_t get_offset_of_m_HashCode_13() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_HashCode_13)); } inline int32_t get_m_HashCode_13() const { return ___m_HashCode_13; } inline int32_t* get_address_of_m_HashCode_13() { return &___m_HashCode_13; } inline void set_m_HashCode_13(int32_t value) { ___m_HashCode_13 = value; } }; struct IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields { public: // System.Net.IPAddress System.Net.IPAddress::Any IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___Any_0; // System.Net.IPAddress System.Net.IPAddress::Loopback IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___Loopback_1; // System.Net.IPAddress System.Net.IPAddress::Broadcast IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___Broadcast_2; // System.Net.IPAddress System.Net.IPAddress::None IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___None_3; // System.Net.IPAddress System.Net.IPAddress::IPv6Any IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___IPv6Any_7; // System.Net.IPAddress System.Net.IPAddress::IPv6Loopback IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___IPv6Loopback_8; // System.Net.IPAddress System.Net.IPAddress::IPv6None IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___IPv6None_9; public: inline static int32_t get_offset_of_Any_0() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___Any_0)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_Any_0() const { return ___Any_0; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_Any_0() { return &___Any_0; } inline void set_Any_0(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___Any_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Any_0), (void*)value); } inline static int32_t get_offset_of_Loopback_1() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___Loopback_1)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_Loopback_1() const { return ___Loopback_1; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_Loopback_1() { return &___Loopback_1; } inline void set_Loopback_1(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___Loopback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Loopback_1), (void*)value); } inline static int32_t get_offset_of_Broadcast_2() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___Broadcast_2)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_Broadcast_2() const { return ___Broadcast_2; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_Broadcast_2() { return &___Broadcast_2; } inline void set_Broadcast_2(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___Broadcast_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Broadcast_2), (void*)value); } inline static int32_t get_offset_of_None_3() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___None_3)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_None_3() const { return ___None_3; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_None_3() { return &___None_3; } inline void set_None_3(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___None_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___None_3), (void*)value); } inline static int32_t get_offset_of_IPv6Any_7() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___IPv6Any_7)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_IPv6Any_7() const { return ___IPv6Any_7; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_IPv6Any_7() { return &___IPv6Any_7; } inline void set_IPv6Any_7(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___IPv6Any_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6Any_7), (void*)value); } inline static int32_t get_offset_of_IPv6Loopback_8() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___IPv6Loopback_8)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_IPv6Loopback_8() const { return ___IPv6Loopback_8; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_IPv6Loopback_8() { return &___IPv6Loopback_8; } inline void set_IPv6Loopback_8(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___IPv6Loopback_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6Loopback_8), (void*)value); } inline static int32_t get_offset_of_IPv6None_9() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___IPv6None_9)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_IPv6None_9() const { return ___IPv6None_9; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_IPv6None_9() { return &___IPv6None_9; } inline void set_IPv6None_9(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___IPv6None_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6None_9), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID struct KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 : public DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 { public: public: }; struct KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID::AnyExtendedKeyUsage KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * ___AnyExtendedKeyUsage_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID::IdKPServerAuth KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * ___IdKPServerAuth_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID::IdKPClientAuth KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * ___IdKPClientAuth_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID::IdKPCodeSigning KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * ___IdKPCodeSigning_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID::IdKPEmailProtection KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * ___IdKPEmailProtection_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID::IdKPIpsecEndSystem KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * ___IdKPIpsecEndSystem_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID::IdKPIpsecTunnel KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * ___IdKPIpsecTunnel_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID::IdKPIpsecUser KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * ___IdKPIpsecUser_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID::IdKPTimeStamping KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * ___IdKPTimeStamping_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID::IdKPOcspSigning KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * ___IdKPOcspSigning_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID::IdKPSmartCardLogon KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * ___IdKPSmartCardLogon_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID::IdKPMacAddress KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * ___IdKPMacAddress_18; public: inline static int32_t get_offset_of_AnyExtendedKeyUsage_7() { return static_cast(offsetof(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59_StaticFields, ___AnyExtendedKeyUsage_7)); } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * get_AnyExtendedKeyUsage_7() const { return ___AnyExtendedKeyUsage_7; } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 ** get_address_of_AnyExtendedKeyUsage_7() { return &___AnyExtendedKeyUsage_7; } inline void set_AnyExtendedKeyUsage_7(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * value) { ___AnyExtendedKeyUsage_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___AnyExtendedKeyUsage_7), (void*)value); } inline static int32_t get_offset_of_IdKPServerAuth_8() { return static_cast(offsetof(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59_StaticFields, ___IdKPServerAuth_8)); } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * get_IdKPServerAuth_8() const { return ___IdKPServerAuth_8; } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 ** get_address_of_IdKPServerAuth_8() { return &___IdKPServerAuth_8; } inline void set_IdKPServerAuth_8(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * value) { ___IdKPServerAuth_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdKPServerAuth_8), (void*)value); } inline static int32_t get_offset_of_IdKPClientAuth_9() { return static_cast(offsetof(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59_StaticFields, ___IdKPClientAuth_9)); } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * get_IdKPClientAuth_9() const { return ___IdKPClientAuth_9; } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 ** get_address_of_IdKPClientAuth_9() { return &___IdKPClientAuth_9; } inline void set_IdKPClientAuth_9(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * value) { ___IdKPClientAuth_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdKPClientAuth_9), (void*)value); } inline static int32_t get_offset_of_IdKPCodeSigning_10() { return static_cast(offsetof(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59_StaticFields, ___IdKPCodeSigning_10)); } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * get_IdKPCodeSigning_10() const { return ___IdKPCodeSigning_10; } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 ** get_address_of_IdKPCodeSigning_10() { return &___IdKPCodeSigning_10; } inline void set_IdKPCodeSigning_10(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * value) { ___IdKPCodeSigning_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdKPCodeSigning_10), (void*)value); } inline static int32_t get_offset_of_IdKPEmailProtection_11() { return static_cast(offsetof(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59_StaticFields, ___IdKPEmailProtection_11)); } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * get_IdKPEmailProtection_11() const { return ___IdKPEmailProtection_11; } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 ** get_address_of_IdKPEmailProtection_11() { return &___IdKPEmailProtection_11; } inline void set_IdKPEmailProtection_11(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * value) { ___IdKPEmailProtection_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdKPEmailProtection_11), (void*)value); } inline static int32_t get_offset_of_IdKPIpsecEndSystem_12() { return static_cast(offsetof(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59_StaticFields, ___IdKPIpsecEndSystem_12)); } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * get_IdKPIpsecEndSystem_12() const { return ___IdKPIpsecEndSystem_12; } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 ** get_address_of_IdKPIpsecEndSystem_12() { return &___IdKPIpsecEndSystem_12; } inline void set_IdKPIpsecEndSystem_12(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * value) { ___IdKPIpsecEndSystem_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdKPIpsecEndSystem_12), (void*)value); } inline static int32_t get_offset_of_IdKPIpsecTunnel_13() { return static_cast(offsetof(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59_StaticFields, ___IdKPIpsecTunnel_13)); } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * get_IdKPIpsecTunnel_13() const { return ___IdKPIpsecTunnel_13; } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 ** get_address_of_IdKPIpsecTunnel_13() { return &___IdKPIpsecTunnel_13; } inline void set_IdKPIpsecTunnel_13(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * value) { ___IdKPIpsecTunnel_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdKPIpsecTunnel_13), (void*)value); } inline static int32_t get_offset_of_IdKPIpsecUser_14() { return static_cast(offsetof(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59_StaticFields, ___IdKPIpsecUser_14)); } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * get_IdKPIpsecUser_14() const { return ___IdKPIpsecUser_14; } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 ** get_address_of_IdKPIpsecUser_14() { return &___IdKPIpsecUser_14; } inline void set_IdKPIpsecUser_14(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * value) { ___IdKPIpsecUser_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdKPIpsecUser_14), (void*)value); } inline static int32_t get_offset_of_IdKPTimeStamping_15() { return static_cast(offsetof(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59_StaticFields, ___IdKPTimeStamping_15)); } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * get_IdKPTimeStamping_15() const { return ___IdKPTimeStamping_15; } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 ** get_address_of_IdKPTimeStamping_15() { return &___IdKPTimeStamping_15; } inline void set_IdKPTimeStamping_15(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * value) { ___IdKPTimeStamping_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdKPTimeStamping_15), (void*)value); } inline static int32_t get_offset_of_IdKPOcspSigning_16() { return static_cast(offsetof(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59_StaticFields, ___IdKPOcspSigning_16)); } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * get_IdKPOcspSigning_16() const { return ___IdKPOcspSigning_16; } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 ** get_address_of_IdKPOcspSigning_16() { return &___IdKPOcspSigning_16; } inline void set_IdKPOcspSigning_16(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * value) { ___IdKPOcspSigning_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdKPOcspSigning_16), (void*)value); } inline static int32_t get_offset_of_IdKPSmartCardLogon_17() { return static_cast(offsetof(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59_StaticFields, ___IdKPSmartCardLogon_17)); } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * get_IdKPSmartCardLogon_17() const { return ___IdKPSmartCardLogon_17; } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 ** get_address_of_IdKPSmartCardLogon_17() { return &___IdKPSmartCardLogon_17; } inline void set_IdKPSmartCardLogon_17(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * value) { ___IdKPSmartCardLogon_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdKPSmartCardLogon_17), (void*)value); } inline static int32_t get_offset_of_IdKPMacAddress_18() { return static_cast(offsetof(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59_StaticFields, ___IdKPMacAddress_18)); } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * get_IdKPMacAddress_18() const { return ___IdKPMacAddress_18; } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 ** get_address_of_IdKPMacAddress_18() { return &___IdKPMacAddress_18; } inline void set_IdKPMacAddress_18(KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * value) { ___IdKPMacAddress_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdKPMacAddress_18), (void*)value); } }; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.ServerSentEvents.Message struct Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B : public RuntimeObject { public: // System.String BestHTTP.ServerSentEvents.Message::k__BackingField String_t* ___U3CIdU3Ek__BackingField_0; // System.String BestHTTP.ServerSentEvents.Message::k__BackingField String_t* ___U3CEventU3Ek__BackingField_1; // System.String BestHTTP.ServerSentEvents.Message::k__BackingField String_t* ___U3CDataU3Ek__BackingField_2; // System.TimeSpan BestHTTP.ServerSentEvents.Message::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CRetryU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CIdU3Ek__BackingField_0() { return static_cast(offsetof(Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B, ___U3CIdU3Ek__BackingField_0)); } inline String_t* get_U3CIdU3Ek__BackingField_0() const { return ___U3CIdU3Ek__BackingField_0; } inline String_t** get_address_of_U3CIdU3Ek__BackingField_0() { return &___U3CIdU3Ek__BackingField_0; } inline void set_U3CIdU3Ek__BackingField_0(String_t* value) { ___U3CIdU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CIdU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CEventU3Ek__BackingField_1() { return static_cast(offsetof(Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B, ___U3CEventU3Ek__BackingField_1)); } inline String_t* get_U3CEventU3Ek__BackingField_1() const { return ___U3CEventU3Ek__BackingField_1; } inline String_t** get_address_of_U3CEventU3Ek__BackingField_1() { return &___U3CEventU3Ek__BackingField_1; } inline void set_U3CEventU3Ek__BackingField_1(String_t* value) { ___U3CEventU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEventU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_2() { return static_cast(offsetof(Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B, ___U3CDataU3Ek__BackingField_2)); } inline String_t* get_U3CDataU3Ek__BackingField_2() const { return ___U3CDataU3Ek__BackingField_2; } inline String_t** get_address_of_U3CDataU3Ek__BackingField_2() { return &___U3CDataU3Ek__BackingField_2; } inline void set_U3CDataU3Ek__BackingField_2(String_t* value) { ___U3CDataU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDataU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CRetryU3Ek__BackingField_3() { return static_cast(offsetof(Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B, ___U3CRetryU3Ek__BackingField_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CRetryU3Ek__BackingField_3() const { return ___U3CRetryU3Ek__BackingField_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CRetryU3Ek__BackingField_3() { return &___U3CRetryU3Ek__BackingField_3; } inline void set_U3CRetryU3Ek__BackingField_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CRetryU3Ek__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; }; // 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.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_0; // System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * ___factory_1; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_2; // System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___internalMatchTimeout_5; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps_9; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames_10; // System.String[] System.Text.RegularExpressions.Regex::capslist StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___capslist_11; // System.Int32 System.Text.RegularExpressions.Regex::capsize int32_t ___capsize_12; // System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::runnerref ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * ___runnerref_13; // System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.Regex::replref SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * ___replref_14; // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::code RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ___code_15; // System.Boolean System.Text.RegularExpressions.Regex::refsInitialized bool ___refsInitialized_16; public: inline static int32_t get_offset_of_pattern_0() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___pattern_0)); } inline String_t* get_pattern_0() const { return ___pattern_0; } inline String_t** get_address_of_pattern_0() { return &___pattern_0; } inline void set_pattern_0(String_t* value) { ___pattern_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pattern_0), (void*)value); } inline static int32_t get_offset_of_factory_1() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___factory_1)); } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * get_factory_1() const { return ___factory_1; } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 ** get_address_of_factory_1() { return &___factory_1; } inline void set_factory_1(RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * value) { ___factory_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___factory_1), (void*)value); } inline static int32_t get_offset_of_roptions_2() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___roptions_2)); } inline int32_t get_roptions_2() const { return ___roptions_2; } inline int32_t* get_address_of_roptions_2() { return &___roptions_2; } inline void set_roptions_2(int32_t value) { ___roptions_2 = value; } inline static int32_t get_offset_of_internalMatchTimeout_5() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___internalMatchTimeout_5)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_internalMatchTimeout_5() const { return ___internalMatchTimeout_5; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_internalMatchTimeout_5() { return &___internalMatchTimeout_5; } inline void set_internalMatchTimeout_5(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___internalMatchTimeout_5 = value; } inline static int32_t get_offset_of_caps_9() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___caps_9)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_caps_9() const { return ___caps_9; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_caps_9() { return &___caps_9; } inline void set_caps_9(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___caps_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___caps_9), (void*)value); } inline static int32_t get_offset_of_capnames_10() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capnames_10)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_capnames_10() const { return ___capnames_10; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_capnames_10() { return &___capnames_10; } inline void set_capnames_10(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___capnames_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___capnames_10), (void*)value); } inline static int32_t get_offset_of_capslist_11() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capslist_11)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_capslist_11() const { return ___capslist_11; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_capslist_11() { return &___capslist_11; } inline void set_capslist_11(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___capslist_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___capslist_11), (void*)value); } inline static int32_t get_offset_of_capsize_12() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capsize_12)); } inline int32_t get_capsize_12() const { return ___capsize_12; } inline int32_t* get_address_of_capsize_12() { return &___capsize_12; } inline void set_capsize_12(int32_t value) { ___capsize_12 = value; } inline static int32_t get_offset_of_runnerref_13() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___runnerref_13)); } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * get_runnerref_13() const { return ___runnerref_13; } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 ** get_address_of_runnerref_13() { return &___runnerref_13; } inline void set_runnerref_13(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * value) { ___runnerref_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___runnerref_13), (void*)value); } inline static int32_t get_offset_of_replref_14() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___replref_14)); } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * get_replref_14() const { return ___replref_14; } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 ** get_address_of_replref_14() { return &___replref_14; } inline void set_replref_14(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * value) { ___replref_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___replref_14), (void*)value); } inline static int32_t get_offset_of_code_15() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___code_15)); } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * get_code_15() const { return ___code_15; } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 ** get_address_of_code_15() { return &___code_15; } inline void set_code_15(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * value) { ___code_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___code_15), (void*)value); } inline static int32_t get_offset_of_refsInitialized_16() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___refsInitialized_16)); } inline bool get_refsInitialized_16() const { return ___refsInitialized_16; } inline bool* get_address_of_refsInitialized_16() { return &___refsInitialized_16; } inline void set_refsInitialized_16(bool value) { ___refsInitialized_16 = value; } }; struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields { public: // System.TimeSpan System.Text.RegularExpressions.Regex::MaximumMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaximumMatchTimeout_3; // System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___InfiniteMatchTimeout_4; // System.TimeSpan System.Text.RegularExpressions.Regex::FallbackDefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___FallbackDefaultMatchTimeout_7; // System.TimeSpan System.Text.RegularExpressions.Regex::DefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___DefaultMatchTimeout_8; // System.Collections.Generic.LinkedList`1 System.Text.RegularExpressions.Regex::livecode LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * ___livecode_17; // System.Int32 System.Text.RegularExpressions.Regex::cacheSize int32_t ___cacheSize_18; public: inline static int32_t get_offset_of_MaximumMatchTimeout_3() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___MaximumMatchTimeout_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaximumMatchTimeout_3() const { return ___MaximumMatchTimeout_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaximumMatchTimeout_3() { return &___MaximumMatchTimeout_3; } inline void set_MaximumMatchTimeout_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaximumMatchTimeout_3 = value; } inline static int32_t get_offset_of_InfiniteMatchTimeout_4() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___InfiniteMatchTimeout_4)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_InfiniteMatchTimeout_4() const { return ___InfiniteMatchTimeout_4; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_InfiniteMatchTimeout_4() { return &___InfiniteMatchTimeout_4; } inline void set_InfiniteMatchTimeout_4(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___InfiniteMatchTimeout_4 = value; } inline static int32_t get_offset_of_FallbackDefaultMatchTimeout_7() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___FallbackDefaultMatchTimeout_7)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_FallbackDefaultMatchTimeout_7() const { return ___FallbackDefaultMatchTimeout_7; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_FallbackDefaultMatchTimeout_7() { return &___FallbackDefaultMatchTimeout_7; } inline void set_FallbackDefaultMatchTimeout_7(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___FallbackDefaultMatchTimeout_7 = value; } inline static int32_t get_offset_of_DefaultMatchTimeout_8() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___DefaultMatchTimeout_8)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_DefaultMatchTimeout_8() const { return ___DefaultMatchTimeout_8; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_DefaultMatchTimeout_8() { return &___DefaultMatchTimeout_8; } inline void set_DefaultMatchTimeout_8(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___DefaultMatchTimeout_8 = value; } inline static int32_t get_offset_of_livecode_17() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___livecode_17)); } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * get_livecode_17() const { return ___livecode_17; } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 ** get_address_of_livecode_17() { return &___livecode_17; } inline void set_livecode_17(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * value) { ___livecode_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___livecode_17), (void*)value); } inline static int32_t get_offset_of_cacheSize_18() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___cacheSize_18)); } inline int32_t get_cacheSize_18() const { return ___cacheSize_18; } inline int32_t* get_address_of_cacheSize_18() { return &___cacheSize_18; } inline void set_cacheSize_18(int32_t value) { ___cacheSize_18 = value; } }; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // 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); } }; // 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.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer/Buffer struct Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C : public MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C { public: public: }; // UnityEngine.ParticleSystem/MinMaxCurve struct MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD { public: // UnityEngine.ParticleSystemCurveMode UnityEngine.ParticleSystem/MinMaxCurve::m_Mode int32_t ___m_Mode_0; // System.Single UnityEngine.ParticleSystem/MinMaxCurve::m_CurveMultiplier float ___m_CurveMultiplier_1; // UnityEngine.AnimationCurve UnityEngine.ParticleSystem/MinMaxCurve::m_CurveMin AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___m_CurveMin_2; // UnityEngine.AnimationCurve UnityEngine.ParticleSystem/MinMaxCurve::m_CurveMax AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___m_CurveMax_3; // System.Single UnityEngine.ParticleSystem/MinMaxCurve::m_ConstantMin float ___m_ConstantMin_4; // System.Single UnityEngine.ParticleSystem/MinMaxCurve::m_ConstantMax float ___m_ConstantMax_5; public: inline static int32_t get_offset_of_m_Mode_0() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_Mode_0)); } inline int32_t get_m_Mode_0() const { return ___m_Mode_0; } inline int32_t* get_address_of_m_Mode_0() { return &___m_Mode_0; } inline void set_m_Mode_0(int32_t value) { ___m_Mode_0 = value; } inline static int32_t get_offset_of_m_CurveMultiplier_1() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_CurveMultiplier_1)); } inline float get_m_CurveMultiplier_1() const { return ___m_CurveMultiplier_1; } inline float* get_address_of_m_CurveMultiplier_1() { return &___m_CurveMultiplier_1; } inline void set_m_CurveMultiplier_1(float value) { ___m_CurveMultiplier_1 = value; } inline static int32_t get_offset_of_m_CurveMin_2() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_CurveMin_2)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_m_CurveMin_2() const { return ___m_CurveMin_2; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_m_CurveMin_2() { return &___m_CurveMin_2; } inline void set_m_CurveMin_2(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___m_CurveMin_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurveMin_2), (void*)value); } inline static int32_t get_offset_of_m_CurveMax_3() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_CurveMax_3)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_m_CurveMax_3() const { return ___m_CurveMax_3; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_m_CurveMax_3() { return &___m_CurveMax_3; } inline void set_m_CurveMax_3(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___m_CurveMax_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurveMax_3), (void*)value); } inline static int32_t get_offset_of_m_ConstantMin_4() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_ConstantMin_4)); } inline float get_m_ConstantMin_4() const { return ___m_ConstantMin_4; } inline float* get_address_of_m_ConstantMin_4() { return &___m_ConstantMin_4; } inline void set_m_ConstantMin_4(float value) { ___m_ConstantMin_4 = value; } inline static int32_t get_offset_of_m_ConstantMax_5() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_ConstantMax_5)); } inline float get_m_ConstantMax_5() const { return ___m_ConstantMax_5; } inline float* get_address_of_m_ConstantMax_5() { return &___m_ConstantMax_5; } inline void set_m_ConstantMax_5(float value) { ___m_ConstantMax_5 = value; } }; // System.Action`1 struct Action_1_tB0049C0C5F759294C4324FC2F877CB233B2CE88C : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_tEEDE22E9727265D12EED7DDDBA22217341029552 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A : public MulticastDelegate_t { public: public: }; // System.Predicate`1 struct Predicate_1_t8017F753C416484034195A381B4778389CC82D53 : public MulticastDelegate_t { public: public: }; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2 : 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.Asn1.BerSequence struct BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F : public DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 { public: public: }; struct BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequence::Empty BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F * ___Empty_4; public: inline static int32_t get_offset_of_Empty_4() { return static_cast(offsetof(BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F_StaticFields, ___Empty_4)); } inline BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F * get_Empty_4() const { return ___Empty_4; } inline BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F ** get_address_of_Empty_4() { return &___Empty_4; } inline void set_Empty_4(BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F * value) { ___Empty_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerTaggedObject struct BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3 : public DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E { public: public: }; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 : public CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 { public: public: }; // LitJson.ExporterFunc struct ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 : public MulticastDelegate_t { public: public: }; // BestHTTP.FileConnection struct FileConnection_tA6431B122AA31FBDD3050A1D909840045D1B0BAA : public ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 { public: public: }; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA, ____maybeFullPath_17)); } inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; } inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; } inline void set__maybeFullPath_17(String_t* value) { ____maybeFullPath_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value); } }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // BestHTTP.ServerSentEvents.OnErrorDelegate struct OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 : public MulticastDelegate_t { public: public: }; // BestHTTP.ServerSentEvents.OnEventDelegate struct OnEventDelegate_t4505E6609923ED7F137E5EFD9D00278A4FAB0CD8 : public MulticastDelegate_t { public: public: }; // BestHTTP.ServerSentEvents.OnGeneralEventDelegate struct OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C : public MulticastDelegate_t { public: public: }; // BestHTTP.ServerSentEvents.OnMessageDelegate struct OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F : public MulticastDelegate_t { public: public: }; // BestHTTP.OnRequestFinishedDelegate struct OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 : public MulticastDelegate_t { public: public: }; // BestHTTP.ServerSentEvents.OnRetryDelegate struct OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 : public MulticastDelegate_t { public: public: }; // BestHTTP.ServerSentEvents.OnStateChangedDelegate struct OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 : public MulticastDelegate_t { public: public: }; // UnityEngine.ParticleSystem struct ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.RenderTexture struct RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { public: public: }; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // BestHTTP.SocketIO.Events.SocketIOCallback struct SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE : public MulticastDelegate_t { public: public: }; // System.Threading.ThreadAbortException struct ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 : public MulticastDelegate_t { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // UnityEngine.AudioBehaviour struct AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields { public: // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreCull_4; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreRender_5; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPostRender_6; public: inline static int32_t get_offset_of_onPreCull_4() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreCull_4)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreCull_4() const { return ___onPreCull_4; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreCull_4() { return &___onPreCull_4; } inline void set_onPreCull_4(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreCull_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreCull_4), (void*)value); } inline static int32_t get_offset_of_onPreRender_5() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreRender_5)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreRender_5() const { return ___onPreRender_5; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreRender_5() { return &___onPreRender_5; } inline void set_onPreRender_5(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreRender_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreRender_5), (void*)value); } inline static int32_t get_offset_of_onPostRender_6() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPostRender_6)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPostRender_6() const { return ___onPostRender_6; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPostRender_6() { return &___onPostRender_6; } inline void set_onPostRender_6(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPostRender_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPostRender_6), (void*)value); } }; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields { public: // UnityEngine.Canvas/WillRenderCanvases UnityEngine.Canvas::preWillRenderCanvases WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * ___preWillRenderCanvases_4; // UnityEngine.Canvas/WillRenderCanvases UnityEngine.Canvas::willRenderCanvases WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * ___willRenderCanvases_5; // System.Action`1 UnityEngine.Canvas::k__BackingField Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6; // System.Action`2 UnityEngine.Canvas::k__BackingField Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 * ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7; // System.Action`1 UnityEngine.Canvas::k__BackingField Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * ___U3CexternEndRenderOverlaysU3Ek__BackingField_8; public: inline static int32_t get_offset_of_preWillRenderCanvases_4() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___preWillRenderCanvases_4)); } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * get_preWillRenderCanvases_4() const { return ___preWillRenderCanvases_4; } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 ** get_address_of_preWillRenderCanvases_4() { return &___preWillRenderCanvases_4; } inline void set_preWillRenderCanvases_4(WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * value) { ___preWillRenderCanvases_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___preWillRenderCanvases_4), (void*)value); } inline static int32_t get_offset_of_willRenderCanvases_5() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___willRenderCanvases_5)); } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * get_willRenderCanvases_5() const { return ___willRenderCanvases_5; } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 ** get_address_of_willRenderCanvases_5() { return &___willRenderCanvases_5; } inline void set_willRenderCanvases_5(WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * value) { ___willRenderCanvases_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___willRenderCanvases_5), (void*)value); } inline static int32_t get_offset_of_U3CexternBeginRenderOverlaysU3Ek__BackingField_6() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6)); } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * get_U3CexternBeginRenderOverlaysU3Ek__BackingField_6() const { return ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6; } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B ** get_address_of_U3CexternBeginRenderOverlaysU3Ek__BackingField_6() { return &___U3CexternBeginRenderOverlaysU3Ek__BackingField_6; } inline void set_U3CexternBeginRenderOverlaysU3Ek__BackingField_6(Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * value) { ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CexternBeginRenderOverlaysU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CexternRenderOverlaysBeforeU3Ek__BackingField_7() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7)); } inline Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 * get_U3CexternRenderOverlaysBeforeU3Ek__BackingField_7() const { return ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7; } inline Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 ** get_address_of_U3CexternRenderOverlaysBeforeU3Ek__BackingField_7() { return &___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7; } inline void set_U3CexternRenderOverlaysBeforeU3Ek__BackingField_7(Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 * value) { ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CexternEndRenderOverlaysU3Ek__BackingField_8() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___U3CexternEndRenderOverlaysU3Ek__BackingField_8)); } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * get_U3CexternEndRenderOverlaysU3Ek__BackingField_8() const { return ___U3CexternEndRenderOverlaysU3Ek__BackingField_8; } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B ** get_address_of_U3CexternEndRenderOverlaysU3Ek__BackingField_8() { return &___U3CexternEndRenderOverlaysU3Ek__BackingField_8; } inline void set_U3CexternEndRenderOverlaysU3Ek__BackingField_8(Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * value) { ___U3CexternEndRenderOverlaysU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CexternEndRenderOverlaysU3Ek__BackingField_8), (void*)value); } }; // UnityEngine.CharacterController struct CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E : public Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.EncryptionException struct EncryptionException_t12E7FCDEDFE1D27B6F076E0B23919DCF4BB0671B : public IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA { public: public: }; // System.IO.EndOfStreamException struct EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 : public IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA { public: public: }; // UnityEngine.Light struct Light_tA2F349FE839781469A0344CF6039B51512394275 : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: // System.Int32 UnityEngine.Light::m_BakedIndex int32_t ___m_BakedIndex_4; public: inline static int32_t get_offset_of_m_BakedIndex_4() { return static_cast(offsetof(Light_tA2F349FE839781469A0344CF6039B51512394275, ___m_BakedIndex_4)); } inline int32_t get_m_BakedIndex_4() const { return ___m_BakedIndex_4; } inline int32_t* get_address_of_m_BakedIndex_4() { return &___m_BakedIndex_4; } inline void set_m_BakedIndex_4(int32_t value) { ___m_BakedIndex_4 = value; } }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B : public AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A { public: public: }; // Ellipse struct Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.ParticleSystem Ellipse::particleSystem0 ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___particleSystem0_4; // System.Collections.Generic.List`1 Ellipse::arrayList List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * ___arrayList_5; // UnityEngine.Transform Ellipse::ellipseTran Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___ellipseTran_6; // UnityEngine.Transform Ellipse::cameraXTran Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___cameraXTran_7; // UnityEngine.Transform Ellipse::cameraYTran Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___cameraYTran_8; // UnityEngine.Transform Ellipse::cameraZTran Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___cameraZTran_9; // UnityEngine.Camera Ellipse::cameraX Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___cameraX_10; // UnityEngine.Camera Ellipse::cameraY Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___cameraY_11; // UnityEngine.Camera Ellipse::cameraZ Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___cameraZ_12; // UnityEngine.ParticleSystem/Particle[] Ellipse::allParticles ParticleU5BU5D_tF02F4854575E99F3004B58B6CC6BB2373BAEB04C* ___allParticles_13; public: inline static int32_t get_offset_of_particleSystem0_4() { return static_cast(offsetof(Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182, ___particleSystem0_4)); } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * get_particleSystem0_4() const { return ___particleSystem0_4; } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E ** get_address_of_particleSystem0_4() { return &___particleSystem0_4; } inline void set_particleSystem0_4(ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * value) { ___particleSystem0_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___particleSystem0_4), (void*)value); } inline static int32_t get_offset_of_arrayList_5() { return static_cast(offsetof(Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182, ___arrayList_5)); } inline List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * get_arrayList_5() const { return ___arrayList_5; } inline List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 ** get_address_of_arrayList_5() { return &___arrayList_5; } inline void set_arrayList_5(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * value) { ___arrayList_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrayList_5), (void*)value); } inline static int32_t get_offset_of_ellipseTran_6() { return static_cast(offsetof(Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182, ___ellipseTran_6)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_ellipseTran_6() const { return ___ellipseTran_6; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_ellipseTran_6() { return &___ellipseTran_6; } inline void set_ellipseTran_6(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___ellipseTran_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ellipseTran_6), (void*)value); } inline static int32_t get_offset_of_cameraXTran_7() { return static_cast(offsetof(Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182, ___cameraXTran_7)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_cameraXTran_7() const { return ___cameraXTran_7; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_cameraXTran_7() { return &___cameraXTran_7; } inline void set_cameraXTran_7(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___cameraXTran_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___cameraXTran_7), (void*)value); } inline static int32_t get_offset_of_cameraYTran_8() { return static_cast(offsetof(Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182, ___cameraYTran_8)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_cameraYTran_8() const { return ___cameraYTran_8; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_cameraYTran_8() { return &___cameraYTran_8; } inline void set_cameraYTran_8(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___cameraYTran_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___cameraYTran_8), (void*)value); } inline static int32_t get_offset_of_cameraZTran_9() { return static_cast(offsetof(Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182, ___cameraZTran_9)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_cameraZTran_9() const { return ___cameraZTran_9; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_cameraZTran_9() { return &___cameraZTran_9; } inline void set_cameraZTran_9(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___cameraZTran_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___cameraZTran_9), (void*)value); } inline static int32_t get_offset_of_cameraX_10() { return static_cast(offsetof(Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182, ___cameraX_10)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_cameraX_10() const { return ___cameraX_10; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_cameraX_10() { return &___cameraX_10; } inline void set_cameraX_10(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___cameraX_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___cameraX_10), (void*)value); } inline static int32_t get_offset_of_cameraY_11() { return static_cast(offsetof(Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182, ___cameraY_11)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_cameraY_11() const { return ___cameraY_11; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_cameraY_11() { return &___cameraY_11; } inline void set_cameraY_11(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___cameraY_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___cameraY_11), (void*)value); } inline static int32_t get_offset_of_cameraZ_12() { return static_cast(offsetof(Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182, ___cameraZ_12)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_cameraZ_12() const { return ___cameraZ_12; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_cameraZ_12() { return &___cameraZ_12; } inline void set_cameraZ_12(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___cameraZ_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___cameraZ_12), (void*)value); } inline static int32_t get_offset_of_allParticles_13() { return static_cast(offsetof(Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182, ___allParticles_13)); } inline ParticleU5BU5D_tF02F4854575E99F3004B58B6CC6BB2373BAEB04C* get_allParticles_13() const { return ___allParticles_13; } inline ParticleU5BU5D_tF02F4854575E99F3004B58B6CC6BB2373BAEB04C** get_address_of_allParticles_13() { return &___allParticles_13; } inline void set_allParticles_13(ParticleU5BU5D_tF02F4854575E99F3004B58B6CC6BB2373BAEB04C* value) { ___allParticles_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___allParticles_13), (void*)value); } }; // Entry struct Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Text Entry::versionText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___versionText_4; // System.Boolean Entry::appVersionCheckOK bool ___appVersionCheckOK_5; // System.Single Entry::timeOnStartLoadScene float ___timeOnStartLoadScene_6; // UnityEngine.UI.Text Entry::tipText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___tipText_7; // System.Int32 Entry::counter int32_t ___counter_8; // System.String Entry::countStr1 String_t* ___countStr1_9; // System.String Entry::countStr2 String_t* ___countStr2_10; public: inline static int32_t get_offset_of_versionText_4() { return static_cast(offsetof(Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3, ___versionText_4)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_versionText_4() const { return ___versionText_4; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_versionText_4() { return &___versionText_4; } inline void set_versionText_4(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___versionText_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___versionText_4), (void*)value); } inline static int32_t get_offset_of_appVersionCheckOK_5() { return static_cast(offsetof(Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3, ___appVersionCheckOK_5)); } inline bool get_appVersionCheckOK_5() const { return ___appVersionCheckOK_5; } inline bool* get_address_of_appVersionCheckOK_5() { return &___appVersionCheckOK_5; } inline void set_appVersionCheckOK_5(bool value) { ___appVersionCheckOK_5 = value; } inline static int32_t get_offset_of_timeOnStartLoadScene_6() { return static_cast(offsetof(Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3, ___timeOnStartLoadScene_6)); } inline float get_timeOnStartLoadScene_6() const { return ___timeOnStartLoadScene_6; } inline float* get_address_of_timeOnStartLoadScene_6() { return &___timeOnStartLoadScene_6; } inline void set_timeOnStartLoadScene_6(float value) { ___timeOnStartLoadScene_6 = value; } inline static int32_t get_offset_of_tipText_7() { return static_cast(offsetof(Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3, ___tipText_7)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_tipText_7() const { return ___tipText_7; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_tipText_7() { return &___tipText_7; } inline void set_tipText_7(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___tipText_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___tipText_7), (void*)value); } inline static int32_t get_offset_of_counter_8() { return static_cast(offsetof(Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3, ___counter_8)); } inline int32_t get_counter_8() const { return ___counter_8; } inline int32_t* get_address_of_counter_8() { return &___counter_8; } inline void set_counter_8(int32_t value) { ___counter_8 = value; } inline static int32_t get_offset_of_countStr1_9() { return static_cast(offsetof(Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3, ___countStr1_9)); } inline String_t* get_countStr1_9() const { return ___countStr1_9; } inline String_t** get_address_of_countStr1_9() { return &___countStr1_9; } inline void set_countStr1_9(String_t* value) { ___countStr1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___countStr1_9), (void*)value); } inline static int32_t get_offset_of_countStr2_10() { return static_cast(offsetof(Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3, ___countStr2_10)); } inline String_t* get_countStr2_10() const { return ___countStr2_10; } inline String_t** get_address_of_countStr2_10() { return &___countStr2_10; } inline void set_countStr2_10(String_t* value) { ___countStr2_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___countStr2_10), (void*)value); } }; // EventSystemChecker struct EventSystemChecker_t554234CB60C9E738FD303092A56CD26367B062FA : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // UnityStandardAssets.Effects.ExplosionFireAndDebris struct ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform[] UnityStandardAssets.Effects.ExplosionFireAndDebris::debrisPrefabs TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* ___debrisPrefabs_4; // UnityEngine.Transform UnityStandardAssets.Effects.ExplosionFireAndDebris::firePrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___firePrefab_5; // System.Int32 UnityStandardAssets.Effects.ExplosionFireAndDebris::numDebrisPieces int32_t ___numDebrisPieces_6; // System.Int32 UnityStandardAssets.Effects.ExplosionFireAndDebris::numFires int32_t ___numFires_7; public: inline static int32_t get_offset_of_debrisPrefabs_4() { return static_cast(offsetof(ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372, ___debrisPrefabs_4)); } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* get_debrisPrefabs_4() const { return ___debrisPrefabs_4; } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D** get_address_of_debrisPrefabs_4() { return &___debrisPrefabs_4; } inline void set_debrisPrefabs_4(TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* value) { ___debrisPrefabs_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___debrisPrefabs_4), (void*)value); } inline static int32_t get_offset_of_firePrefab_5() { return static_cast(offsetof(ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372, ___firePrefab_5)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_firePrefab_5() const { return ___firePrefab_5; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_firePrefab_5() { return &___firePrefab_5; } inline void set_firePrefab_5(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___firePrefab_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___firePrefab_5), (void*)value); } inline static int32_t get_offset_of_numDebrisPieces_6() { return static_cast(offsetof(ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372, ___numDebrisPieces_6)); } inline int32_t get_numDebrisPieces_6() const { return ___numDebrisPieces_6; } inline int32_t* get_address_of_numDebrisPieces_6() { return &___numDebrisPieces_6; } inline void set_numDebrisPieces_6(int32_t value) { ___numDebrisPieces_6 = value; } inline static int32_t get_offset_of_numFires_7() { return static_cast(offsetof(ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372, ___numFires_7)); } inline int32_t get_numFires_7() const { return ___numFires_7; } inline int32_t* get_address_of_numFires_7() { return &___numFires_7; } inline void set_numFires_7(int32_t value) { ___numFires_7 = value; } }; // UnityStandardAssets.Effects.ExplosionPhysicsForce struct ExplosionPhysicsForce_t92F04E2EA5E8C95A9507142186FEA3A9B92D6249 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single UnityStandardAssets.Effects.ExplosionPhysicsForce::explosionForce float ___explosionForce_4; public: inline static int32_t get_offset_of_explosionForce_4() { return static_cast(offsetof(ExplosionPhysicsForce_t92F04E2EA5E8C95A9507142186FEA3A9B92D6249, ___explosionForce_4)); } inline float get_explosionForce_4() const { return ___explosionForce_4; } inline float* get_address_of_explosionForce_4() { return &___explosionForce_4; } inline void set_explosionForce_4(float value) { ___explosionForce_4 = value; } }; // UnityStandardAssets.Effects.Explosive struct Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform UnityStandardAssets.Effects.Explosive::explosionPrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___explosionPrefab_4; // System.Single UnityStandardAssets.Effects.Explosive::detonationImpactVelocity float ___detonationImpactVelocity_5; // System.Single UnityStandardAssets.Effects.Explosive::sizeMultiplier float ___sizeMultiplier_6; // System.Boolean UnityStandardAssets.Effects.Explosive::reset bool ___reset_7; // System.Single UnityStandardAssets.Effects.Explosive::resetTimeDelay float ___resetTimeDelay_8; // System.Boolean UnityStandardAssets.Effects.Explosive::m_Exploded bool ___m_Exploded_9; // UnityStandardAssets.Utility.ObjectResetter UnityStandardAssets.Effects.Explosive::m_ObjectResetter ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * ___m_ObjectResetter_10; public: inline static int32_t get_offset_of_explosionPrefab_4() { return static_cast(offsetof(Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C, ___explosionPrefab_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_explosionPrefab_4() const { return ___explosionPrefab_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_explosionPrefab_4() { return &___explosionPrefab_4; } inline void set_explosionPrefab_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___explosionPrefab_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___explosionPrefab_4), (void*)value); } inline static int32_t get_offset_of_detonationImpactVelocity_5() { return static_cast(offsetof(Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C, ___detonationImpactVelocity_5)); } inline float get_detonationImpactVelocity_5() const { return ___detonationImpactVelocity_5; } inline float* get_address_of_detonationImpactVelocity_5() { return &___detonationImpactVelocity_5; } inline void set_detonationImpactVelocity_5(float value) { ___detonationImpactVelocity_5 = value; } inline static int32_t get_offset_of_sizeMultiplier_6() { return static_cast(offsetof(Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C, ___sizeMultiplier_6)); } inline float get_sizeMultiplier_6() const { return ___sizeMultiplier_6; } inline float* get_address_of_sizeMultiplier_6() { return &___sizeMultiplier_6; } inline void set_sizeMultiplier_6(float value) { ___sizeMultiplier_6 = value; } inline static int32_t get_offset_of_reset_7() { return static_cast(offsetof(Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C, ___reset_7)); } inline bool get_reset_7() const { return ___reset_7; } inline bool* get_address_of_reset_7() { return &___reset_7; } inline void set_reset_7(bool value) { ___reset_7 = value; } inline static int32_t get_offset_of_resetTimeDelay_8() { return static_cast(offsetof(Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C, ___resetTimeDelay_8)); } inline float get_resetTimeDelay_8() const { return ___resetTimeDelay_8; } inline float* get_address_of_resetTimeDelay_8() { return &___resetTimeDelay_8; } inline void set_resetTimeDelay_8(float value) { ___resetTimeDelay_8 = value; } inline static int32_t get_offset_of_m_Exploded_9() { return static_cast(offsetof(Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C, ___m_Exploded_9)); } inline bool get_m_Exploded_9() const { return ___m_Exploded_9; } inline bool* get_address_of_m_Exploded_9() { return &___m_Exploded_9; } inline void set_m_Exploded_9(bool value) { ___m_Exploded_9 = value; } inline static int32_t get_offset_of_m_ObjectResetter_10() { return static_cast(offsetof(Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C, ___m_ObjectResetter_10)); } inline ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * get_m_ObjectResetter_10() const { return ___m_ObjectResetter_10; } inline ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 ** get_address_of_m_ObjectResetter_10() { return &___m_ObjectResetter_10; } inline void set_m_ObjectResetter_10(ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * value) { ___m_ObjectResetter_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ObjectResetter_10), (void*)value); } }; // UnityStandardAssets.Effects.ExtinguishableParticleSystem struct ExtinguishableParticleSystem_tB1222E2E4E6DF93C84E4802D862241686763E886 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single UnityStandardAssets.Effects.ExtinguishableParticleSystem::multiplier float ___multiplier_4; // UnityEngine.ParticleSystem[] UnityStandardAssets.Effects.ExtinguishableParticleSystem::m_Systems ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* ___m_Systems_5; public: inline static int32_t get_offset_of_multiplier_4() { return static_cast(offsetof(ExtinguishableParticleSystem_tB1222E2E4E6DF93C84E4802D862241686763E886, ___multiplier_4)); } inline float get_multiplier_4() const { return ___multiplier_4; } inline float* get_address_of_multiplier_4() { return &___multiplier_4; } inline void set_multiplier_4(float value) { ___multiplier_4 = value; } inline static int32_t get_offset_of_m_Systems_5() { return static_cast(offsetof(ExtinguishableParticleSystem_tB1222E2E4E6DF93C84E4802D862241686763E886, ___m_Systems_5)); } inline ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* get_m_Systems_5() const { return ___m_Systems_5; } inline ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7** get_address_of_m_Systems_5() { return &___m_Systems_5; } inline void set_m_Systems_5(ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* value) { ___m_Systems_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Systems_5), (void*)value); } }; // UnityStandardAssets.Utility.FPSCounter struct FPSCounter_tF2268A22CBACEC039559677EB549E1C0CA9CB094 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Int32 UnityStandardAssets.Utility.FPSCounter::m_FpsAccumulator int32_t ___m_FpsAccumulator_5; // System.Single UnityStandardAssets.Utility.FPSCounter::m_FpsNextPeriod float ___m_FpsNextPeriod_6; // System.Int32 UnityStandardAssets.Utility.FPSCounter::m_CurrentFps int32_t ___m_CurrentFps_7; // UnityEngine.UI.Text UnityStandardAssets.Utility.FPSCounter::m_Text Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___m_Text_9; public: inline static int32_t get_offset_of_m_FpsAccumulator_5() { return static_cast(offsetof(FPSCounter_tF2268A22CBACEC039559677EB549E1C0CA9CB094, ___m_FpsAccumulator_5)); } inline int32_t get_m_FpsAccumulator_5() const { return ___m_FpsAccumulator_5; } inline int32_t* get_address_of_m_FpsAccumulator_5() { return &___m_FpsAccumulator_5; } inline void set_m_FpsAccumulator_5(int32_t value) { ___m_FpsAccumulator_5 = value; } inline static int32_t get_offset_of_m_FpsNextPeriod_6() { return static_cast(offsetof(FPSCounter_tF2268A22CBACEC039559677EB549E1C0CA9CB094, ___m_FpsNextPeriod_6)); } inline float get_m_FpsNextPeriod_6() const { return ___m_FpsNextPeriod_6; } inline float* get_address_of_m_FpsNextPeriod_6() { return &___m_FpsNextPeriod_6; } inline void set_m_FpsNextPeriod_6(float value) { ___m_FpsNextPeriod_6 = value; } inline static int32_t get_offset_of_m_CurrentFps_7() { return static_cast(offsetof(FPSCounter_tF2268A22CBACEC039559677EB549E1C0CA9CB094, ___m_CurrentFps_7)); } inline int32_t get_m_CurrentFps_7() const { return ___m_CurrentFps_7; } inline int32_t* get_address_of_m_CurrentFps_7() { return &___m_CurrentFps_7; } inline void set_m_CurrentFps_7(int32_t value) { ___m_CurrentFps_7 = value; } inline static int32_t get_offset_of_m_Text_9() { return static_cast(offsetof(FPSCounter_tF2268A22CBACEC039559677EB549E1C0CA9CB094, ___m_Text_9)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_m_Text_9() const { return ___m_Text_9; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_m_Text_9() { return &___m_Text_9; } inline void set_m_Text_9(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___m_Text_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Text_9), (void*)value); } }; // FPSTester struct FPSTester_t1377BC62F837A3B24174D7AC48AD13874B48C56F : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single FPSTester::m_LastUpdateShowTime float ___m_LastUpdateShowTime_4; // System.Single FPSTester::m_UpdateShowDeltaTime float ___m_UpdateShowDeltaTime_5; // System.Int32 FPSTester::m_FrameUpdate int32_t ___m_FrameUpdate_6; // System.Single FPSTester::m_FPS float ___m_FPS_7; public: inline static int32_t get_offset_of_m_LastUpdateShowTime_4() { return static_cast(offsetof(FPSTester_t1377BC62F837A3B24174D7AC48AD13874B48C56F, ___m_LastUpdateShowTime_4)); } inline float get_m_LastUpdateShowTime_4() const { return ___m_LastUpdateShowTime_4; } inline float* get_address_of_m_LastUpdateShowTime_4() { return &___m_LastUpdateShowTime_4; } inline void set_m_LastUpdateShowTime_4(float value) { ___m_LastUpdateShowTime_4 = value; } inline static int32_t get_offset_of_m_UpdateShowDeltaTime_5() { return static_cast(offsetof(FPSTester_t1377BC62F837A3B24174D7AC48AD13874B48C56F, ___m_UpdateShowDeltaTime_5)); } inline float get_m_UpdateShowDeltaTime_5() const { return ___m_UpdateShowDeltaTime_5; } inline float* get_address_of_m_UpdateShowDeltaTime_5() { return &___m_UpdateShowDeltaTime_5; } inline void set_m_UpdateShowDeltaTime_5(float value) { ___m_UpdateShowDeltaTime_5 = value; } inline static int32_t get_offset_of_m_FrameUpdate_6() { return static_cast(offsetof(FPSTester_t1377BC62F837A3B24174D7AC48AD13874B48C56F, ___m_FrameUpdate_6)); } inline int32_t get_m_FrameUpdate_6() const { return ___m_FrameUpdate_6; } inline int32_t* get_address_of_m_FrameUpdate_6() { return &___m_FrameUpdate_6; } inline void set_m_FrameUpdate_6(int32_t value) { ___m_FrameUpdate_6 = value; } inline static int32_t get_offset_of_m_FPS_7() { return static_cast(offsetof(FPSTester_t1377BC62F837A3B24174D7AC48AD13874B48C56F, ___m_FPS_7)); } inline float get_m_FPS_7() const { return ___m_FPS_7; } inline float* get_address_of_m_FPS_7() { return &___m_FPS_7; } inline void set_m_FPS_7(float value) { ___m_FPS_7 = value; } }; // UnityStandardAssets.Effects.FireLight struct FireLight_tA88E590256D6565021C06711C4DDCA7D794C19AC : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single UnityStandardAssets.Effects.FireLight::m_Rnd float ___m_Rnd_4; // System.Boolean UnityStandardAssets.Effects.FireLight::m_Burning bool ___m_Burning_5; // UnityEngine.Light UnityStandardAssets.Effects.FireLight::m_Light Light_tA2F349FE839781469A0344CF6039B51512394275 * ___m_Light_6; public: inline static int32_t get_offset_of_m_Rnd_4() { return static_cast(offsetof(FireLight_tA88E590256D6565021C06711C4DDCA7D794C19AC, ___m_Rnd_4)); } inline float get_m_Rnd_4() const { return ___m_Rnd_4; } inline float* get_address_of_m_Rnd_4() { return &___m_Rnd_4; } inline void set_m_Rnd_4(float value) { ___m_Rnd_4 = value; } inline static int32_t get_offset_of_m_Burning_5() { return static_cast(offsetof(FireLight_tA88E590256D6565021C06711C4DDCA7D794C19AC, ___m_Burning_5)); } inline bool get_m_Burning_5() const { return ___m_Burning_5; } inline bool* get_address_of_m_Burning_5() { return &___m_Burning_5; } inline void set_m_Burning_5(bool value) { ___m_Burning_5 = value; } inline static int32_t get_offset_of_m_Light_6() { return static_cast(offsetof(FireLight_tA88E590256D6565021C06711C4DDCA7D794C19AC, ___m_Light_6)); } inline Light_tA2F349FE839781469A0344CF6039B51512394275 * get_m_Light_6() const { return ___m_Light_6; } inline Light_tA2F349FE839781469A0344CF6039B51512394275 ** get_address_of_m_Light_6() { return &___m_Light_6; } inline void set_m_Light_6(Light_tA2F349FE839781469A0344CF6039B51512394275 * value) { ___m_Light_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Light_6), (void*)value); } }; // UnityStandardAssets.Characters.FirstPerson.FirstPersonController struct FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_IsWalking bool ___m_IsWalking_4; // System.Single UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_WalkSpeed float ___m_WalkSpeed_5; // System.Single UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_RunSpeed float ___m_RunSpeed_6; // System.Single UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_RunstepLenghten float ___m_RunstepLenghten_7; // System.Single UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_JumpSpeed float ___m_JumpSpeed_8; // System.Single UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_StickToGroundForce float ___m_StickToGroundForce_9; // System.Single UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_GravityMultiplier float ___m_GravityMultiplier_10; // UnityStandardAssets.Characters.FirstPerson.MouseLook UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_MouseLook MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 * ___m_MouseLook_11; // System.Boolean UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_UseFovKick bool ___m_UseFovKick_12; // UnityStandardAssets.Utility.FOVKick UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_FovKick FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * ___m_FovKick_13; // System.Boolean UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_UseHeadBob bool ___m_UseHeadBob_14; // UnityStandardAssets.Utility.CurveControlledBob UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_HeadBob CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * ___m_HeadBob_15; // UnityStandardAssets.Utility.LerpControlledBob UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_JumpBob LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * ___m_JumpBob_16; // System.Single UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_StepInterval float ___m_StepInterval_17; // UnityEngine.AudioClip[] UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_FootstepSounds AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* ___m_FootstepSounds_18; // UnityEngine.AudioClip UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_JumpSound AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___m_JumpSound_19; // UnityEngine.AudioClip UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_LandSound AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___m_LandSound_20; // UnityEngine.Camera UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_Camera Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___m_Camera_21; // System.Boolean UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_Jump bool ___m_Jump_22; // System.Single UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_YRotation float ___m_YRotation_23; // UnityEngine.Vector2 UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_Input Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Input_24; // UnityEngine.Vector3 UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_MoveDir Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_MoveDir_25; // UnityEngine.CharacterController UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_CharacterController CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * ___m_CharacterController_26; // UnityEngine.CollisionFlags UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_CollisionFlags int32_t ___m_CollisionFlags_27; // System.Boolean UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_PreviouslyGrounded bool ___m_PreviouslyGrounded_28; // UnityEngine.Vector3 UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_OriginalCameraPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_OriginalCameraPosition_29; // System.Single UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_StepCycle float ___m_StepCycle_30; // System.Single UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_NextStep float ___m_NextStep_31; // System.Boolean UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_Jumping bool ___m_Jumping_32; // UnityEngine.AudioSource UnityStandardAssets.Characters.FirstPerson.FirstPersonController::m_AudioSource AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___m_AudioSource_33; public: inline static int32_t get_offset_of_m_IsWalking_4() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_IsWalking_4)); } inline bool get_m_IsWalking_4() const { return ___m_IsWalking_4; } inline bool* get_address_of_m_IsWalking_4() { return &___m_IsWalking_4; } inline void set_m_IsWalking_4(bool value) { ___m_IsWalking_4 = value; } inline static int32_t get_offset_of_m_WalkSpeed_5() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_WalkSpeed_5)); } inline float get_m_WalkSpeed_5() const { return ___m_WalkSpeed_5; } inline float* get_address_of_m_WalkSpeed_5() { return &___m_WalkSpeed_5; } inline void set_m_WalkSpeed_5(float value) { ___m_WalkSpeed_5 = value; } inline static int32_t get_offset_of_m_RunSpeed_6() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_RunSpeed_6)); } inline float get_m_RunSpeed_6() const { return ___m_RunSpeed_6; } inline float* get_address_of_m_RunSpeed_6() { return &___m_RunSpeed_6; } inline void set_m_RunSpeed_6(float value) { ___m_RunSpeed_6 = value; } inline static int32_t get_offset_of_m_RunstepLenghten_7() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_RunstepLenghten_7)); } inline float get_m_RunstepLenghten_7() const { return ___m_RunstepLenghten_7; } inline float* get_address_of_m_RunstepLenghten_7() { return &___m_RunstepLenghten_7; } inline void set_m_RunstepLenghten_7(float value) { ___m_RunstepLenghten_7 = value; } inline static int32_t get_offset_of_m_JumpSpeed_8() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_JumpSpeed_8)); } inline float get_m_JumpSpeed_8() const { return ___m_JumpSpeed_8; } inline float* get_address_of_m_JumpSpeed_8() { return &___m_JumpSpeed_8; } inline void set_m_JumpSpeed_8(float value) { ___m_JumpSpeed_8 = value; } inline static int32_t get_offset_of_m_StickToGroundForce_9() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_StickToGroundForce_9)); } inline float get_m_StickToGroundForce_9() const { return ___m_StickToGroundForce_9; } inline float* get_address_of_m_StickToGroundForce_9() { return &___m_StickToGroundForce_9; } inline void set_m_StickToGroundForce_9(float value) { ___m_StickToGroundForce_9 = value; } inline static int32_t get_offset_of_m_GravityMultiplier_10() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_GravityMultiplier_10)); } inline float get_m_GravityMultiplier_10() const { return ___m_GravityMultiplier_10; } inline float* get_address_of_m_GravityMultiplier_10() { return &___m_GravityMultiplier_10; } inline void set_m_GravityMultiplier_10(float value) { ___m_GravityMultiplier_10 = value; } inline static int32_t get_offset_of_m_MouseLook_11() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_MouseLook_11)); } inline MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 * get_m_MouseLook_11() const { return ___m_MouseLook_11; } inline MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 ** get_address_of_m_MouseLook_11() { return &___m_MouseLook_11; } inline void set_m_MouseLook_11(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 * value) { ___m_MouseLook_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_MouseLook_11), (void*)value); } inline static int32_t get_offset_of_m_UseFovKick_12() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_UseFovKick_12)); } inline bool get_m_UseFovKick_12() const { return ___m_UseFovKick_12; } inline bool* get_address_of_m_UseFovKick_12() { return &___m_UseFovKick_12; } inline void set_m_UseFovKick_12(bool value) { ___m_UseFovKick_12 = value; } inline static int32_t get_offset_of_m_FovKick_13() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_FovKick_13)); } inline FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * get_m_FovKick_13() const { return ___m_FovKick_13; } inline FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B ** get_address_of_m_FovKick_13() { return &___m_FovKick_13; } inline void set_m_FovKick_13(FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * value) { ___m_FovKick_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FovKick_13), (void*)value); } inline static int32_t get_offset_of_m_UseHeadBob_14() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_UseHeadBob_14)); } inline bool get_m_UseHeadBob_14() const { return ___m_UseHeadBob_14; } inline bool* get_address_of_m_UseHeadBob_14() { return &___m_UseHeadBob_14; } inline void set_m_UseHeadBob_14(bool value) { ___m_UseHeadBob_14 = value; } inline static int32_t get_offset_of_m_HeadBob_15() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_HeadBob_15)); } inline CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * get_m_HeadBob_15() const { return ___m_HeadBob_15; } inline CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 ** get_address_of_m_HeadBob_15() { return &___m_HeadBob_15; } inline void set_m_HeadBob_15(CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * value) { ___m_HeadBob_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HeadBob_15), (void*)value); } inline static int32_t get_offset_of_m_JumpBob_16() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_JumpBob_16)); } inline LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * get_m_JumpBob_16() const { return ___m_JumpBob_16; } inline LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 ** get_address_of_m_JumpBob_16() { return &___m_JumpBob_16; } inline void set_m_JumpBob_16(LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * value) { ___m_JumpBob_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_JumpBob_16), (void*)value); } inline static int32_t get_offset_of_m_StepInterval_17() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_StepInterval_17)); } inline float get_m_StepInterval_17() const { return ___m_StepInterval_17; } inline float* get_address_of_m_StepInterval_17() { return &___m_StepInterval_17; } inline void set_m_StepInterval_17(float value) { ___m_StepInterval_17 = value; } inline static int32_t get_offset_of_m_FootstepSounds_18() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_FootstepSounds_18)); } inline AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* get_m_FootstepSounds_18() const { return ___m_FootstepSounds_18; } inline AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE** get_address_of_m_FootstepSounds_18() { return &___m_FootstepSounds_18; } inline void set_m_FootstepSounds_18(AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* value) { ___m_FootstepSounds_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FootstepSounds_18), (void*)value); } inline static int32_t get_offset_of_m_JumpSound_19() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_JumpSound_19)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_m_JumpSound_19() const { return ___m_JumpSound_19; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_m_JumpSound_19() { return &___m_JumpSound_19; } inline void set_m_JumpSound_19(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___m_JumpSound_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_JumpSound_19), (void*)value); } inline static int32_t get_offset_of_m_LandSound_20() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_LandSound_20)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_m_LandSound_20() const { return ___m_LandSound_20; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_m_LandSound_20() { return &___m_LandSound_20; } inline void set_m_LandSound_20(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___m_LandSound_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_LandSound_20), (void*)value); } inline static int32_t get_offset_of_m_Camera_21() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_Camera_21)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_m_Camera_21() const { return ___m_Camera_21; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_m_Camera_21() { return &___m_Camera_21; } inline void set_m_Camera_21(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___m_Camera_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Camera_21), (void*)value); } inline static int32_t get_offset_of_m_Jump_22() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_Jump_22)); } inline bool get_m_Jump_22() const { return ___m_Jump_22; } inline bool* get_address_of_m_Jump_22() { return &___m_Jump_22; } inline void set_m_Jump_22(bool value) { ___m_Jump_22 = value; } inline static int32_t get_offset_of_m_YRotation_23() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_YRotation_23)); } inline float get_m_YRotation_23() const { return ___m_YRotation_23; } inline float* get_address_of_m_YRotation_23() { return &___m_YRotation_23; } inline void set_m_YRotation_23(float value) { ___m_YRotation_23 = value; } inline static int32_t get_offset_of_m_Input_24() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_Input_24)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Input_24() const { return ___m_Input_24; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Input_24() { return &___m_Input_24; } inline void set_m_Input_24(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Input_24 = value; } inline static int32_t get_offset_of_m_MoveDir_25() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_MoveDir_25)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_MoveDir_25() const { return ___m_MoveDir_25; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_MoveDir_25() { return &___m_MoveDir_25; } inline void set_m_MoveDir_25(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_MoveDir_25 = value; } inline static int32_t get_offset_of_m_CharacterController_26() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_CharacterController_26)); } inline CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * get_m_CharacterController_26() const { return ___m_CharacterController_26; } inline CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E ** get_address_of_m_CharacterController_26() { return &___m_CharacterController_26; } inline void set_m_CharacterController_26(CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * value) { ___m_CharacterController_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CharacterController_26), (void*)value); } inline static int32_t get_offset_of_m_CollisionFlags_27() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_CollisionFlags_27)); } inline int32_t get_m_CollisionFlags_27() const { return ___m_CollisionFlags_27; } inline int32_t* get_address_of_m_CollisionFlags_27() { return &___m_CollisionFlags_27; } inline void set_m_CollisionFlags_27(int32_t value) { ___m_CollisionFlags_27 = value; } inline static int32_t get_offset_of_m_PreviouslyGrounded_28() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_PreviouslyGrounded_28)); } inline bool get_m_PreviouslyGrounded_28() const { return ___m_PreviouslyGrounded_28; } inline bool* get_address_of_m_PreviouslyGrounded_28() { return &___m_PreviouslyGrounded_28; } inline void set_m_PreviouslyGrounded_28(bool value) { ___m_PreviouslyGrounded_28 = value; } inline static int32_t get_offset_of_m_OriginalCameraPosition_29() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_OriginalCameraPosition_29)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_OriginalCameraPosition_29() const { return ___m_OriginalCameraPosition_29; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_OriginalCameraPosition_29() { return &___m_OriginalCameraPosition_29; } inline void set_m_OriginalCameraPosition_29(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_OriginalCameraPosition_29 = value; } inline static int32_t get_offset_of_m_StepCycle_30() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_StepCycle_30)); } inline float get_m_StepCycle_30() const { return ___m_StepCycle_30; } inline float* get_address_of_m_StepCycle_30() { return &___m_StepCycle_30; } inline void set_m_StepCycle_30(float value) { ___m_StepCycle_30 = value; } inline static int32_t get_offset_of_m_NextStep_31() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_NextStep_31)); } inline float get_m_NextStep_31() const { return ___m_NextStep_31; } inline float* get_address_of_m_NextStep_31() { return &___m_NextStep_31; } inline void set_m_NextStep_31(float value) { ___m_NextStep_31 = value; } inline static int32_t get_offset_of_m_Jumping_32() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_Jumping_32)); } inline bool get_m_Jumping_32() const { return ___m_Jumping_32; } inline bool* get_address_of_m_Jumping_32() { return &___m_Jumping_32; } inline void set_m_Jumping_32(bool value) { ___m_Jumping_32 = value; } inline static int32_t get_offset_of_m_AudioSource_33() { return static_cast(offsetof(FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA, ___m_AudioSource_33)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_m_AudioSource_33() const { return ___m_AudioSource_33; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_m_AudioSource_33() { return &___m_AudioSource_33; } inline void set_m_AudioSource_33(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___m_AudioSource_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AudioSource_33), (void*)value); } }; // BestHTTP.HTTPUpdateDelegator struct HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; struct HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields { public: // BestHTTP.HTTPUpdateDelegator BestHTTP.HTTPUpdateDelegator::k__BackingField HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * ___U3CInstanceU3Ek__BackingField_4; // System.Boolean BestHTTP.HTTPUpdateDelegator::k__BackingField bool ___U3CIsCreatedU3Ek__BackingField_5; // System.Boolean BestHTTP.HTTPUpdateDelegator::k__BackingField bool ___U3CIsThreadedU3Ek__BackingField_6; // System.Boolean BestHTTP.HTTPUpdateDelegator::k__BackingField bool ___U3CIsThreadRunningU3Ek__BackingField_7; // System.Int32 BestHTTP.HTTPUpdateDelegator::k__BackingField int32_t ___U3CThreadFrequencyInMSU3Ek__BackingField_8; // System.Func`1 BestHTTP.HTTPUpdateDelegator::OnBeforeApplicationQuit Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___OnBeforeApplicationQuit_9; // System.Action`1 BestHTTP.HTTPUpdateDelegator::OnApplicationForegroundStateChanged Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * ___OnApplicationForegroundStateChanged_10; // System.Boolean BestHTTP.HTTPUpdateDelegator::IsSetupCalled bool ___IsSetupCalled_11; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_4() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___U3CInstanceU3Ek__BackingField_4)); } inline HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * get_U3CInstanceU3Ek__BackingField_4() const { return ___U3CInstanceU3Ek__BackingField_4; } inline HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 ** get_address_of_U3CInstanceU3Ek__BackingField_4() { return &___U3CInstanceU3Ek__BackingField_4; } inline void set_U3CInstanceU3Ek__BackingField_4(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * value) { ___U3CInstanceU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CIsCreatedU3Ek__BackingField_5() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___U3CIsCreatedU3Ek__BackingField_5)); } inline bool get_U3CIsCreatedU3Ek__BackingField_5() const { return ___U3CIsCreatedU3Ek__BackingField_5; } inline bool* get_address_of_U3CIsCreatedU3Ek__BackingField_5() { return &___U3CIsCreatedU3Ek__BackingField_5; } inline void set_U3CIsCreatedU3Ek__BackingField_5(bool value) { ___U3CIsCreatedU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CIsThreadedU3Ek__BackingField_6() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___U3CIsThreadedU3Ek__BackingField_6)); } inline bool get_U3CIsThreadedU3Ek__BackingField_6() const { return ___U3CIsThreadedU3Ek__BackingField_6; } inline bool* get_address_of_U3CIsThreadedU3Ek__BackingField_6() { return &___U3CIsThreadedU3Ek__BackingField_6; } inline void set_U3CIsThreadedU3Ek__BackingField_6(bool value) { ___U3CIsThreadedU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CIsThreadRunningU3Ek__BackingField_7() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___U3CIsThreadRunningU3Ek__BackingField_7)); } inline bool get_U3CIsThreadRunningU3Ek__BackingField_7() const { return ___U3CIsThreadRunningU3Ek__BackingField_7; } inline bool* get_address_of_U3CIsThreadRunningU3Ek__BackingField_7() { return &___U3CIsThreadRunningU3Ek__BackingField_7; } inline void set_U3CIsThreadRunningU3Ek__BackingField_7(bool value) { ___U3CIsThreadRunningU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CThreadFrequencyInMSU3Ek__BackingField_8() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___U3CThreadFrequencyInMSU3Ek__BackingField_8)); } inline int32_t get_U3CThreadFrequencyInMSU3Ek__BackingField_8() const { return ___U3CThreadFrequencyInMSU3Ek__BackingField_8; } inline int32_t* get_address_of_U3CThreadFrequencyInMSU3Ek__BackingField_8() { return &___U3CThreadFrequencyInMSU3Ek__BackingField_8; } inline void set_U3CThreadFrequencyInMSU3Ek__BackingField_8(int32_t value) { ___U3CThreadFrequencyInMSU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_OnBeforeApplicationQuit_9() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___OnBeforeApplicationQuit_9)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get_OnBeforeApplicationQuit_9() const { return ___OnBeforeApplicationQuit_9; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of_OnBeforeApplicationQuit_9() { return &___OnBeforeApplicationQuit_9; } inline void set_OnBeforeApplicationQuit_9(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ___OnBeforeApplicationQuit_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnBeforeApplicationQuit_9), (void*)value); } inline static int32_t get_offset_of_OnApplicationForegroundStateChanged_10() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___OnApplicationForegroundStateChanged_10)); } inline Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * get_OnApplicationForegroundStateChanged_10() const { return ___OnApplicationForegroundStateChanged_10; } inline Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 ** get_address_of_OnApplicationForegroundStateChanged_10() { return &___OnApplicationForegroundStateChanged_10; } inline void set_OnApplicationForegroundStateChanged_10(Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * value) { ___OnApplicationForegroundStateChanged_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnApplicationForegroundStateChanged_10), (void*)value); } inline static int32_t get_offset_of_IsSetupCalled_11() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___IsSetupCalled_11)); } inline bool get_IsSetupCalled_11() const { return ___IsSetupCalled_11; } inline bool* get_address_of_IsSetupCalled_11() { return &___IsSetupCalled_11; } inline void set_IsSetupCalled_11(bool value) { ___IsSetupCalled_11 = value; } }; // UnityStandardAssets.Utility.ObjectResetter struct ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Vector3 UnityStandardAssets.Utility.ObjectResetter::originalPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___originalPosition_4; // UnityEngine.Quaternion UnityStandardAssets.Utility.ObjectResetter::originalRotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___originalRotation_5; // System.Collections.Generic.List`1 UnityStandardAssets.Utility.ObjectResetter::originalStructure List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * ___originalStructure_6; // UnityEngine.Rigidbody UnityStandardAssets.Utility.ObjectResetter::Rigidbody Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___Rigidbody_7; public: inline static int32_t get_offset_of_originalPosition_4() { return static_cast(offsetof(ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2, ___originalPosition_4)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_originalPosition_4() const { return ___originalPosition_4; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_originalPosition_4() { return &___originalPosition_4; } inline void set_originalPosition_4(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___originalPosition_4 = value; } inline static int32_t get_offset_of_originalRotation_5() { return static_cast(offsetof(ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2, ___originalRotation_5)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_originalRotation_5() const { return ___originalRotation_5; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_originalRotation_5() { return &___originalRotation_5; } inline void set_originalRotation_5(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___originalRotation_5 = value; } inline static int32_t get_offset_of_originalStructure_6() { return static_cast(offsetof(ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2, ___originalStructure_6)); } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * get_originalStructure_6() const { return ___originalStructure_6; } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 ** get_address_of_originalStructure_6() { return &___originalStructure_6; } inline void set_originalStructure_6(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * value) { ___originalStructure_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___originalStructure_6), (void*)value); } inline static int32_t get_offset_of_Rigidbody_7() { return static_cast(offsetof(ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2, ___Rigidbody_7)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_Rigidbody_7() const { return ___Rigidbody_7; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_Rigidbody_7() { return &___Rigidbody_7; } inline void set_Rigidbody_7(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___Rigidbody_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Rigidbody_7), (void*)value); } }; // UnityStandardAssets.ImageEffects.PostEffectsBase struct PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::supportHDRTextures bool ___supportHDRTextures_4; // System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::supportDX11 bool ___supportDX11_5; // System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::isSupported bool ___isSupported_6; public: inline static int32_t get_offset_of_supportHDRTextures_4() { return static_cast(offsetof(PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E, ___supportHDRTextures_4)); } inline bool get_supportHDRTextures_4() const { return ___supportHDRTextures_4; } inline bool* get_address_of_supportHDRTextures_4() { return &___supportHDRTextures_4; } inline void set_supportHDRTextures_4(bool value) { ___supportHDRTextures_4 = value; } inline static int32_t get_offset_of_supportDX11_5() { return static_cast(offsetof(PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E, ___supportDX11_5)); } inline bool get_supportDX11_5() const { return ___supportDX11_5; } inline bool* get_address_of_supportDX11_5() { return &___supportDX11_5; } inline void set_supportDX11_5(bool value) { ___supportDX11_5 = value; } inline static int32_t get_offset_of_isSupported_6() { return static_cast(offsetof(PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E, ___isSupported_6)); } inline bool get_isSupported_6() const { return ___isSupported_6; } inline bool* get_address_of_isSupported_6() { return &___isSupported_6; } inline void set_isSupported_6(bool value) { ___isSupported_6 = value; } }; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // UnityStandardAssets.ImageEffects.EdgeDetection struct EdgeDetection_t40202BF946016AF583BF39E438E9C4AAEAC53CC6 : public PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E { public: // UnityStandardAssets.ImageEffects.EdgeDetection/EdgeDetectMode UnityStandardAssets.ImageEffects.EdgeDetection::mode int32_t ___mode_7; // System.Single UnityStandardAssets.ImageEffects.EdgeDetection::sensitivityDepth float ___sensitivityDepth_8; // System.Single UnityStandardAssets.ImageEffects.EdgeDetection::sensitivityNormals float ___sensitivityNormals_9; // System.Single UnityStandardAssets.ImageEffects.EdgeDetection::lumThreshold float ___lumThreshold_10; // System.Single UnityStandardAssets.ImageEffects.EdgeDetection::edgeExp float ___edgeExp_11; // System.Single UnityStandardAssets.ImageEffects.EdgeDetection::sampleDist float ___sampleDist_12; // System.Single UnityStandardAssets.ImageEffects.EdgeDetection::edgesOnly float ___edgesOnly_13; // UnityEngine.Color UnityStandardAssets.ImageEffects.EdgeDetection::edgesOnlyBgColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___edgesOnlyBgColor_14; // UnityEngine.Shader UnityStandardAssets.ImageEffects.EdgeDetection::edgeDetectShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___edgeDetectShader_15; // UnityEngine.Material UnityStandardAssets.ImageEffects.EdgeDetection::edgeDetectMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___edgeDetectMaterial_16; // UnityStandardAssets.ImageEffects.EdgeDetection/EdgeDetectMode UnityStandardAssets.ImageEffects.EdgeDetection::oldMode int32_t ___oldMode_17; public: inline static int32_t get_offset_of_mode_7() { return static_cast(offsetof(EdgeDetection_t40202BF946016AF583BF39E438E9C4AAEAC53CC6, ___mode_7)); } inline int32_t get_mode_7() const { return ___mode_7; } inline int32_t* get_address_of_mode_7() { return &___mode_7; } inline void set_mode_7(int32_t value) { ___mode_7 = value; } inline static int32_t get_offset_of_sensitivityDepth_8() { return static_cast(offsetof(EdgeDetection_t40202BF946016AF583BF39E438E9C4AAEAC53CC6, ___sensitivityDepth_8)); } inline float get_sensitivityDepth_8() const { return ___sensitivityDepth_8; } inline float* get_address_of_sensitivityDepth_8() { return &___sensitivityDepth_8; } inline void set_sensitivityDepth_8(float value) { ___sensitivityDepth_8 = value; } inline static int32_t get_offset_of_sensitivityNormals_9() { return static_cast(offsetof(EdgeDetection_t40202BF946016AF583BF39E438E9C4AAEAC53CC6, ___sensitivityNormals_9)); } inline float get_sensitivityNormals_9() const { return ___sensitivityNormals_9; } inline float* get_address_of_sensitivityNormals_9() { return &___sensitivityNormals_9; } inline void set_sensitivityNormals_9(float value) { ___sensitivityNormals_9 = value; } inline static int32_t get_offset_of_lumThreshold_10() { return static_cast(offsetof(EdgeDetection_t40202BF946016AF583BF39E438E9C4AAEAC53CC6, ___lumThreshold_10)); } inline float get_lumThreshold_10() const { return ___lumThreshold_10; } inline float* get_address_of_lumThreshold_10() { return &___lumThreshold_10; } inline void set_lumThreshold_10(float value) { ___lumThreshold_10 = value; } inline static int32_t get_offset_of_edgeExp_11() { return static_cast(offsetof(EdgeDetection_t40202BF946016AF583BF39E438E9C4AAEAC53CC6, ___edgeExp_11)); } inline float get_edgeExp_11() const { return ___edgeExp_11; } inline float* get_address_of_edgeExp_11() { return &___edgeExp_11; } inline void set_edgeExp_11(float value) { ___edgeExp_11 = value; } inline static int32_t get_offset_of_sampleDist_12() { return static_cast(offsetof(EdgeDetection_t40202BF946016AF583BF39E438E9C4AAEAC53CC6, ___sampleDist_12)); } inline float get_sampleDist_12() const { return ___sampleDist_12; } inline float* get_address_of_sampleDist_12() { return &___sampleDist_12; } inline void set_sampleDist_12(float value) { ___sampleDist_12 = value; } inline static int32_t get_offset_of_edgesOnly_13() { return static_cast(offsetof(EdgeDetection_t40202BF946016AF583BF39E438E9C4AAEAC53CC6, ___edgesOnly_13)); } inline float get_edgesOnly_13() const { return ___edgesOnly_13; } inline float* get_address_of_edgesOnly_13() { return &___edgesOnly_13; } inline void set_edgesOnly_13(float value) { ___edgesOnly_13 = value; } inline static int32_t get_offset_of_edgesOnlyBgColor_14() { return static_cast(offsetof(EdgeDetection_t40202BF946016AF583BF39E438E9C4AAEAC53CC6, ___edgesOnlyBgColor_14)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_edgesOnlyBgColor_14() const { return ___edgesOnlyBgColor_14; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_edgesOnlyBgColor_14() { return &___edgesOnlyBgColor_14; } inline void set_edgesOnlyBgColor_14(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___edgesOnlyBgColor_14 = value; } inline static int32_t get_offset_of_edgeDetectShader_15() { return static_cast(offsetof(EdgeDetection_t40202BF946016AF583BF39E438E9C4AAEAC53CC6, ___edgeDetectShader_15)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_edgeDetectShader_15() const { return ___edgeDetectShader_15; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_edgeDetectShader_15() { return &___edgeDetectShader_15; } inline void set_edgeDetectShader_15(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___edgeDetectShader_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___edgeDetectShader_15), (void*)value); } inline static int32_t get_offset_of_edgeDetectMaterial_16() { return static_cast(offsetof(EdgeDetection_t40202BF946016AF583BF39E438E9C4AAEAC53CC6, ___edgeDetectMaterial_16)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_edgeDetectMaterial_16() const { return ___edgeDetectMaterial_16; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_edgeDetectMaterial_16() { return &___edgeDetectMaterial_16; } inline void set_edgeDetectMaterial_16(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___edgeDetectMaterial_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___edgeDetectMaterial_16), (void*)value); } inline static int32_t get_offset_of_oldMode_17() { return static_cast(offsetof(EdgeDetection_t40202BF946016AF583BF39E438E9C4AAEAC53CC6, ___oldMode_17)); } inline int32_t get_oldMode_17() const { return ___oldMode_17; } inline int32_t* get_address_of_oldMode_17() { return &___oldMode_17; } inline void set_oldMode_17(int32_t value) { ___oldMode_17 = value; } }; // UnityEngine.EventSystems.EventSystem struct EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // System.Collections.Generic.List`1 UnityEngine.EventSystems.EventSystem::m_SystemInputModules List_1_t39946D94B66FAE9B0DED5D3A84AD116AF9DDDCC1 * ___m_SystemInputModules_4; // UnityEngine.EventSystems.BaseInputModule UnityEngine.EventSystems.EventSystem::m_CurrentInputModule BaseInputModule_t395DEB45C225A941B2C831CBDB000A23E5899924 * ___m_CurrentInputModule_5; // UnityEngine.GameObject UnityEngine.EventSystems.EventSystem::m_FirstSelected GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_FirstSelected_7; // System.Boolean UnityEngine.EventSystems.EventSystem::m_sendNavigationEvents bool ___m_sendNavigationEvents_8; // System.Int32 UnityEngine.EventSystems.EventSystem::m_DragThreshold int32_t ___m_DragThreshold_9; // UnityEngine.GameObject UnityEngine.EventSystems.EventSystem::m_CurrentSelected GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_CurrentSelected_10; // System.Boolean UnityEngine.EventSystems.EventSystem::m_HasFocus bool ___m_HasFocus_11; // System.Boolean UnityEngine.EventSystems.EventSystem::m_SelectionGuard bool ___m_SelectionGuard_12; // UnityEngine.EventSystems.BaseEventData UnityEngine.EventSystems.EventSystem::m_DummyData BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E * ___m_DummyData_13; public: inline static int32_t get_offset_of_m_SystemInputModules_4() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C, ___m_SystemInputModules_4)); } inline List_1_t39946D94B66FAE9B0DED5D3A84AD116AF9DDDCC1 * get_m_SystemInputModules_4() const { return ___m_SystemInputModules_4; } inline List_1_t39946D94B66FAE9B0DED5D3A84AD116AF9DDDCC1 ** get_address_of_m_SystemInputModules_4() { return &___m_SystemInputModules_4; } inline void set_m_SystemInputModules_4(List_1_t39946D94B66FAE9B0DED5D3A84AD116AF9DDDCC1 * value) { ___m_SystemInputModules_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SystemInputModules_4), (void*)value); } inline static int32_t get_offset_of_m_CurrentInputModule_5() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C, ___m_CurrentInputModule_5)); } inline BaseInputModule_t395DEB45C225A941B2C831CBDB000A23E5899924 * get_m_CurrentInputModule_5() const { return ___m_CurrentInputModule_5; } inline BaseInputModule_t395DEB45C225A941B2C831CBDB000A23E5899924 ** get_address_of_m_CurrentInputModule_5() { return &___m_CurrentInputModule_5; } inline void set_m_CurrentInputModule_5(BaseInputModule_t395DEB45C225A941B2C831CBDB000A23E5899924 * value) { ___m_CurrentInputModule_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentInputModule_5), (void*)value); } inline static int32_t get_offset_of_m_FirstSelected_7() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C, ___m_FirstSelected_7)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_FirstSelected_7() const { return ___m_FirstSelected_7; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_FirstSelected_7() { return &___m_FirstSelected_7; } inline void set_m_FirstSelected_7(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_FirstSelected_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FirstSelected_7), (void*)value); } inline static int32_t get_offset_of_m_sendNavigationEvents_8() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C, ___m_sendNavigationEvents_8)); } inline bool get_m_sendNavigationEvents_8() const { return ___m_sendNavigationEvents_8; } inline bool* get_address_of_m_sendNavigationEvents_8() { return &___m_sendNavigationEvents_8; } inline void set_m_sendNavigationEvents_8(bool value) { ___m_sendNavigationEvents_8 = value; } inline static int32_t get_offset_of_m_DragThreshold_9() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C, ___m_DragThreshold_9)); } inline int32_t get_m_DragThreshold_9() const { return ___m_DragThreshold_9; } inline int32_t* get_address_of_m_DragThreshold_9() { return &___m_DragThreshold_9; } inline void set_m_DragThreshold_9(int32_t value) { ___m_DragThreshold_9 = value; } inline static int32_t get_offset_of_m_CurrentSelected_10() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C, ___m_CurrentSelected_10)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_CurrentSelected_10() const { return ___m_CurrentSelected_10; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_CurrentSelected_10() { return &___m_CurrentSelected_10; } inline void set_m_CurrentSelected_10(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_CurrentSelected_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentSelected_10), (void*)value); } inline static int32_t get_offset_of_m_HasFocus_11() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C, ___m_HasFocus_11)); } inline bool get_m_HasFocus_11() const { return ___m_HasFocus_11; } inline bool* get_address_of_m_HasFocus_11() { return &___m_HasFocus_11; } inline void set_m_HasFocus_11(bool value) { ___m_HasFocus_11 = value; } inline static int32_t get_offset_of_m_SelectionGuard_12() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C, ___m_SelectionGuard_12)); } inline bool get_m_SelectionGuard_12() const { return ___m_SelectionGuard_12; } inline bool* get_address_of_m_SelectionGuard_12() { return &___m_SelectionGuard_12; } inline void set_m_SelectionGuard_12(bool value) { ___m_SelectionGuard_12 = value; } inline static int32_t get_offset_of_m_DummyData_13() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C, ___m_DummyData_13)); } inline BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E * get_m_DummyData_13() const { return ___m_DummyData_13; } inline BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E ** get_address_of_m_DummyData_13() { return &___m_DummyData_13; } inline void set_m_DummyData_13(BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E * value) { ___m_DummyData_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DummyData_13), (void*)value); } }; struct EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C_StaticFields { public: // System.Collections.Generic.List`1 UnityEngine.EventSystems.EventSystem::m_EventSystems List_1_tEF3D2378B547F18609950BEABF54AF34FBBC9733 * ___m_EventSystems_6; // System.Comparison`1 UnityEngine.EventSystems.EventSystem::s_RaycastComparer Comparison_1_t47C8B3739FFDD51D29B281A2FD2C36A57DDF9E38 * ___s_RaycastComparer_14; // UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig UnityEngine.EventSystems.EventSystem::s_UIToolkitOverride UIToolkitOverrideConfig_tB5087C80F45EF6D94B1BF60B8DAE6AE8D78F1051 ___s_UIToolkitOverride_15; public: inline static int32_t get_offset_of_m_EventSystems_6() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C_StaticFields, ___m_EventSystems_6)); } inline List_1_tEF3D2378B547F18609950BEABF54AF34FBBC9733 * get_m_EventSystems_6() const { return ___m_EventSystems_6; } inline List_1_tEF3D2378B547F18609950BEABF54AF34FBBC9733 ** get_address_of_m_EventSystems_6() { return &___m_EventSystems_6; } inline void set_m_EventSystems_6(List_1_tEF3D2378B547F18609950BEABF54AF34FBBC9733 * value) { ___m_EventSystems_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_EventSystems_6), (void*)value); } inline static int32_t get_offset_of_s_RaycastComparer_14() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C_StaticFields, ___s_RaycastComparer_14)); } inline Comparison_1_t47C8B3739FFDD51D29B281A2FD2C36A57DDF9E38 * get_s_RaycastComparer_14() const { return ___s_RaycastComparer_14; } inline Comparison_1_t47C8B3739FFDD51D29B281A2FD2C36A57DDF9E38 ** get_address_of_s_RaycastComparer_14() { return &___s_RaycastComparer_14; } inline void set_s_RaycastComparer_14(Comparison_1_t47C8B3739FFDD51D29B281A2FD2C36A57DDF9E38 * value) { ___s_RaycastComparer_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_RaycastComparer_14), (void*)value); } inline static int32_t get_offset_of_s_UIToolkitOverride_15() { return static_cast(offsetof(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C_StaticFields, ___s_UIToolkitOverride_15)); } inline UIToolkitOverrideConfig_tB5087C80F45EF6D94B1BF60B8DAE6AE8D78F1051 get_s_UIToolkitOverride_15() const { return ___s_UIToolkitOverride_15; } inline UIToolkitOverrideConfig_tB5087C80F45EF6D94B1BF60B8DAE6AE8D78F1051 * get_address_of_s_UIToolkitOverride_15() { return &___s_UIToolkitOverride_15; } inline void set_s_UIToolkitOverride_15(UIToolkitOverrideConfig_tB5087C80F45EF6D94B1BF60B8DAE6AE8D78F1051 value) { ___s_UIToolkitOverride_15 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_UIToolkitOverride_15))->___activeEventSystem_0), (void*)NULL); } }; // 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.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.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.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.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED : public RuntimeArray { public: ALIGN_FIELD (8) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * m_Items[1]; public: inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.ParticleSystem/Particle[] struct ParticleU5BU5D_tF02F4854575E99F3004B58B6CC6BB2373BAEB04C : public RuntimeArray { public: ALIGN_FIELD (8) Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1 m_Items[1]; public: inline Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1 * 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, Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1 value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SocketIO.Events.SocketIOCallback[] struct SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C : public RuntimeArray { public: ALIGN_FIELD (8) SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * m_Items[1]; public: inline SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE ** 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, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * 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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID[] struct KeyPurposeIDU5BU5D_tC4AA179105487D6E05C1A2FECCCBFAE997E6CEE3 : public RuntimeArray { public: ALIGN_FIELD (8) KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * m_Items[1]; public: inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 ** 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, KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // UnityEngine.ParticleSystem[] struct ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7 : public RuntimeArray { public: ALIGN_FIELD (8) ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * m_Items[1]; public: inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] struct ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E : public RuntimeArray { public: ALIGN_FIELD (8) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * m_Items[1]; public: inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** 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, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)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); } }; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6 : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; // 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.IO.Stream[] struct StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079 : public RuntimeArray { public: ALIGN_FIELD (8) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * m_Items[1]; public: inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // 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); } }; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4 : public RuntimeArray { public: ALIGN_FIELD (8) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E m_Items[1]; public: inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { m_Items[index] = value; } }; // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E_gshared (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_mE0F03A2E42E2F7F8A282AE01C12945F7379DC702_gshared (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_gshared_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_gshared_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_gshared (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, const RuntimeMethod* method); // System.Void JCUnityLib.Singleton`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Singleton_1__ctor_mFBCA8662AE05E456B27764B25D98C967DE677592_gshared (Singleton_1_t071853BF0705B5B5B8F435CF6F7E4AE60E60507D * __this, const RuntimeMethod* method); // !!0[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1__ctor_mA4ADF56200888B2A297C5913DA00A89F11BD87C5_gshared (UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Array::Resize(!!0[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Resize_TisRuntimeObject_mCEF6B03A945BC4C6C42EE27083DBBFEE0F200D9F_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t ___newSize1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::CopyTo(!0[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_CopyTo_m98AE7F9D80A2D5880D4335564C7EC893BD00725F_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, 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::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mA8F31A10EE1129768E13ACC4DC847B05EAD2A055_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.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.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1_gshared (Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_mD20361F54064D4A745FAC10AD4D9C52E1C63BB6D_gshared (Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method); // System.Void System.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.Action`1::Invoke(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mAAE01A16F138CEC8E1965D322EFB6A7045FE76F2_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // !!0 UnityEngine.Object::FindObjectOfType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_FindObjectOfType_TisRuntimeObject_mBE0814B07DA8DDD57407CC2F0C8051AEC27D34BC_gshared (const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.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.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); // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * List_1_Find_mF6189FA7C00C1CE54D074CA76B798288DB60452B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___match0, 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.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); // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Vector3,UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m02BDA2BE9BA7A8D6BB8554AE3E32ED6EF05EDC0C_gshared (RuntimeObject * ___original0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation2, const RuntimeMethod* method); // System.Void o0.Geometry.Vector`1::.ctor(!0,!0,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__ctor_m11F21CEA444A040B62393357EB332C853AD5D0D6_gshared (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * __this, double ___x0, double ___y1, double ___z2, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547_gshared (Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // !1 System.Func`2::Invoke(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Func_2_Invoke_m617CF5136C832B461056CE79898402B5549AD917_gshared (Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * __this, Il2CppChar ___arg0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m1EB62BB33CD8233011F3DB0706358F80889D48DE_gshared (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 * __this, Il2CppChar ___value0, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponentsInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Component_GetComponentsInChildren_TisRuntimeObject_m254067D66B75073E897E989B5E670C194AFA7621_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGenerationParameters__ctor_m57645A39098F4DEA2AEFB8676E1EDCB298FC65C2 (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random0, int32_t ___strength1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters::get_Random() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * KeyGenerationParameters_get_Random_m96B13620B3ECF5CEB64561A4DBCBC18AC6CB11F4_inline (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448PrivateKeyParameters__ctor_mBC11F067556835F11BFFD5EEF16C6857E4E90990 (Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters::GeneratePublicKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * Ed448PrivateKeyParameters_GeneratePublicKey_m28A04477C43C7119367B700CECEC23795D1FCEDD (Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricCipherKeyPair__ctor_mE5C700D8655EB14E3EC3610B2367603C325D2637 (AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___publicParameter0, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateParameter1, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricKeyParameter__ctor_m383021999D70982D1E53120E9C0BD8DF08238CB3 (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * __this, bool ___privateKey0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::GeneratePrivateKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_GeneratePrivateKey_m11DE4C049B23209762E1E7BF1BF06CCF91AF7EE8 (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k1, 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.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::ReadFully(System.IO.Stream,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Streams_ReadFully_mA08B260E9E895443C6671920C12CD231B470183D (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStr0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, const RuntimeMethod* method); // System.Void System.IO.EndOfStreamException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EndOfStreamException__ctor_m62AD97E22305B690B74C4EA6E3EAC36D10CE3800 (EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Clone(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::GeneratePublicKey(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_GeneratePublicKey_m28B9A00859598AC9AA30CF39A619F7F77712366F (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448PublicKeyParameters__ctor_m569D065B6D384A45435BE9BB30BCD90B4BE00440 (Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters::Encode(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448PublicKeyParameters_Encode_mDD53D771F85C56EC45FC9A1B324019234D5086B9 (Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Sign(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_Sign_m72800D20EEEAB4997EC2430FA9760D82C8A61061 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m5, int32_t ___mOff6, int32_t ___mLen7, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig8, int32_t ___sigOff9, 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.Math.EC.Rfc8032.Ed448::SignPrehash(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_SignPrehash_m9A4D638CC6BBC784092B007F33A01D54E39B5748 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ph5, int32_t ___phOff6, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig7, int32_t ___sigOff8, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer/Buffer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer__ctor_mA1FA0E0E4EBFECD7ED35746D8D62644BC87E15CB (Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer/Buffer::GenerateSignature(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Buffer_GenerateSignature_m0AF6606A8187B4C24FB1DBFC86FD0F1E32BFB880 (Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * __this, Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * ___privateKey0, Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * ___publicKey1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer/Buffer::VerifySignature(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Buffer_VerifySignature_m828B4C51C6927B14D73B42D53234721E4955539C (Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * __this, Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * ___publicKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer/Buffer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_Reset_m81C9393836E0C8D10EB5F3C3955B93FE8E4697A1 (Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::CreatePrehash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ed448_CreatePrehash_m1197D86EF4CCCDC5D0824F9B78D107B9B76B653D (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448phSigner::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448phSigner_Reset_m9533A230A964B65F242AE7FC11C00F64980B48E8 (Ed448phSigner_tAEFD776B25F72F216DA041EC6BEAF864A0BA60EB * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters::Sign(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/Algorithm,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters,System.Byte[],System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448PrivateKeyParameters_Sign_m65CF27471C45B1668FE51A602703A2BFA27B226F (Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * __this, int32_t ___algorithm0, Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * ___publicKey1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___msg3, int32_t ___msgOff4, int32_t ___msgLen5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig6, int32_t ___sigOff7, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed448PublicKeyParameters_GetEncoded_m67E9AC353982D794508093A939F4B2FCE6865E5A (Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::VerifyPrehash(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed448_VerifyPrehash_m7E2675E5C58BEF9E47A6FB3FE37F01EA7B142C79 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig0, int32_t ___sigOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, RuntimeObject* ___ph5, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, String_t* ___identifier0, const RuntimeMethod* method); // System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::CheckSupport(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostEffectsBase_CheckSupport_m20B1CB0EC0F019D345427F851C67A5FD2E01061A (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, bool ___needDepth0, const RuntimeMethod* method); // UnityEngine.Material UnityStandardAssets.ImageEffects.PostEffectsBase::CheckShaderAndCreateMaterial(UnityEngine.Shader,UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490 (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___s0, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m2Create1, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.EdgeDetection::SetCameraFlag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EdgeDetection_SetCameraFlag_mBD3DAF292965786705B18B5B47B2CEDDC869ECCF (EdgeDetection_t40202BF946016AF583BF39E438E9C4AAEAC53CC6 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.PostEffectsBase::ReportAutoDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostEffectsBase_ReportAutoDisable_m732B3B3112769D5ADA588AEFA3F470A4EB5A3D31 (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // UnityEngine.DepthTextureMode UnityEngine.Camera::get_depthTextureMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_depthTextureMode_mA4B03C6B552FB03DF8A8C20DC9F4EB8FD978A7DD (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_depthTextureMode(UnityEngine.DepthTextureMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_depthTextureMode_m2D4631800947438BE9A7697778E2CB0E38083CF1 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Graphics::Blit(UnityEngine.Texture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7 (Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___dest1, const RuntimeMethod* method); // System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * __this, float ___x0, float ___y1, const RuntimeMethod* method); // System.Void UnityEngine.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2 (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetVector(System.String,UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetFloat(System.String,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, float ___value1, const RuntimeMethod* method); // UnityEngine.Vector4 UnityEngine.Color::op_Implicit(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 Color_op_Implicit_mECB4D0C812888ADAEE478E633B2ECF8F8FDB96C5 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___c0, const RuntimeMethod* method); // System.Void UnityEngine.Graphics::Blit(UnityEngine.Texture,UnityEngine.RenderTexture,UnityEngine.Material,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD (Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___dest1, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___mat2, int32_t ___pass3, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_white() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_white_mB21E47D20959C3AEC41AF8BA04F63AC89FAF319E (const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.PostEffectsBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostEffectsBase__ctor_mFA1F5C2F42295DE5BC5B12E891F7EFAE11D91728 (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::get_Random() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ParametersWithRandom_get_Random_mF9C641B992B3D83AC3CE3E4E7AD7D56545538F91_inline (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureRandom__ctor_mAD42803A2428614D1F961A8BCC228B22958C978A (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ElGamalKeyParameters_get_Parameters_mCE4C3D4C8C4BAA830886D6C000C5A450B69E7C29_inline (ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::get_P() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ElGamalParameters_get_P_mA79BF30B25404781643C8BA50B1DAD8C76B67765_inline (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_BitLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.Int32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m915A1EA8271B005129A1E4376699B8E3BF71036B (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___sign0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, int32_t ___offset2, int32_t ___length3, 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.Crypto.Parameters.ElGamalPrivateKeyParameters::get_X() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ElGamalPrivateKeyParameters_get_X_m0973856A95C12877440A15A5FD2829CDCB9C7E86_inline (ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ModPow(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ModPow_mC9A62D287BD35E7645E234EDAE8020614A434ED2 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___e0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.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::Mod(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ToByteArrayUnsigned() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BigInteger_ToByteArrayUnsigned_mA50192424BCADACC368E6DC187BF5C8E9DB1DE27 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.Int32,System.Random) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m0DAA24172CE10E1575B29374A3CE534DAD666DF4 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___sizeInBits0, Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * ___random1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_SignValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // 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.Crypto.Parameters.ElGamalParameters::get_G() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ElGamalParameters_get_G_mDFF45B690EE3358A09CC773AA1F9844FC1743DBF_inline (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters::get_Y() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ElGamalPublicKeyParameters_get_Y_mA905DC4C7160BC625BC2256F5F10E5719FB5117A_inline (ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * __this, const RuntimeMethod* method); // System.Void System.Array::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2 (RuntimeArray * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyGenerationParameters::GetStrength(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ElGamalKeyGenerationParameters_GetStrength_mB9A50E6F10EB597AD62FF92CCA88A868B414F374 (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ___parameters0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::get_L() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ElGamalParameters_get_L_m25596E15113C3F1C3BC4030E9AC81C13A3391BFA_inline (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyGenerationParameters::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ElGamalKeyGenerationParameters_get_Parameters_m92D0FAA094F0474AE08983E2D0BB8721EB687B2E_inline (ElGamalKeyGenerationParameters_t9DD985B7F64F63A0FC4CAE066DCAB75473B01061 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DHParameters__ctor_m7C88409F1DC4933C2F848E54FB03E56D75A54C4D (DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q2, int32_t ___m3, int32_t ___l4, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DHKeyGeneratorHelper::CalculatePrivate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DHKeyGeneratorHelper_CalculatePrivate_m9B6404B8ACD7F82FA83DA40DEA1FC867E1201C4A (DHKeyGeneratorHelper_t70D584644E832C7E2D3D4B619E335177C2A83909 * __this, DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___dhParams0, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DHKeyGeneratorHelper::CalculatePublic(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DHKeyGeneratorHelper_CalculatePublic_m1F540F524B28998DE002172F8832347B15D88FB1 (DHKeyGeneratorHelper_t70D584644E832C7E2D3D4B619E335177C2A83909 * __this, DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___dhParams0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalPublicKeyParameters__ctor_m4FC638ADD35FCA7BD5C9386A4EE96E0E615C6D88 (ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y0, ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ___parameters1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPrivateKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalPrivateKeyParameters__ctor_m72B280E8C89111D40BF7BAA5B76D135BC3A91A9C (ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ___parameters1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ElGamalKeyParameters_Equals_m23F7D19AC48D55DA1DDC5BD5700BE770A832A71C (ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * __this, ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * ___other0, const RuntimeMethod* method); // System.Boolean System.Object::Equals(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_Equals_mBE334AF263BDADA1D0F1DE7E14456A63E47F8053 (RuntimeObject * ___objA0, RuntimeObject * ___objB1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsymmetricKeyParameter_Equals_mD7853F9B3D0E36774C21F59D72AF91B995AE0211 (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___other0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AsymmetricKeyParameter_GetHashCode_mC6FFFFA2C19DDE30047E372FD0D1D655D2CCDF1F (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126 (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0 (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // System.Void 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::get_PositiveValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DerInteger_get_PositiveValue_m8732018F1F65AC4ECD83CD058341C9363AD5754B (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalParameters__ctor_m5923F21BFDD75365DD25AEEA1AB21402606EF77A (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g1, int32_t ___l2, 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.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ElGamalParameters_Equals_mA5E2A9B87255E50B6B4700168A456E9656BDA296 (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * __this, ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ___other0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DHParametersHelper::GenerateSafePrimes(System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* DHParametersHelper_GenerateSafePrimes_m000CD77FE387F2854F1FA28815EF9ACC35C5B495 (int32_t ___size0, int32_t ___certainty1, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DHParametersHelper::SelectGenerator(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DHParametersHelper_SelectGenerator_m835893083143A28098D48B4EA54AD22EE2E534D6 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q1, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalParameters__ctor_m725EDBEAD671FC838F1572DB113C98517399E640 (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters::.ctor(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalKeyParameters__ctor_m196BAA94AD04B478D22F994B05E37B234FDA30C8 (ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * __this, bool ___isPrivate0, ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ___parameters1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPrivateKeyParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPrivateKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ElGamalPrivateKeyParameters_Equals_m16267BDD3BB6F91DC30F45674638A7EA74ACBE6C (ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 * __this, ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 * ___other0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ElGamalKeyParameters_GetHashCode_m22E51F4522544A5A0F91F635BF7387F195A677F7 (ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ElGamalPublicKeyParameters_Equals_m28A19C643A33B13E85BCF8A9485C419A15308F85 (ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * __this, ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * ___other0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * Component_GetComponentInChildren_TisParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E_m2B7528201E06A2164418A442797CD0B60FCB4C8D (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared)(__this, method); } // System.Void UnityEngine.Transform::set_localScale(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localScale_mF4D1611E48D1BA7566A1E166DC2DACF3ADD8BA3A (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void UnityEngine.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.Single UnityEngine.Mathf::Max(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775 (float ___a0, float ___b1, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_orthographicSize(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_orthographicSize_mFC4BBB0BB0097A5FE13E99D8388DF3008971085F (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, float ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , const RuntimeMethod*))List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E_gshared)(__this, ___item0, method); } // System.Void Ellipse::DrawPointCloud(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ellipse_DrawPointCloud_m849E57D23C4EE3BC5414E2FF3CF973A3E04A2E06 (Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182 * __this, List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * ___drawList0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_mE0F03A2E42E2F7F8A282AE01C12945F7379DC702 (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, const RuntimeMethod*))List_1_Clear_mE0F03A2E42E2F7F8A282AE01C12945F7379DC702_gshared)(__this, method); } // UnityEngine.ParticleSystem/MainModule UnityEngine.ParticleSystem::get_main() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B ParticleSystem_get_main_m8F17DCC63679B15CE548BE83332FDB6635AE74A0 (ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * __this, const RuntimeMethod* method); // UnityEngine.ParticleSystem/MinMaxCurve UnityEngine.ParticleSystem/MinMaxCurve::op_Implicit(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD MinMaxCurve_op_Implicit_m8D746D40E6CCBF5E8C4CE39F23A45712BFC372F5 (float ___constant0, const RuntimeMethod* method); // System.Void UnityEngine.ParticleSystem/MainModule::set_startSpeed(UnityEngine.ParticleSystem/MinMaxCurve) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainModule_set_startSpeed_mE2D91449838B0BEA8CC1619CDC6578C9FEF173F7 (MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B * __this, MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD ___value0, const RuntimeMethod* method); // System.Void UnityEngine.ParticleSystem/MainModule::set_startLifetime(UnityEngine.ParticleSystem/MinMaxCurve) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainModule_set_startLifetime_mDBE408AFE7F159812D2B95F8504208F730BC8690 (MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B * __this, MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD ___value0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, const RuntimeMethod*))List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_gshared_inline)(__this, method); } // System.Void UnityEngine.ParticleSystem/MainModule::set_maxParticles(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainModule_set_maxParticles_m6FD14B44787B44D38DEDAE4FCBE9596A86A0460D (MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.ParticleSystem::Emit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleSystem_Emit_m07EF0D2DA84EB04814DA7EE6B8618B008DE75F28 (ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * __this, int32_t ___count0, const RuntimeMethod* method); // System.Int32 UnityEngine.ParticleSystem::GetParticles(UnityEngine.ParticleSystem/Particle[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParticleSystem_GetParticles_mAE8894E2B022EE009C6DDB1390AB331E7D40A344 (ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * __this, ParticleU5BU5D_tF02F4854575E99F3004B58B6CC6BB2373BAEB04C* ___particles0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, int32_t, const RuntimeMethod*))List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_gshared_inline)(__this, ___index0, method); } // System.Void UnityEngine.ParticleSystem/Particle::set_position(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Particle_set_position_mB749E41CD3C4C6DF501C0D68B6211CF7E2217FC2 (Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_yellow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_yellow_m9FD4BDABA7E40E136BE57EE7872CEA6B1B2FA1D1 (const RuntimeMethod* method); // UnityEngine.Color32 UnityEngine.Color32::op_Implicit(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D Color32_op_Implicit_mD17E8145D2D32EF369EFE349C4D32E839F7D7AA4 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___c0, const RuntimeMethod* method); // System.Void UnityEngine.ParticleSystem/Particle::set_startColor(UnityEngine.Color32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Particle_set_startColor_mA7B0363E82B7A7CBB1C83F8C5D49FB7B7AF75554 (Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1 * __this, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___value0, const RuntimeMethod* method); // System.Void UnityEngine.ParticleSystem/Particle::set_startSize(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Particle_set_startSize_m7CDEE5B620B3D26B4CC5C1DA7C6E24ACCCF64466 (Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.ParticleSystem::SetParticles(UnityEngine.ParticleSystem/Particle[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleSystem_SetParticles_m0658B777D1C6DDA7D244607AC55D5225774CEBFA (ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * __this, ParticleU5BU5D_tF02F4854575E99F3004B58B6CC6BB2373BAEB04C* ___particles0, int32_t ___size1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mF8F23D572031748AD428623AE16803455997E297 (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, const RuntimeMethod*))List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_gshared)(__this, method); } // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // System.Void EmailValidateController/d__0::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSendEmailValidateCodeU3Ed__0__ctor_m8522FB4614046BDFE6F908D3CF30A96ABF685171 (U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void EmailValidateController/d__1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CValidateEmailU3Ed__1__ctor_mE782460FD5085D88A52337E57D5BE9EE0F34CF19 (U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void JCUnityLib.Singleton`1::.ctor() inline void Singleton_1__ctor_m92EF7E953119C94F9E01D2C2CBB019C52F90FFB3 (Singleton_1_t47D81B5C54E6B1E9FD1B32B047A66ADB3B425320 * __this, const RuntimeMethod* method) { (( void (*) (Singleton_1_t47D81B5C54E6B1E9FD1B32B047A66ADB3B425320 *, const RuntimeMethod*))Singleton_1__ctor_mFBCA8662AE05E456B27764B25D98C967DE677592_gshared)(__this, method); } // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EmptyEnumerable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyEnumerable__ctor_m7F4D631D79D0C8BC22E82651610DC8AE97C6CD69 (EmptyEnumerable_tF29905C07F55D906B61ABE502F5933BD8132FFA6 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EmptyEnumerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyEnumerator__ctor_m832E5C61B4710727465A766D21AE44EDA4B30157 (EmptyEnumerator_tD96783B6048AE14D4CED5A7D3CE0C88889825808 * __this, 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.Crmf.EncKeyWithID::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncKeyWithID__ctor_mCB51BFF9FA4008CD6A2B909F9209E6FF705CE6B6 (EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * PrivateKeyInfo_GetInstance_m2E88E34FA8FDD49A756D7D1EEBA014F6FA306D5B (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.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::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.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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * AlgorithmIdentifier_GetInstance_m72ED3229FC5112CA144FA81CC150D686073B3964 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * Asn1OctetString_GetInstance_mAECCD06314FEB51EF6B730853C8DBC1FC4BE2FEA (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedContentInfo__ctor_mD7E35C3EEC1E9E221E31ECCF12CBEDA7D90EB9BF (EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::GetTypeName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerTaggedObject::.ctor(System.Boolean,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BerTaggedObject__ctor_mE1A36B59D3736B8ACA2E0CF7EE0E8A175F4D8F05 (BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3 * __this, bool ___explicitly0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8 (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___objs0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BerSequence__ctor_mAD9FD2534E7DF5E662805F2145BEA670860F12E4 (BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedData__ctor_m162EAF405512A20B342E5312E31E1F948EDE231A (EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedData__ctor_m8242BEC3BD357D7A98097DA2B4B85F17E0D61C3D (EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325 * __this, EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * ___encInfo0, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unprotectedAttrs1, 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.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * EncryptedContentInfo_GetInstance_mD72130D12F18D81AA2CE5B0EE3580A490BC4B845 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * Asn1Set_GetInstance_mF7CCA894A2717BD028AAD4963E65091C49174BB5 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedData__ctor_m8F182DFFFAD6772D1B70DD813271EBF43D727251 (EncryptedData_t723978F9CCFCFBC5C581B8075958D1CB6AA28604 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478 (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_IntValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BerSequence__ctor_m5E659EF6ECF39F178B888525FE1B0F93060CEF7B (BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * EnvelopedData_GetInstance_mA41B6C0913453571AF967774426ACECC89C61614 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedKey::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedKey__ctor_mA5C945CF6434ABFD675D4F063B96889058DF17DE (EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC * __this, EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * ___envelopedData0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedKey::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedKey__ctor_m2DF386C784FC2FC891FD54A3A1C51E4F1DF00C49 (EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC * __this, EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * ___encryptedValue0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * EncryptedValue_GetInstance_m1F986D2A3F7F8D364B267E89BFDAA52DBC51A5BC (RuntimeObject * ___obj0, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2 (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfo__ctor_m92F14D96CD5A36DC761B0F882BF0428846C4395F (EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.PrivateKeyInfoFactory::CreatePrivateKeyInfo(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * PrivateKeyInfoFactory_CreatePrivateKeyInfo_m1AE444AE0B185BF4C7965C724E9474E765D924A6 (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.EncryptedPrivateKeyInfoFactory::CreateEncryptedPrivateKeyInfo(System.String,System.Char[],System.Byte[],System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 * EncryptedPrivateKeyInfoFactory_CreateEncryptedPrivateKeyInfo_mB2049EE1A3308BB4A3E2C6F840992D0EB48CA7F6 (String_t* ___algorithm0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___passPhrase1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt2, int32_t ___iterationCount3, PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * ___keyInfo4, const RuntimeMethod* method); // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Security.PbeUtilities::CreateEngine(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PbeUtilities_CreateEngine_m93C908D38FA4FCF5FF94500EC44611BAFAEC06FC (String_t* ___algorithm0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Security.PbeUtilities::GenerateAlgorithmParameters(System.String,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * PbeUtilities_GenerateAlgorithmParameters_mD8A8269EB74BC5C8717CDB4256DEE3C23F8EF108 (String_t* ___algorithm0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt1, int32_t ___iterationCount2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Security.PbeUtilities::GenerateCipherParameters(System.String,System.Char[],BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PbeUtilities_GenerateCipherParameters_mF383C08B4BFD7AFB64BBF01943DB56F27D4A0BF8 (String_t* ___algorithm0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___password1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___pbeParameters2, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Security.PbeUtilities::GetObjectIdentifier(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * PbeUtilities_GetObjectIdentifier_mD1BDC6AD356E8717B254C0011DE824A54EF05368 (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); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfo__ctor_mFF951AAAA77D387BD4FF9F7FDA618D108E227974 (EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algId0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encoding1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::get_TagNo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * AlgorithmIdentifier_GetInstance_m480D23C39BAF9958D210AD19D4895D5520987CDB (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * DerBitString_GetInstance_m82AAB8A2C1D248221D54C6A66DEFF6F3DC0C19FE (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * DerBitString_GetInstance_mFBA6EA683F6F292F1A15D6E5BE37CFA85104C36A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedValue__ctor_m8234FF392A80D34FB91B82345C3F81205E73C656 (EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * __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); } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::AddOptional(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedValue_AddOptional_m8C92F742D6579D8332ED8A15C255B56398D32EC0 (EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlgorithmIdentifier__ctor_mA45787B3AB8C719957BA61423CD3FA852BFB5AE3 (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptionScheme::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptionScheme__ctor_mF4B2184CF4AC8E5114380670E852B4989AFA40EB (EncryptionScheme_tF6D3E1C9A31370065D9A5D693F204C4EA218F757 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___objectID0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptionScheme::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptionScheme__ctor_m26C8A7EC0AC974D4C0F3C7B1866E1BF4823AD877 (EncryptionScheme_tF6D3E1C9A31370065D9A5D693F204C4EA218F757 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, 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.Int32 UnityEngine.PlayerPrefs::GetInt(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PlayerPrefs_GetInt_mDA4476C10FCFF55FC65816E5E519B0EAFCB2AC14 (String_t* ___key0, int32_t ___defaultValue1, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // System.Void UnityEngine.SceneManagement.SceneManager::LoadScene(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SceneManager_LoadScene_m7DAF30213E99396ECBDB1BD40CC34CCF36902092 (String_t* ___sceneName0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.GameObject::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * GameObject_Find_m20157C941F1A9DA0E33E0ACA1324FAA41C2B199B (String_t* ___name0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * GameObject_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mF19A427BD1BBD01604B8C1FAC604905F572C942A (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // System.Void UnityEngine.Behaviour::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32 (Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 CommonConfig::get_AppLanguage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommonConfig_get_AppLanguage_m6831FBBE969D6BFB901CC287F150D5B3C9D866F6 (const RuntimeMethod* method); // System.Void UnityEngine.PlayerPrefs::SetInt(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerPrefs_SetInt_m0C5C977E960B9CA8F9AB73AF4129C3DCABD067B6 (String_t* ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void UnityEngine.Screen::set_orientation(UnityEngine.ScreenOrientation) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Screen_set_orientation_mBEF7687B3C2B4726AE40F2BBB3568B1B131B6D1B (int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Screen::set_autorotateToLandscapeRight(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Screen_set_autorotateToLandscapeRight_m7934E7BCD90CEE16D1C4A10E739DF1B021F2E255 (bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Screen::set_autorotateToLandscapeLeft(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Screen_set_autorotateToLandscapeLeft_mA58796BBE0540504E54B1E0A06C06786456C4D5B (bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Screen::set_autorotateToPortrait(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Screen_set_autorotateToPortrait_m4463ABAE29F26E957CF488565AEF4EF655B6E048 (bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Screen::set_autorotateToPortraitUpsideDown(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Screen_set_autorotateToPortraitUpsideDown_m55CA3FBCA4E8F835AC084D1B0FAE19D72A924906 (bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Screen::set_sleepTimeout(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Screen_set_sleepTimeout_mE9A766E696E76AC77EAADB4CA6412454577FCBB3 (int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.QualitySettings::set_vSyncCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QualitySettings_set_vSyncCount_mE91593C022E003EC0028C9F86751FDF160F32A9E (int32_t ___value0, const RuntimeMethod* method); // System.String UnityEngine.Application::get_version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_version_m3D7E3915FF7D40E0E5569C7A80BCFE7C2D2528C9 (const RuntimeMethod* method); // System.Collections.IEnumerator Entry::CheckAppVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Entry_CheckAppVersion_m16B1BAAC5D7BB0EDCD82B74F17CE1701FB56A01C (Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * __this, const RuntimeMethod* method); // UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.Collections.IEnumerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719 (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, RuntimeObject* ___routine0, const RuntimeMethod* method); // System.Collections.IEnumerator Entry::AsyncLoadScene() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Entry_AsyncLoadScene_m0BF0FC8ECD7883ACD94F27AD33E74BC2AD2B878A (Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) inline void UnityAction_1__ctor_mA4ADF56200888B2A297C5913DA00A89F11BD87C5 (UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2 *, RuntimeObject *, intptr_t, const RuntimeMethod*))UnityAction_1__ctor_mA4ADF56200888B2A297C5913DA00A89F11BD87C5_gshared)(__this, ___object0, ___method1, method); } // System.Void UnityEngine.SceneManagement.SceneManager::add_sceneUnloaded(UnityEngine.Events.UnityAction`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SceneManager_add_sceneUnloaded_m2CE4194528D7AAE67F494EB15C8BBE650FBA4C72 (UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2 * ___value0, const RuntimeMethod* method); // System.Void PersistenHandler::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PersistenHandler_Init_mF7AD2A1A2F38507B857AB0C3260D6A8EC88273ED (const RuntimeMethod* method); // System.Void SimulateMouseController::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouseController_Init_m85DA06E6F09CC604B70F531EB4FB6E19A965CEFE (const RuntimeMethod* method); // System.Void Entry/d__4::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAppVersionU3Ed__4__ctor_m53839143BA2DE23BDB874E25F80D77476FF7ABDF (U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Entry/d__6::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncLoadSceneU3Ed__6__ctor_m208CB0EBA1F0EDCA05DCCF3A2477E53A9B9E72C7 (U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void UnityEngine.UI.Text::set_fontSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Text_set_fontSize_m0D32489043916BCE64E51E0BDFCC12AC1B829411 (Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyle::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle__ctor_mDA0E00D0017FC0B2FC333C5DD6E1EDBAE3BCB8E3 (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * __this, const RuntimeMethod* method); // UnityEngine.GUIStyleState UnityEngine.GUIStyle::get_normal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * GUIStyle_get_normal_mAD82F2E3C188C5B112B82807398D61B9998E9CDE (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color__ctor_m9FEDC8486B9D40C01BF10FDC821F5E76C8705494 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * __this, float ___r0, float ___g1, float ___b2, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyleState::set_textColor(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyleState_set_textColor_mB4B61B9CAC1D6B4694471A2BB1191B5F0D5D764A (GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___value0, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyle::set_fontSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_fontSize_mFA02B9950E09F880976FD2FF646FB8AAEED1C5C6 (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_width() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C (const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE (const RuntimeMethod* method); // System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, float ___x0, float ___y1, float ___width2, float ___height3, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, const RuntimeMethod* method); // System.Void UnityEngine.GUI::Label(UnityEngine.Rect,System.String,UnityEngine.GUIStyle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_Label_mE97FBC73519323E93EFF86E1F1C96E7F4B612850 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___position0, String_t* ___text1, GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___style2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Enums::IsEnumType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enums_IsEnumType_m463CD468CD1534CAF77FAFB94FDC4174EAD0AD57 (Type_t * ___t0, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.Char::IsLetter(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetter_mF204E476D37A9EC10C965929AF16A362CBEA8950 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String System.String::Replace(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_mD912844A1141FE8771F55255C4A8D29C80C47618 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method); // System.Object System.Enum::Parse(System.Type,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_Parse_m42052064519239A11D605CD696EC0FD90A0FB039 (Type_t * ___enumType0, String_t* ___value1, bool ___ignoreCase2, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m789B4E75608A673F2CF5DDFC2E67DA20AF440A34 (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, const RuntimeMethod* method); // System.Array System.Enum::GetValues(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * Enum_GetValues_m8EEC6B32F297FDB2F7375DC8B197E0E1AB8643BD (Type_t * ___enumType0, const RuntimeMethod* method); // System.Array BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Enums::GetEnumValues(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * Enums_GetEnumValues_m15D74C3783F2F030A230997ADE779B29EEB67F08 (Type_t * ___enumType0, const RuntimeMethod* method); // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeUtilities::CurrentUnixMs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtilities_CurrentUnixMs_m8AB8AE654BFF0AF3CEDEFF82D3EB1FF5CD7F3030 (const RuntimeMethod* method); // System.Int32 System.Array::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10 (RuntimeArray * __this, const RuntimeMethod* method); // System.Object System.Array::GetValue(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m6E4274D23FFD6089882CD12B2F2EA615206792E1 (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::CalculateVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EnvelopedData_CalculateVersion_mC9FFDB6C9C3FAC3B86B67BC822011B08ED9055D1 (OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * ___originatorInfo0, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___recipientInfos1, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unprotectedAttrs2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * Asn1Set_GetInstance_m72DFB5CBF00B3EA7CB789EA802F3A332518B04F7 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * OriginatorInfo_GetInstance_m4F35DAB3EBE1D78F47A4ACAD816587AEF5E936DC (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * EnvelopedData_GetInstance_m4C3DD395DF41D8420EB4B1B083CE82276FD3E590 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnvelopedData__ctor_m78464C8E39CC02C9890210188E4E43429A27C7D7 (EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 * RecipientInfo_GetInstance_m49B8FDDF8889982D92F694C2FC961207F792C345 (RuntimeObject * ___o0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * RecipientInfo_get_Version_m9B2F7DB2E0B86C139C0D0395794175C1C4CE54AA (RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * OriginatorInfo_GetInstance_m3F148C792540D37BD1D485101ED09DFBA9C9A461 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser::GetOriginatorInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * EnvelopedDataParser_GetOriginatorInfo_m6865F031CAAB98BC1B09552BCBA94B6A35E3076B (EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfoParser::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedContentInfoParser__ctor_m3C85AAACB4C967248AEE609B0E06B779D5142389 (EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B * __this, RuntimeObject* ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Error::set_Code(BestHTTP.SocketIO.SocketIOErrors) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Error_set_Code_mB37CCA7F34F48741F9F8F0ED5EEC2E9683DD4A96_inline (Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Error::set_Message(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Error_set_Message_m4115E6745483E9F7AA6D6903C06382D332842CD8_inline (Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 * __this, String_t* ___value0, const RuntimeMethod* method); // BestHTTP.SocketIO.SocketIOErrors BestHTTP.SocketIO.Error::get_Code() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Error_get_Code_m8C9767946B8DDCC25AE36B01DE096AFBE62F7D31_inline (Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 * __this, const RuntimeMethod* method); // System.String BestHTTP.SocketIO.Error::get_Message() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Error_get_Message_m326BD28574BAC8CD3019A9A115FDB0572A2CC040_inline (Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 * __this, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * PkiStatusInfo_GetInstance_m7A8AAB63793502B45BC23FEDD0C72E5EAC33ABB3 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * PkiFreeText_GetInstance_m13927537D054B43C09B4AB02E6E33E47A1DC52AE (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ErrorMsgContent__ctor_mC574A36CD4F2B1468C9327C78F3F13457417A8FF (ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ErrorMsgContent__ctor_m13F1299806BA9951D48EB179F87B331479C6E66B (ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C * __this, PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * ___pkiStatusInfo0, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___errorCode1, PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * ___errorDetails2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertID::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EssCertID__ctor_mA8DA1941431C34CACE275D17DC8838F0E66979DF (EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * IssuerSerial_GetInstance_m178C760560FBE9322AB48D92EA711D61B0CCCCA9 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EssCertIDv2__ctor_mE94FA1861F8FC7F35A3C0989E699D9A649B925E0 (EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EssCertIDv2__ctor_m71B4BFAA5C56ADFD0B1A46B35368EF07CB85CE21 (EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algId0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___certHash1, IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * ___issuerSerial2, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Events.EventDescriptor::set_OnlyOnce(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventDescriptor_set_OnlyOnce_m6CE8E68C9857AC948C6A8349939F47F5DE2F7208_inline (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Events.EventDescriptor::set_AutoDecodePayload(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventDescriptor_set_AutoDecodePayload_mDF416F1895CAEDF72D4F4248F24B25BBC07DE3C4_inline (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_m1D11FB0AF0400C779F02A3FCF6E0D81C29D95262 (List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.Void BestHTTP.SocketIO.Events.EventDescriptor::set_Callbacks(System.Collections.Generic.List`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventDescriptor_set_Callbacks_mE6CD8F7477E1DD45EEF98BA4B31E690BAF2394B6_inline (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * ___value0, const RuntimeMethod* method); // System.Collections.Generic.List`1 BestHTTP.SocketIO.Events.EventDescriptor::get_Callbacks() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * EventDescriptor_get_Callbacks_mCACAF3979FF93DCE11972F1055BDCE59C6D7E48B_inline (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m3867B1D6CD5B5D25FFB7522A42241BB0D41B1386 (List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * __this, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 *, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m779D4454EF5FDBAD7E795F0F2B898583BA70E52A_inline (List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Array::Resize(!!0[]&,System.Int32) inline void Array_Resize_TisSocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_m587F284CF6C4720E8AA61AF4457DBABF5650BFC8 (SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C** ___array0, int32_t ___newSize1, const RuntimeMethod* method) { (( void (*) (SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C**, int32_t, const RuntimeMethod*))Array_Resize_TisRuntimeObject_mCEF6B03A945BC4C6C42EE27083DBBFEE0F200D9F_gshared)(___array0, ___newSize1, method); } // System.Void System.Collections.Generic.List`1::CopyTo(!0[]) inline void List_1_CopyTo_mB8A2E10AE71EADC0D92FC6EEACF58553206B6B49 (List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * __this, SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C* ___array0, const RuntimeMethod* method) { (( void (*) (List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 *, SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C*, const RuntimeMethod*))List_1_CopyTo_m98AE7F9D80A2D5880D4335564C7EC893BD00725F_gshared)(__this, ___array0, method); } // 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); // BestHTTP.Logger.ILogger BestHTTP.HTTPManager::get_Logger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88 (const RuntimeMethod* method); // System.Boolean BestHTTP.SocketIO.Events.EventDescriptor::get_OnlyOnce() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool EventDescriptor_get_OnlyOnce_mFBD85AEE0A80C2E6099CBB42911657A7F41889B4_inline (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) inline bool List_1_Remove_mF89C39F4E28C208B84DD413D6190EF441BE94624 (List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * __this, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 *, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE *, const RuntimeMethod*))List_1_Remove_mC8FCB6A53C017A6C13FC891B6BB1D78F9A77D5E3_gshared)(__this, ___item0, method); } // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.Void BestHTTP.ServerSentEvents.OnStateChangedDelegate::Invoke(BestHTTP.ServerSentEvents.EventSource,BestHTTP.ServerSentEvents.States,BestHTTP.ServerSentEvents.States) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnStateChangedDelegate_Invoke_mB83A8AD8FE2A253B26567668248A57E13D0B0393 (OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * __this, EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * ___eventSource0, int32_t ___oldState1, int32_t ___newState2, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4 (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method); // System.Void BestHTTP.ServerSentEvents.EventSource::set_Uri(System.Uri) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventSource_set_Uri_m340E2454D328604CD5147D5224935F58330A1BDC_inline (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::FromMilliseconds(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromMilliseconds_m12D90542B044C450FDFBCEA1CBC32369479483EC (double ___value0, const RuntimeMethod* method); // System.Void BestHTTP.ServerSentEvents.EventSource::set_ReconnectionTime(System.TimeSpan) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventSource_set_ReconnectionTime_m5B52999E64E8A67D1D0AE8513C5AC9A12E692EF2_inline (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.Uri BestHTTP.ServerSentEvents.EventSource::get_Uri() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * EventSource_get_Uri_m1370AB0530BBE845F4A179A904EB08F957401A8D_inline (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method); // System.Void BestHTTP.OnRequestFinishedDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnRequestFinishedDelegate__ctor_m2379F5429ED6B8FB42D7D7D8C3FADE30932BD9FA (OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::.ctor(System.Uri,BestHTTP.HTTPMethods,System.Boolean,System.Boolean,BestHTTP.OnRequestFinishedDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest__ctor_mAE64F8AB6E9A1C375D196E7686BC368D24B96E1B (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, uint8_t ___methodType1, bool ___isKeepAlive2, bool ___disableCache3, OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * ___callback4, const RuntimeMethod* method); // System.Void BestHTTP.ServerSentEvents.EventSource::set_InternalRequest(BestHTTP.HTTPRequest) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventSource_set_InternalRequest_m00CEB292B8401A4499B493A3ABB23FF53FC93E2F_inline (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___value0, const RuntimeMethod* method); // BestHTTP.HTTPRequest BestHTTP.ServerSentEvents.EventSource::get_InternalRequest() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * EventSource_get_InternalRequest_m3483FCCAF2FE37C4C1612A90670AC1DE93C14B92_inline (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::SetHeader(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_SetHeader_m5DFA6302FD1F64647A4A7A80D9AFE68B56A8FD09 (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_ProtocolHandler(BestHTTP.SupportedProtocols) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_ProtocolHandler_m8B2D5D3A8B05C65B0D6D354B0DC73FC280096B28_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_DisableRetry(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_DisableRetry_m86128201E93DF4B8F3FDB048878FDEBE8E321A73_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, bool ___value0, const RuntimeMethod* method); // BestHTTP.ServerSentEvents.States BestHTTP.ServerSentEvents.EventSource::get_State() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t EventSource_get_State_mF75BD4D04D925F4F674F938260B3C7422319F966_inline (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method); // System.Void BestHTTP.ServerSentEvents.EventSource::set_State(BestHTTP.ServerSentEvents.States) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_set_State_mD449BF8B2D75892DC4A113E37544090130977740 (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, int32_t ___value0, const RuntimeMethod* method); // System.String BestHTTP.ServerSentEvents.EventSource::get_LastEventId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EventSource_get_LastEventId_mFF492F986B249B4F97F3A70AA2F7B96AB16A589D_inline (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C (String_t* ___value0, const RuntimeMethod* method); // BestHTTP.HTTPRequest BestHTTP.HTTPRequest::Send() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * HTTPRequest_Send_m6DFACD89B7BA3689A32616A9B7F7AD41DBA86C46 (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::Abort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_Abort_mD093C17FDF52A73A6762C4D1959B86F0464773BE (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mA2A209547878B399C5E67F07C454B8530C90138F (Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_m94953713C91A4B7B0833AE711CF6A8EDC2E280A8 (Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3 * __this, String_t* ___key0, OnEventDelegate_t4505E6609923ED7F137E5EFD9D00278A4FAB0CD8 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3 *, String_t*, OnEventDelegate_t4505E6609923ED7F137E5EFD9D00278A4FAB0CD8 *, const RuntimeMethod*))Dictionary_2_set_Item_mA8F31A10EE1129768E13ACC4DC847B05EAD2A055_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_m656250928FFAB1E0AE79B4C85E6DC63246390264 (Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m45DB5340BC5312349874253DD3239546CB025D21_gshared)(__this, ___key0, method); } // System.Void BestHTTP.ServerSentEvents.OnErrorDelegate::Invoke(BestHTTP.ServerSentEvents.EventSource,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnErrorDelegate_Invoke_m7F7B7690553A11F97A4DC1EC2A02C83F267714E0 (OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * __this, EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * ___eventSource0, String_t* ___error1, const RuntimeMethod* method); // System.Boolean BestHTTP.ServerSentEvents.OnRetryDelegate::Invoke(BestHTTP.ServerSentEvents.EventSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnRetryDelegate_Invoke_mE025A049EBAA79FCF8F5475ADEB72F1B8246251B (OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * __this, EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * ___eventSource0, const RuntimeMethod* method); // System.Void BestHTTP.ServerSentEvents.OnGeneralEventDelegate::Invoke(BestHTTP.ServerSentEvents.EventSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnGeneralEventDelegate_Invoke_m6EB3DABA03D0CDF183F26F2ED239E0393281C475 (OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * __this, EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * ___eventSource0, const RuntimeMethod* method); // System.Boolean BestHTTP.ServerSentEvents.EventSource::CallOnRetry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventSource_CallOnRetry_m301B33431798550209BFB64AD618E72A0F1C75BC (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method); // System.Void BestHTTP.ServerSentEvents.EventSource::SetClosed(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_SetClosed_m80A5EE7B80975E312E6DD866DBC9309198D3CD9E (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, String_t* ___msg0, const RuntimeMethod* method); // System.DateTime System.DateTime::get_UtcNow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090 (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.ServerSentEvents.EventSource::CallOnError(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_CallOnError_m05931639A50A4261A3BA6FB311BC03B1F997A49A (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, String_t* ___error0, String_t* ___msg1, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) inline void Action_2__ctor_m7073FDB2F1EBC52E2695D81E180730979200AD92 (Action_2_tEEDE22E9727265D12EED7DDDBA22217341029552 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_2_tEEDE22E9727265D12EED7DDDBA22217341029552 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1_gshared)(__this, ___object0, ___method1, method); } // System.Void BestHTTP.ServerSentEvents.EventSourceResponse::StartReceive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_StartReceive_mB54F54A02A5975046862A9AE2E9E9EA15A603262 (EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * __this, const RuntimeMethod* method); // BestHTTP.HTTPRequestStates BestHTTP.HTTPRequest::get_State() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_State_mA2343B8DDC11F4489B724FDC12DD6671C55DA82A_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPResponse::HasHeader(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_HasHeader_m33686019500B7E5462F4AD7F7529CBBC2EF18CA9 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, String_t* ___headerName0, const RuntimeMethod* method); // System.Int32 BestHTTP.HTTPResponse::get_StatusCode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPResponse::HasHeaderWithValue(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_HasHeaderWithValue_m4032ECF7991F2D452311EF1E46397555913AB914 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, String_t* ___headerName0, String_t* ___value1, const RuntimeMethod* method); // System.String BestHTTP.HTTPResponse::get_Message() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_Message_m1898E05F9D431E994A4D955B9B6C92A3C98A9383_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.String BestHTTP.HTTPResponse::get_DataAsText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_DataAsText_mE627F5169E5E8FCD960C0503DAC684E82CF38ECA (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Exception BestHTTP.HTTPRequest::get_Exception() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Void BestHTTP.ServerSentEvents.EventSource::Retry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_Retry_mFD12A7CFC5E7F614349685630FE8CD53192E5827 (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method); // System.String BestHTTP.ServerSentEvents.Message::get_Id() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Message_get_Id_m7047ACC6B450EE467B5D7A388C58394ADE9B7B74_inline (Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * __this, const RuntimeMethod* method); // System.Void BestHTTP.ServerSentEvents.EventSource::set_LastEventId(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventSource_set_LastEventId_m8702187A273C720ADFC5443EEA64853F274A4BAF_inline (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, String_t* ___value0, const RuntimeMethod* method); // System.TimeSpan BestHTTP.ServerSentEvents.Message::get_Retry() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Message_get_Retry_mDAF12129C39A52272E058905E76F82A9D2A57115_inline (Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * __this, 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.String BestHTTP.ServerSentEvents.Message::get_Data() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Message_get_Data_mAD7C9339E8BAE0BC5FD2F574ACCC87B72381E92F_inline (Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * __this, const RuntimeMethod* method); // System.Void BestHTTP.ServerSentEvents.OnMessageDelegate::Invoke(BestHTTP.ServerSentEvents.EventSource,BestHTTP.ServerSentEvents.Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMessageDelegate_Invoke_mA8A2868E028F61888DE1E9423220E9A3B7664BAF (OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * __this, EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * ___eventSource0, Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * ___message1, const RuntimeMethod* method); // System.String BestHTTP.ServerSentEvents.Message::get_Event() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Message_get_Event_m8BA5F0060559B496A9F6275F64BB40214C0667F3_inline (Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m3EB0E62CED759D7C5B82A04219EFC0FC6E07B7B5 (Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3 * __this, String_t* ___key0, OnEventDelegate_t4505E6609923ED7F137E5EFD9D00278A4FAB0CD8 ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3 *, String_t*, OnEventDelegate_t4505E6609923ED7F137E5EFD9D00278A4FAB0CD8 **, const RuntimeMethod*))Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, method); } // System.Void BestHTTP.ServerSentEvents.OnEventDelegate::Invoke(BestHTTP.ServerSentEvents.EventSource,BestHTTP.ServerSentEvents.Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnEventDelegate_Invoke_m6C0D6B4489DAC15C5DB96FC53B26F5E1B89DBB9F (OnEventDelegate_t4505E6609923ED7F137E5EFD9D00278A4FAB0CD8 * __this, EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * ___eventSource0, Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * ___message1, 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); // 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.TimeSpan BestHTTP.ServerSentEvents.EventSource::get_ReconnectionTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 EventSource_get_ReconnectionTime_m51CE8BD10EEAD005804C6BD8E22F9F9F5D6C708D_inline (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_GreaterThanOrEqual(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThanOrEqual_mD46D3E561D8EA7384F3857D9F3BDE2D1390F1944 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.Void BestHTTP.ServerSentEvents.EventSource::Open() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_Open_m89B51EAB4F1A515AE8340F603C1E2C39674AB1DF (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mD867D3098BD50CFB495F0E56F10931DD58180560 (List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void BestHTTP.HTTPResponse::.ctor(BestHTTP.HTTPRequest,System.IO.Stream,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse__ctor_mEE080B7F104F05A1D099B6D51804077185591D16 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___request0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream1, bool ___isStreamed2, bool ___isFromCache3, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::set_IsClosedManually(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPResponse_set_IsClosedManually_m39AF781E305670B505A4309FCC6807C975E9C363_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPResponse::Receive(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_Receive_m57DFEB2D41AB126FF6AB776F907C18A0B1707F56 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, int32_t ___forceReadRawContentLength0, bool ___readPayloadData1, const RuntimeMethod* method); // System.String BestHTTP.HTTPResponse::GetFirstHeaderValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_GetFirstHeaderValue_mCEE274940680171EC84DC9DEEDB577DBF8A26D1B (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, String_t* ___name0, const RuntimeMethod* method); // System.String System.String::ToLower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D (String_t* __this, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::set_IsUpgraded(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPResponse_set_IsUpgraded_m7381ACA9903626CFE960A5194EF559142F831A58_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPResponse::get_IsUpgraded() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsUpgraded_m741260E1BB78F03FC9A3446C2FF692698B2629E3_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPResponse::ReadPayload(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_ReadPayload_m716FDEE63120394AC973B72CBD5D22C0717167F7 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, int32_t ___forceReadRawContentLength0, const RuntimeMethod* method); // System.Void System.Threading.WaitCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5 (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPool::QueueUserWorkItem(System.Threading.WaitCallback) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_QueueUserWorkItem_m76F5D0CD8F37E5D736F781049045AD9173E9A323 (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___callBack0, const RuntimeMethod* method); // System.Void BestHTTP.ServerSentEvents.EventSourceResponse::ReadChunked(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_ReadChunked_m215456AF90247169045D7A22633216F9344182E1 (EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, const RuntimeMethod* method); // System.Void BestHTTP.ServerSentEvents.EventSourceResponse::ReadRaw(System.IO.Stream,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_ReadRaw_m7AF8E2C0D5BFFB0046EBE75B58BCD03AE43AB5FD (EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int64_t ___contentLength1, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_State(BestHTTP.HTTPRequestStates) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_State_m8B42AABAE06683325CA663653FEB8692EC78B4DA_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPUpdateDelegator::get_IsCreated() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPUpdateDelegator_get_IsCreated_m31E559E5D6674AC4F0F4AB3BAF2C5C1CFB751F25_inline (const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_Exception(System.Exception) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_Exception_mA64B041648A30DDA995B04F2137B0A7B2A93EC00_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, Exception_t * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.ServerSentEvents.EventSourceResponse::set_IsClosed(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventSourceResponse_set_IsClosed_m22DE678CE7910E2397D39A2CED5FAD4E3D842383_inline (EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 BestHTTP.HTTPResponse::ReadChunkLength(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPResponse_ReadChunkLength_m8714ABF905A575CE321AA6E97A50D365A340E5C1 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, const RuntimeMethod* method); // System.Byte[] BestHTTP.Extensions.VariableSizedBufferPool::Get(System.Int64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF (int64_t ___size0, bool ___canBeLarger1, const RuntimeMethod* method); // System.Byte[] BestHTTP.Extensions.VariableSizedBufferPool::Resize(System.Byte[]&,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* VariableSizedBufferPool_Resize_mC99838C027891EC58903B48AA6CC84F0A10454EF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** ___buffer0, int32_t ___newSize1, bool ___canBeLarger2, const RuntimeMethod* method); // System.Void BestHTTP.ServerSentEvents.EventSourceResponse::FeedData(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_FeedData_mE9030B0BC133CCDE6A8F2D6EE5D2C079E1154FC6 (EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___count1, const RuntimeMethod* method); // System.String BestHTTP.HTTPResponse::ReadTo(System.IO.Stream,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_ReadTo_m5AA3F3AC3485E553B21E5E0E32A4458301683D8F (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, uint8_t ___blocker1, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.VariableSizedBufferPool::Release(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::ReadHeaders(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_ReadHeaders_mE79A3E908A9693F5A00FC8CAD440148EEB1FA855 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, const RuntimeMethod* method); // System.Void BestHTTP.ServerSentEvents.EventSourceResponse::ParseLine(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_ParseLine_mF5645294E4E129184DA1F170268E283222078E34 (EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___count1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m27397A70504EBE4F8BF22B6698251A70C5C1EBD7 (List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 * __this, Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 *, Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E (const RuntimeMethod* method); // System.Void BestHTTP.ServerSentEvents.Message::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Message__ctor_m7811E2D48EA518FD2216EC4932F22FBF03489E39 (Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void BestHTTP.ServerSentEvents.Message::set_Id(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Message_set_Id_mD5B900562221AD61CF8604A6D9033BD8950D03AD_inline (Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.ServerSentEvents.Message::set_Event(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Message_set_Event_m62DE054742EA6AD15BD4439A4D444EAE1D14DA72_inline (Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Environment::get_NewLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4 (const RuntimeMethod* method); // System.Void BestHTTP.ServerSentEvents.Message::set_Data(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Message_set_Data_mBE4030C1796437AF7CEAC49344FF36B57CB511BB_inline (Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Int32::TryParse(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryParse_m748B8DB1D0C9D25C3D1812D7887411C4AFC1DDC2 (String_t* ___s0, int32_t* ___result1, const RuntimeMethod* method); // System.Void BestHTTP.ServerSentEvents.Message::set_Retry(System.TimeSpan) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Message_set_Retry_mBAF5BED69C4C63AE9CFFCD07F7E1A0F8986C9346_inline (Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m13BE6EE2ADC7C46953545E63B82E3896F11BEB44_inline (List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * List_1_get_Item_m01DB07ADD8C5D845D76B7599599EDACB7033B1E1_inline (List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * (*) (List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Void System.Action`2::Invoke(!0,!1) inline void Action_2_Invoke_mB631A2AA9BC944903C32F4CE48F2C3D693BBC647 (Action_2_tEEDE22E9727265D12EED7DDDBA22217341029552 * __this, EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * ___arg10, Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * ___arg21, const RuntimeMethod* method) { (( void (*) (Action_2_tEEDE22E9727265D12EED7DDDBA22217341029552 *, EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A *, Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B *, const RuntimeMethod*))Action_2_Invoke_mD20361F54064D4A745FAC10AD4D9C52E1C63BB6D_gshared)(__this, ___arg10, ___arg21, method); } // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m1F5AAF22F0E8C7C989379A50B669D1D1AAB92D2C (List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 *, const RuntimeMethod*))List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared)(__this, method); } // System.Boolean BestHTTP.ServerSentEvents.EventSourceResponse::get_IsClosed() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool EventSourceResponse_get_IsClosed_m1A3BA9F0733F33BE1CBAE486C231F86C003CFD22_inline (EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * __this, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) inline void Action_1_Invoke_m27D6555D87950A59591F359ECEF5D8BD2EBDB787 (Action_1_tB0049C0C5F759294C4324FC2F877CB233B2CE88C * __this, EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_tB0049C0C5F759294C4324FC2F877CB233B2CE88C *, EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A *, const RuntimeMethod*))Action_1_Invoke_mAAE01A16F138CEC8E1965D322EFB6A7045FE76F2_gshared)(__this, ___obj0, method); } // !!0 UnityEngine.Object::FindObjectOfType() inline EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * Object_FindObjectOfType_TisEventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C_m46D8ADD03B257A4249D09826A446CD7A0D40543B (const RuntimeMethod* method) { return (( EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * (*) (const RuntimeMethod*))Object_FindObjectOfType_TisRuntimeObject_mBE0814B07DA8DDD57407CC2F0C8051AEC27D34BC_gshared)(method); } // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___exists0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_mDF8BF31EAE3E03F24421531B25FB4BEDB7C87144 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, String_t* ___name0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * GameObject_AddComponent_TisEventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C_mD7E16702011B453C0A737A2442B83E6B8F9E8164 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2>::.ctor() inline void Dictionary_2__ctor_mB18C91CC3417CF050D9D284378F1BD732C407F1B (Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void BestHTTP.SocketIO.Events.EventTable::set_Socket(BestHTTP.SocketIO.Socket) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventTable_set_Socket_m6C3BDBC65303F2F1B88841DC0CAD62FA14860D5B_inline (EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Events.EventTable/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m3E68BBA6DF68F77E6627CA284C4CCA0A0FEA8DEF (U3CU3Ec__DisplayClass6_0_t526267A39AF0706B4C3DD931775FC983B2DD74B9 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_mD2EEB857480FFCE7A47EF23C138AFD9387B159FA (Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 * __this, String_t* ___key0, List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 *, String_t*, List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 **, const RuntimeMethod*))Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_mA6D03D4C3DE615850093D7826FB01241B759E90B (List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) inline void Dictionary_2_Add_mB04B961151B1D66A3F77BABFCF877B2E5F7323AC (Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 * __this, String_t* ___key0, List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 *, String_t*, List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 *, const RuntimeMethod*))Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) inline void Predicate_1__ctor_m855AC74E0CD1D996CBB07C9F044D818F087253B4 (Predicate_1_t8017F753C416484034195A381B4778389CC82D53 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Predicate_1_t8017F753C416484034195A381B4778389CC82D53 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m3F41E32C976C3C48B3FC63FBFD3FBBC5B5F23EDD_gshared)(__this, ___object0, ___method1, method); } // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) inline EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * List_1_Find_m636998EBC3540AC965052462BDA9FA76445C5975 (List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 * __this, Predicate_1_t8017F753C416484034195A381B4778389CC82D53 * ___match0, const RuntimeMethod* method) { return (( EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * (*) (List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 *, Predicate_1_t8017F753C416484034195A381B4778389CC82D53 *, const RuntimeMethod*))List_1_Find_mF6189FA7C00C1CE54D074CA76B798288DB60452B_gshared)(__this, ___match0, method); } // System.Void BestHTTP.SocketIO.Events.EventDescriptor::.ctor(System.Boolean,System.Boolean,BestHTTP.SocketIO.Events.SocketIOCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptor__ctor_m3014C2458678A31C246D997F88C4360405048501 (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, bool ___onlyOnce0, bool ___autoDecodePayload1, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * ___callback2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m1E1F9EFE707A82269A32F597647E136E509E7B7F (List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 * __this, EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 *, EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Boolean System.Collections.Generic.Dictionary`2>::Remove(!0) inline bool Dictionary_2_Remove_mB5D8FF7535521B4FB84C3B9018F7370BE32B2D11 (Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m45DB5340BC5312349874253DD3239546CB025D21_gshared)(__this, ___key0, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * List_1_get_Item_m5528906AE482CF31B546EDCFC5BE822DED618D9C_inline (List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * (*) (List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m313E1B8E09C25D24C442BB975FB6EB7F0C2B32AF_inline (List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // BestHTTP.SocketIO.Socket BestHTTP.SocketIO.Events.EventTable::get_Socket() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * EventTable_get_Socket_mFD914C56440C825BFFB25B6D7DEA2692203AAA4C_inline (EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Events.EventDescriptor::Call(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptor_Call_m13B7B2C7AD488EF23195CDD457B8F23F6082EE31 (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method); // System.String BestHTTP.SocketIO.Packet::DecodeEventName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Packet_DecodeEventName_m717F619C10C9052C949DAB19B14ADA9AAB9429B4 (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, 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); // 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.String BestHTTP.SocketIO.Events.EventNames::GetNameFor(BestHTTP.SocketIO.TransportEventTypes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EventNames_GetNameFor_m29E2ADB3A6B6AEF8EA37F0B39DE16FA34FB95D68 (int32_t ___transEvent0, 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.Boolean BestHTTP.SocketIO.Events.EventTable::HasSubsciber(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventTable_HasSubsciber_m05EC7C762A911A518F00EB76F133ADC598A5A4C1 (EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * __this, String_t* ___eventName0, const RuntimeMethod* method); // System.Boolean BestHTTP.SocketIO.Events.EventTable::ShouldDecodePayload(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventTable_ShouldDecodePayload_mD09319CB96BB164C42A7698F2697A3EA6B29D731 (EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * __this, String_t* ___eventName0, 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.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.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.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.Boolean BestHTTP.SocketIO.Packet::get_IsDecoded() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Packet_get_IsDecoded_mCF5FEA7F70C112BA3FBBBEC0759B09A09C571D6B_inline (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::Clear() inline void Dictionary_2_Clear_mF418517A6E903C62BA183B82DF0288FB62A4BB3B (Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 *, const RuntimeMethod*))Dictionary_2_Clear_m883E91BB19072DD91E8FA3BEDA31D0FA095667EA_gshared)(__this, method); } // System.Boolean BestHTTP.SocketIO.Events.EventDescriptor::get_AutoDecodePayload() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool EventDescriptor_get_AutoDecodePayload_mAC54D034196B63010CF12B8AF7862F7A732A49E9_inline (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2>::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_mA862C877648241FA03E810E781623A71D31276D3 (Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_mCABABA5D0FA017D2D54BE4FA6256C51518274116_gshared)(__this, ___key0, method); } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.TimeStampTokenEvidence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.TimeStampTokenEvidence::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeStampTokenEvidence_t5AB47E244550737FD9D2B935A90398957EDB482E * TimeStampTokenEvidence_GetInstance_mF4E39C585155D306A5FA6D47BA3140C512E5FC8F (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___tagged0, bool ___isExplicit1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * Asn1TaggedObject_GetInstance_m7245B39FCEB8EA160AEFF9F8F724A71CB2EB47A8 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Evidence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Evidence__ctor_m0F9FCF684D0C0C1F587102F24C4E070C774BA7B0 (Evidence_tFA11085D4AF857CEB136DD0FB4F56B2C91A7574C * __this, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___tagged0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Effects.ExplosionFireAndDebris/d__4::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__4__ctor_m654866B338818A02D8A859C29170FA103BDF75D6 (U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::get_identity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702 (const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Vector3,UnityEngine.Quaternion) inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m748821B299E8B2FAC05C55F2C8137BED1DB54917 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___original0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation2, const RuntimeMethod* method) { return (( Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * (*) (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m02BDA2BE9BA7A8D6BB8554AE3E32ED6EF05EDC0C_gshared)(___original0, ___position1, ___rotation2, method); } // System.Void UnityEngine.Transform::set_parent(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Effects.ExplosionPhysicsForce/d__1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__1__ctor_m460DD3BF0681F7F816234BA6422A293452FDA130 (U3CStartU3Ed__1_t24DE4184D83464B6FD686B53CCD077B6A766FB41 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * Component_GetComponent_TisObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2_m2D9EEDB650EA27A9F039547F104CAAAF14718BA5 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Void UnityStandardAssets.Effects.Explosive/d__8::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3COnCollisionEnterU3Ed__8__ctor_mCB962F88A6E714F58F10A2E5DCB6CE3062FEE0DD (U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715 * ExtendedKeyUsage_GetInstance_mA1748F9097ACC1667C499965F2702219679743D3 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtendedKeyUsage__ctor_m1A038BB6AE54231605A419C94322D0FD737F281A (ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extension::ConvertValueToObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extension) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * X509Extension_ConvertValueToObject_m7A8320756D4F6CCD63814B942091D67E78738486 (X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB * ___ext0, const RuntimeMethod* method); // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateHashtable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06 (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage::.ctor(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtendedKeyUsage__ctor_m8E37C89B9AE0B992C9F5B35B4DCAA3A6F8A7BAB3 (ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715 * __this, RuntimeObject* ___usages0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * DerObjectIdentifier_GetInstance_mBE1F50C71CFA8B210307AFD39E62F8AF4D5E34FF (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m77974C35DD788BA972324A11F57EAD56BE36A035 (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, RuntimeObject* ___c0, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateArrayList(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateArrayList_m4180B6408FF695EFEC4EE2AC4281B05687EF8DE8 (RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Double o0.Geometry.Quaternion::get_x() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Quaternion_get_x_m5804576B9ECE22F12FB5124D1F6BDD43EE6F9BAC_inline (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * __this, const RuntimeMethod* method); // System.Double o0.Geometry.Quaternion::get_y() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Quaternion_get_y_m23E8626BD7B51A7524CABCDD8EB6FF1A93DA6485_inline (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * __this, const RuntimeMethod* method); // System.Double o0.Geometry.Quaternion::get_z() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Quaternion_get_z_m7ED0921757A35EBAEB777FE1F945DCB3F15B877B_inline (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * __this, const RuntimeMethod* method); // System.Double o0.Geometry.Quaternion::get_w() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Quaternion_get_w_m45F5943EEAAB4831F5A79F0131CC7FB2AAF15DC3_inline (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Quaternion::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Quaternion__ctor_m564FA9302F5B9DA8BAB97B0A2D86FFE83ACAA421 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method); // System.Void o0.Geometry.Quaternion::.ctor(System.Double,System.Double,System.Double,System.Double,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Quaternion__ctor_m1A6E64B626EE09183853EE32515884126A1FEFEA (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * __this, double ___x0, double ___y1, double ___z2, double ___w3, bool ___isNormalized4, const RuntimeMethod* method); // System.Void o0.Geometry.Vector`1::.ctor(!0,!0,!0) inline void Vector_1__ctor_m11F21CEA444A040B62393357EB332C853AD5D0D6 (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * __this, double ___x0, double ___y1, double ___z2, const RuntimeMethod* method) { (( void (*) (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, double, double, double, const RuntimeMethod*))Vector_1__ctor_m11F21CEA444A040B62393357EB332C853AD5D0D6_gshared)(__this, ___x0, ___y1, ___z2, method); } // System.Int32 o0Project.MatrixF2D::get_Width() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MatrixF2D_get_Width_m491C29326ECF1B5C5D5AF67699AC09E0B9F880DC_inline (MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * __this, const RuntimeMethod* method); // System.Int32 o0Project.MatrixF2D::get_Height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MatrixF2D_get_Height_mCAF11DD670D909E020F1AFF7F5E61E953452B7CC (MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * __this, const RuntimeMethod* method); // System.Single o0Project.MatrixF2D::get_Item(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MatrixF2D_get_Item_m04E7E927E0A49A1061FD13F380C62819B4D6D87E (MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * __this, int32_t ___y0, int32_t ___x1, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Sign(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Sign_m01716387C82B9523CFFADED7B2037D75F57FE2FB (float ___f0, const RuntimeMethod* method); // o0Project.MatrixF2D o0Project.MatrixF2D::Identity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * MatrixF2D_Identity_mA01D400BE340DDCD04D66E2A81E7499F065B785B (int32_t ___size0, const RuntimeMethod* method); // System.Void o0Project.MatrixF2D::SetColumn(System.Int32,System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatrixF2D_SetColumn_mA939B34E0F42CD199D9DEA43967741C1FD72E6E4 (MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * __this, int32_t ___x0, RuntimeObject* ___value1, const RuntimeMethod* method); // System.Void o0Project.MatrixF2D::set_Item(System.Int32,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatrixF2D_set_Item_m8CEAE99BB9C550AB7D70352C75BE6E8755B4B9D4 (MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * __this, int32_t ___y0, int32_t ___x1, float ___value2, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_right() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_right_mF5A51F81961474E0A7A31C2757FD00921FB79C44 (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::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50 (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.Vector3::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6 (const RuntimeMethod* method); // o0Project.MatrixF2D o0Project.Extension::ToMatrix(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * Extension_ToMatrix_mED9D5CA09A33C36BF15136310B4063AF3D23EBD5 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___right0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___up1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forward2, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position3, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Byte[] BestHTTP.Extensions.Extensions::GetASCIIBytes(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Extensions_GetASCIIBytes_mD7511286A9AA72F2F58A54857ACA63548127CAE2 (String_t* ___str0, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.Extensions::WriteLine(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_WriteLine_m4F15F88A6C47CBB55D45F65894AD8804382E355F (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___fs0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mCED6767EA5FEE6F15ABCD5B4F9150D1284C2795B (String_t* ___format0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.String System.Uri::GetComponents(System.UriComponents,System.UriFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetComponents_mA614A98C35F2E5D924A10A8018A46606AFB6133E (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, int32_t ___components0, int32_t ___format1, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[],System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* String_Split_m8334980E85EA3EF1F6204607324D9C34EFA4CA25 (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___separator0, int32_t ___options1, const RuntimeMethod* method); // System.Boolean System.String::Contains(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Uri::op_Equality(System.Uri,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Equality_mB322C9CBB45846441BDCA7357E7D28123824ED83 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri10, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri21, const RuntimeMethod* method); // System.String System.Uri::get_Host() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.Extensions.Extensions::IsIpV4AddressValid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Extensions_IsIpV4AddressValid_m9D2571049E98EC1CF68A81DA49355D65A68781B2 (String_t* ___address0, const RuntimeMethod* method); // System.Boolean BestHTTP.Extensions.Extensions::IsIpV6AddressValid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Extensions_IsIpV6AddressValid_m9AC43985841C3E4F86BD8E8D74D30D7D8EEBC4F3 (String_t* ___address0, const RuntimeMethod* method); // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2 (String_t* __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_m872C1D85AC5BF891AC3C3FC789BBC4E2393FB859 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, const RuntimeMethod* method); // System.Boolean System.Net.IPAddress::TryParse(System.String,System.Net.IPAddress&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPAddress_TryParse_m43158BF9D76398954BE04773A6A15898EFE27F3E (String_t* ___ipString0, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** ___address1, const RuntimeMethod* method); // System.Net.Sockets.AddressFamily System.Net.IPAddress::get_AddressFamily() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * __this, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C (String_t* ___s0, const RuntimeMethod* method); // System.Int64 System.Int64::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int64_Parse_m324C1AE318F496D87AAED8CB5D9E6E6EA6FE4A45 (String_t* ___s0, const RuntimeMethod* method); // System.Boolean System.DateTime::TryParse(System.String,System.DateTime&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_TryParse_m80676B92D2288E67796D792D3DC11E410C037B48 (String_t* ___s0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___result1, const RuntimeMethod* method); // System.DateTime System.DateTime::ToUniversalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_ToUniversalTime_mB5FB50E0AD0D9A2A917893A1655F51B174C7A6B3 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.String BestHTTP.Extensions.Extensions::CalculateMD5Hash(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_CalculateMD5Hash_mC9C6E098F8069425874409AEA07D369A57D89A51 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, const RuntimeMethod* method); // System.Security.Cryptography.MD5 System.Security.Cryptography.MD5::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD5_t6B7B1C4D40C383D0AD84BB8DDE4DE4B29BA627FB * MD5_Create_mC22D8B0F48E87D36AF16D5D17B8F42071D2069E7 (const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HashAlgorithm_ComputeHash_m54AE40F9CD9E46736384369DBB5739FBCBDF67D9 (HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_mABEF6F24915951FF4A4D87B389D8418B2638178C (uint8_t* __this, String_t* ___format0, 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); // System.Void BestHTTP.Extensions.Extensions/<>c__DisplayClass19_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass19_0__ctor_mB640F8ADE57CB02D565058CBED936307A05026C0 (U3CU3Ec__DisplayClass19_0_tB7BAD64D9611CE200C5A2DAABA023EE8466BA2C1 * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547 (Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547_gshared)(__this, ___object0, ___method1, method); } // System.String BestHTTP.Extensions.Extensions::Read(System.String,System.Int32&,System.Func`2,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_Read_m6AD180F1D575DDC059352CD58DAB02A674416549 (String_t* ___str0, int32_t* ___pos1, Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * ___block2, bool ___needResult3, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.Extensions::SkipWhiteSpace(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_SkipWhiteSpace_mD0268CA27D96ACDE027F4D0FCAB2F10361CD9B56 (String_t* ___str0, int32_t* ___pos1, const RuntimeMethod* method); // !1 System.Func`2::Invoke(!0) inline bool Func_2_Invoke_m617CF5136C832B461056CE79898402B5549AD917 (Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * __this, Il2CppChar ___arg0, const RuntimeMethod* method) { return (( bool (*) (Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A *, Il2CppChar, const RuntimeMethod*))Func_2_Invoke_m617CF5136C832B461056CE79898402B5549AD917_gshared)(__this, ___arg0, method); } // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.String BestHTTP.Extensions.Extensions::Read(System.String,System.Int32&,System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_Read_m129960E72C886A09445E2F5B5F85E798C5427327 (String_t* ___str0, int32_t* ___pos1, Il2CppChar ___block2, bool ___needResult3, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Char::IsControl(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsControl_m2682A4043BD6DFBA936CED52A3239AA7D38625A6 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Char System.Char::ToLowerInvariant(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToLowerInvariant_mA5541ADE6FA5082D0877F64FAA44F3C7C518866C (Il2CppChar ___c0, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m1EB62BB33CD8233011F3DB0706358F80889D48DE (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 *, Il2CppChar, const RuntimeMethod*))Nullable_1__ctor_m1EB62BB33CD8233011F3DB0706358F80889D48DE_gshared)(__this, ___value0, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mCF28DF1FE15155CECA5732CD35DA2BD20B93640D (List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.String BestHTTP.Extensions.Extensions::TrimAndLower(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_TrimAndLower_m57F2DA71ED82DBAA2AE6D6F08144F55493B5C262 (String_t* ___str0, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.HeaderValue::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderValue__ctor_mB2A1610CD68DD023E3F4D0588FB003FB4C298AA4 (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, String_t* ___key0, const RuntimeMethod* method); // System.String BestHTTP.Extensions.Extensions::ReadPossibleQuotedText(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_ReadPossibleQuotedText_m0459F9259C543E4145AC3C91366DBCC4E609F62F (String_t* ___str0, int32_t* ___pos1, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.HeaderValue::set_Value(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HeaderValue_set_Value_m65052F683739A015843D4FB9C0DAF3244DC31403_inline (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m5136FBEDBD31BD6EAACE83036ABD506213C6668A (List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * __this, HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 *, HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Exception BestHTTP.Extensions.ExceptionHelper::ServerClosedTCPStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * ExceptionHelper_ServerClosedTCPStream_mB7F3D7365CA41A9E2ED4CEF23EB14169CC85C108 (const RuntimeMethod* method); // System.Void BestHTTP.Extensions.Extensions::WriteString(BestHTTP.Extensions.BufferPoolMemoryStream,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_WriteString_mFA52E5FB40FB550958B87E29C4B1D45A55F5139C (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * ___ms0, String_t* ___str1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m5BA9C047FEB3C93AD388668FA855CB1A63FB62A4 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___pattern0, int32_t ___options1, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponentsInChildren() inline ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* Component_GetComponentsInChildren_TisParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E_mDAF9A5D8D4A04ACDD64E45F3932B39273E855E3B (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentsInChildren_TisRuntimeObject_m254067D66B75073E897E989B5E670C194AFA7621_gshared)(__this, method); } // UnityEngine.ParticleSystem/EmissionModule UnityEngine.ParticleSystem::get_emission() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D ParticleSystem_get_emission_m0BAA1EDF775A8712DA7D62BF3C42A2B1A6C96CA1 (ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * __this, const RuntimeMethod* method); // System.Void UnityEngine.ParticleSystem/EmissionModule::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmissionModule_set_enabled_mD9FD50C9F5EECD04B22D03E5C00C7DD64D2AC1F1 (EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mCurve__ctor_mD221CFD31823473493B30851458AF95C4AC0B33B (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, int32_t ___m0, int32_t ___k11, int32_t ___k22, int32_t ___k33, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___a4, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___b5, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___order6, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___cofactor7, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve::.ctor(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractF2mCurve__ctor_m85C0E74000104B30D90690BFFE2BDF6B4ADB1093 (AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE * __this, int32_t ___m0, int32_t ___k11, int32_t ___k22, int32_t ___k33, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mPoint::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mPoint__ctor_m65E1C02566C4EE502A10DB026B3645432C905168 (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mCurve__ctor_m3B0C89DE0F863489D4A8402AD25DDFA769ADAC9F (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, int32_t ___m0, int32_t ___k11, int32_t ___k22, int32_t ___k33, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___a4, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b5, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___order6, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___cofactor7, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WTauNafMultiplier::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WTauNafMultiplier__ctor_m2A58E0A04CFE0926C8DB4081519999EAE5E49BE8 (WTauNafMultiplier_t27D3354D43208FC0C3F3888447B02F4E8DB904C8 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateDefaultMultiplier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ECCurve_CreateDefaultMultiplier_m9F930C0B3066180B2FAD0D91D6851E79A526761C (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mFieldElement__ctor_mC4A74CB5ED87786552AAB52286ED16156A21014C (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, int32_t ___m0, int32_t ___k11, int32_t ___k22, int32_t ___k33, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mPoint::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mPoint__ctor_m53137F72B84CB10FA72233547AECF3913930E0E5 (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_RawXCoord() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::CopyTo(System.Int64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongArray_CopyTo_m80F7C897AA3FF1CE702F143515FCF42948DA1B2E (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * __this, Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___z0, int32_t ___zOff1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_RawYCoord() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve/DefaultF2mLookupTable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve,System.Int64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultF2mLookupTable__ctor_m866C427D78771FE203B14435957DEF0D85BF0DF4 (DefaultF2mLookupTable_tD2A1DEC8ECDF291787FA30630B2A4AF107126D0C * __this, F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * ___outer0, Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___table1, int32_t ___size2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mFieldElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractF2mFieldElement__ctor_m5A7D1221FECFC95A0A65048752733D42BB882528 (AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongArray__ctor_m38760DDDD15A553FC0F4AB09EB98260128ABDE24 (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___bigInt0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::Degree() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LongArray_Degree_m049B13110E3F4F535D528058A76E7E463F175D84 (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::IsOne() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LongArray_IsOne_m8FFF0ABEC53FB0C2101D028CEFCCB9F127DAC089 (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::IsZero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LongArray_IsZero_m55C0AED82D8B6337B653348AF72FEC8F2CB60A12 (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::TestBitZero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LongArray_TestBitZero_m11E7E3332B5B5557D0C5908E09A5222BD326625E (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::ToBigInteger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * LongArray_ToBigInteger_mAE31491B33C7C860DD77FD77535C7B4B16E620BD (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::AreEqual(System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Arrays_AreEqual_m12945F97BBE87958AB18F938A353A744C3AFC082 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___a0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___b1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::Copy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * LongArray_Copy_m535BD16988F8099D965731E07E180848AB1DDB53 (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::AddShiftedByWords(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongArray_AddShiftedByWords_m7AB24BB9A5DD33F7146849F4852B66BC1DF0DDD3 (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * __this, LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * ___other0, int32_t ___words1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::.ctor(System.Int32,System.Int32[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mFieldElement__ctor_m866D66F72351DFEDC61133817A0274F0C6AB793A (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, int32_t ___m0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ks1, LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * ___x2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::AddOne() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * LongArray_AddOne_m327212781BA35F0F95B4FE75AC0734F6B3F01DAB (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::ModMultiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray,System.Int32,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * LongArray_ModMultiply_mF0FF985D5FB68B1820985E6B3CC78301EBA65214 (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * __this, LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * ___other0, int32_t ___m1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ks2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray,System.Int32,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * LongArray_Multiply_m444F1057321A84C2202CC07429868F998DC30AB4 (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * __this, LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * ___other0, int32_t ___m1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ks2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::Reduce(System.Int32,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongArray_Reduce_m54C849B0A55BE74D4DBE8679BB2CA6BD55EDD946 (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * __this, int32_t ___m0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ks1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::ModSquare(System.Int32,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * LongArray_ModSquare_mB5ECEC8BA81058B0612DC9D636813FC7BAEF3325 (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * __this, int32_t ___m0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ks1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::Square(System.Int32,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * LongArray_Square_mD3C12B1AF9DAC7586C21219C567CB6DDF36F0807 (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * __this, int32_t ___m0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ks1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::ModSquareN(System.Int32,System.Int32,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * LongArray_ModSquareN_m8C508F092D7AAD6F1BE68E46D108EA38C8482401 (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * __this, int32_t ___n0, int32_t ___m1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ks2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::ModInverse(System.Int32,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * LongArray_ModInverse_m43DE92389D0AA85319F522C10618760EC5C31F18 (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * __this, int32_t ___m0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ks1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::GetHashCode(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Arrays_GetHashCode_m442FAB53701D1BF9080C69AF8A1A2B9ADFCC1192 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___data0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractF2mPoint__ctor_m286254AF1E7FEDA130EC045C190D4A3806CEAA75 (AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::CheckFieldElements(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mFieldElement_CheckFieldElements_m6BFECE14A80FA0BAC13AE0F6980B6DCC130475D1 (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___a0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractF2mPoint__ctor_mDFCC11B5B8257CB5D92A463B3D35DB96F4C97B78 (AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_IsInfinity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_RawZCoords() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_IsCompressed() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Utility.FOVKick::CheckStatus(UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FOVKick_CheckStatus_m79FB404B3FA31459D29B576F15C186AB0000DE70 (FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * __this, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera0, const RuntimeMethod* method); // System.Single UnityEngine.Camera::get_fieldOfView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_fieldOfView_mA9BA910800B2E33B572929CDA9A12CE596353920 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // System.Void UnityStandardAssets.Utility.FOVKick/d__9::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFOVKickUpU3Ed__9__ctor_m1EF21E9B9DC9018D3B824D6DE00EB1E023012575 (U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Utility.FOVKick/d__10::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFOVKickDownU3Ed__10__ctor_mD224B124C39C58E12A97C903679950D1DA896021 (U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_realtimeSinceStartup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_realtimeSinceStartup_m5228CC1C1E57213D4148E965499072EA70D8C02B (const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.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 UnityEngine.Application::set_targetFrameRate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_set_targetFrameRate_m0F44C8D07060E17D9D44D176888D14DBABE0CBFC (int32_t ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::CeilToInt(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_CeilToInt_m3A3E7C0F6A3CF731411BB90F264F989D8311CC6F (float ___f0, const RuntimeMethod* method); // System.String System.Single::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010 (float* __this, const RuntimeMethod* method); // System.UInt64 System.UInt64::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UInt64_Parse_mF4BDC98BB5988FA03D4750E7F44A38766C48ADAD (String_t* ___s0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Messages.FailureMessage::set_InvocationId(System.UInt64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_InvocationId_m091A54E1EF3C01242F6D5D9461D05C85786164F0_inline (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Messages.FailureMessage::set_ErrorMessage(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_ErrorMessage_m18E89D96A4CFC506E7AA358D918BD6083708AB30_inline (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Messages.FailureMessage::set_IsHubError(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_IsHubError_mDDA16773299724FDCFA59CDA7EDA6705BC842323_inline (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Messages.FailureMessage::set_AdditionalData(System.Collections.Generic.IDictionary`2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_AdditionalData_mAA524E3617AFF0FD8FE6B9C3899F473C6FCA8BB5_inline (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Messages.FailureMessage::set_StackTrace(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_StackTrace_m7E2FD930BA0B11B62655D94E090352C1FF50F7F6_inline (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Messages.FailureMessage::set_State(System.Collections.Generic.IDictionary`2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_State_m4365A83CF27E945F61FFA368F6C7F0A6C4C0AAA0_inline (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase__ctor_m9A79113A8DBCEEC7F899BF26FCE9B1F684C85F39 (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, String_t* ___serverAddress0, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::set_State(BestHTTP.HTTPConnectionStates) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_State_m5B221CF3A4563ABCB163FE5B1EC9A4FFA2D745A6_inline (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, int32_t ___value0, const RuntimeMethod* method); // BestHTTP.HTTPConnectionStates BestHTTP.ConnectionBase::get_State() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ConnectionBase_get_State_m622F93DB6DF6845C5025622F383FB3B59A7FB164_inline (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::set_TimedOutStart(System.DateTime) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_TimedOutStart_m763485949BAF9B456D79B83A1884AE4C9B602500_inline (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83 (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, const RuntimeMethod* method); // BestHTTP.HTTPRequest BestHTTP.ConnectionBase::get_CurrentRequest() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method); // System.Uri BestHTTP.HTTPRequest::get_CurrentUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HTTPRequest_get_CurrentUri_mF08CB7FC8F25CCCC9128FFE014B19E17B74D8264 (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.String System.Uri::get_LocalPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_mED5287A7F9ADF1CCBAFD77221135A37C133F067E (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, const RuntimeMethod* method); // System.Void BestHTTP.StreamList::.ctor(System.IO.Stream[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList__ctor_mDD212CDFB5AE62FCEEA4BFE85A25C34BC9C30597 (StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * __this, StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* ___streams0, const RuntimeMethod* method); // System.Void BestHTTP.StreamList::Write(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList_Write_mCA0C138146CC8A920E3970F1897CFCF16DB81F40 (StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * __this, String_t* ___str0, const RuntimeMethod* method); // System.String System.Int64::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F (int64_t* __this, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPRequest::get_UseStreaming() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPRequest_get_UseStreaming_m85DCE89D5F354C9220188675669714BBC3A89053_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_Response(BestHTTP.HTTPResponse) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_Response_mB4466BAA1F8D09D4828DD49FB3DBEC2E514367E3_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___value0, const RuntimeMethod* method); // BestHTTP.HTTPResponse BestHTTP.HTTPRequest::get_Response() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __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 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.GF2Polynomial::.ctor(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GF2Polynomial__ctor_m0EDCF28FBBDCC4C50B15841A5206D14729DE8BB3 (GF2Polynomial_t15EDB2CE19D33BA2DD7A61FCFBA02D1673C12EC9 * __this, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___exponents0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.GenericPolynomialExtensionField::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IPolynomial) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericPolynomialExtensionField__ctor_m0609EE6B001CFB9EFF8DA11A20AE33A93D27E420 (GenericPolynomialExtensionField_tDE7269B3338AA2B4391306FB7C10C32AD0960F44 * __this, RuntimeObject* ___subfield0, RuntimeObject* ___polynomial1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.PrimeField::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimeField__ctor_mDE51738FE2B9133299579F412A3000A461A5C0EE (PrimeField_t0FE38EAEDBDA80F49F0A7791318D76083C397797 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___characteristic0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ValueOf(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001 (int64_t ___value0, const RuntimeMethod* method); // System.Single UnityEngine.Random::get_value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Random_get_value_m9AEBC7DF0BB6C57C928B0798349A7D3C0B3FB872 (const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Light_tA2F349FE839781469A0344CF6039B51512394275 * Component_GetComponent_TisLight_tA2F349FE839781469A0344CF6039B51512394275_m2D53E1867416F554704220CF0936B61F6FD4A002 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Light_tA2F349FE839781469A0344CF6039B51512394275 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Single UnityEngine.Time::get_time() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844 (const RuntimeMethod* method); // System.Single UnityEngine.Mathf::PerlinNoise(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_PerlinNoise_mBCF172821FEB8FAD7E7CF7F7982018846E702519 (float ___x0, float ___y1, const RuntimeMethod* method); // System.Void UnityEngine.Light::set_intensity(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_intensity_m372D5B9494809AFAD717B2707957DD1478C52DFC (Light_tA2F349FE839781469A0344CF6039B51512394275 * __this, float ___value0, 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); // !!0 UnityEngine.Component::GetComponent() inline CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * Component_GetComponent_TisCharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E_m2A645767B14C2A134D7FD9B6DF61328861B0661D (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // UnityEngine.Camera UnityEngine.Camera::get_main() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * Camera_get_main_mC337C621B91591CEF89504C97EF64D717C12871C (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Utility.FOVKick::Setup(UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FOVKick_Setup_m81A58E005DA8B84808DD83EFFD50ADD4E7439DCB (FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * __this, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Utility.CurveControlledBob::Setup(UnityEngine.Camera,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CurveControlledBob_Setup_mBBE7165C9869012E40D574FE4CFC080B77E36E4E (CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * __this, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera0, float ___bobBaseInterval1, const RuntimeMethod* method); // !!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.Void UnityStandardAssets.Characters.FirstPerson.MouseLook::Init(UnityEngine.Transform,UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseLook_Init_m65D7184A71FB03E7D8A91B5568B29B95A2966F81 (MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___character0, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___camera1, const RuntimeMethod* method); // System.Void UnityStandardAssets.Characters.FirstPerson.FirstPersonController::RotateView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirstPersonController_RotateView_mD729D6CB1C9C70DAFC522878C2655D6E22989319 (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __this, const RuntimeMethod* method); // System.Boolean UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager::GetButtonDown(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CrossPlatformInputManager_GetButtonDown_mCA7A96BB65979ADD959C6BFD8B6A3A1A7B1CDC26 (String_t* ___name0, const RuntimeMethod* method); // System.Boolean UnityEngine.CharacterController::get_isGrounded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CharacterController_get_isGrounded_m327A1A1940F225FE81E751F255316BB0D8698CBC (CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * __this, const RuntimeMethod* method); // System.Collections.IEnumerator UnityStandardAssets.Utility.LerpControlledBob::DoBobCycle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LerpControlledBob_DoBobCycle_mC05BB8C73BDBE83D173E5495474AA83D5696705E (LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Characters.FirstPerson.FirstPersonController::PlayLandingSound() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirstPersonController_PlayLandingSound_m1163F5994A1ECC6354A71D3B14463AA52BD6AD0C (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __this, 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); // System.Void UnityStandardAssets.Characters.FirstPerson.FirstPersonController::GetInput(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirstPersonController_GetInput_mF4AB933D87EDE6957A437045F1BFEA59C7E6A07A (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __this, float* ___speed0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_right() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_right_mA8EB1882CCE8759766544448308C88D9200F06CE (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.CharacterController::get_radius() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CharacterController_get_radius_m2262E37FB4E2F7C5E2CA7FF95754B31C962C4AF0 (CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_down() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_down_mFA85B870E184121D30F66395BB183ECAB9DD8629 (const RuntimeMethod* method); // System.Single UnityEngine.CharacterController::get_height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CharacterController_get_height_m0F5572DEDEB689040DC280636D7F8D4C258662F6 (CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Physics::SphereCast(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit&,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Physics_SphereCast_m3179B64AAFD6E888FF0A9CBB967CE342529C333D (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___origin0, float ___radius1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___direction2, RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * ___hitInfo3, float ___maxDistance4, int32_t ___layerMask5, int32_t ___queryTriggerInteraction6, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.RaycastHit::get_normal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E RaycastHit_get_normal_m2C813B25BAECD87FD9E9CB294278B291F4CC6674 (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::ProjectOnPlane(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_ProjectOnPlane_m066BDEFD60B2828C4B531CD96C4DBFADF6B0EF3B (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___vector0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___planeNormal1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_normalized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Characters.FirstPerson.FirstPersonController::PlayJumpSound() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirstPersonController_PlayJumpSound_m724953DFC405CE754883F265282A759DF54F0CD9 (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Physics::get_gravity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Physics_get_gravity_m58D5D94276B1E7A04E9F7108EEAAB7AB786BA532 (const RuntimeMethod* method); // System.Single UnityEngine.Time::get_fixedDeltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_fixedDeltaTime_m8E94ECFF6A6A1D9B5D60BF82D116D540852484E5 (const RuntimeMethod* method); // UnityEngine.CollisionFlags UnityEngine.CharacterController::Move(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharacterController_Move_mE0EBC32C72A0BEC18EDEBE748D44309A4BA32E60 (CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___motion0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Characters.FirstPerson.FirstPersonController::ProgressStepCycle(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirstPersonController_ProgressStepCycle_m4A0C50AA385E80A025CD791C8551A0A59428DFD1 (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __this, float ___speed0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Characters.FirstPerson.FirstPersonController::UpdateCameraPosition(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirstPersonController_UpdateCameraPosition_m45F7DDF70CB43963FB5A36BA11EF8ADF67CD127E (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __this, float ___speed0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Characters.FirstPerson.MouseLook::UpdateCursorLock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseLook_UpdateCursorLock_m2A544D023BF6BC47AD20026BC6BD2ECCAA3DFABB (MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.CharacterController::get_velocity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E CharacterController_get_velocity_m13A2C2D13A171D9A6E899C0E472C68FCF5E3D5A6 (CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * __this, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::get_sqrMagnitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_get_sqrMagnitude_mC567EE6DF411501A8FE1F23A0038862630B88249 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::get_magnitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Characters.FirstPerson.FirstPersonController::PlayFootStepAudio() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirstPersonController_PlayFootStepAudio_mEAFE8B9F81AC4CE7A91E3B2D7ADA146FBC2C38DD (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Random::Range(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_Range_m4B3A0037ACA057F33C94508F908546B9317D996A (int32_t ___minInclusive0, int32_t ___maxExclusive1, const RuntimeMethod* method); // UnityEngine.AudioClip UnityEngine.AudioSource::get_clip() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * AudioSource_get_clip_mE4454E38D2C0A4C8CC780A435FC1DBD4D47D16DC (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::PlayOneShot(UnityEngine.AudioClip) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_PlayOneShot_mA90B136041A61C30909301D45D0315088CA7D796 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___clip0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityStandardAssets.Utility.CurveControlledBob::DoHeadBob(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E CurveControlledBob_DoHeadBob_mB0983151149C57CFAEAF837EC93D6DE9BA07F09E (CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * __this, float ___speed0, const RuntimeMethod* method); // System.Single UnityStandardAssets.Utility.LerpControlledBob::Offset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float LerpControlledBob_Offset_mB3F28F3F7F003505776686DF7416FF0283EB6A82_inline (LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * __this, 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.Vector2::get_sqrMagnitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector2_get_sqrMagnitude_mF489F0EF7E88FF046BA36767ECC50B89674C925A (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Vector2::Normalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2_Normalize_m0F1341493AD5F0B7DA4D504A44F52A1E2FFCCEC3 (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * __this, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::StopAllCoroutines() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour_StopAllCoroutines_m6CFEADAA0266A99176A33B47129392DF954962B4 (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // System.Collections.IEnumerator UnityStandardAssets.Utility.FOVKick::FOVKickDown() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FOVKick_FOVKickDown_mB964A3DD05D1E0337F3462DFF99864E2DD68B55D (FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * __this, const RuntimeMethod* method); // System.Collections.IEnumerator UnityStandardAssets.Utility.FOVKick::FOVKickUp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FOVKick_FOVKickUp_m35F515049C6AE4E4A29C5A83CD6DE9BCC822ACFF (FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Characters.FirstPerson.MouseLook::LookRotation(UnityEngine.Transform,UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseLook_LookRotation_mA488F8CAAF8FF957AC2CDF5C6BC13C6AECE13FE4 (MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___character0, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___camera1, const RuntimeMethod* method); // UnityEngine.Collider UnityEngine.ControllerColliderHit::get_collider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ControllerColliderHit_get_collider_mD522F9B1F215BD1E803FF75A2FC66C03E5D7554E (ControllerColliderHit_t483E787AA2D92263EC1F899BCF1FFC3F2B96D550 * __this, const RuntimeMethod* method); // UnityEngine.Rigidbody UnityEngine.Collider::get_attachedRigidbody() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * Collider_get_attachedRigidbody_m101FED12AD292F372F98E94A6D02A5E428AA896A (Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Rigidbody::get_isKinematic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rigidbody_get_isKinematic_m597B48C45021313B6C6C4B126E405EF566C5C80C (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.ControllerColliderHit::get_point() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ControllerColliderHit_get_point_m9625350F7F377C2BC98AD0FA6699F44226B3F60D (ControllerColliderHit_t483E787AA2D92263EC1F899BCF1FFC3F2B96D550 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::AddForceAtPosition(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.ForceMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_AddForceAtPosition_mEE49C058A6D57C1D5A78207494BFED5906D80D0F (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___force0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, int32_t ___mode2, const RuntimeMethod* method); // System.Void UnityStandardAssets.Utility.FOVKick::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FOVKick__ctor_m4F96E75BF9E5BBB1DD95122C4A0E1E6BAF4815C1 (FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Utility.CurveControlledBob::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CurveControlledBob__ctor_m0EAE6C6C687D9144555AEFC5E5667CDCE1DAFE9C (CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Utility.LerpControlledBob::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LerpControlledBob__ctor_m5298F226DA9B6BD3747475A2B90FF8AC5057ACE6 (LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * __this, const RuntimeMethod* method); // System.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.Parameters.Ed448KeyGenerationParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448KeyGenerationParameters__ctor_m4893088ED4B561E3536E3397AA0AD03E7D5A545D (Ed448KeyGenerationParameters_tDAB3BB57F1CF154A6B43EAA4213D48FB44381016 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random0, const RuntimeMethod* method) { { // : base(random, 448) SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = ___random0; KeyGenerationParameters__ctor_m57645A39098F4DEA2AEFB8676E1EDCB298FC65C2(__this, L_0, ((int32_t)448), /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Ed448KeyPairGenerator::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448KeyPairGenerator_Init_m078CF34106BE70E38AA93431113ECB80653CE148 (Ed448KeyPairGenerator_t14E533E245FA92E4E1D898FCDAD5C8503965DFDB * __this, KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * ___parameters0, const RuntimeMethod* method) { { // this.random = parameters.Random; KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * L_0 = ___parameters0; NullCheck(L_0); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_1; L_1 = KeyGenerationParameters_get_Random_m96B13620B3ECF5CEB64561A4DBCBC18AC6CB11F4_inline(L_0, /*hidden argument*/NULL); __this->set_random_0(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Ed448KeyPairGenerator::GenerateKeyPair() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * Ed448KeyPairGenerator_GenerateKeyPair_mC4623CA044A42337E6C1C2C30545D82F4B832A68 (Ed448KeyPairGenerator_t14E533E245FA92E4E1D898FCDAD5C8503965DFDB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * V_0 = NULL; { // Ed448PrivateKeyParameters privateKey = new Ed448PrivateKeyParameters(random); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = __this->get_random_0(); Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * L_1 = (Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 *)il2cpp_codegen_object_new(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var); Ed448PrivateKeyParameters__ctor_mBC11F067556835F11BFFD5EEF16C6857E4E90990(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // Ed448PublicKeyParameters publicKey = privateKey.GeneratePublicKey(); Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * L_2 = V_0; NullCheck(L_2); Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * L_3; L_3 = Ed448PrivateKeyParameters_GeneratePublicKey_m28A04477C43C7119367B700CECEC23795D1FCEDD(L_2, /*hidden argument*/NULL); // return new AsymmetricCipherKeyPair(publicKey, privateKey); Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * L_4 = V_0; AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * L_5 = (AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 *)il2cpp_codegen_object_new(AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929_il2cpp_TypeInfo_var); AsymmetricCipherKeyPair__ctor_mE5C700D8655EB14E3EC3610B2367603C325D2637(L_5, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Ed448KeyPairGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448KeyPairGenerator__ctor_m6C2C668E59544E1D063BC70729D66F3AB3C37DAF (Ed448KeyPairGenerator_t14E533E245FA92E4E1D898FCDAD5C8503965DFDB * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448PrivateKeyParameters__ctor_mBC11F067556835F11BFFD5EEF16C6857E4E90990 (Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random0, 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*)&Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly byte[] data = new byte[KeySize]; IL2CPP_RUNTIME_CLASS_INIT(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_StaticFields*)il2cpp_codegen_static_fields_for(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var))->get_KeySize_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); __this->set_data_3(L_1); // : base(true) AsymmetricKeyParameter__ctor_m383021999D70982D1E53120E9C0BD8DF08238CB3(__this, (bool)1, /*hidden argument*/NULL); // Ed448.GeneratePrivateKey(random, data); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_2 = ___random0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_data_3(); IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_GeneratePrivateKey_m11DE4C049B23209762E1E7BF1BF06CCF91AF7EE8(L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448PrivateKeyParameters__ctor_m724AEABE75DF33F21A57F57508DEAB4A3EDF1152 (Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, 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*)&Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly byte[] data = new byte[KeySize]; IL2CPP_RUNTIME_CLASS_INIT(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_StaticFields*)il2cpp_codegen_static_fields_for(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var))->get_KeySize_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); __this->set_data_3(L_1); // : base(true) AsymmetricKeyParameter__ctor_m383021999D70982D1E53120E9C0BD8DF08238CB3(__this, (bool)1, /*hidden argument*/NULL); // Array.Copy(buf, off, data, 0, KeySize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buf0; int32_t L_3 = ___off1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_data_3(); int32_t L_5 = ((Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_StaticFields*)il2cpp_codegen_static_fields_for(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var))->get_KeySize_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_2, L_3, (RuntimeArray *)(RuntimeArray *)L_4, 0, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448PrivateKeyParameters__ctor_m5FBFD6336D2832533E29D48A089672570E8C2A99 (Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly byte[] data = new byte[KeySize]; IL2CPP_RUNTIME_CLASS_INIT(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_StaticFields*)il2cpp_codegen_static_fields_for(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var))->get_KeySize_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); __this->set_data_3(L_1); // : base(true) AsymmetricKeyParameter__ctor_m383021999D70982D1E53120E9C0BD8DF08238CB3(__this, (bool)1, /*hidden argument*/NULL); // if (KeySize != Streams.ReadFully(input, data)) int32_t L_2 = ((Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_StaticFields*)il2cpp_codegen_static_fields_for(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var))->get_KeySize_1(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = ___input0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_data_3(); int32_t L_5; L_5 = Streams_ReadFully_mA08B260E9E895443C6671920C12CD231B470183D(L_3, L_4, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0035; } } { // throw new EndOfStreamException("EOF encountered in middle of Ed448 private key"); EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 * L_6 = (EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059_il2cpp_TypeInfo_var))); EndOfStreamException__ctor_m62AD97E22305B690B74C4EA6E3EAC36D10CE3800(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3691C20A79135F0CB05906F2B205DC442FA6CF5A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed448PrivateKeyParameters__ctor_m5FBFD6336D2832533E29D48A089672570E8C2A99_RuntimeMethod_var))); } IL_0035: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters::Encode(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448PrivateKeyParameters_Encode_m621E3BB2F3DFB6888B451109F4FA591D33C36DD6 (Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Array.Copy(data, 0, buf, off, KeySize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_data_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buf0; int32_t L_2 = ___off1; IL2CPP_RUNTIME_CLASS_INIT(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var); int32_t L_3 = ((Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_StaticFields*)il2cpp_codegen_static_fields_for(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var))->get_KeySize_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_0, 0, (RuntimeArray *)(RuntimeArray *)L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed448PrivateKeyParameters_GetEncoded_m743B57AC88AA36CB607AFA4A3B3E00F3688C57B4 (Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Arrays.Clone(data); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_data_3(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters::GeneratePublicKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * Ed448PrivateKeyParameters_GeneratePublicKey_m28A04477C43C7119367B700CECEC23795D1FCEDD (Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * __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*)&Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] publicKey = new byte[Ed448.PublicKeySize]; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_PublicKeySize_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; // Ed448.GeneratePublicKey(data, 0, publicKey, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_data_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; Ed448_GeneratePublicKey_m28B9A00859598AC9AA30CF39A619F7F77712366F(L_2, 0, L_3, 0, /*hidden argument*/NULL); // return new Ed448PublicKeyParameters(publicKey, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * L_5 = (Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA *)il2cpp_codegen_object_new(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var); Ed448PublicKeyParameters__ctor_m569D065B6D384A45435BE9BB30BCD90B4BE00440(L_5, L_4, 0, /*hidden argument*/NULL); return L_5; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters::Sign(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/Algorithm,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters,System.Byte[],System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448PrivateKeyParameters_Sign_m65CF27471C45B1668FE51A602703A2BFA27B226F (Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * __this, int32_t ___algorithm0, Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * ___publicKey1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___msg3, int32_t ___msgOff4, int32_t ___msgLen5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig6, int32_t ___sigOff7, 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*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] pk = new byte[Ed448.PublicKeySize]; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_PublicKeySize_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; // if (null == publicKey) Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * L_2 = ___publicKey1; if (L_2) { goto IL_001e; } } { // Ed448.GeneratePublicKey(data, 0, pk, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_data_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_GeneratePublicKey_m28B9A00859598AC9AA30CF39A619F7F77712366F(L_3, 0, L_4, 0, /*hidden argument*/NULL); // } goto IL_0026; } IL_001e: { // publicKey.Encode(pk, 0); Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * L_5 = ___publicKey1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; NullCheck(L_5); Ed448PublicKeyParameters_Encode_mDD53D771F85C56EC45FC9A1B324019234D5086B9(L_5, L_6, 0, /*hidden argument*/NULL); } IL_0026: { int32_t L_7 = ___algorithm0; if (!L_7) { goto IL_002f; } } { int32_t L_8 = ___algorithm0; if ((((int32_t)L_8) == ((int32_t)1))) { goto IL_0049; } } { goto IL_0075; } IL_002f: { // Ed448.Sign(data, 0, pk, 0, ctx, msg, msgOff, msgLen, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get_data_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___ctx2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___msg3; int32_t L_13 = ___msgOff4; int32_t L_14 = ___msgLen5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___sig6; int32_t L_16 = ___sigOff7; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_Sign_m72800D20EEEAB4997EC2430FA9760D82C8A61061(L_9, 0, L_10, 0, L_11, L_12, L_13, L_14, L_15, L_16, /*hidden argument*/NULL); // break; return; } IL_0049: { // if (Ed448.PrehashSize != msgLen) IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); int32_t L_17 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_PrehashSize_5(); int32_t L_18 = ___msgLen5; if ((((int32_t)L_17) == ((int32_t)L_18))) { goto IL_005d; } } { // throw new ArgumentException("msgLen"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_19 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD3754948D96AB0294CE1988C196AFF6CF87FDFA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed448PrivateKeyParameters_Sign_m65CF27471C45B1668FE51A602703A2BFA27B226F_RuntimeMethod_var))); } IL_005d: { // Ed448.SignPrehash(data, 0, pk, 0, ctx, msg, msgOff, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = __this->get_data_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___ctx2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = ___msg3; int32_t L_24 = ___msgOff4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ___sig6; int32_t L_26 = ___sigOff7; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_SignPrehash_m9A4D638CC6BBC784092B007F33A01D54E39B5748(L_20, 0, L_21, 0, L_22, L_23, L_24, L_25, L_26, /*hidden argument*/NULL); // break; return; } IL_0075: { // throw new ArgumentException("algorithm"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_27 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_27, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed448PrivateKeyParameters_Sign_m65CF27471C45B1668FE51A602703A2BFA27B226F_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448PrivateKeyParameters__cctor_mF6D08BDDBF1B07BD5F681D4723998422B6E4E023 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly int KeySize = Ed448.SecretKeySize; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_SecretKeySize_7(); ((Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_StaticFields*)il2cpp_codegen_static_fields_for(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var))->set_KeySize_1(L_0); // public static readonly int SignatureSize = Ed448.SignatureSize; int32_t L_1 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_SignatureSize_8(); ((Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_StaticFields*)il2cpp_codegen_static_fields_for(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var))->set_SignatureSize_2(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448PublicKeyParameters__ctor_m569D065B6D384A45435BE9BB30BCD90B4BE00440 (Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, const RuntimeMethod* method) { 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*)&Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly byte[] data = new byte[KeySize]; IL2CPP_RUNTIME_CLASS_INIT(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_StaticFields*)il2cpp_codegen_static_fields_for(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var))->get_KeySize_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); __this->set_data_2(L_1); // : base(false) AsymmetricKeyParameter__ctor_m383021999D70982D1E53120E9C0BD8DF08238CB3(__this, (bool)0, /*hidden argument*/NULL); // Array.Copy(buf, off, data, 0, KeySize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buf0; int32_t L_3 = ___off1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_data_2(); int32_t L_5 = ((Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_StaticFields*)il2cpp_codegen_static_fields_for(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var))->get_KeySize_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_2, L_3, (RuntimeArray *)(RuntimeArray *)L_4, 0, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448PublicKeyParameters__ctor_mBBF0D2663382B62D674AFD813960A59EDE719ECF (Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly byte[] data = new byte[KeySize]; IL2CPP_RUNTIME_CLASS_INIT(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_StaticFields*)il2cpp_codegen_static_fields_for(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var))->get_KeySize_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); __this->set_data_2(L_1); // : base(false) AsymmetricKeyParameter__ctor_m383021999D70982D1E53120E9C0BD8DF08238CB3(__this, (bool)0, /*hidden argument*/NULL); // if (KeySize != Streams.ReadFully(input, data)) int32_t L_2 = ((Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_StaticFields*)il2cpp_codegen_static_fields_for(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var))->get_KeySize_1(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = ___input0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_data_2(); int32_t L_5; L_5 = Streams_ReadFully_mA08B260E9E895443C6671920C12CD231B470183D(L_3, L_4, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0035; } } { // throw new EndOfStreamException("EOF encountered in middle of Ed448 public key"); EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 * L_6 = (EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059_il2cpp_TypeInfo_var))); EndOfStreamException__ctor_m62AD97E22305B690B74C4EA6E3EAC36D10CE3800(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral844571A272CBCC6613D9C0116F7E5BF837121C62)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed448PublicKeyParameters__ctor_mBBF0D2663382B62D674AFD813960A59EDE719ECF_RuntimeMethod_var))); } IL_0035: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters::Encode(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448PublicKeyParameters_Encode_mDD53D771F85C56EC45FC9A1B324019234D5086B9 (Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Array.Copy(data, 0, buf, off, KeySize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_data_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buf0; int32_t L_2 = ___off1; IL2CPP_RUNTIME_CLASS_INIT(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var); int32_t L_3 = ((Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_StaticFields*)il2cpp_codegen_static_fields_for(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var))->get_KeySize_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_0, 0, (RuntimeArray *)(RuntimeArray *)L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed448PublicKeyParameters_GetEncoded_m67E9AC353982D794508093A939F4B2FCE6865E5A (Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Arrays.Clone(data); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_data_2(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448PublicKeyParameters__cctor_m5EB7FD47CCC9DEC061C9A78EE59E0FA9640D6A04 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly int KeySize = Ed448.PublicKeySize; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_PublicKeySize_6(); ((Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_StaticFields*)il2cpp_codegen_static_fields_for(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var))->set_KeySize_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.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) { 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*)&Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly Buffer buffer = new Buffer(); Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * L_0 = (Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C *)il2cpp_codegen_object_new(Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C_il2cpp_TypeInfo_var); Buffer__ctor_mA1FA0E0E4EBFECD7ED35746D8D62644BC87E15CB(L_0, /*hidden argument*/NULL); __this->set_buffer_0(L_0); // public Ed448Signer(byte[] context) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.context = Arrays.Clone(context); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___context0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_1, /*hidden argument*/NULL); __this->set_context_1(L_2); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Ed448Signer_get_AlgorithmName_mA06FBDEC51263D880DDE4041BE90B6E432A70568 (Ed448Signer_t7FBC4A94D0E6779E81C0CF4B0F7AADFA70738A45 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA255F62E36EC8FFE988D0ADAF6617E0D7A99323F); s_Il2CppMethodInitialized = true; } { // get { return "Ed448"; } return _stringLiteralA255F62E36EC8FFE988D0ADAF6617E0D7A99323F; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448Signer_Init_mB70182E361F98F434B950A3D0CDE2B8CF6CAB2B7 (Ed448Signer_t7FBC4A94D0E6779E81C0CF4B0F7AADFA70738A45 * __this, bool ___forSigning0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.forSigning = forSigning; bool L_0 = ___forSigning0; __this->set_forSigning_2(L_0); // if (forSigning) bool L_1 = ___forSigning0; if (!L_1) { goto IL_0029; } } { // this.privateKey = (Ed448PrivateKeyParameters)parameters; RuntimeObject* L_2 = ___parameters1; __this->set_privateKey_3(((Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 *)CastclassSealed((RuntimeObject*)L_2, Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var))); // this.publicKey = privateKey.GeneratePublicKey(); Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * L_3 = __this->get_privateKey_3(); NullCheck(L_3); Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * L_4; L_4 = Ed448PrivateKeyParameters_GeneratePublicKey_m28A04477C43C7119367B700CECEC23795D1FCEDD(L_3, /*hidden argument*/NULL); __this->set_publicKey_4(L_4); // } goto IL_003c; } IL_0029: { // this.privateKey = null; __this->set_privateKey_3((Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 *)NULL); // this.publicKey = (Ed448PublicKeyParameters)parameters; RuntimeObject* L_5 = ___parameters1; __this->set_publicKey_4(((Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA *)CastclassSealed((RuntimeObject*)L_5, Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var))); } IL_003c: { // Reset(); VirtualActionInvoker0::Invoke(17 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer::Reset() */, __this); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer::Update(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448Signer_Update_mBE3697E9D0306EBEE5E752B633D05B1C80204D55 (Ed448Signer_t7FBC4A94D0E6779E81C0CF4B0F7AADFA70738A45 * __this, uint8_t ___b0, const RuntimeMethod* method) { { // buffer.WriteByte(b); Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * L_0 = __this->get_buffer_0(); uint8_t L_1 = ___b0; NullCheck(L_0); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer::BlockUpdate(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448Signer_BlockUpdate_m910B2DA27A9B02E338D64F993D1FDB3997E4C71F (Ed448Signer_t7FBC4A94D0E6779E81C0CF4B0F7AADFA70738A45 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { { // buffer.Write(buf, off, len); Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * L_0 = __this->get_buffer_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buf0; int32_t L_2 = ___off1; int32_t L_3 = ___len2; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer::GenerateSignature() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed448Signer_GenerateSignature_mF4152B0DFF5DFE05E443DB5F88B7A3F3E6953ED5 (Ed448Signer_t7FBC4A94D0E6779E81C0CF4B0F7AADFA70738A45 * __this, const RuntimeMethod* method) { { // if (!forSigning || null == privateKey) bool L_0 = __this->get_forSigning_2(); if (!L_0) { goto IL_0010; } } { Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * L_1 = __this->get_privateKey_3(); if (L_1) { goto IL_001b; } } IL_0010: { // throw new InvalidOperationException("Ed448Signer not initialised for signature generation."); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBE556EBC23C38CB368D55D788F78925A74064055)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed448Signer_GenerateSignature_mF4152B0DFF5DFE05E443DB5F88B7A3F3E6953ED5_RuntimeMethod_var))); } IL_001b: { // return buffer.GenerateSignature(privateKey, publicKey, context); Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * L_3 = __this->get_buffer_0(); Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * L_4 = __this->get_privateKey_3(); Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * L_5 = __this->get_publicKey_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_context_1(); NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = Buffer_GenerateSignature_m0AF6606A8187B4C24FB1DBFC86FD0F1E32BFB880(L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer::VerifySignature(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed448Signer_VerifySignature_m9F02F1A91B32E767DDF8D724B647801DA62F29B7 (Ed448Signer_t7FBC4A94D0E6779E81C0CF4B0F7AADFA70738A45 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature0, const RuntimeMethod* method) { { // if (forSigning || null == publicKey) bool L_0 = __this->get_forSigning_2(); if (L_0) { goto IL_0010; } } { Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * L_1 = __this->get_publicKey_4(); if (L_1) { goto IL_001b; } } IL_0010: { // throw new InvalidOperationException("Ed448Signer not initialised for verification"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3E6767A962642F70B4A513A2747C3DCDD18450DE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed448Signer_VerifySignature_m9F02F1A91B32E767DDF8D724B647801DA62F29B7_RuntimeMethod_var))); } IL_001b: { // return buffer.VerifySignature(publicKey, context, signature); Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * L_3 = __this->get_buffer_0(); Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * L_4 = __this->get_publicKey_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_context_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___signature0; NullCheck(L_3); bool L_7; L_7 = Buffer_VerifySignature_m828B4C51C6927B14D73B42D53234721E4955539C(L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448Signer_Reset_m38541CEA1BC7B06FD4D8388208F3EDEB33CB14BA (Ed448Signer_t7FBC4A94D0E6779E81C0CF4B0F7AADFA70738A45 * __this, const RuntimeMethod* method) { { // buffer.Reset(); Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * L_0 = __this->get_buffer_0(); NullCheck(L_0); Buffer_Reset_m81C9393836E0C8D10EB5F3C3955B93FE8E4697A1(L_0, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448phSigner::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448phSigner__ctor_m768FB73DBBD5F301614DA2ED3F01265D5D35C4FD (Ed448phSigner_tAEFD776B25F72F216DA041EC6BEAF864A0BA60EB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___context0, 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*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly IXof prehash = Ed448.CreatePrehash(); IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Ed448_CreatePrehash_m1197D86EF4CCCDC5D0824F9B78D107B9B76B653D(/*hidden argument*/NULL); __this->set_prehash_0(L_0); // public Ed448phSigner(byte[] context) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.context = Arrays.Clone(context); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___context0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_1, /*hidden argument*/NULL); __this->set_context_1(L_2); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448phSigner::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Ed448phSigner_get_AlgorithmName_m1EDBE8675128273C1BDD188E0FEFB14CA69A1669 (Ed448phSigner_tAEFD776B25F72F216DA041EC6BEAF864A0BA60EB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2BF466A7F20833974993487407F7DAE41976E32C); s_Il2CppMethodInitialized = true; } { // get { return "Ed448ph"; } return _stringLiteral2BF466A7F20833974993487407F7DAE41976E32C; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448phSigner::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448phSigner_Init_m01D6BE7B944E4BCF54C05472E8A6F1E6F3307CC9 (Ed448phSigner_tAEFD776B25F72F216DA041EC6BEAF864A0BA60EB * __this, bool ___forSigning0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.forSigning = forSigning; bool L_0 = ___forSigning0; __this->set_forSigning_2(L_0); // if (forSigning) bool L_1 = ___forSigning0; if (!L_1) { goto IL_0029; } } { // this.privateKey = (Ed448PrivateKeyParameters)parameters; RuntimeObject* L_2 = ___parameters1; __this->set_privateKey_3(((Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 *)CastclassSealed((RuntimeObject*)L_2, Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var))); // this.publicKey = privateKey.GeneratePublicKey(); Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * L_3 = __this->get_privateKey_3(); NullCheck(L_3); Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * L_4; L_4 = Ed448PrivateKeyParameters_GeneratePublicKey_m28A04477C43C7119367B700CECEC23795D1FCEDD(L_3, /*hidden argument*/NULL); __this->set_publicKey_4(L_4); // } goto IL_003c; } IL_0029: { // this.privateKey = null; __this->set_privateKey_3((Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 *)NULL); // this.publicKey = (Ed448PublicKeyParameters)parameters; RuntimeObject* L_5 = ___parameters1; __this->set_publicKey_4(((Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA *)CastclassSealed((RuntimeObject*)L_5, Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var))); } IL_003c: { // Reset(); Ed448phSigner_Reset_m9533A230A964B65F242AE7FC11C00F64980B48E8(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448phSigner::Update(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448phSigner_Update_mEF29877395847EBA10131035C2C1979833AE787D (Ed448phSigner_tAEFD776B25F72F216DA041EC6BEAF864A0BA60EB * __this, uint8_t ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // prehash.Update(b); RuntimeObject* L_0 = __this->get_prehash_0(); uint8_t L_1 = ___b0; NullCheck(L_0); InterfaceActionInvoker1< uint8_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::Update(System.Byte) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0, L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448phSigner::BlockUpdate(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448phSigner_BlockUpdate_m9631C6D7B9D0545C3561ADC8FD08BE0C3D2EE5CD (Ed448phSigner_tAEFD776B25F72F216DA041EC6BEAF864A0BA60EB * __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*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // prehash.BlockUpdate(buf, off, len); RuntimeObject* L_0 = __this->get_prehash_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buf0; int32_t L_2 = ___off1; int32_t L_3 = ___len2; NullCheck(L_0); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448phSigner::GenerateSignature() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed448phSigner_GenerateSignature_m22B3B1339E5CB13E8A1D8B72022FBF6F854A4770 (Ed448phSigner_tAEFD776B25F72F216DA041EC6BEAF864A0BA60EB * __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*)&Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // if (!forSigning || null == privateKey) bool L_0 = __this->get_forSigning_2(); if (!L_0) { goto IL_0010; } } { Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * L_1 = __this->get_privateKey_3(); if (L_1) { goto IL_001b; } } IL_0010: { // throw new InvalidOperationException("Ed448phSigner not initialised for signature generation."); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral70B7C9BE7020B97D5F2192BB0F4FCCD34876A327)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed448phSigner_GenerateSignature_m22B3B1339E5CB13E8A1D8B72022FBF6F854A4770_RuntimeMethod_var))); } IL_001b: { // byte[] msg = new byte[Ed448.PrehashSize]; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); int32_t L_3 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_PrehashSize_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_3); V_0 = L_4; // if (Ed448.PrehashSize != prehash.DoFinal(msg, 0, Ed448.PrehashSize)) int32_t L_5 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_PrehashSize_5(); RuntimeObject* L_6 = __this->get_prehash_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; int32_t L_8 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_PrehashSize_5(); NullCheck(L_6); int32_t L_9; L_9 = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(0 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof::DoFinal(System.Byte[],System.Int32,System.Int32) */, IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131_il2cpp_TypeInfo_var, L_6, L_7, 0, L_8); if ((((int32_t)L_5) == ((int32_t)L_9))) { goto IL_004a; } } { // throw new InvalidOperationException("Prehash digest failed"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_10 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8E4FA6E39E21DB0C77EB0C6CFDBC6902A639436A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed448phSigner_GenerateSignature_m22B3B1339E5CB13E8A1D8B72022FBF6F854A4770_RuntimeMethod_var))); } IL_004a: { // byte[] signature = new byte[Ed448PrivateKeyParameters.SignatureSize]; IL2CPP_RUNTIME_CLASS_INIT(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var); int32_t L_11 = ((Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_StaticFields*)il2cpp_codegen_static_fields_for(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var))->get_SignatureSize_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_11); V_1 = L_12; // privateKey.Sign(Ed448.Algorithm.Ed448ph, publicKey, context, msg, 0, Ed448.PrehashSize, signature, 0); Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * L_13 = __this->get_privateKey_3(); Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * L_14 = __this->get_publicKey_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get_context_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); int32_t L_17 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_PrehashSize_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_1; NullCheck(L_13); Ed448PrivateKeyParameters_Sign_m65CF27471C45B1668FE51A602703A2BFA27B226F(L_13, 1, L_14, L_15, L_16, 0, L_17, L_18, 0, /*hidden argument*/NULL); // return signature; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_1; return L_19; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448phSigner::VerifySignature(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed448phSigner_VerifySignature_mADF32F930DA89A71955DE240418A6D291C1BE1BA (Ed448phSigner_tAEFD776B25F72F216DA041EC6BEAF864A0BA60EB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // if (forSigning || null == publicKey) bool L_0 = __this->get_forSigning_2(); if (L_0) { goto IL_0010; } } { Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * L_1 = __this->get_publicKey_4(); if (L_1) { goto IL_001b; } } IL_0010: { // throw new InvalidOperationException("Ed448phSigner not initialised for verification"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral517DCB3CFB8C5E478328CD77E65CF6FC899C1927)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed448phSigner_VerifySignature_mADF32F930DA89A71955DE240418A6D291C1BE1BA_RuntimeMethod_var))); } IL_001b: { // byte[] pk = publicKey.GetEncoded(); Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * L_3 = __this->get_publicKey_4(); NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Ed448PublicKeyParameters_GetEncoded_m67E9AC353982D794508093A939F4B2FCE6865E5A(L_3, /*hidden argument*/NULL); V_0 = L_4; // return Ed448.VerifyPrehash(signature, 0, pk, 0, context, prehash); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___signature0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_context_1(); RuntimeObject* L_8 = __this->get_prehash_0(); IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); bool L_9; L_9 = Ed448_VerifyPrehash_m7E2675E5C58BEF9E47A6FB3FE37F01EA7B142C79(L_5, 0, L_6, 0, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448phSigner::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448phSigner_Reset_m9533A230A964B65F242AE7FC11C00F64980B48E8 (Ed448phSigner_tAEFD776B25F72F216DA041EC6BEAF864A0BA60EB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // prehash.Reset(); RuntimeObject* L_0 = __this->get_prehash_0(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::Reset() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.EdEC.EdECObjectIdentifiers::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EdECObjectIdentifiers__ctor_m629C8F8F98D082F8B45967CB6447FF8316E5F843 (EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.EdEC.EdECObjectIdentifiers::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EdECObjectIdentifiers__cctor_m4AFFCF07AE50AEBCF0DC86E85D5D2467A1452BAC (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*)&EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A13144785A5FF4DC73F47C93FCA0D8E613ABF12); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral388865D05BC03D5848CED44356ABE63A1A881778); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9037918EF368FDB9869069C353AC1D0AA985BD83); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDDEFBB56499C519EF7FE50ACEDED20FC792CED59); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6E0186B8F40094DCE6FBB8236FE5B3132EC65CA); s_Il2CppMethodInitialized = true; } { // public static readonly DerObjectIdentifier id_edwards_curve_algs = new DerObjectIdentifier("1.3.101"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_0, _stringLiteralF6E0186B8F40094DCE6FBB8236FE5B3132EC65CA, /*hidden argument*/NULL); ((EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields*)il2cpp_codegen_static_fields_for(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var))->set_id_edwards_curve_algs_0(L_0); // public static readonly DerObjectIdentifier id_X25519 = id_edwards_curve_algs.Branch("110"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ((EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields*)il2cpp_codegen_static_fields_for(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var))->get_id_edwards_curve_algs_0(); NullCheck(L_1); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2; L_2 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_1, _stringLiteral9037918EF368FDB9869069C353AC1D0AA985BD83); ((EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields*)il2cpp_codegen_static_fields_for(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var))->set_id_X25519_1(L_2); // public static readonly DerObjectIdentifier id_X448 = id_edwards_curve_algs.Branch("111"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ((EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields*)il2cpp_codegen_static_fields_for(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var))->get_id_edwards_curve_algs_0(); NullCheck(L_3); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_4; L_4 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_3, _stringLiteralDDEFBB56499C519EF7FE50ACEDED20FC792CED59); ((EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields*)il2cpp_codegen_static_fields_for(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var))->set_id_X448_2(L_4); // public static readonly DerObjectIdentifier id_Ed25519 = id_edwards_curve_algs.Branch("112"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ((EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields*)il2cpp_codegen_static_fields_for(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var))->get_id_edwards_curve_algs_0(); NullCheck(L_5); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_6; L_6 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_5, _stringLiteral388865D05BC03D5848CED44356ABE63A1A881778); ((EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields*)il2cpp_codegen_static_fields_for(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var))->set_id_Ed25519_3(L_6); // public static readonly DerObjectIdentifier id_Ed448 = id_edwards_curve_algs.Branch("113"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7 = ((EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields*)il2cpp_codegen_static_fields_for(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var))->get_id_edwards_curve_algs_0(); NullCheck(L_7); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_8; L_8 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_7, _stringLiteral0A13144785A5FF4DC73F47C93FCA0D8E613ABF12); ((EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields*)il2cpp_codegen_static_fields_for(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var))->set_id_Ed448_4(L_8); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean UnityStandardAssets.ImageEffects.EdgeDetection::CheckResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EdgeDetection_CheckResources_m45732EC74CFF88B1AE6CAE84FEA357CDCC997EF9 (EdgeDetection_t40202BF946016AF583BF39E438E9C4AAEAC53CC6 * __this, const RuntimeMethod* method) { { // CheckSupport (true); bool L_0; L_0 = PostEffectsBase_CheckSupport_m20B1CB0EC0F019D345427F851C67A5FD2E01061A(__this, (bool)1, /*hidden argument*/NULL); // edgeDetectMaterial = CheckShaderAndCreateMaterial (edgeDetectShader,edgeDetectMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_1 = __this->get_edgeDetectShader_15(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = __this->get_edgeDetectMaterial_16(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3; L_3 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_1, L_2, /*hidden argument*/NULL); __this->set_edgeDetectMaterial_16(L_3); // if (mode != oldMode) int32_t L_4 = __this->get_mode_7(); int32_t L_5 = __this->get_oldMode_17(); if ((((int32_t)L_4) == ((int32_t)L_5))) { goto IL_0034; } } { // SetCameraFlag (); EdgeDetection_SetCameraFlag_mBD3DAF292965786705B18B5B47B2CEDDC869ECCF(__this, /*hidden argument*/NULL); } IL_0034: { // oldMode = mode; int32_t L_6 = __this->get_mode_7(); __this->set_oldMode_17(L_6); // if (!isSupported) bool L_7 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_isSupported_6(); if (L_7) { goto IL_004e; } } { // ReportAutoDisable (); PostEffectsBase_ReportAutoDisable_m732B3B3112769D5ADA588AEFA3F470A4EB5A3D31(__this, /*hidden argument*/NULL); } IL_004e: { // return isSupported; bool L_8 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_isSupported_6(); return L_8; } } // System.Void UnityStandardAssets.ImageEffects.EdgeDetection::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EdgeDetection_Start_mAE2E27055817D0943C8420925359639EB18DE40D (EdgeDetection_t40202BF946016AF583BF39E438E9C4AAEAC53CC6 * __this, const RuntimeMethod* method) { { // oldMode = mode; int32_t L_0 = __this->get_mode_7(); __this->set_oldMode_17(L_0); // } return; } } // System.Void UnityStandardAssets.ImageEffects.EdgeDetection::SetCameraFlag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EdgeDetection_SetCameraFlag_mBD3DAF292965786705B18B5B47B2CEDDC869ECCF (EdgeDetection_t40202BF946016AF583BF39E438E9C4AAEAC53CC6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (mode == EdgeDetectMode.SobelDepth || mode == EdgeDetectMode.SobelDepthThin) int32_t L_0 = __this->get_mode_7(); if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_0012; } } { int32_t L_1 = __this->get_mode_7(); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_0026; } } IL_0012: { // GetComponent().depthTextureMode |= DepthTextureMode.Depth; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_2; L_2 = Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB(__this, /*hidden argument*/Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_3 = L_2; NullCheck(L_3); int32_t L_4; L_4 = Camera_get_depthTextureMode_mA4B03C6B552FB03DF8A8C20DC9F4EB8FD978A7DD(L_3, /*hidden argument*/NULL); NullCheck(L_3); Camera_set_depthTextureMode_m2D4631800947438BE9A7697778E2CB0E38083CF1(L_3, ((int32_t)((int32_t)L_4|(int32_t)1)), /*hidden argument*/NULL); return; } IL_0026: { // else if (mode == EdgeDetectMode.TriangleDepthNormals || mode == EdgeDetectMode.RobertsCrossDepthNormals) int32_t L_5 = __this->get_mode_7(); if (!L_5) { goto IL_0037; } } { int32_t L_6 = __this->get_mode_7(); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_004a; } } IL_0037: { // GetComponent().depthTextureMode |= DepthTextureMode.DepthNormals; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_7; L_7 = Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB(__this, /*hidden argument*/Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_8 = L_7; NullCheck(L_8); int32_t L_9; L_9 = Camera_get_depthTextureMode_mA4B03C6B552FB03DF8A8C20DC9F4EB8FD978A7DD(L_8, /*hidden argument*/NULL); NullCheck(L_8); Camera_set_depthTextureMode_m2D4631800947438BE9A7697778E2CB0E38083CF1(L_8, ((int32_t)((int32_t)L_9|(int32_t)2)), /*hidden argument*/NULL); } IL_004a: { // } return; } } // System.Void UnityStandardAssets.ImageEffects.EdgeDetection::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EdgeDetection_OnEnable_m1FAB65EA14C9F934FDBDB62FD778ADDF936C6D52 (EdgeDetection_t40202BF946016AF583BF39E438E9C4AAEAC53CC6 * __this, const RuntimeMethod* method) { { // SetCameraFlag(); EdgeDetection_SetCameraFlag_mBD3DAF292965786705B18B5B47B2CEDDC869ECCF(__this, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.EdgeDetection::OnRenderImage(UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EdgeDetection_OnRenderImage_mFAAB0A7E520C095829699660B33C39FCC919455A (EdgeDetection_t40202BF946016AF583BF39E438E9C4AAEAC53CC6 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___destination1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral207B3D9446F2D4167D3D15FA99BDA04AA93AD0A0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C31C686E0C84134B4E5C55FE160ABE4C0D5031B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB18DCC1550A5F78FE4F78475365A692DC42A0897); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB20379950A35CC3AB220BDFB77B9F886C09FD0F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE6B4F4E5300752FE07EC1D72C61D3726534BB16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF36559115AD3ED5B4AACA2113D9CEBCC34A82296); s_Il2CppMethodInitialized = true; } Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (CheckResources () == false) bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::CheckResources() */, __this); if (L_0) { goto IL_0010; } } { // Graphics.Blit (source, destination); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_1 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_2 = ___destination1; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7(L_1, L_2, /*hidden argument*/NULL); // return; return; } IL_0010: { // Vector2 sensitivity = new Vector2 (sensitivityDepth, sensitivityNormals); float L_3 = __this->get_sensitivityDepth_8(); float L_4 = __this->get_sensitivityNormals_9(); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)(&V_0), L_3, L_4, /*hidden argument*/NULL); // edgeDetectMaterial.SetVector ("_Sensitivity", new Vector4 (sensitivity.x, sensitivity.y, 1.0f, sensitivity.y)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_5 = __this->get_edgeDetectMaterial_16(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_6 = V_0; float L_7 = L_6.get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_8 = V_0; float L_9 = L_8.get_y_1(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_10 = V_0; float L_11 = L_10.get_y_1(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_12; memset((&L_12), 0, sizeof(L_12)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_12), L_7, L_9, (1.0f), L_11, /*hidden argument*/NULL); NullCheck(L_5); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_5, _stringLiteral2C31C686E0C84134B4E5C55FE160ABE4C0D5031B, L_12, /*hidden argument*/NULL); // edgeDetectMaterial.SetFloat ("_BgFade", edgesOnly); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_13 = __this->get_edgeDetectMaterial_16(); float L_14 = __this->get_edgesOnly_13(); NullCheck(L_13); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_13, _stringLiteralF36559115AD3ED5B4AACA2113D9CEBCC34A82296, L_14, /*hidden argument*/NULL); // edgeDetectMaterial.SetFloat ("_SampleDistance", sampleDist); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_15 = __this->get_edgeDetectMaterial_16(); float L_16 = __this->get_sampleDist_12(); NullCheck(L_15); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_15, _stringLiteralB18DCC1550A5F78FE4F78475365A692DC42A0897, L_16, /*hidden argument*/NULL); // edgeDetectMaterial.SetVector ("_BgColor", edgesOnlyBgColor); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_17 = __this->get_edgeDetectMaterial_16(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_18 = __this->get_edgesOnlyBgColor_14(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_19; L_19 = Color_op_Implicit_mECB4D0C812888ADAEE478E633B2ECF8F8FDB96C5(L_18, /*hidden argument*/NULL); NullCheck(L_17); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_17, _stringLiteralB20379950A35CC3AB220BDFB77B9F886C09FD0F2, L_19, /*hidden argument*/NULL); // edgeDetectMaterial.SetFloat ("_Exponent", edgeExp); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_20 = __this->get_edgeDetectMaterial_16(); float L_21 = __this->get_edgeExp_11(); NullCheck(L_20); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_20, _stringLiteralCE6B4F4E5300752FE07EC1D72C61D3726534BB16, L_21, /*hidden argument*/NULL); // edgeDetectMaterial.SetFloat ("_Threshold", lumThreshold); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_22 = __this->get_edgeDetectMaterial_16(); float L_23 = __this->get_lumThreshold_10(); NullCheck(L_22); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_22, _stringLiteral207B3D9446F2D4167D3D15FA99BDA04AA93AD0A0, L_23, /*hidden argument*/NULL); // Graphics.Blit (source, destination, edgeDetectMaterial, (int) mode); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_24 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_25 = ___destination1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_26 = __this->get_edgeDetectMaterial_16(); int32_t L_27 = __this->get_mode_7(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_24, L_25, L_26, L_27, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.EdgeDetection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EdgeDetection__ctor_m0B166B98FAE308D02F125499FE85AF36A31EE669 (EdgeDetection_t40202BF946016AF583BF39E438E9C4AAEAC53CC6 * __this, const RuntimeMethod* method) { { // public EdgeDetectMode mode = EdgeDetectMode.SobelDepthThin; __this->set_mode_7(3); // public float sensitivityDepth = 1.0f; __this->set_sensitivityDepth_8((1.0f)); // public float sensitivityNormals = 1.0f; __this->set_sensitivityNormals_9((1.0f)); // public float lumThreshold = 0.2f; __this->set_lumThreshold_10((0.200000003f)); // public float edgeExp = 1.0f; __this->set_edgeExp_11((1.0f)); // public float sampleDist = 1.0f; __this->set_sampleDist_12((1.0f)); // public Color edgesOnlyBgColor = Color.white; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0; L_0 = Color_get_white_mB21E47D20959C3AEC41AF8BA04F63AC89FAF319E(/*hidden argument*/NULL); __this->set_edgesOnlyBgColor_14(L_0); // private EdgeDetectMode oldMode = EdgeDetectMode.SobelDepthThin; __this->set_oldMode_17(3); PostEffectsBase__ctor_mFA1F5C2F42295DE5BC5B12E891F7EFAE11D91728(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ElGamalEngine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ElGamalEngine_get_AlgorithmName_m2440A4AA5C405228B476F4C0B32013936945E874 (ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97A556BC0C551ADC416A3233E50706E2E9435D25); s_Il2CppMethodInitialized = true; } { // get { return "ElGamal"; } return _stringLiteral97A556BC0C551ADC416A3233E50706E2E9435D25; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ElGamalEngine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalEngine_Init_m44788DE4B0210D48C53DF9C26CB95AB689E4A290 (ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * V_0 = NULL; { // if (parameters is ParametersWithRandom) RuntimeObject* L_0 = ___parameters1; if (!((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)IsInstClass((RuntimeObject*)L_0, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var))) { goto IL_002e; } } { // ParametersWithRandom p = (ParametersWithRandom) parameters; RuntimeObject* L_1 = ___parameters1; V_0 = ((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)CastclassClass((RuntimeObject*)L_1, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var)); // this.key = (ElGamalKeyParameters) p.Parameters; ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * L_2 = V_0; NullCheck(L_2); RuntimeObject* L_3; L_3 = ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline(L_2, /*hidden argument*/NULL); __this->set_key_0(((ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC *)CastclassClass((RuntimeObject*)L_3, ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC_il2cpp_TypeInfo_var))); // this.random = p.Random; ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * L_4 = V_0; NullCheck(L_4); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_5; L_5 = ParametersWithRandom_get_Random_mF9C641B992B3D83AC3CE3E4E7AD7D56545538F91_inline(L_4, /*hidden argument*/NULL); __this->set_random_1(L_5); // } goto IL_0045; } IL_002e: { // this.key = (ElGamalKeyParameters) parameters; RuntimeObject* L_6 = ___parameters1; __this->set_key_0(((ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC *)CastclassClass((RuntimeObject*)L_6, ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC_il2cpp_TypeInfo_var))); // this.random = new SecureRandom(); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_7 = (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 *)il2cpp_codegen_object_new(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); SecureRandom__ctor_mAD42803A2428614D1F961A8BCC228B22958C978A(L_7, /*hidden argument*/NULL); __this->set_random_1(L_7); } IL_0045: { // this.forEncryption = forEncryption; bool L_8 = ___forEncryption0; __this->set_forEncryption_2(L_8); // this.bitSize = key.Parameters.P.BitLength; ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * L_9 = __this->get_key_0(); NullCheck(L_9); ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_10; L_10 = ElGamalKeyParameters_get_Parameters_mCE4C3D4C8C4BAA830886D6C000C5A450B69E7C29_inline(L_9, /*hidden argument*/NULL); NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = ElGamalParameters_get_P_mA79BF30B25404781643C8BA50B1DAD8C76B67765_inline(L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12; L_12 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_11, /*hidden argument*/NULL); __this->set_bitSize_3(L_12); // if (forEncryption) bool L_13 = ___forEncryption0; if (!L_13) { goto IL_0082; } } { // if (!(key is ElGamalPublicKeyParameters)) ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * L_14 = __this->get_key_0(); if (((ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 *)IsInstClass((RuntimeObject*)L_14, ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826_il2cpp_TypeInfo_var))) { goto IL_009a; } } { // throw new ArgumentException("ElGamalPublicKeyParameters are required for encryption."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_15 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2239F8201FAD8D5D966F1F2EFAFB618C7A7C0553)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ElGamalEngine_Init_m44788DE4B0210D48C53DF9C26CB95AB689E4A290_RuntimeMethod_var))); } IL_0082: { // if (!(key is ElGamalPrivateKeyParameters)) ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * L_16 = __this->get_key_0(); if (((ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 *)IsInstClass((RuntimeObject*)L_16, ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68_il2cpp_TypeInfo_var))) { goto IL_009a; } } { // throw new ArgumentException("ElGamalPrivateKeyParameters are required for decryption."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_17 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB0EDD54CEEFF3DB81BCE9BE38962D19C77CCC45F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ElGamalEngine_Init_m44788DE4B0210D48C53DF9C26CB95AB689E4A290_RuntimeMethod_var))); } IL_009a: { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ElGamalEngine::GetInputBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ElGamalEngine_GetInputBlockSize_m02E34BB4AA54060EB3D3263D80413F4D44F3746E (ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED * __this, const RuntimeMethod* method) { { // if (forEncryption) bool L_0 = __this->get_forEncryption_2(); if (!L_0) { goto IL_0013; } } { // return (bitSize - 1) / 8; int32_t L_1 = __this->get_bitSize_3(); return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))/(int32_t)8)); } IL_0013: { // return 2 * ((bitSize + 7) / 8); int32_t L_2 = __this->get_bitSize_3(); return ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)7))/(int32_t)8)))); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ElGamalEngine::GetOutputBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ElGamalEngine_GetOutputBlockSize_m74D968833673B0D817E473F5008103DD5AF9DFA6 (ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED * __this, const RuntimeMethod* method) { { // if (forEncryption) bool L_0 = __this->get_forEncryption_2(); if (!L_0) { goto IL_0015; } } { // return 2 * ((bitSize + 7) / 8); int32_t L_1 = __this->get_bitSize_3(); return ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)7))/(int32_t)8)))); } IL_0015: { // return (bitSize - 1) / 8; int32_t L_2 = __this->get_bitSize_3(); return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))/(int32_t)8)); } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ElGamalEngine::ProcessBlock(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ElGamalEngine_ProcessBlock_m48604B91204124F217DF36147429DFACEA1113A8 (ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_4 = NULL; ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 * V_5 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_6 = NULL; ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * V_7 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_8 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_9 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_10 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_11 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_12 = NULL; int32_t G_B5_0 = 0; { // if (key == null) ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * L_0 = __this->get_key_0(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("ElGamal 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*)&_stringLiteral823A8789549ECFF27E30E7BC762BFBBD2AC25D01)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ElGamalEngine_ProcessBlock_m48604B91204124F217DF36147429DFACEA1113A8_RuntimeMethod_var))); } IL_0013: { // int maxLength = forEncryption // ? (bitSize - 1 + 7) / 8 // : GetInputBlockSize(); bool L_2 = __this->get_forEncryption_2(); if (L_2) { goto IL_0023; } } { int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ElGamalEngine::GetInputBlockSize() */, __this); G_B5_0 = L_3; goto IL_002f; } IL_0023: { int32_t L_4 = __this->get_bitSize_3(); G_B5_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)), (int32_t)7))/(int32_t)8)); } IL_002f: { V_0 = G_B5_0; // if (length > maxLength) int32_t L_5 = ___length2; int32_t L_6 = V_0; if ((((int32_t)L_5) <= ((int32_t)L_6))) { goto IL_003f; } } { // throw new DataLengthException("input too large for ElGamal cipher.\n"); DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * L_7 = (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var))); DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07D17A3EE5AA5EA86EDE46348DAEB7FE933440BC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ElGamalEngine_ProcessBlock_m48604B91204124F217DF36147429DFACEA1113A8_RuntimeMethod_var))); } IL_003f: { // BigInteger p = key.Parameters.P; ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * L_8 = __this->get_key_0(); NullCheck(L_8); ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_9; L_9 = ElGamalKeyParameters_get_Parameters_mCE4C3D4C8C4BAA830886D6C000C5A450B69E7C29_inline(L_8, /*hidden argument*/NULL); NullCheck(L_9); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10; L_10 = ElGamalParameters_get_P_mA79BF30B25404781643C8BA50B1DAD8C76B67765_inline(L_9, /*hidden argument*/NULL); V_1 = L_10; // if (key is ElGamalPrivateKeyParameters) // decryption ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * L_11 = __this->get_key_0(); if (!((ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 *)IsInstClass((RuntimeObject*)L_11, ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68_il2cpp_TypeInfo_var))) { goto IL_00b9; } } { // int halfLength = length / 2; int32_t L_12 = ___length2; V_3 = ((int32_t)((int32_t)L_12/(int32_t)2)); // BigInteger gamma = new BigInteger(1, input, inOff, halfLength); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___input0; int32_t L_14 = ___inOff1; int32_t L_15 = V_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m915A1EA8271B005129A1E4376699B8E3BF71036B(L_16, 1, L_13, L_14, L_15, /*hidden argument*/NULL); // BigInteger phi = new BigInteger(1, input, inOff + halfLength, halfLength); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___input0; int32_t L_18 = ___inOff1; int32_t L_19 = V_3; int32_t L_20 = V_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_21 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m915A1EA8271B005129A1E4376699B8E3BF71036B(L_21, 1, L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19)), L_20, /*hidden argument*/NULL); V_4 = L_21; // ElGamalPrivateKeyParameters priv = (ElGamalPrivateKeyParameters) key; ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * L_22 = __this->get_key_0(); V_5 = ((ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 *)CastclassClass((RuntimeObject*)L_22, ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68_il2cpp_TypeInfo_var)); // BigInteger m = gamma.ModPow(p.Subtract(BigInteger.One).Subtract(priv.X), p).Multiply(phi).Mod(p); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_23 = V_1; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_24 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); NullCheck(L_23); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_25; L_25 = BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C(L_23, L_24, /*hidden argument*/NULL); ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 * L_26 = V_5; NullCheck(L_26); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_27; L_27 = ElGamalPrivateKeyParameters_get_X_m0973856A95C12877440A15A5FD2829CDCB9C7E86_inline(L_26, /*hidden argument*/NULL); NullCheck(L_25); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_28; L_28 = BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C(L_25, L_27, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_29 = V_1; NullCheck(L_16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_30; L_30 = BigInteger_ModPow_mC9A62D287BD35E7645E234EDAE8020614A434ED2(L_16, L_28, L_29, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_31 = V_4; NullCheck(L_30); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_32; L_32 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_30, L_31, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_33 = V_1; NullCheck(L_32); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_34; L_34 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_32, L_33, /*hidden argument*/NULL); // output = m.ToByteArrayUnsigned(); NullCheck(L_34); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35; L_35 = BigInteger_ToByteArrayUnsigned_mA50192424BCADACC368E6DC187BF5C8E9DB1DE27(L_34, /*hidden argument*/NULL); V_2 = L_35; // } goto IL_0194; } IL_00b9: { // BigInteger tmp = new BigInteger(1, input, inOff, length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = ___input0; int32_t L_37 = ___inOff1; int32_t L_38 = ___length2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_39 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m915A1EA8271B005129A1E4376699B8E3BF71036B(L_39, 1, L_36, L_37, L_38, /*hidden argument*/NULL); V_6 = L_39; // if (tmp.BitLength >= p.BitLength) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_40 = V_6; NullCheck(L_40); int32_t L_41; L_41 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_40, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_42 = V_1; NullCheck(L_42); int32_t L_43; L_43 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_42, /*hidden argument*/NULL); if ((((int32_t)L_41) < ((int32_t)L_43))) { goto IL_00de; } } { // throw new DataLengthException("input too large for ElGamal cipher.\n"); DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * L_44 = (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var))); DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE(L_44, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07D17A3EE5AA5EA86EDE46348DAEB7FE933440BC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ElGamalEngine_ProcessBlock_m48604B91204124F217DF36147429DFACEA1113A8_RuntimeMethod_var))); } IL_00de: { // ElGamalPublicKeyParameters pub = (ElGamalPublicKeyParameters) key; ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * L_45 = __this->get_key_0(); V_7 = ((ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 *)CastclassClass((RuntimeObject*)L_45, ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826_il2cpp_TypeInfo_var)); // BigInteger pSub2 = p.Subtract(BigInteger.Two); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_46 = V_1; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_47 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Two_9(); NullCheck(L_46); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_48; L_48 = BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C(L_46, L_47, /*hidden argument*/NULL); V_8 = L_48; } IL_00f8: { // k = new BigInteger(p.BitLength, random); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_49 = V_1; NullCheck(L_49); int32_t L_50; L_50 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_49, /*hidden argument*/NULL); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_51 = __this->get_random_1(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_52 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m0DAA24172CE10E1575B29374A3CE534DAD666DF4(L_52, L_50, L_51, /*hidden argument*/NULL); V_9 = L_52; // while (k.SignValue == 0 || k.CompareTo(pSub2) > 0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_53 = V_9; NullCheck(L_53); int32_t L_54; L_54 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_00f8; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_55 = V_9; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_56 = V_8; NullCheck(L_55); int32_t L_57; L_57 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_55, L_56, /*hidden argument*/NULL); if ((((int32_t)L_57) > ((int32_t)0))) { goto IL_00f8; } } { // BigInteger g = key.Parameters.G; ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * L_58 = __this->get_key_0(); NullCheck(L_58); ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_59; L_59 = ElGamalKeyParameters_get_Parameters_mCE4C3D4C8C4BAA830886D6C000C5A450B69E7C29_inline(L_58, /*hidden argument*/NULL); NullCheck(L_59); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_60; L_60 = ElGamalParameters_get_G_mDFF45B690EE3358A09CC773AA1F9844FC1743DBF_inline(L_59, /*hidden argument*/NULL); // BigInteger gamma = g.ModPow(k, p); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_61 = V_9; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_62 = V_1; NullCheck(L_60); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_63; L_63 = BigInteger_ModPow_mC9A62D287BD35E7645E234EDAE8020614A434ED2(L_60, L_61, L_62, /*hidden argument*/NULL); V_10 = L_63; // BigInteger phi = tmp.Multiply(pub.Y.ModPow(k, p)).Mod(p); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_64 = V_6; ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * L_65 = V_7; NullCheck(L_65); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_66; L_66 = ElGamalPublicKeyParameters_get_Y_mA905DC4C7160BC625BC2256F5F10E5719FB5117A_inline(L_65, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_67 = V_9; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_68 = V_1; NullCheck(L_66); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_69; L_69 = BigInteger_ModPow_mC9A62D287BD35E7645E234EDAE8020614A434ED2(L_66, L_67, L_68, /*hidden argument*/NULL); NullCheck(L_64); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_70; L_70 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_64, L_69, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_71 = V_1; NullCheck(L_70); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_72; L_72 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_70, L_71, /*hidden argument*/NULL); // output = new byte[this.GetOutputBlockSize()]; int32_t L_73; L_73 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ElGamalEngine::GetOutputBlockSize() */, __this); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_74 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_73); V_2 = L_74; // byte[] out1 = gamma.ToByteArrayUnsigned(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_75 = V_10; NullCheck(L_75); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_76; L_76 = BigInteger_ToByteArrayUnsigned_mA50192424BCADACC368E6DC187BF5C8E9DB1DE27(L_75, /*hidden argument*/NULL); V_11 = L_76; // byte[] out2 = phi.ToByteArrayUnsigned(); NullCheck(L_72); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_77; L_77 = BigInteger_ToByteArrayUnsigned_mA50192424BCADACC368E6DC187BF5C8E9DB1DE27(L_72, /*hidden argument*/NULL); V_12 = L_77; // out1.CopyTo(output, output.Length / 2 - out1.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_78 = V_11; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_79 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_80 = V_2; NullCheck(L_80); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_81 = V_11; NullCheck(L_81); NullCheck((RuntimeArray *)(RuntimeArray *)L_78); Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2((RuntimeArray *)(RuntimeArray *)L_78, (RuntimeArray *)(RuntimeArray *)L_79, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_80)->max_length)))/(int32_t)2)), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_81)->max_length))))), /*hidden argument*/NULL); // out2.CopyTo(output, output.Length - out2.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_82 = V_12; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_83 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_84 = V_2; NullCheck(L_84); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_85 = V_12; NullCheck(L_85); NullCheck((RuntimeArray *)(RuntimeArray *)L_82); Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2((RuntimeArray *)(RuntimeArray *)L_82, (RuntimeArray *)(RuntimeArray *)L_83, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_84)->max_length))), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_85)->max_length))))), /*hidden argument*/NULL); } IL_0194: { // return output; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_86 = V_2; return L_86; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ElGamalEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalEngine__ctor_m7FDC38DF29476ABE49374349BC34A9DA0F5D00C1 (ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyGenerationParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalKeyGenerationParameters__ctor_m935621158D548E7A64DA26327CB50892E7490D97 (ElGamalKeyGenerationParameters_t9DD985B7F64F63A0FC4CAE066DCAB75473B01061 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random0, ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ___parameters1, const RuntimeMethod* method) { { // : base(random, GetStrength(parameters)) SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = ___random0; ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_1 = ___parameters1; int32_t L_2; L_2 = ElGamalKeyGenerationParameters_GetStrength_mB9A50E6F10EB597AD62FF92CCA88A868B414F374(L_1, /*hidden argument*/NULL); KeyGenerationParameters__ctor_m57645A39098F4DEA2AEFB8676E1EDCB298FC65C2(__this, L_0, L_2, /*hidden argument*/NULL); // this.parameters = parameters; ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_3 = ___parameters1; __this->set_parameters_2(L_3); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyGenerationParameters::get_Parameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ElGamalKeyGenerationParameters_get_Parameters_m92D0FAA094F0474AE08983E2D0BB8721EB687B2E (ElGamalKeyGenerationParameters_t9DD985B7F64F63A0FC4CAE066DCAB75473B01061 * __this, const RuntimeMethod* method) { { // get { return parameters; } ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_0 = __this->get_parameters_2(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyGenerationParameters::GetStrength(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ElGamalKeyGenerationParameters_GetStrength_mB9A50E6F10EB597AD62FF92CCA88A868B414F374 (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ___parameters0, const RuntimeMethod* method) { { // return parameters.L != 0 ? parameters.L : parameters.P.BitLength; ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_0 = ___parameters0; NullCheck(L_0); int32_t L_1; L_1 = ElGamalParameters_get_L_m25596E15113C3F1C3BC4030E9AC81C13A3391BFA_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0014; } } { ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_2 = ___parameters0; NullCheck(L_2); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = ElGamalParameters_get_P_mA79BF30B25404781643C8BA50B1DAD8C76B67765_inline(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4; L_4 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_3, /*hidden argument*/NULL); return L_4; } IL_0014: { ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_5 = ___parameters0; NullCheck(L_5); int32_t L_6; L_6 = ElGamalParameters_get_L_m25596E15113C3F1C3BC4030E9AC81C13A3391BFA_inline(L_5, /*hidden argument*/NULL); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ElGamalKeyPairGenerator::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalKeyPairGenerator_Init_m2AA95F1C7A015047E45082481B4DEADDC63BE88A (ElGamalKeyPairGenerator_t9321D7A9FA6787C1AEF2681CA3EC62AA06093E24 * __this, KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * ___parameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElGamalKeyGenerationParameters_t9DD985B7F64F63A0FC4CAE066DCAB75473B01061_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.param = (ElGamalKeyGenerationParameters) parameters; KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * L_0 = ___parameters0; __this->set_param_0(((ElGamalKeyGenerationParameters_t9DD985B7F64F63A0FC4CAE066DCAB75473B01061 *)CastclassClass((RuntimeObject*)L_0, ElGamalKeyGenerationParameters_t9DD985B7F64F63A0FC4CAE066DCAB75473B01061_il2cpp_TypeInfo_var))); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ElGamalKeyPairGenerator::GenerateKeyPair() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * ElGamalKeyPairGenerator_GenerateKeyPair_mD316DD6268032941A3498696C8D52C9BDBBE1398 (ElGamalKeyPairGenerator_t9321D7A9FA6787C1AEF2681CA3EC62AA06093E24 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DHKeyGeneratorHelper_t70D584644E832C7E2D3D4B619E335177C2A83909_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * V_0 = NULL; DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * V_1 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_2 = NULL; { // DHKeyGeneratorHelper helper = DHKeyGeneratorHelper.Instance; IL2CPP_RUNTIME_CLASS_INIT(DHKeyGeneratorHelper_t70D584644E832C7E2D3D4B619E335177C2A83909_il2cpp_TypeInfo_var); DHKeyGeneratorHelper_t70D584644E832C7E2D3D4B619E335177C2A83909 * L_0 = ((DHKeyGeneratorHelper_t70D584644E832C7E2D3D4B619E335177C2A83909_StaticFields*)il2cpp_codegen_static_fields_for(DHKeyGeneratorHelper_t70D584644E832C7E2D3D4B619E335177C2A83909_il2cpp_TypeInfo_var))->get_Instance_0(); // ElGamalParameters egp = param.Parameters; ElGamalKeyGenerationParameters_t9DD985B7F64F63A0FC4CAE066DCAB75473B01061 * L_1 = __this->get_param_0(); NullCheck(L_1); ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_2; L_2 = ElGamalKeyGenerationParameters_get_Parameters_m92D0FAA094F0474AE08983E2D0BB8721EB687B2E_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; // DHParameters dhp = new DHParameters(egp.P, egp.G, null, 0, egp.L); ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_3 = V_0; NullCheck(L_3); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4; L_4 = ElGamalParameters_get_P_mA79BF30B25404781643C8BA50B1DAD8C76B67765_inline(L_3, /*hidden argument*/NULL); ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_5 = V_0; NullCheck(L_5); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6; L_6 = ElGamalParameters_get_G_mDFF45B690EE3358A09CC773AA1F9844FC1743DBF_inline(L_5, /*hidden argument*/NULL); ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_7 = V_0; NullCheck(L_7); int32_t L_8; L_8 = ElGamalParameters_get_L_m25596E15113C3F1C3BC4030E9AC81C13A3391BFA_inline(L_7, /*hidden argument*/NULL); DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * L_9 = (DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C *)il2cpp_codegen_object_new(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C_il2cpp_TypeInfo_var); DHParameters__ctor_m7C88409F1DC4933C2F848E54FB03E56D75A54C4D(L_9, L_4, L_6, (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)NULL, 0, L_8, /*hidden argument*/NULL); V_1 = L_9; // BigInteger x = helper.CalculatePrivate(dhp, param.Random); DHKeyGeneratorHelper_t70D584644E832C7E2D3D4B619E335177C2A83909 * L_10 = L_0; DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * L_11 = V_1; ElGamalKeyGenerationParameters_t9DD985B7F64F63A0FC4CAE066DCAB75473B01061 * L_12 = __this->get_param_0(); NullCheck(L_12); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_13; L_13 = KeyGenerationParameters_get_Random_m96B13620B3ECF5CEB64561A4DBCBC18AC6CB11F4_inline(L_12, /*hidden argument*/NULL); NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_14; L_14 = DHKeyGeneratorHelper_CalculatePrivate_m9B6404B8ACD7F82FA83DA40DEA1FC867E1201C4A(L_10, L_11, L_13, /*hidden argument*/NULL); V_2 = L_14; // BigInteger y = helper.CalculatePublic(dhp, x); DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * L_15 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16 = V_2; NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_17; L_17 = DHKeyGeneratorHelper_CalculatePublic_m1F540F524B28998DE002172F8832347B15D88FB1(L_10, L_15, L_16, /*hidden argument*/NULL); // return new AsymmetricCipherKeyPair( // new ElGamalPublicKeyParameters(y, egp), // new ElGamalPrivateKeyParameters(x, egp)); ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_18 = V_0; ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * L_19 = (ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 *)il2cpp_codegen_object_new(ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826_il2cpp_TypeInfo_var); ElGamalPublicKeyParameters__ctor_m4FC638ADD35FCA7BD5C9386A4EE96E0E615C6D88(L_19, L_17, L_18, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_20 = V_2; ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_21 = V_0; ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 * L_22 = (ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 *)il2cpp_codegen_object_new(ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68_il2cpp_TypeInfo_var); ElGamalPrivateKeyParameters__ctor_m72B280E8C89111D40BF7BAA5B76D135BC3A91A9C(L_22, L_20, L_21, /*hidden argument*/NULL); AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * L_23 = (AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 *)il2cpp_codegen_object_new(AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929_il2cpp_TypeInfo_var); AsymmetricCipherKeyPair__ctor_mE5C700D8655EB14E3EC3610B2367603C325D2637(L_23, L_19, L_22, /*hidden argument*/NULL); return L_23; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ElGamalKeyPairGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalKeyPairGenerator__ctor_m8C33A1741CC5FB5ECB78BCAB01A83CB17BFDF4DC (ElGamalKeyPairGenerator_t9321D7A9FA6787C1AEF2681CA3EC62AA06093E24 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters::.ctor(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalKeyParameters__ctor_m196BAA94AD04B478D22F994B05E37B234FDA30C8 (ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * __this, bool ___isPrivate0, ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ___parameters1, const RuntimeMethod* method) { { // : base(isPrivate) bool L_0 = ___isPrivate0; AsymmetricKeyParameter__ctor_m383021999D70982D1E53120E9C0BD8DF08238CB3(__this, L_0, /*hidden argument*/NULL); // this.parameters = parameters; ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_1 = ___parameters1; __this->set_parameters_1(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters::get_Parameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ElGamalKeyParameters_get_Parameters_mCE4C3D4C8C4BAA830886D6C000C5A450B69E7C29 (ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * __this, const RuntimeMethod* method) { { // get { return parameters; } ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_0 = __this->get_parameters_1(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ElGamalKeyParameters_Equals_m808998BB09E23F6CB7CB9007EADD673049FE1EB9 (ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * V_0 = NULL; { // if (obj == this) RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC *)__this)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // ElGamalKeyParameters other = obj as ElGamalKeyParameters; RuntimeObject * L_1 = ___obj0; V_0 = ((ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC *)IsInstClass((RuntimeObject*)L_1, ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC_il2cpp_TypeInfo_var)); // if (other == null) ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * L_2 = V_0; if (L_2) { goto IL_0012; } } { // return false; return (bool)0; } IL_0012: { // return Equals(other); ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * L_3 = V_0; bool L_4; L_4 = ElGamalKeyParameters_Equals_m23F7D19AC48D55DA1DDC5BD5700BE770A832A71C(__this, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ElGamalKeyParameters_Equals_m23F7D19AC48D55DA1DDC5BD5700BE770A832A71C (ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * __this, ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * ___other0, const RuntimeMethod* method) { { // return BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Equals(parameters, other.parameters) // && base.Equals(other); ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_0 = __this->get_parameters_1(); ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * L_1 = ___other0; NullCheck(L_1); ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_2 = L_1->get_parameters_1(); bool L_3; L_3 = Object_Equals_mBE334AF263BDADA1D0F1DE7E14456A63E47F8053(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001b; } } { ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * L_4 = ___other0; bool L_5; L_5 = AsymmetricKeyParameter_Equals_mD7853F9B3D0E36774C21F59D72AF91B995AE0211(__this, L_4, /*hidden argument*/NULL); return L_5; } IL_001b: { return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ElGamalKeyParameters_GetHashCode_m22E51F4522544A5A0F91F635BF7387F195A677F7 (ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // int hc = base.GetHashCode(); int32_t L_0; L_0 = AsymmetricKeyParameter_GetHashCode_mC6FFFFA2C19DDE30047E372FD0D1D655D2CCDF1F(__this, /*hidden argument*/NULL); V_0 = L_0; // if (parameters != null) ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_1 = __this->get_parameters_1(); if (!L_1) { goto IL_001d; } } { // hc ^= parameters.GetHashCode(); int32_t L_2 = V_0; ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_3 = __this->get_parameters_1(); NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_3); V_0 = ((int32_t)((int32_t)L_2^(int32_t)L_4)); } IL_001d: { // return hc; int32_t L_5 = V_0; return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.ElGamalParameter::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalParameter__ctor_mF2C13BCAFD7762E738305E575AB8A9196ED9EDFD (ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public ElGamalParameter( // BigInteger p, // BigInteger g) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.p = new DerInteger(p); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___p0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_1 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0(L_1, L_0, /*hidden argument*/NULL); __this->set_p_2(L_1); // this.g = new DerInteger(g); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___g1; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_3 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0(L_3, L_2, /*hidden argument*/NULL); __this->set_g_3(L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.ElGamalParameter::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalParameter__ctor_m500655F9FC35DFDAF08A6C00EB1645C3BA686FC9 (ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { { // public ElGamalParameter( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq.Count != 2) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_001f; } } { // throw new ArgumentException("Wrong number of elements in sequence", "seq"); 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*)&_stringLiteral04C8B9CA601D09C92B620D508D19F994619B6489)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ElGamalParameter__ctor_m500655F9FC35DFDAF08A6C00EB1645C3BA686FC9_RuntimeMethod_var))); } IL_001f: { // p = DerInteger.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___seq0; NullCheck(L_3); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_4; L_4 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_3, 0); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_5; L_5 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_4, /*hidden argument*/NULL); __this->set_p_2(L_5); // g = DerInteger.GetInstance(seq[1]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = ___seq0; NullCheck(L_6); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_6, 1); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_8; L_8 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_7, /*hidden argument*/NULL); __this->set_g_3(L_8); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.ElGamalParameter::get_P() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ElGamalParameter_get_P_mF4EC58504D1759C90BD6E910983204B59FE35144 (ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951 * __this, const RuntimeMethod* method) { { // get { return p.PositiveValue; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_p_2(); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = DerInteger_get_PositiveValue_m8732018F1F65AC4ECD83CD058341C9363AD5754B(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.ElGamalParameter::get_G() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ElGamalParameter_get_G_m3D9A9D582051BE2EC5D9C2C873E65814CAA6C202 (ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951 * __this, const RuntimeMethod* method) { { // get { return g.PositiveValue; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_g_3(); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = DerInteger_get_PositiveValue_m8732018F1F65AC4ECD83CD058341C9363AD5754B(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.ElGamalParameter::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ElGamalParameter_ToAsn1Object_m302E5547836869BDA539895B32FAD6E0C1D1E312 (ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new DerSequence(p, g); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_2 = __this->get_p_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; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_4 = __this->get_g_3(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_5 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_5, L_3, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalParameters__ctor_m725EDBEAD671FC838F1572DB113C98517399E640 (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g1, const RuntimeMethod* method) { { // : this(p, g, 0) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___p0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___g1; ElGamalParameters__ctor_m5923F21BFDD75365DD25AEEA1AB21402606EF77A(__this, L_0, L_1, 0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalParameters__ctor_m5923F21BFDD75365DD25AEEA1AB21402606EF77A (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g1, int32_t ___l2, const RuntimeMethod* method) { { // public ElGamalParameters( // BigInteger p, // BigInteger g, // int l) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (p == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___p0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("p"); 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*)&_stringLiteral198AA065BF0F912BD6F5F93869BD5C361671F98B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ElGamalParameters__ctor_m5923F21BFDD75365DD25AEEA1AB21402606EF77A_RuntimeMethod_var))); } IL_0014: { // if (g == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___g1; if (L_2) { goto IL_0022; } } { // throw new ArgumentNullException("g"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B9B6C84CC15492CCB290C4B79418FA6D7DD24C1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ElGamalParameters__ctor_m5923F21BFDD75365DD25AEEA1AB21402606EF77A_RuntimeMethod_var))); } IL_0022: { // this.p = p; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ___p0; __this->set_p_0(L_4); // this.g = g; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = ___g1; __this->set_g_1(L_5); // this.l = l; int32_t L_6 = ___l2; __this->set_l_2(L_6); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::get_P() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ElGamalParameters_get_P_mA79BF30B25404781643C8BA50B1DAD8C76B67765 (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * __this, const RuntimeMethod* method) { { // get { return p; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_p_0(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::get_G() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ElGamalParameters_get_G_mDFF45B690EE3358A09CC773AA1F9844FC1743DBF (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * __this, const RuntimeMethod* method) { { // get { return g; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_g_1(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::get_L() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ElGamalParameters_get_L_m25596E15113C3F1C3BC4030E9AC81C13A3391BFA (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * __this, const RuntimeMethod* method) { { // get { return l; } int32_t L_0 = __this->get_l_2(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ElGamalParameters_Equals_mFDD1400C1CB17335D4BC706D4B9E5A70A42FDA2D (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * V_0 = NULL; { // if (obj == this) RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 *)__this)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // ElGamalParameters other = obj as ElGamalParameters; RuntimeObject * L_1 = ___obj0; V_0 = ((ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 *)IsInstClass((RuntimeObject*)L_1, ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13_il2cpp_TypeInfo_var)); // if (other == null) ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_2 = V_0; if (L_2) { goto IL_0012; } } { // return false; return (bool)0; } IL_0012: { // return Equals(other); ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_3 = V_0; bool L_4; L_4 = ElGamalParameters_Equals_mA5E2A9B87255E50B6B4700168A456E9656BDA296(__this, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ElGamalParameters_Equals_mA5E2A9B87255E50B6B4700168A456E9656BDA296 (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * __this, ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ___other0, const RuntimeMethod* method) { { // return p.Equals(other.p) && g.Equals(other.g) && l == other.l; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_p_0(); ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_1 = ___other0; NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = L_1->get_p_0(); NullCheck(L_0); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_0, L_2); if (!L_3) { goto IL_0035; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = __this->get_g_1(); ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_5 = ___other0; NullCheck(L_5); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = L_5->get_g_1(); NullCheck(L_4); bool L_7; L_7 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_6); if (!L_7) { goto IL_0035; } } { int32_t L_8 = __this->get_l_2(); ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_9 = ___other0; NullCheck(L_9); int32_t L_10 = L_9->get_l_2(); return (bool)((((int32_t)L_8) == ((int32_t)L_10))? 1 : 0); } IL_0035: { return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ElGamalParameters_GetHashCode_m304AE3B4259F215DB6757A93AC64747BAE4574BE (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * __this, const RuntimeMethod* method) { { // return p.GetHashCode() ^ g.GetHashCode() ^ l; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_p_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = __this->get_g_1(); NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_2); int32_t L_4 = __this->get_l_2(); return ((int32_t)((int32_t)((int32_t)((int32_t)L_1^(int32_t)L_3))^(int32_t)L_4)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ElGamalParametersGenerator::Init(System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalParametersGenerator_Init_mB71D18AB5BC7F63F1484DDC2A53191C6E3BB26B5 (ElGamalParametersGenerator_t7793B05DC46A6C4272DF17D638C3D2AFA0063FB4 * __this, int32_t ___size0, int32_t ___certainty1, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random2, const RuntimeMethod* method) { { // this.size = size; int32_t L_0 = ___size0; __this->set_size_0(L_0); // this.certainty = certainty; int32_t L_1 = ___certainty1; __this->set_certainty_1(L_1); // this.random = random; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_2 = ___random2; __this->set_random_2(L_2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ElGamalParametersGenerator::GenerateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ElGamalParametersGenerator_GenerateParameters_mF05C28B155717F568EB6B9372779FB5E8BD6FDBC (ElGamalParametersGenerator_t7793B05DC46A6C4272DF17D638C3D2AFA0063FB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DHParametersHelper_t11B8BF78FB17525874F983B0E666149C2213605B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_2 = NULL; { // BigInteger[] safePrimes = DHParametersHelper.GenerateSafePrimes(size, certainty, random); int32_t L_0 = __this->get_size_0(); int32_t L_1 = __this->get_certainty_1(); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_2 = __this->get_random_2(); IL2CPP_RUNTIME_CLASS_INIT(DHParametersHelper_t11B8BF78FB17525874F983B0E666149C2213605B_il2cpp_TypeInfo_var); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_3; L_3 = DHParametersHelper_GenerateSafePrimes_m000CD77FE387F2854F1FA28815EF9ACC35C5B495(L_0, L_1, L_2, /*hidden argument*/NULL); // BigInteger p = safePrimes[0]; BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_4 = L_3; NullCheck(L_4); int32_t L_5 = 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = (L_4)->GetAt(static_cast(L_5)); V_0 = L_6; // BigInteger q = safePrimes[1]; NullCheck(L_4); int32_t L_7 = 1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = (L_4)->GetAt(static_cast(L_7)); V_1 = L_8; // BigInteger g = DHParametersHelper.SelectGenerator(p, q, random); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = V_1; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_11 = __this->get_random_2(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12; L_12 = DHParametersHelper_SelectGenerator_m835893083143A28098D48B4EA54AD22EE2E534D6(L_9, L_10, L_11, /*hidden argument*/NULL); V_2 = L_12; // return new ElGamalParameters(p, g); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_14 = V_2; ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_15 = (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 *)il2cpp_codegen_object_new(ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13_il2cpp_TypeInfo_var); ElGamalParameters__ctor_m725EDBEAD671FC838F1572DB113C98517399E640(L_15, L_13, L_14, /*hidden argument*/NULL); return L_15; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ElGamalParametersGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalParametersGenerator__ctor_mC4D76DA5E569C49053C5E7E526CB04B42F1D9769 (ElGamalParametersGenerator_t7793B05DC46A6C4272DF17D638C3D2AFA0063FB4 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPrivateKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalPrivateKeyParameters__ctor_m72B280E8C89111D40BF7BAA5B76D135BC3A91A9C (ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ___parameters1, const RuntimeMethod* method) { { // : base(true, parameters) ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_0 = ___parameters1; ElGamalKeyParameters__ctor_m196BAA94AD04B478D22F994B05E37B234FDA30C8(__this, (bool)1, L_0, /*hidden argument*/NULL); // if (x == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___x0; if (L_1) { goto IL_0016; } } { // throw new ArgumentNullException("x"); 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*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ElGamalPrivateKeyParameters__ctor_m72B280E8C89111D40BF7BAA5B76D135BC3A91A9C_RuntimeMethod_var))); } IL_0016: { // this.x = x; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___x0; __this->set_x_2(L_3); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPrivateKeyParameters::get_X() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ElGamalPrivateKeyParameters_get_X_m0973856A95C12877440A15A5FD2829CDCB9C7E86 (ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 * __this, const RuntimeMethod* method) { { // get { return x; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_x_2(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPrivateKeyParameters::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ElGamalPrivateKeyParameters_Equals_m2EF2097F8480C1E162D4863DF1A9F6D659AD6C8F (ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 * V_0 = NULL; { // if (obj == this) RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 *)__this)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // ElGamalPrivateKeyParameters other = obj as ElGamalPrivateKeyParameters; RuntimeObject * L_1 = ___obj0; V_0 = ((ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 *)IsInstClass((RuntimeObject*)L_1, ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68_il2cpp_TypeInfo_var)); // if (other == null) ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 * L_2 = V_0; if (L_2) { goto IL_0012; } } { // return false; return (bool)0; } IL_0012: { // return Equals(other); ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 * L_3 = V_0; bool L_4; L_4 = ElGamalPrivateKeyParameters_Equals_m16267BDD3BB6F91DC30F45674638A7EA74ACBE6C(__this, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPrivateKeyParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPrivateKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ElGamalPrivateKeyParameters_Equals_m16267BDD3BB6F91DC30F45674638A7EA74ACBE6C (ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 * __this, ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 * ___other0, const RuntimeMethod* method) { { // return other.x.Equals(x) && base.Equals(other); ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 * L_0 = ___other0; NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = L_0->get_x_2(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = __this->get_x_2(); NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_1, L_2); if (!L_3) { goto IL_001b; } } { ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 * L_4 = ___other0; bool L_5; L_5 = ElGamalKeyParameters_Equals_m23F7D19AC48D55DA1DDC5BD5700BE770A832A71C(__this, L_4, /*hidden argument*/NULL); return L_5; } IL_001b: { return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPrivateKeyParameters::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ElGamalPrivateKeyParameters_GetHashCode_m1B2570C87F27622BE23243105A45C1085367A916 (ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 * __this, const RuntimeMethod* method) { { // return x.GetHashCode() ^ base.GetHashCode(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_x_2(); 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; L_2 = ElGamalKeyParameters_GetHashCode_m22E51F4522544A5A0F91F635BF7387F195A677F7(__this, /*hidden argument*/NULL); 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 // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalPublicKeyParameters__ctor_m4FC638ADD35FCA7BD5C9386A4EE96E0E615C6D88 (ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y0, ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ___parameters1, const RuntimeMethod* method) { { // : base(false, parameters) ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_0 = ___parameters1; ElGamalKeyParameters__ctor_m196BAA94AD04B478D22F994B05E37B234FDA30C8(__this, (bool)0, L_0, /*hidden argument*/NULL); // if (y == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___y0; if (L_1) { goto IL_0016; } } { // throw new ArgumentNullException("y"); 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*)&_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ElGamalPublicKeyParameters__ctor_m4FC638ADD35FCA7BD5C9386A4EE96E0E615C6D88_RuntimeMethod_var))); } IL_0016: { // this.y = y; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___y0; __this->set_y_2(L_3); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters::get_Y() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ElGamalPublicKeyParameters_get_Y_mA905DC4C7160BC625BC2256F5F10E5719FB5117A (ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * __this, const RuntimeMethod* method) { { // get { return y; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_y_2(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ElGamalPublicKeyParameters_Equals_m960165D2DEA6CB387E30EA33DCAF2820765344D7 (ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * V_0 = NULL; { // if (obj == this) RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 *)__this)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // ElGamalPublicKeyParameters other = obj as ElGamalPublicKeyParameters; RuntimeObject * L_1 = ___obj0; V_0 = ((ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 *)IsInstClass((RuntimeObject*)L_1, ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826_il2cpp_TypeInfo_var)); // if (other == null) ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * L_2 = V_0; if (L_2) { goto IL_0012; } } { // return false; return (bool)0; } IL_0012: { // return Equals(other); ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * L_3 = V_0; bool L_4; L_4 = ElGamalPublicKeyParameters_Equals_m28A19C643A33B13E85BCF8A9485C419A15308F85(__this, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ElGamalPublicKeyParameters_Equals_m28A19C643A33B13E85BCF8A9485C419A15308F85 (ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * __this, ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * ___other0, const RuntimeMethod* method) { { // return y.Equals(other.y) && base.Equals(other); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_y_2(); ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * L_1 = ___other0; NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = L_1->get_y_2(); NullCheck(L_0); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_0, L_2); if (!L_3) { goto IL_001b; } } { ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * L_4 = ___other0; bool L_5; L_5 = ElGamalKeyParameters_Equals_m23F7D19AC48D55DA1DDC5BD5700BE770A832A71C(__this, L_4, /*hidden argument*/NULL); return L_5; } IL_001b: { return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ElGamalPublicKeyParameters_GetHashCode_mF93D8D4F651C125AB5806151583D29C0D7B2A8BE (ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * __this, const RuntimeMethod* method) { { // return y.GetHashCode() ^ base.GetHashCode(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_y_2(); 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; L_2 = ElGamalKeyParameters_GetHashCode_m22E51F4522544A5A0F91F635BF7387F195A677F7(__this, /*hidden argument*/NULL); 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 // System.Void Ellipse::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ellipse_Start_m107AEB0087571CFEA1937848310199F4CC4470F1 (Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E_m2B7528201E06A2164418A442797CD0B60FCB4C8D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // cameraX = cameraXTran.GetComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_cameraXTran_7(); NullCheck(L_0); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_1; L_1 = Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB(L_0, /*hidden argument*/Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); __this->set_cameraX_10(L_1); // cameraY = cameraYTran.GetComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2 = __this->get_cameraYTran_8(); NullCheck(L_2); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_3; L_3 = Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB(L_2, /*hidden argument*/Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); __this->set_cameraY_11(L_3); // cameraZ = cameraZTran.GetComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4 = __this->get_cameraZTran_9(); NullCheck(L_4); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_5; L_5 = Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB(L_4, /*hidden argument*/Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); __this->set_cameraZ_12(L_5); // particleSystem0 = GetComponentInChildren(); ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * L_6; L_6 = Component_GetComponentInChildren_TisParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E_m2B7528201E06A2164418A442797CD0B60FCB4C8D(__this, /*hidden argument*/Component_GetComponentInChildren_TisParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E_m2B7528201E06A2164418A442797CD0B60FCB4C8D_RuntimeMethod_var); __this->set_particleSystem0_4(L_6); // } return; } } // System.Void Ellipse::setEllipseLocalScaleAndCenter(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ellipse_setEllipseLocalScaleAndCenter_mE327284685B02E468D8ADD5ACBDB30E190C2473D (Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___radius0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___center1, const RuntimeMethod* method) { { // this.ellipseTran.localScale = radius; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_ellipseTran_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___radius0; NullCheck(L_0); Transform_set_localScale_mF4D1611E48D1BA7566A1E166DC2DACF3ADD8BA3A(L_0, L_1, /*hidden argument*/NULL); // this.ellipseTran.localPosition = center; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2 = __this->get_ellipseTran_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___center1; NullCheck(L_2); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void Ellipse::setCameraPos(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ellipse_setCameraPos_m657CE084D1C800DE4656941772F5366F6674E87D (Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___center0, const RuntimeMethod* method) { { // this.cameraXTran.localPosition = new Vector3(center.x - 10, center.y, center.z); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_cameraXTran_7(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___center0; float L_2 = L_1.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___center0; float L_4 = L_3.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = ___center0; float L_6 = L_5.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; memset((&L_7), 0, sizeof(L_7)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_7), ((float)il2cpp_codegen_subtract((float)L_2, (float)(10.0f))), L_4, L_6, /*hidden argument*/NULL); NullCheck(L_0); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_0, L_7, /*hidden argument*/NULL); // this.cameraYTran.localPosition = new Vector3(center.x, center.y + 10, center.z); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8 = __this->get_cameraYTran_8(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9 = ___center0; float L_10 = L_9.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11 = ___center0; float L_12 = L_11.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = ___center0; float L_14 = L_13.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; memset((&L_15), 0, sizeof(L_15)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_15), L_10, ((float)il2cpp_codegen_add((float)L_12, (float)(10.0f))), L_14, /*hidden argument*/NULL); NullCheck(L_8); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_8, L_15, /*hidden argument*/NULL); // this.cameraZTran.localPosition = new Vector3(center.x, center.y, center.z - 10); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_16 = __this->get_cameraZTran_9(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17 = ___center0; float L_18 = L_17.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19 = ___center0; float L_20 = L_19.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21 = ___center0; float L_22 = L_21.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; memset((&L_23), 0, sizeof(L_23)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_23), L_18, L_20, ((float)il2cpp_codegen_subtract((float)L_22, (float)(10.0f))), /*hidden argument*/NULL); NullCheck(L_16); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_16, L_23, /*hidden argument*/NULL); // } return; } } // System.Void Ellipse::setCameraSize(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ellipse_setCameraSize_m94915274DCD5C6977E4798C3AF150C2C7508CCF4 (Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___circleSize0, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // Vector3 vs = new Vector3(); il2cpp_codegen_initobj((&V_0), sizeof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )); // vs.x = Mathf.Abs(circleSize.x); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___circleSize0; float L_1 = L_0.get_x_2(); float L_2; L_2 = fabsf(L_1); (&V_0)->set_x_2(L_2); // vs.y = Mathf.Abs(circleSize.y); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___circleSize0; float L_4 = L_3.get_y_3(); float L_5; L_5 = fabsf(L_4); (&V_0)->set_y_3(L_5); // vs.z = Mathf.Abs(circleSize.z); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___circleSize0; float L_7 = L_6.get_z_4(); float L_8; L_8 = fabsf(L_7); (&V_0)->set_z_4(L_8); // this.cameraX.orthographicSize = Mathf.Max(circleSize.y, circleSize.z) / 2 * 1.5f; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_9 = __this->get_cameraX_10(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___circleSize0; float L_11 = L_10.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = ___circleSize0; float L_13 = L_12.get_z_4(); float L_14; L_14 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(L_11, L_13, /*hidden argument*/NULL); NullCheck(L_9); Camera_set_orthographicSize_mFC4BBB0BB0097A5FE13E99D8388DF3008971085F(L_9, ((float)il2cpp_codegen_multiply((float)((float)((float)L_14/(float)(2.0f))), (float)(1.5f))), /*hidden argument*/NULL); // this.cameraY.orthographicSize = Mathf.Max(circleSize.x, circleSize.z) / 2 * 1.5f; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_15 = __this->get_cameraY_11(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = ___circleSize0; float L_17 = L_16.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18 = ___circleSize0; float L_19 = L_18.get_z_4(); float L_20; L_20 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(L_17, L_19, /*hidden argument*/NULL); NullCheck(L_15); Camera_set_orthographicSize_mFC4BBB0BB0097A5FE13E99D8388DF3008971085F(L_15, ((float)il2cpp_codegen_multiply((float)((float)((float)L_20/(float)(2.0f))), (float)(1.5f))), /*hidden argument*/NULL); // this.cameraZ.orthographicSize = Mathf.Max(circleSize.x, circleSize.y) / 2 * 1.5f; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_21 = __this->get_cameraZ_12(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22 = ___circleSize0; float L_23 = L_22.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24 = ___circleSize0; float L_25 = L_24.get_y_3(); float L_26; L_26 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(L_23, L_25, /*hidden argument*/NULL); NullCheck(L_21); Camera_set_orthographicSize_mFC4BBB0BB0097A5FE13E99D8388DF3008971085F(L_21, ((float)il2cpp_codegen_multiply((float)((float)((float)L_26/(float)(2.0f))), (float)(1.5f))), /*hidden argument*/NULL); // } return; } } // System.Void Ellipse::AddAndUpdatePointArray(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ellipse_AddAndUpdatePointArray_mFD6C4048D3131B18F2791A8AB928BD8254AF6BA7 (Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___addPoint0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // this.arrayList.Add(addPoint); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_0 = __this->get_arrayList_5(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___addPoint0; NullCheck(L_0); List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E(L_0, L_1, /*hidden argument*/List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E_RuntimeMethod_var); // this.DrawPointCloud(this.arrayList); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_2 = __this->get_arrayList_5(); Ellipse_DrawPointCloud_m849E57D23C4EE3BC5414E2FF3CF973A3E04A2E06(__this, L_2, /*hidden argument*/NULL); // } return; } } // System.Void Ellipse::ClearAndUpdatePointArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ellipse_ClearAndUpdatePointArray_mA11A2AB29E44216FC832A65FA7A76F0A2E8642DD (Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mE0F03A2E42E2F7F8A282AE01C12945F7379DC702_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // this.arrayList.Clear(); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_0 = __this->get_arrayList_5(); NullCheck(L_0); List_1_Clear_mE0F03A2E42E2F7F8A282AE01C12945F7379DC702(L_0, /*hidden argument*/List_1_Clear_mE0F03A2E42E2F7F8A282AE01C12945F7379DC702_RuntimeMethod_var); // this.DrawPointCloud(this.arrayList); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_1 = __this->get_arrayList_5(); Ellipse_DrawPointCloud_m849E57D23C4EE3BC5414E2FF3CF973A3E04A2E06(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Ellipse::DrawPointCloud(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ellipse_DrawPointCloud_m849E57D23C4EE3BC5414E2FF3CF973A3E04A2E06 (Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182 * __this, List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * ___drawList0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParticleU5BU5D_tF02F4854575E99F3004B58B6CC6BB2373BAEB04C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; { // var main = this.particleSystem0.main; ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * L_0 = __this->get_particleSystem0_4(); NullCheck(L_0); MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B L_1; L_1 = ParticleSystem_get_main_m8F17DCC63679B15CE548BE83332FDB6635AE74A0(L_0, /*hidden argument*/NULL); V_0 = L_1; // main.startSpeed = 0.0f; MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD L_2; L_2 = MinMaxCurve_op_Implicit_m8D746D40E6CCBF5E8C4CE39F23A45712BFC372F5((0.0f), /*hidden argument*/NULL); MainModule_set_startSpeed_mE2D91449838B0BEA8CC1619CDC6578C9FEF173F7((MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B *)(&V_0), L_2, /*hidden argument*/NULL); // main.startLifetime = 1000.0f; MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD L_3; L_3 = MinMaxCurve_op_Implicit_m8D746D40E6CCBF5E8C4CE39F23A45712BFC372F5((1000.0f), /*hidden argument*/NULL); MainModule_set_startLifetime_mDBE408AFE7F159812D2B95F8504208F730BC8690((MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B *)(&V_0), L_3, /*hidden argument*/NULL); // var pointCount = drawList.Count; List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_4 = ___drawList0; NullCheck(L_4); int32_t L_5; L_5 = List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_inline(L_4, /*hidden argument*/List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var); V_1 = L_5; // allParticles = new ParticleSystem.Particle[pointCount]; int32_t L_6 = V_1; ParticleU5BU5D_tF02F4854575E99F3004B58B6CC6BB2373BAEB04C* L_7 = (ParticleU5BU5D_tF02F4854575E99F3004B58B6CC6BB2373BAEB04C*)(ParticleU5BU5D_tF02F4854575E99F3004B58B6CC6BB2373BAEB04C*)SZArrayNew(ParticleU5BU5D_tF02F4854575E99F3004B58B6CC6BB2373BAEB04C_il2cpp_TypeInfo_var, (uint32_t)L_6); __this->set_allParticles_13(L_7); // main.maxParticles = pointCount; int32_t L_8 = V_1; MainModule_set_maxParticles_m6FD14B44787B44D38DEDAE4FCBE9596A86A0460D((MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B *)(&V_0), L_8, /*hidden argument*/NULL); // this.particleSystem0.Emit(pointCount); ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * L_9 = __this->get_particleSystem0_4(); int32_t L_10 = V_1; NullCheck(L_9); ParticleSystem_Emit_m07EF0D2DA84EB04814DA7EE6B8618B008DE75F28(L_9, L_10, /*hidden argument*/NULL); // this.particleSystem0.GetParticles(allParticles); ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * L_11 = __this->get_particleSystem0_4(); ParticleU5BU5D_tF02F4854575E99F3004B58B6CC6BB2373BAEB04C* L_12 = __this->get_allParticles_13(); NullCheck(L_11); int32_t L_13; L_13 = ParticleSystem_GetParticles_mAE8894E2B022EE009C6DDB1390AB331E7D40A344(L_11, L_12, /*hidden argument*/NULL); // for (int i = 0; i < pointCount; i++) V_2 = 0; goto IL_00b8; } IL_006b: { // allParticles[i].position = (Vector3)drawList[i]; ParticleU5BU5D_tF02F4854575E99F3004B58B6CC6BB2373BAEB04C* L_14 = __this->get_allParticles_13(); int32_t L_15 = V_2; NullCheck(L_14); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_16 = ___drawList0; int32_t L_17 = V_2; NullCheck(L_16); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_inline(L_16, L_17, /*hidden argument*/List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_RuntimeMethod_var); Particle_set_position_mB749E41CD3C4C6DF501C0D68B6211CF7E2217FC2((Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1 *)((L_14)->GetAddressAt(static_cast(L_15))), L_18, /*hidden argument*/NULL); // allParticles[i].startColor = Color.yellow; ParticleU5BU5D_tF02F4854575E99F3004B58B6CC6BB2373BAEB04C* L_19 = __this->get_allParticles_13(); int32_t L_20 = V_2; NullCheck(L_19); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_21; L_21 = Color_get_yellow_m9FD4BDABA7E40E136BE57EE7872CEA6B1B2FA1D1(/*hidden argument*/NULL); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_22; L_22 = Color32_op_Implicit_mD17E8145D2D32EF369EFE349C4D32E839F7D7AA4(L_21, /*hidden argument*/NULL); Particle_set_startColor_mA7B0363E82B7A7CBB1C83F8C5D49FB7B7AF75554((Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1 *)((L_19)->GetAddressAt(static_cast(L_20))), L_22, /*hidden argument*/NULL); // allParticles[i].startSize = 0.02f; ParticleU5BU5D_tF02F4854575E99F3004B58B6CC6BB2373BAEB04C* L_23 = __this->get_allParticles_13(); int32_t L_24 = V_2; NullCheck(L_23); Particle_set_startSize_m7CDEE5B620B3D26B4CC5C1DA7C6E24ACCCF64466((Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1 *)((L_23)->GetAddressAt(static_cast(L_24))), (0.0199999996f), /*hidden argument*/NULL); // for (int i = 0; i < pointCount; i++) int32_t L_25 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_00b8: { // for (int i = 0; i < pointCount; i++) int32_t L_26 = V_2; int32_t L_27 = V_1; if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_006b; } } { // this.particleSystem0.SetParticles(allParticles, pointCount); ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * L_28 = __this->get_particleSystem0_4(); ParticleU5BU5D_tF02F4854575E99F3004B58B6CC6BB2373BAEB04C* L_29 = __this->get_allParticles_13(); int32_t L_30 = V_1; NullCheck(L_28); ParticleSystem_SetParticles_m0658B777D1C6DDA7D244607AC55D5225774CEBFA(L_28, L_29, L_30, /*hidden argument*/NULL); // } return; } } // System.Void Ellipse::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ellipse__ctor_m07A8BA34ACBDBCDB10EED11289226F33EE82D1DF (Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // [System.NonSerialized] public List arrayList = new List(); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_0 = (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)il2cpp_codegen_object_new(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_il2cpp_TypeInfo_var); List_1__ctor_mF8F23D572031748AD428623AE16803455997E297(L_0, /*hidden argument*/List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_RuntimeMethod_var); __this->set_arrayList_5(L_0); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.IEnumerator EmailValidateController::SendEmailValidateCode(System.String,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EmailValidateController_SendEmailValidateCode_mDD89AAC4CC78A209186DD0FE4FB4E01C084DE733 (EmailValidateController_t6A2A969EEE8920BAF68443955A8F42511E74253C * __this, String_t* ___email0, Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7 * L_0 = (U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7 *)il2cpp_codegen_object_new(U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7_il2cpp_TypeInfo_var); U3CSendEmailValidateCodeU3Ed__0__ctor_m8522FB4614046BDFE6F908D3CF30A96ABF685171(L_0, 0, /*hidden argument*/NULL); U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7 * L_1 = L_0; String_t* L_2 = ___email0; NullCheck(L_1); L_1->set_email_2(L_2); U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7 * L_3 = L_1; Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_4 = ___callback1; NullCheck(L_3); L_3->set_callback_3(L_4); return L_3; } } // System.Collections.IEnumerator EmailValidateController::ValidateEmail(System.String,System.String,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EmailValidateController_ValidateEmail_mB98ED32739A38BB96B2E4F0C7DF213FA023F9406 (EmailValidateController_t6A2A969EEE8920BAF68443955A8F42511E74253C * __this, String_t* ___email0, String_t* ___code1, Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC * L_0 = (U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC *)il2cpp_codegen_object_new(U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC_il2cpp_TypeInfo_var); U3CValidateEmailU3Ed__1__ctor_mE782460FD5085D88A52337E57D5BE9EE0F34CF19(L_0, 0, /*hidden argument*/NULL); U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC * L_1 = L_0; String_t* L_2 = ___email0; NullCheck(L_1); L_1->set_email_2(L_2); U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC * L_3 = L_1; String_t* L_4 = ___code1; NullCheck(L_3); L_3->set_code_3(L_4); U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC * L_5 = L_3; Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_6 = ___callback2; NullCheck(L_5); L_5->set_callback_4(L_6); return L_5; } } // System.Void EmailValidateController::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmailValidateController__ctor_m0AA0154CAC5A3F2386E1E12C284F60695CEE0780 (EmailValidateController_t6A2A969EEE8920BAF68443955A8F42511E74253C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Singleton_1__ctor_m92EF7E953119C94F9E01D2C2CBB019C52F90FFB3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Singleton_1__ctor_m92EF7E953119C94F9E01D2C2CBB019C52F90FFB3(__this, /*hidden argument*/Singleton_1__ctor_m92EF7E953119C94F9E01D2C2CBB019C52F90FFB3_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Microsoft.CodeAnalysis.EmbeddedAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmbeddedAttribute__ctor_m90D0B6DEB625101355554D49B2EE2FB67C875860 (EmbeddedAttribute_tD9AECC2A5FF80678B3EF0F991A8F7864D4D6217B * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EmptyEnumerable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyEnumerable__ctor_m7F4D631D79D0C8BC22E82651610DC8AE97C6CD69 (EmptyEnumerable_tF29905C07F55D906B61ABE502F5933BD8132FFA6 * __this, const RuntimeMethod* method) { { // private EmptyEnumerable() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EmptyEnumerable::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EmptyEnumerable_GetEnumerator_m3E38ABFC0E0D358A741AB910FD761E5F134F648A (EmptyEnumerable_tF29905C07F55D906B61ABE502F5933BD8132FFA6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyEnumerator_tD96783B6048AE14D4CED5A7D3CE0C88889825808_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return EmptyEnumerator.Instance; IL2CPP_RUNTIME_CLASS_INIT(EmptyEnumerator_tD96783B6048AE14D4CED5A7D3CE0C88889825808_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((EmptyEnumerator_tD96783B6048AE14D4CED5A7D3CE0C88889825808_StaticFields*)il2cpp_codegen_static_fields_for(EmptyEnumerator_tD96783B6048AE14D4CED5A7D3CE0C88889825808_il2cpp_TypeInfo_var))->get_Instance_0(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EmptyEnumerable::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyEnumerable__cctor_m5DABCFA40C5828304A1BF8F7B002FF789841BD34 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyEnumerable_tF29905C07F55D906B61ABE502F5933BD8132FFA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly IEnumerable Instance = new EmptyEnumerable(); EmptyEnumerable_tF29905C07F55D906B61ABE502F5933BD8132FFA6 * L_0 = (EmptyEnumerable_tF29905C07F55D906B61ABE502F5933BD8132FFA6 *)il2cpp_codegen_object_new(EmptyEnumerable_tF29905C07F55D906B61ABE502F5933BD8132FFA6_il2cpp_TypeInfo_var); EmptyEnumerable__ctor_m7F4D631D79D0C8BC22E82651610DC8AE97C6CD69(L_0, /*hidden argument*/NULL); ((EmptyEnumerable_tF29905C07F55D906B61ABE502F5933BD8132FFA6_StaticFields*)il2cpp_codegen_static_fields_for(EmptyEnumerable_tF29905C07F55D906B61ABE502F5933BD8132FFA6_il2cpp_TypeInfo_var))->set_Instance_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EmptyEnumerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyEnumerator__ctor_m832E5C61B4710727465A766D21AE44EDA4B30157 (EmptyEnumerator_tD96783B6048AE14D4CED5A7D3CE0C88889825808 * __this, const RuntimeMethod* method) { { // private EmptyEnumerator() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EmptyEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyEnumerator_MoveNext_m2339837B90ED8C543D68E4C6BB9EFA7D9BFA7B4B (EmptyEnumerator_tD96783B6048AE14D4CED5A7D3CE0C88889825808 * __this, const RuntimeMethod* method) { { // return false; return (bool)0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EmptyEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyEnumerator_Reset_m5D394AC47C7826D673D5E2308D78A4C6817C6686 (EmptyEnumerator_tD96783B6048AE14D4CED5A7D3CE0C88889825808 * __this, const RuntimeMethod* method) { { // } return; } } // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EmptyEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyEnumerator_get_Current_mAD0BDC53C8D9DC332F1A5F478CBD71FAD0A118F7 (EmptyEnumerator_tD96783B6048AE14D4CED5A7D3CE0C88889825808 * __this, const RuntimeMethod* method) { { // get { throw new InvalidOperationException("No elements"); } InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral78581D4F2C00B39EA8105F873B3527C2D59BE1A3)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyEnumerator_get_Current_mAD0BDC53C8D9DC332F1A5F478CBD71FAD0A118F7_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EmptyEnumerator::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyEnumerator__cctor_m323B5D67AB9C68BAF575C416A157FD8D384A3E68 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyEnumerator_tD96783B6048AE14D4CED5A7D3CE0C88889825808_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly IEnumerator Instance = new EmptyEnumerator(); EmptyEnumerator_tD96783B6048AE14D4CED5A7D3CE0C88889825808 * L_0 = (EmptyEnumerator_tD96783B6048AE14D4CED5A7D3CE0C88889825808 *)il2cpp_codegen_object_new(EmptyEnumerator_tD96783B6048AE14D4CED5A7D3CE0C88889825808_il2cpp_TypeInfo_var); EmptyEnumerator__ctor_m832E5C61B4710727465A766D21AE44EDA4B30157(L_0, /*hidden argument*/NULL); ((EmptyEnumerator_tD96783B6048AE14D4CED5A7D3CE0C88889825808_StaticFields*)il2cpp_codegen_static_fields_for(EmptyEnumerator_tD96783B6048AE14D4CED5A7D3CE0C88889825808_il2cpp_TypeInfo_var))->set_Instance_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncKeyWithID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncKeyWithID::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752 * EncKeyWithID_GetInstance_m7AD6C20802185E40D28145A6D948DC35DD5E4C4A (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is EncKeyWithID) RuntimeObject * L_0 = ___obj0; if (!((EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752 *)IsInstClass((RuntimeObject*)L_0, EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (EncKeyWithID)obj; RuntimeObject * L_1 = ___obj0; return ((EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752 *)CastclassClass((RuntimeObject*)L_1, EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj != null) RuntimeObject * L_2 = ___obj0; if (!L_2) { goto IL_001e; } } { // return new EncKeyWithID(Asn1Sequence.GetInstance(obj)); RuntimeObject * L_3 = ___obj0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4; L_4 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_3, /*hidden argument*/NULL); EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752 * L_5 = (EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752 *)il2cpp_codegen_object_new(EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752_il2cpp_TypeInfo_var); EncKeyWithID__ctor_mCB51BFF9FA4008CD6A2B909F9209E6FF705CE6B6(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_001e: { // return null; return (EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752 *)NULL; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncKeyWithID::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncKeyWithID__ctor_mCB51BFF9FA4008CD6A2B909F9209E6FF705CE6B6 (EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private EncKeyWithID(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.privKeyInfo = PrivateKeyInfo.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); PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * L_2; L_2 = PrivateKeyInfo_GetInstance_m2E88E34FA8FDD49A756D7D1EEBA014F6FA306D5B(L_1, /*hidden argument*/NULL); __this->set_privKeyInfo_2(L_2); // if (seq.Count > 1) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___seq0; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_3); if ((((int32_t)L_4) <= ((int32_t)1))) { goto IL_0050; } } { // if (!(seq[1] is DerUtf8String)) 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); if (((DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 *)IsInstClass((RuntimeObject*)L_6, DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113_il2cpp_TypeInfo_var))) { goto IL_0042; } } { // this.identifier = GeneralName.GetInstance(seq[1]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_7 = ___seq0; NullCheck(L_7); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_8; L_8 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_7, 1); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_9; L_9 = GeneralName_GetInstance_m1272C84D0DB838BFCAB7024ACBF3C833D0BE8A66(L_8, /*hidden argument*/NULL); __this->set_identifier_3(L_9); // } return; } IL_0042: { // this.identifier = (Asn1Encodable)seq[1]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_10 = ___seq0; NullCheck(L_10); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_11; L_11 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_10, 1); __this->set_identifier_3(L_11); // } return; } IL_0050: { // this.identifier = null; __this->set_identifier_3((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncKeyWithID::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncKeyWithID__ctor_mFEDEF8113AF1B78E113FB7EB4FF31A3506D1368C (EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752 * __this, PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * ___privKeyInfo0, const RuntimeMethod* method) { { // public EncKeyWithID(PrivateKeyInfo privKeyInfo) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.privKeyInfo = privKeyInfo; PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * L_0 = ___privKeyInfo0; __this->set_privKeyInfo_2(L_0); // this.identifier = null; __this->set_identifier_3((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncKeyWithID::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncKeyWithID__ctor_mABC201227AFEDA63478541EEAA93B9A71ACD9B13 (EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752 * __this, PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * ___privKeyInfo0, DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * ___str1, const RuntimeMethod* method) { { // public EncKeyWithID(PrivateKeyInfo privKeyInfo, DerUtf8String str) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.privKeyInfo = privKeyInfo; PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * L_0 = ___privKeyInfo0; __this->set_privKeyInfo_2(L_0); // this.identifier = str; DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * L_1 = ___str1; __this->set_identifier_3(L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncKeyWithID::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncKeyWithID__ctor_m6F8790E9C654E4A93FC7810C0B1F2FED25D43AFF (EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752 * __this, PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * ___privKeyInfo0, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___generalName1, const RuntimeMethod* method) { { // public EncKeyWithID(PrivateKeyInfo privKeyInfo, GeneralName generalName) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.privKeyInfo = privKeyInfo; PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * L_0 = ___privKeyInfo0; __this->set_privKeyInfo_2(L_0); // this.identifier = generalName; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_1 = ___generalName1; __this->set_identifier_3(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncKeyWithID::get_PrivateKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * EncKeyWithID_get_PrivateKey_m0EEE9656F4BAAD655CD270F11E3BAAF8BFC2E31F (EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752 * __this, const RuntimeMethod* method) { { // get { return privKeyInfo; } PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * L_0 = __this->get_privKeyInfo_2(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncKeyWithID::get_HasIdentifier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EncKeyWithID_get_HasIdentifier_mAE176CD898E80EEFDFF802264439B16DCC2A017A (EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752 * __this, const RuntimeMethod* method) { { // get { return identifier != null; } Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = __this->get_identifier_3(); return (bool)((!(((RuntimeObject*)(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncKeyWithID::get_IsIdentifierUtf8String() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EncKeyWithID_get_IsIdentifierUtf8String_mC13F22F921EF322E57CC524833610EDAE8F32BCE (EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return identifier is DerUtf8String; } Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = __this->get_identifier_3(); return (bool)((!(((RuntimeObject*)(DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 *)((DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 *)IsInstClass((RuntimeObject*)L_0, DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncKeyWithID::get_Identifier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * EncKeyWithID_get_Identifier_m72746D06101766697B5603AC352CD117287043AE (EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752 * __this, const RuntimeMethod* method) { { // get { return identifier; } Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = __this->get_identifier_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncKeyWithID::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * EncKeyWithID_ToAsn1Object_mA2C19E1B39724F8BEA78C07D79D4BE1AA16FDF44 (EncKeyWithID_tDAECBEF8B66028863BD4EF10B585859849B91752 * __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(privKeyInfo); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * L_2 = __this->get_privKeyInfo_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(identifier); 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; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7 = __this->get_identifier_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.Asn1.Cms.EncryptedContentInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedContentInfo__ctor_mBB850C1E703B413B44D5093CC1406F1515995B77 (EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___contentEncryptionAlgorithm1, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___encryptedContent2, const RuntimeMethod* method) { { // public EncryptedContentInfo( // DerObjectIdentifier contentType, // AlgorithmIdentifier contentEncryptionAlgorithm, // Asn1OctetString encryptedContent) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.contentType = contentType; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___contentType0; __this->set_contentType_2(L_0); // this.contentEncryptionAlgorithm = contentEncryptionAlgorithm; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_1 = ___contentEncryptionAlgorithm1; __this->set_contentEncryptionAlgorithm_3(L_1); // this.encryptedContent = encryptedContent; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_2 = ___encryptedContent2; __this->set_encryptedContent_4(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedContentInfo__ctor_mD7E35C3EEC1E9E221E31ECCF12CBEDA7D90EB9BF (EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * __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*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public EncryptedContentInfo( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // contentType = (DerObjectIdentifier) 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); __this->set_contentType_2(((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)CastclassClass((RuntimeObject*)L_1, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var))); // contentEncryptionAlgorithm = AlgorithmIdentifier.GetInstance(seq[1]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; NullCheck(L_2); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_3; L_3 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_2, 1); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_4; L_4 = AlgorithmIdentifier_GetInstance_m72ED3229FC5112CA144FA81CC150D686073B3964(L_3, /*hidden argument*/NULL); __this->set_contentEncryptionAlgorithm_3(L_4); // if (seq.Count > 2) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = ___seq0; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_5); if ((((int32_t)L_6) <= ((int32_t)2))) { goto IL_004b; } } { // encryptedContent = Asn1OctetString.GetInstance( // (Asn1TaggedObject) seq[2], false); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_7 = ___seq0; NullCheck(L_7); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_8; L_8 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_7, 2); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_9; L_9 = Asn1OctetString_GetInstance_mAECCD06314FEB51EF6B730853C8DBC1FC4BE2FEA(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_8, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), (bool)0, /*hidden argument*/NULL); __this->set_encryptedContent_4(L_9); } IL_004b: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * EncryptedContentInfo_GetInstance_mD72130D12F18D81AA2CE5B0EE3580A490BC4B845 (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*)&EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is EncryptedContentInfo) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 *)IsInstClass((RuntimeObject*)L_1, EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (EncryptedContentInfo)obj; RuntimeObject * L_2 = ___obj0; return ((EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 *)CastclassClass((RuntimeObject*)L_2, EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1_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 EncryptedContentInfo((Asn1Sequence)obj); RuntimeObject * L_4 = ___obj0; EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * L_5 = (EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 *)il2cpp_codegen_object_new(EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1_il2cpp_TypeInfo_var); EncryptedContentInfo__ctor_mD7E35C3EEC1E9E221E31ECCF12CBEDA7D90EB9BF(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 EncryptedContentInfo: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(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*)&_stringLiteralFF728FE238F3B6E7A20E67AFB3BBCC2E19EFCC9D)), L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EncryptedContentInfo_GetInstance_mD72130D12F18D81AA2CE5B0EE3580A490BC4B845_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo::get_ContentType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * EncryptedContentInfo_get_ContentType_m2FD01A7D583AC61BF794DF369EE132FC182667E8 (EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * __this, const RuntimeMethod* method) { { // get { return contentType; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_contentType_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo::get_ContentEncryptionAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * EncryptedContentInfo_get_ContentEncryptionAlgorithm_mE62B6BEAB9276217C2DA1511A8ED5931D8A2D14C (EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * __this, const RuntimeMethod* method) { { // get { return contentEncryptionAlgorithm; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_contentEncryptionAlgorithm_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo::get_EncryptedContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * EncryptedContentInfo_get_EncryptedContent_m4E9EF2805D2684F215083DF5A0ABDC1535C743EB (EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * __this, const RuntimeMethod* method) { { // get { return encryptedContent; } Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = __this->get_encryptedContent_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * EncryptedContentInfo_ToAsn1Object_mD015CA497D1A7DC517202F9253B781AC94C2DEAD (EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * __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*)&BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector( // contentType, contentEncryptionAlgorithm); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = __this->get_contentType_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; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_4 = __this->get_contentEncryptionAlgorithm_3(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_5 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_5, L_3, /*hidden argument*/NULL); V_0 = L_5; // if (encryptedContent != null) Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_6 = __this->get_encryptedContent_4(); if (!L_6) { goto IL_0042; } } { // v.Add(new BerTaggedObject(false, 0, encryptedContent)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_7 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_8 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_9 = L_8; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_10 = __this->get_encryptedContent_4(); BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3 * L_11 = (BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3 *)il2cpp_codegen_object_new(BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3_il2cpp_TypeInfo_var); BerTaggedObject__ctor_mE1A36B59D3736B8ACA2E0CF7EE0E8A175F4D8F05(L_11, (bool)0, 0, L_10, /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_11); NullCheck(L_7); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_7, L_9, /*hidden argument*/NULL); } IL_0042: { // return new BerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_12 = V_0; BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F * L_13 = (BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F *)il2cpp_codegen_object_new(BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F_il2cpp_TypeInfo_var); BerSequence__ctor_mAD9FD2534E7DF5E662805F2145BEA670860F12E4(L_13, L_12, /*hidden argument*/NULL); return L_13; } } #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.Cms.EncryptedContentInfoParser::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedContentInfoParser__ctor_m3C85AAACB4C967248AEE609B0E06B779D5142389 (EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B * __this, RuntimeObject* ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObjectParser_t5407764EC38994CF1761CAE79B40DC42E55DD728_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public EncryptedContentInfoParser( // Asn1SequenceParser seq) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // _contentType = (DerObjectIdentifier)seq.ReadObject(); RuntimeObject* L_0 = ___seq0; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser::ReadObject() */, Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var, L_0); __this->set__contentType_0(((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)CastclassClass((RuntimeObject*)L_1, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var))); // _contentEncryptionAlgorithm = AlgorithmIdentifier.GetInstance(seq.ReadObject().ToAsn1Object()); RuntimeObject* L_2 = ___seq0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser::ReadObject() */, Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var, L_2); NullCheck(L_3); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4; L_4 = InterfaceFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible::ToAsn1Object() */, IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var, L_3); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_5; L_5 = AlgorithmIdentifier_GetInstance_m72ED3229FC5112CA144FA81CC150D686073B3964(L_4, /*hidden argument*/NULL); __this->set__contentEncryptionAlgorithm_1(L_5); // _encryptedContent = (Asn1TaggedObjectParser)seq.ReadObject(); RuntimeObject* L_6 = ___seq0; NullCheck(L_6); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser::ReadObject() */, Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var, L_6); __this->set__encryptedContent_2(((RuntimeObject*)Castclass((RuntimeObject*)L_7, Asn1TaggedObjectParser_t5407764EC38994CF1761CAE79B40DC42E55DD728_il2cpp_TypeInfo_var))); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfoParser::get_ContentType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * EncryptedContentInfoParser_get_ContentType_m51DA3970882B6F08D6A8037124153A89429CF576 (EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B * __this, const RuntimeMethod* method) { { // get { return _contentType; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get__contentType_0(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfoParser::get_ContentEncryptionAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * EncryptedContentInfoParser_get_ContentEncryptionAlgorithm_m7B8B4645D561F074F5239B2082F6E7040C597977 (EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B * __this, const RuntimeMethod* method) { { // get { return _contentEncryptionAlgorithm; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get__contentEncryptionAlgorithm_1(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfoParser::GetEncryptedContent(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EncryptedContentInfoParser_GetEncryptedContent_mF0A25A8C9597CDF906B29146CE56EFF67BFE4314 (EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B * __this, int32_t ___tag0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObjectParser_t5407764EC38994CF1761CAE79B40DC42E55DD728_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return _encryptedContent.GetObjectParser(tag, false); RuntimeObject* L_0 = __this->get__encryptedContent_2(); int32_t L_1 = ___tag0; NullCheck(L_0); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker2< RuntimeObject*, int32_t, bool >::Invoke(1 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObjectParser::GetObjectParser(System.Int32,System.Boolean) */, Asn1TaggedObjectParser_t5407764EC38994CF1761CAE79B40DC42E55DD728_il2cpp_TypeInfo_var, L_0, L_1, (bool)0); 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.Cms.EncryptedData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedData::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325 * EncryptedData_GetInstance_mE07F5B833C1D06CCF3BB84F19CF52615449D3C70 (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*)&EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is EncryptedData) RuntimeObject * L_0 = ___obj0; if (!((EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325 *)IsInstClass((RuntimeObject*)L_0, EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (EncryptedData) obj; RuntimeObject * L_1 = ___obj0; return ((EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325 *)CastclassClass((RuntimeObject*)L_1, EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325_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 EncryptedData((Asn1Sequence) obj); RuntimeObject * L_3 = ___obj0; EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325 * L_4 = (EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325 *)il2cpp_codegen_object_new(EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325_il2cpp_TypeInfo_var); EncryptedData__ctor_m162EAF405512A20B342E5312E31E1F948EDE231A(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 EncryptedData: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj)); RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral86872C5830896459574C09A57D3E0E71D06B2497)), 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*)&EncryptedData_GetInstance_mE07F5B833C1D06CCF3BB84F19CF52615449D3C70_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedData__ctor_m10CEEFDCF4F722DF0AA9D5FE43DEDC7772ED670D (EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325 * __this, EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * ___encInfo0, const RuntimeMethod* method) { { // : this(encInfo, null) EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * L_0 = ___encInfo0; EncryptedData__ctor_m8242BEC3BD357D7A98097DA2B4B85F17E0D61C3D(__this, L_0, (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedData__ctor_m8242BEC3BD357D7A98097DA2B4B85F17E0D61C3D (EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325 * __this, EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * ___encInfo0, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unprotectedAttrs1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325 * G_B4_0 = NULL; EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325 * G_B3_0 = NULL; int32_t G_B5_0 = 0; EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325 * G_B5_1 = NULL; { // public EncryptedData( // EncryptedContentInfo encInfo, // Asn1Set unprotectedAttrs) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (encInfo == null) EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * L_0 = ___encInfo0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("encInfo"); 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*)&_stringLiteralA1D164A57A66FACE9595DEDC9D5DFA216AB6EBFE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EncryptedData__ctor_m8242BEC3BD357D7A98097DA2B4B85F17E0D61C3D_RuntimeMethod_var))); } IL_0014: { // this.version = new DerInteger((unprotectedAttrs == null) ? 0 : 2); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_2 = ___unprotectedAttrs1; G_B3_0 = __this; if (!L_2) { G_B4_0 = __this; goto IL_001b; } } { G_B5_0 = 2; G_B5_1 = G_B3_0; goto IL_001c; } IL_001b: { G_B5_0 = 0; G_B5_1 = G_B4_0; } IL_001c: { DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_3 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_3, G_B5_0, /*hidden argument*/NULL); NullCheck(G_B5_1); G_B5_1->set_version_2(L_3); // this.encryptedContentInfo = encInfo; EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * L_4 = ___encInfo0; __this->set_encryptedContentInfo_3(L_4); // this.unprotectedAttrs = unprotectedAttrs; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_5 = ___unprotectedAttrs1; __this->set_unprotectedAttrs_4(L_5); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedData__ctor_m162EAF405512A20B342E5312E31E1F948EDE231A (EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325 * __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); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // private EncryptedData( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq == null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("seq"); 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*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EncryptedData__ctor_m162EAF405512A20B342E5312E31E1F948EDE231A_RuntimeMethod_var))); } IL_0014: { // if (seq.Count < 2 || seq.Count > 3) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_2); if ((((int32_t)L_3) < ((int32_t)2))) { goto IL_0026; } } { 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); if ((((int32_t)L_5) <= ((int32_t)3))) { goto IL_0049; } } IL_0026: { // throw new ArgumentException("Bad sequence size: " + seq.Count, "seq"); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = ___seq0; NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_6); V_0 = L_7; String_t* L_8; L_8 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_9; L_9 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1)), L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_10, L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EncryptedData__ctor_m162EAF405512A20B342E5312E31E1F948EDE231A_RuntimeMethod_var))); } IL_0049: { // this.version = DerInteger.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_11 = ___seq0; NullCheck(L_11); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_12; L_12 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_11, 0); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_13; L_13 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_12, /*hidden argument*/NULL); __this->set_version_2(L_13); // this.encryptedContentInfo = EncryptedContentInfo.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); EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * L_16; L_16 = EncryptedContentInfo_GetInstance_mD72130D12F18D81AA2CE5B0EE3580A490BC4B845(L_15, /*hidden argument*/NULL); __this->set_encryptedContentInfo_3(L_16); // if (seq.Count > 2) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_17 = ___seq0; NullCheck(L_17); int32_t L_18; L_18 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_17); if ((((int32_t)L_18) <= ((int32_t)2))) { goto IL_008e; } } { // this.unprotectedAttrs = Asn1Set.GetInstance((Asn1TaggedObject)seq[2], false); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_19 = ___seq0; NullCheck(L_19); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_20; L_20 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_19, 2); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_21; L_21 = Asn1Set_GetInstance_mF7CCA894A2717BD028AAD4963E65091C49174BB5(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_20, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), (bool)0, /*hidden argument*/NULL); __this->set_unprotectedAttrs_4(L_21); } IL_008e: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedData::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * EncryptedData_get_Version_mA2E9453E4929B3F0CE8A19507C006F6CB2DDD50F (EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325 * __this, const RuntimeMethod* method) { { // get { return version; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_version_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedData::get_EncryptedContentInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * EncryptedData_get_EncryptedContentInfo_m6465CAC6CBB0B255C9AE393D4E207E27E753449F (EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325 * __this, const RuntimeMethod* method) { { // get { return encryptedContentInfo; } EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * L_0 = __this->get_encryptedContentInfo_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedData::get_UnprotectedAttrs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * EncryptedData_get_UnprotectedAttrs_m2ADA758BF0828601A667AC26E51C83116A4191D0 (EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325 * __this, const RuntimeMethod* method) { { // get { return unprotectedAttrs; } Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = __this->get_unprotectedAttrs_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedData::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * EncryptedData_ToAsn1Object_mCA2BA2ADDD6DF79EF6CFC66AFA69C5B0615C33C2 (EncryptedData_t9A7FA3914B66FDBE7CD4FB8AB58D51078685A325 * __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*)&BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector(version, encryptedContentInfo); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_2 = __this->get_version_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; EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * L_4 = __this->get_encryptedContentInfo_3(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_5 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_5, L_3, /*hidden argument*/NULL); V_0 = L_5; // if (unprotectedAttrs != null) Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_6 = __this->get_unprotectedAttrs_4(); if (!L_6) { goto IL_0042; } } { // v.Add(new BerTaggedObject(false, 1, unprotectedAttrs)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_7 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_8 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_9 = L_8; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_10 = __this->get_unprotectedAttrs_4(); BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3 * L_11 = (BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3 *)il2cpp_codegen_object_new(BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3_il2cpp_TypeInfo_var); BerTaggedObject__ctor_mE1A36B59D3736B8ACA2E0CF7EE0E8A175F4D8F05(L_11, (bool)0, 1, L_10, /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_11); NullCheck(L_7); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_7, L_9, /*hidden argument*/NULL); } IL_0042: { // return new BerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_12 = V_0; BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F * L_13 = (BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F *)il2cpp_codegen_object_new(BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F_il2cpp_TypeInfo_var); BerSequence__ctor_mAD9FD2534E7DF5E662805F2145BEA670860F12E4(L_13, L_12, /*hidden argument*/NULL); return L_13; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedData::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncryptedData_t723978F9CCFCFBC5C581B8075958D1CB6AA28604 * EncryptedData_GetInstance_m9FE38553739DB508E2DEE93C120742FE803E98E2 (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*)&EncryptedData_t723978F9CCFCFBC5C581B8075958D1CB6AA28604_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is EncryptedData) RuntimeObject * L_0 = ___obj0; if (!((EncryptedData_t723978F9CCFCFBC5C581B8075958D1CB6AA28604 *)IsInstClass((RuntimeObject*)L_0, EncryptedData_t723978F9CCFCFBC5C581B8075958D1CB6AA28604_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (EncryptedData) obj; RuntimeObject * L_1 = ___obj0; return ((EncryptedData_t723978F9CCFCFBC5C581B8075958D1CB6AA28604 *)CastclassClass((RuntimeObject*)L_1, EncryptedData_t723978F9CCFCFBC5C581B8075958D1CB6AA28604_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 EncryptedData((Asn1Sequence) obj); RuntimeObject * L_3 = ___obj0; EncryptedData_t723978F9CCFCFBC5C581B8075958D1CB6AA28604 * L_4 = (EncryptedData_t723978F9CCFCFBC5C581B8075958D1CB6AA28604 *)il2cpp_codegen_object_new(EncryptedData_t723978F9CCFCFBC5C581B8075958D1CB6AA28604_il2cpp_TypeInfo_var); EncryptedData__ctor_m8F182DFFFAD6772D1B70DD813271EBF43D727251(L_4, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ArgumentException("Unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral27002B9BE41A625217AB81BE1906E31855175FDD)), 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*)&EncryptedData_GetInstance_m9FE38553739DB508E2DEE93C120742FE803E98E2_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedData__ctor_m8F182DFFFAD6772D1B70DD813271EBF43D727251 (EncryptedData_t723978F9CCFCFBC5C581B8075958D1CB6AA28604 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private EncryptedData( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq.Count != 2) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_001f; } } { // throw new ArgumentException("Wrong number of elements in sequence", "seq"); 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*)&_stringLiteral04C8B9CA601D09C92B620D508D19F994619B6489)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EncryptedData__ctor_m8F182DFFFAD6772D1B70DD813271EBF43D727251_RuntimeMethod_var))); } IL_001f: { // int version = ((DerInteger) seq[0]).Value.IntValue; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___seq0; NullCheck(L_3); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_4; L_4 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_3, 0); NullCheck(((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)CastclassClass((RuntimeObject*)L_4, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var))); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5; L_5 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)CastclassClass((RuntimeObject*)L_4, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6; L_6 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_5, /*hidden argument*/NULL); // if (version != 0) if (!L_6) { goto IL_0042; } } { // throw new ArgumentException("sequence not version 0"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE3C5F61FE4C82B094F28C537ABD90AF75DB86A8E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EncryptedData__ctor_m8F182DFFFAD6772D1B70DD813271EBF43D727251_RuntimeMethod_var))); } IL_0042: { // this.data = (Asn1Sequence) seq[1]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_8 = ___seq0; NullCheck(L_8); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_9; L_9 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_8, 1); __this->set_data_2(((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_9, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedData__ctor_m20012C6ABA21D1D3E02C9D008D51BD1C48E577A3 (EncryptedData_t723978F9CCFCFBC5C581B8075958D1CB6AA28604 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___encryptionAlgorithm1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___content2, 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*)&BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public EncryptedData( // DerObjectIdentifier contentType, // AlgorithmIdentifier encryptionAlgorithm, // Asn1Encodable content) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // data = new BerSequence( // contentType, // encryptionAlgorithm.ToAsn1Object(), // new BerTaggedObject(false, 0, content)); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)3); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = ___contentType0; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = L_1; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_4 = ___encryptionAlgorithm1; 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); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_5); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_6 = L_3; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7 = ___content2; BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3 * L_8 = (BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3 *)il2cpp_codegen_object_new(BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3_il2cpp_TypeInfo_var); BerTaggedObject__ctor_mE1A36B59D3736B8ACA2E0CF7EE0E8A175F4D8F05(L_8, (bool)0, 0, L_7, /*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(2), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_8); BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F * L_9 = (BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F *)il2cpp_codegen_object_new(BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F_il2cpp_TypeInfo_var); BerSequence__ctor_m5E659EF6ECF39F178B888525FE1B0F93060CEF7B(L_9, L_6, /*hidden argument*/NULL); __this->set_data_2(L_9); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedData::get_ContentType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * EncryptedData_get_ContentType_m9AF357A57586D19F50437AE91B1300A7307B3F78 (EncryptedData_t723978F9CCFCFBC5C581B8075958D1CB6AA28604 * __this, 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; } { // get { return (DerObjectIdentifier) data[0]; } Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_data_2(); 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); return ((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)CastclassClass((RuntimeObject*)L_1, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var)); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedData::get_EncryptionAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * EncryptedData_get_EncryptionAlgorithm_mFE1204F4DE54C3C6080C9A4305A9BAFC51629705 (EncryptedData_t723978F9CCFCFBC5C581B8075958D1CB6AA28604 * __this, const RuntimeMethod* method) { { // get { return AlgorithmIdentifier.GetInstance(data[1]); } Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_data_2(); 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, 1); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_2; L_2 = AlgorithmIdentifier_GetInstance_m72ED3229FC5112CA144FA81CC150D686073B3964(L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedData::get_Content() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * EncryptedData_get_Content_mE002C05CB3437D03988AC7DD76D4E6B87878C3BD (EncryptedData_t723978F9CCFCFBC5C581B8075958D1CB6AA28604 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (data.Count == 3) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_data_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); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_0026; } } { // DerTaggedObject o = (DerTaggedObject) data[2]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = __this->get_data_2(); NullCheck(L_2); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_3; L_3 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_2, 2); // return Asn1OctetString.GetInstance(o, false); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_4; L_4 = Asn1OctetString_GetInstance_mAECCD06314FEB51EF6B730853C8DBC1FC4BE2FEA(((DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)CastclassClass((RuntimeObject*)L_3, DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var)), (bool)0, /*hidden argument*/NULL); return L_4; } IL_0026: { // return null; return (Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)NULL; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedData::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * EncryptedData_ToAsn1Object_m830A38C8E1B800FC73137D6B61E76A10A1222629 (EncryptedData_t723978F9CCFCFBC5C581B8075958D1CB6AA28604 * __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*)&BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new BerSequence(new DerInteger(0), data); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_2 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_2, 0, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = L_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4 = __this->get_data_2(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F * L_5 = (BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F *)il2cpp_codegen_object_new(BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F_il2cpp_TypeInfo_var); BerSequence__ctor_m5E659EF6ECF39F178B888525FE1B0F93060CEF7B(L_5, L_3, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedKey BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedKey::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC * EncryptedKey_GetInstance_mF046316CE194E45DB6CD3190BD653CF6553FAAEF (RuntimeObject * ___o0, 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*)&EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (o is EncryptedKey) RuntimeObject * L_0 = ___o0; if (!((EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC *)IsInstClass((RuntimeObject*)L_0, EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (EncryptedKey)o; RuntimeObject * L_1 = ___o0; return ((EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC *)CastclassClass((RuntimeObject*)L_1, EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC_il2cpp_TypeInfo_var)); } IL_000f: { // else if (o is Asn1TaggedObject) RuntimeObject * L_2 = ___o0; if (!((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)IsInstClass((RuntimeObject*)L_2, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))) { goto IL_0029; } } { // return new EncryptedKey(EnvelopedData.GetInstance((Asn1TaggedObject)o, false)); RuntimeObject * L_3 = ___o0; EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * L_4; L_4 = EnvelopedData_GetInstance_mA41B6C0913453571AF967774426ACECC89C61614(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_3, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), (bool)0, /*hidden argument*/NULL); EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC * L_5 = (EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC *)il2cpp_codegen_object_new(EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC_il2cpp_TypeInfo_var); EncryptedKey__ctor_mA5C945CF6434ABFD675D4F063B96889058DF17DE(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_0029: { // else if (o is EncryptedValue) RuntimeObject * L_6 = ___o0; if (!((EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 *)IsInstClass((RuntimeObject*)L_6, EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1_il2cpp_TypeInfo_var))) { goto IL_003d; } } { // return new EncryptedKey((EncryptedValue)o); RuntimeObject * L_7 = ___o0; EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC * L_8 = (EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC *)il2cpp_codegen_object_new(EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC_il2cpp_TypeInfo_var); EncryptedKey__ctor_m2DF386C784FC2FC891FD54A3A1C51E4F1DF00C49(L_8, ((EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 *)CastclassClass((RuntimeObject*)L_7, EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_8; } IL_003d: { // return new EncryptedKey(EncryptedValue.GetInstance(o)); RuntimeObject * L_9 = ___o0; EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * L_10; L_10 = EncryptedValue_GetInstance_m1F986D2A3F7F8D364B267E89BFDAA52DBC51A5BC(L_9, /*hidden argument*/NULL); EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC * L_11 = (EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC *)il2cpp_codegen_object_new(EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC_il2cpp_TypeInfo_var); EncryptedKey__ctor_m2DF386C784FC2FC891FD54A3A1C51E4F1DF00C49(L_11, L_10, /*hidden argument*/NULL); return L_11; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedKey::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedKey__ctor_mA5C945CF6434ABFD675D4F063B96889058DF17DE (EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC * __this, EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * ___envelopedData0, const RuntimeMethod* method) { { // public EncryptedKey(EnvelopedData envelopedData) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.envelopedData = envelopedData; EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * L_0 = ___envelopedData0; __this->set_envelopedData_2(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedKey::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedKey__ctor_m2DF386C784FC2FC891FD54A3A1C51E4F1DF00C49 (EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC * __this, EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * ___encryptedValue0, const RuntimeMethod* method) { { // public EncryptedKey(EncryptedValue encryptedValue) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.encryptedValue = encryptedValue; EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * L_0 = ___encryptedValue0; __this->set_encryptedValue_3(L_0); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedKey::get_IsEncryptedValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EncryptedKey_get_IsEncryptedValue_m2BFA434C9694C02EAF24BCDCFC97E7469E83824D (EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC * __this, const RuntimeMethod* method) { { // get { return encryptedValue != null; } EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * L_0 = __this->get_encryptedValue_3(); return (bool)((!(((RuntimeObject*)(EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedKey::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * EncryptedKey_get_Value_m90F6FF352E871FD4A858F29A3265CD517CC8E3FA (EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC * __this, const RuntimeMethod* method) { { // if (encryptedValue != null) EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * L_0 = __this->get_encryptedValue_3(); if (!L_0) { goto IL_000f; } } { // return encryptedValue; EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * L_1 = __this->get_encryptedValue_3(); return L_1; } IL_000f: { // return envelopedData; EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * L_2 = __this->get_envelopedData_2(); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedKey::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * EncryptedKey_ToAsn1Object_mE0E5CD9DDC912CACBE864AB94FF213E94A646A64 (EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (encryptedValue != null) EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * L_0 = __this->get_encryptedValue_3(); if (!L_0) { goto IL_0014; } } { // return encryptedValue.ToAsn1Object(); EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * L_1 = __this->get_encryptedValue_3(); 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); return L_2; } IL_0014: { // return new DerTaggedObject(false, 0, envelopedData); EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * L_3 = __this->get_envelopedData_2(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_4 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_4, (bool)0, 0, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfo__ctor_m92F14D96CD5A36DC761B0F882BF0428846C4395F (EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { { // private EncryptedPrivateKeyInfo( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq.Count != 2) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_001f; } } { // throw new ArgumentException("Wrong number of elements in sequence", "seq"); 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*)&_stringLiteral04C8B9CA601D09C92B620D508D19F994619B6489)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EncryptedPrivateKeyInfo__ctor_m92F14D96CD5A36DC761B0F882BF0428846C4395F_RuntimeMethod_var))); } IL_001f: { // algId = AlgorithmIdentifier.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___seq0; NullCheck(L_3); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_4; L_4 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_3, 0); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_5; L_5 = AlgorithmIdentifier_GetInstance_m72ED3229FC5112CA144FA81CC150D686073B3964(L_4, /*hidden argument*/NULL); __this->set_algId_2(L_5); // data = Asn1OctetString.GetInstance(seq[1]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = ___seq0; NullCheck(L_6); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_6, 1); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_8; L_8 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_7, /*hidden argument*/NULL); __this->set_data_3(L_8); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfo__ctor_mFF951AAAA77D387BD4FF9F7FDA618D108E227974 (EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algId0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encoding1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public EncryptedPrivateKeyInfo( // AlgorithmIdentifier algId, // byte[] encoding) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.algId = algId; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = ___algId0; __this->set_algId_2(L_0); // this.data = new DerOctetString(encoding); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___encoding1; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_2 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_2, L_1, /*hidden argument*/NULL); __this->set_data_3(L_2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 * EncryptedPrivateKeyInfo_GetInstance_m20FA4D4A3F45FD3ED8C094A9CF6A37536CCAB02D (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*)&EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is EncryptedPrivateKeyInfo) RuntimeObject * L_0 = ___obj0; if (!((EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 *)IsInstClass((RuntimeObject*)L_0, EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (EncryptedPrivateKeyInfo) obj; RuntimeObject * L_1 = ___obj0; return ((EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 *)CastclassClass((RuntimeObject*)L_1, EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60_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 EncryptedPrivateKeyInfo((Asn1Sequence) obj); RuntimeObject * L_3 = ___obj0; EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 * L_4 = (EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 *)il2cpp_codegen_object_new(EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60_il2cpp_TypeInfo_var); EncryptedPrivateKeyInfo__ctor_m92F14D96CD5A36DC761B0F882BF0428846C4395F(L_4, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ArgumentException("Unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral27002B9BE41A625217AB81BE1906E31855175FDD)), 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*)&EncryptedPrivateKeyInfo_GetInstance_m20FA4D4A3F45FD3ED8C094A9CF6A37536CCAB02D_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo::get_EncryptionAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * EncryptedPrivateKeyInfo_get_EncryptionAlgorithm_m595FD4D052E4CF04D85D6274DE5194CA57811F8C (EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 * __this, const RuntimeMethod* method) { { // get { return algId; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_algId_2(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo::GetEncryptedData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* EncryptedPrivateKeyInfo_GetEncryptedData_m935751D7A120C9FAAB96B3101079E7690E6F59FB (EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 * __this, const RuntimeMethod* method) { { // return data.GetOctets(); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = __this->get_data_3(); NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_0); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * EncryptedPrivateKeyInfo_ToAsn1Object_m31DF1DC2C2DF02A380B850306726D599E9C4D480 (EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new DerSequence(algId, data); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_2 = __this->get_algId_2(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = L_1; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_4 = __this->get_data_3(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_5 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_5, L_3, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.EncryptedPrivateKeyInfoFactory::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfoFactory__ctor_mB5463916B69A5582003E1A5FB44DF2BB3E3FD6E0 (EncryptedPrivateKeyInfoFactory_t6A5538787251FFD9A6D041A083DA691B606964BA * __this, const RuntimeMethod* method) { { // private EncryptedPrivateKeyInfoFactory() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.EncryptedPrivateKeyInfoFactory::CreateEncryptedPrivateKeyInfo(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Char[],System.Byte[],System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 * EncryptedPrivateKeyInfoFactory_CreateEncryptedPrivateKeyInfo_mA129CCDA70A26ED3FB476DD8BBBE6348FB672732 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___passPhrase1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt2, int32_t ___iterationCount3, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___key4, const RuntimeMethod* method) { { // return CreateEncryptedPrivateKeyInfo( // algorithm.Id, passPhrase, salt, iterationCount, // PrivateKeyInfoFactory.CreatePrivateKeyInfo(key)); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___algorithm0; NullCheck(L_0); String_t* L_1; L_1 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_0, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ___passPhrase1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___salt2; int32_t L_4 = ___iterationCount3; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_5 = ___key4; PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * L_6; L_6 = PrivateKeyInfoFactory_CreatePrivateKeyInfo_m1AE444AE0B185BF4C7965C724E9474E765D924A6(L_5, /*hidden argument*/NULL); EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 * L_7; L_7 = EncryptedPrivateKeyInfoFactory_CreateEncryptedPrivateKeyInfo_mB2049EE1A3308BB4A3E2C6F840992D0EB48CA7F6(L_1, L_2, L_3, L_4, L_6, /*hidden argument*/NULL); return L_7; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.EncryptedPrivateKeyInfoFactory::CreateEncryptedPrivateKeyInfo(System.String,System.Char[],System.Byte[],System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 * EncryptedPrivateKeyInfoFactory_CreateEncryptedPrivateKeyInfo_m78D4DFAE55B1D846516A9C6CC1E1D2020080B788 (String_t* ___algorithm0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___passPhrase1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt2, int32_t ___iterationCount3, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___key4, const RuntimeMethod* method) { { // return CreateEncryptedPrivateKeyInfo( // algorithm, passPhrase, salt, iterationCount, // PrivateKeyInfoFactory.CreatePrivateKeyInfo(key)); String_t* L_0 = ___algorithm0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ___passPhrase1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___salt2; int32_t L_3 = ___iterationCount3; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_4 = ___key4; PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * L_5; L_5 = PrivateKeyInfoFactory_CreatePrivateKeyInfo_m1AE444AE0B185BF4C7965C724E9474E765D924A6(L_4, /*hidden argument*/NULL); EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 * L_6; L_6 = EncryptedPrivateKeyInfoFactory_CreateEncryptedPrivateKeyInfo_mB2049EE1A3308BB4A3E2C6F840992D0EB48CA7F6(L_0, L_1, L_2, L_3, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.EncryptedPrivateKeyInfoFactory::CreateEncryptedPrivateKeyInfo(System.String,System.Char[],System.Byte[],System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 * EncryptedPrivateKeyInfoFactory_CreateEncryptedPrivateKeyInfo_mB2049EE1A3308BB4A3E2C6F840992D0EB48CA7F6 (String_t* ___algorithm0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___passPhrase1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt2, int32_t ___iterationCount3, PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * ___keyInfo4, 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*)&EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PbeUtilities_tFC3AAA915CD845D87146D5DB52CB269A88E52C3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_0 = NULL; RuntimeObject* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; RuntimeObject* G_B2_0 = NULL; RuntimeObject* G_B1_0 = NULL; { // IBufferedCipher cipher = PbeUtilities.CreateEngine(algorithm) as IBufferedCipher; String_t* L_0 = ___algorithm0; IL2CPP_RUNTIME_CLASS_INIT(PbeUtilities_tFC3AAA915CD845D87146D5DB52CB269A88E52C3A_il2cpp_TypeInfo_var); RuntimeObject * L_1; L_1 = PbeUtilities_CreateEngine_m93C908D38FA4FCF5FF94500EC44611BAFAEC06FC(L_0, /*hidden argument*/NULL); // if (cipher == null) RuntimeObject* L_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_1, IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var)); G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_001f; } } { // throw new Exception("Unknown encryption algorithm: " + algorithm); String_t* L_3 = ___algorithm0; String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2A293F1E0CEC51496717DA60BC97E1ED807BB582)), L_3, /*hidden argument*/NULL); Exception_t * L_5 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EncryptedPrivateKeyInfoFactory_CreateEncryptedPrivateKeyInfo_mB2049EE1A3308BB4A3E2C6F840992D0EB48CA7F6_RuntimeMethod_var))); } IL_001f: { // Asn1Encodable pbeParameters = PbeUtilities.GenerateAlgorithmParameters( // algorithm, salt, iterationCount); String_t* L_6 = ___algorithm0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___salt2; int32_t L_8 = ___iterationCount3; IL2CPP_RUNTIME_CLASS_INIT(PbeUtilities_tFC3AAA915CD845D87146D5DB52CB269A88E52C3A_il2cpp_TypeInfo_var); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_9; L_9 = PbeUtilities_GenerateAlgorithmParameters_mD8A8269EB74BC5C8717CDB4256DEE3C23F8EF108(L_6, L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; // ICipherParameters cipherParameters = PbeUtilities.GenerateCipherParameters( // algorithm, passPhrase, pbeParameters); String_t* L_10 = ___algorithm0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = ___passPhrase1; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_12 = V_0; RuntimeObject* L_13; L_13 = PbeUtilities_GenerateCipherParameters_mF383C08B4BFD7AFB64BBF01943DB56F27D4A0BF8(L_10, L_11, L_12, /*hidden argument*/NULL); V_1 = L_13; // cipher.Init(true, cipherParameters); RuntimeObject* L_14 = G_B2_0; RuntimeObject* L_15 = V_1; NullCheck(L_14); InterfaceActionInvoker2< bool, RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var, L_14, (bool)1, L_15); // byte[] encoding = cipher.DoFinal(keyInfo.GetEncoded()); PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * L_16 = ___keyInfo4; NullCheck(L_16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17; L_17 = Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF(L_16, /*hidden argument*/NULL); NullCheck(L_14); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18; L_18 = InterfaceFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(12 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher::DoFinal(System.Byte[]) */, IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var, L_14, L_17); V_2 = L_18; // DerObjectIdentifier oid = PbeUtilities.GetObjectIdentifier(algorithm); String_t* L_19 = ___algorithm0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_20; L_20 = PbeUtilities_GetObjectIdentifier_mD1BDC6AD356E8717B254C0011DE824A54EF05368(L_19, /*hidden argument*/NULL); // AlgorithmIdentifier algID = new AlgorithmIdentifier(oid, pbeParameters); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_21 = V_0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_22 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608(L_22, L_20, L_21, /*hidden argument*/NULL); // return new EncryptedPrivateKeyInfo(algID, encoding); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_2; EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 * L_24 = (EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 *)il2cpp_codegen_object_new(EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60_il2cpp_TypeInfo_var); EncryptedPrivateKeyInfo__ctor_mFF951AAAA77D387BD4FF9F7FDA618D108E227974(L_24, L_22, L_23, /*hidden argument*/NULL); return L_24; } } #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.EncryptedValue::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedValue__ctor_m8234FF392A80D34FB91B82345C3F81205E73C656 (EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * __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*)&DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * V_1 = NULL; int32_t V_2 = 0; { // private EncryptedValue(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // int index = 0; V_0 = 0; goto IL_0087; } IL_000a: { // Asn1TaggedObject tObj = (Asn1TaggedObject)seq[index]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; int32_t L_1 = V_0; NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_2; L_2 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_0, L_1); V_1 = ((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_2, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)); // switch (tObj.TagNo) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_3 = V_1; NullCheck(L_3); int32_t L_4; L_4 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_3, /*hidden argument*/NULL); V_2 = L_4; int32_t L_5 = V_2; switch (L_5) { case 0: { goto IL_003a; } case 1: { goto IL_0049; } case 2: { goto IL_0058; } case 3: { goto IL_0067; } case 4: { goto IL_0076; } } } { goto IL_0083; } IL_003a: { // intendedAlg = AlgorithmIdentifier.GetInstance(tObj, false); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_6 = V_1; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_7; L_7 = AlgorithmIdentifier_GetInstance_m480D23C39BAF9958D210AD19D4895D5520987CDB(L_6, (bool)0, /*hidden argument*/NULL); __this->set_intendedAlg_2(L_7); // break; goto IL_0083; } IL_0049: { // symmAlg = AlgorithmIdentifier.GetInstance(tObj, false); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_8 = V_1; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_9; L_9 = AlgorithmIdentifier_GetInstance_m480D23C39BAF9958D210AD19D4895D5520987CDB(L_8, (bool)0, /*hidden argument*/NULL); __this->set_symmAlg_3(L_9); // break; goto IL_0083; } IL_0058: { // encSymmKey = DerBitString.GetInstance(tObj, false); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_11; L_11 = DerBitString_GetInstance_m82AAB8A2C1D248221D54C6A66DEFF6F3DC0C19FE(L_10, (bool)0, /*hidden argument*/NULL); __this->set_encSymmKey_4(L_11); // break; goto IL_0083; } IL_0067: { // keyAlg = AlgorithmIdentifier.GetInstance(tObj, false); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_12 = V_1; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_13; L_13 = AlgorithmIdentifier_GetInstance_m480D23C39BAF9958D210AD19D4895D5520987CDB(L_12, (bool)0, /*hidden argument*/NULL); __this->set_keyAlg_5(L_13); // break; goto IL_0083; } IL_0076: { // valueHint = Asn1OctetString.GetInstance(tObj, false); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_14 = V_1; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_15; L_15 = Asn1OctetString_GetInstance_mAECCD06314FEB51EF6B730853C8DBC1FC4BE2FEA(L_14, (bool)0, /*hidden argument*/NULL); __this->set_valueHint_6(L_15); } IL_0083: { // ++index; int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0087: { // while (seq[index] is Asn1TaggedObject) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_17 = ___seq0; int32_t L_18 = V_0; NullCheck(L_17); 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_17, L_18); if (((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)IsInstClass((RuntimeObject*)L_19, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))) { goto IL_000a; } } { // encValue = DerBitString.GetInstance(seq[index]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_20 = ___seq0; int32_t L_21 = V_0; NullCheck(L_20); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_22; L_22 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_20, L_21); IL2CPP_RUNTIME_CLASS_INIT(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_23; L_23 = DerBitString_GetInstance_mFBA6EA683F6F292F1A15D6E5BE37CFA85104C36A(L_22, /*hidden argument*/NULL); __this->set_encValue_7(L_23); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * EncryptedValue_GetInstance_m1F986D2A3F7F8D364B267E89BFDAA52DBC51A5BC (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is EncryptedValue) RuntimeObject * L_0 = ___obj0; if (!((EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 *)IsInstClass((RuntimeObject*)L_0, EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (EncryptedValue)obj; RuntimeObject * L_1 = ___obj0; return ((EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 *)CastclassClass((RuntimeObject*)L_1, EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj != null) RuntimeObject * L_2 = ___obj0; if (!L_2) { goto IL_001e; } } { // return new EncryptedValue(Asn1Sequence.GetInstance(obj)); RuntimeObject * L_3 = ___obj0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4; L_4 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_3, /*hidden argument*/NULL); EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * L_5 = (EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 *)il2cpp_codegen_object_new(EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1_il2cpp_TypeInfo_var); EncryptedValue__ctor_m8234FF392A80D34FB91B82345C3F81205E73C656(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_001e: { // return null; return (EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 *)NULL; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedValue__ctor_m47745F6C64E12DB597178E97F97B51085CDCF98A (EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___intendedAlg0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___symmAlg1, DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___encSymmKey2, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyAlg3, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___valueHint4, DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___encValue5, const RuntimeMethod* method) { { // public EncryptedValue( // AlgorithmIdentifier intendedAlg, // AlgorithmIdentifier symmAlg, // DerBitString encSymmKey, // AlgorithmIdentifier keyAlg, // Asn1OctetString valueHint, // DerBitString encValue) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (encValue == null) DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_0 = ___encValue5; if (L_0) { goto IL_0015; } } { // throw new ArgumentNullException("encValue"); 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*)&_stringLiteralEF43F1841C8D428C96798EBC415547D9B4284BCD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EncryptedValue__ctor_m47745F6C64E12DB597178E97F97B51085CDCF98A_RuntimeMethod_var))); } IL_0015: { // this.intendedAlg = intendedAlg; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_2 = ___intendedAlg0; __this->set_intendedAlg_2(L_2); // this.symmAlg = symmAlg; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_3 = ___symmAlg1; __this->set_symmAlg_3(L_3); // this.encSymmKey = encSymmKey; DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_4 = ___encSymmKey2; __this->set_encSymmKey_4(L_4); // this.keyAlg = keyAlg; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_5 = ___keyAlg3; __this->set_keyAlg_5(L_5); // this.valueHint = valueHint; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_6 = ___valueHint4; __this->set_valueHint_6(L_6); // this.encValue = encValue; DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_7 = ___encValue5; __this->set_encValue_7(L_7); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::get_IntendedAlg() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * EncryptedValue_get_IntendedAlg_mB5809C3058DC5DF7E581A7628C688B3CF8A88840 (EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * __this, const RuntimeMethod* method) { { // get { return intendedAlg; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_intendedAlg_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::get_SymmAlg() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * EncryptedValue_get_SymmAlg_m185E95944F0C12279E2EA4E5B3D139824361DD2E (EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * __this, const RuntimeMethod* method) { { // get { return symmAlg; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_symmAlg_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::get_EncSymmKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * EncryptedValue_get_EncSymmKey_m581DA2BFABD9948F461D4F9E2C6A74455EBDC2F5 (EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * __this, const RuntimeMethod* method) { { // get { return encSymmKey; } DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_0 = __this->get_encSymmKey_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::get_KeyAlg() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * EncryptedValue_get_KeyAlg_m0E87CE36AB8F463A38CE1FA0CAC447663A00BF62 (EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * __this, const RuntimeMethod* method) { { // get { return keyAlg; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_keyAlg_5(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::get_ValueHint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * EncryptedValue_get_ValueHint_m10E5DCB22E0682B90CA80CE71A08EE8EC3AC6DF4 (EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * __this, const RuntimeMethod* method) { { // get { return valueHint; } Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = __this->get_valueHint_6(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::get_EncValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * EncryptedValue_get_EncValue_m2065C3FB6B70B9ADB8F2D66C430AF80684EA07D8 (EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * __this, const RuntimeMethod* method) { { // get { return encValue; } DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_0 = __this->get_encValue_7(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * EncryptedValue_ToAsn1Object_mE545643181FF839ADD1A3881ACEA158A18567778 (EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0; L_0 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // AddOptional(v, 0, intendedAlg); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_2 = V_0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_3 = __this->get_intendedAlg_2(); EncryptedValue_AddOptional_m8C92F742D6579D8332ED8A15C255B56398D32EC0(__this, L_2, 0, L_3, /*hidden argument*/NULL); // AddOptional(v, 1, symmAlg); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_4 = V_0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_5 = __this->get_symmAlg_3(); EncryptedValue_AddOptional_m8C92F742D6579D8332ED8A15C255B56398D32EC0(__this, L_4, 1, L_5, /*hidden argument*/NULL); // AddOptional(v, 2, encSymmKey); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_6 = V_0; DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_7 = __this->get_encSymmKey_4(); EncryptedValue_AddOptional_m8C92F742D6579D8332ED8A15C255B56398D32EC0(__this, L_6, 2, L_7, /*hidden argument*/NULL); // AddOptional(v, 3, keyAlg); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_8 = V_0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_9 = __this->get_keyAlg_5(); EncryptedValue_AddOptional_m8C92F742D6579D8332ED8A15C255B56398D32EC0(__this, L_8, 3, L_9, /*hidden argument*/NULL); // AddOptional(v, 4, valueHint); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_10 = V_0; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_11 = __this->get_valueHint_6(); EncryptedValue_AddOptional_m8C92F742D6579D8332ED8A15C255B56398D32EC0(__this, L_10, 4, L_11, /*hidden argument*/NULL); // v.Add(encValue); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_12 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_13 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_14 = L_13; DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_15 = __this->get_encValue_7(); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_15); NullCheck(L_12); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_12, L_14, /*hidden argument*/NULL); // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_16 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_17 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_17, L_16, /*hidden argument*/NULL); return L_17; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::AddOptional(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedValue_AddOptional_m8C92F742D6579D8332ED8A15C255B56398D32EC0 (EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, 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*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj != null) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = ___obj2; if (!L_0) { goto IL_001a; } } { // v.Add(new DerTaggedObject(false, tagNo, obj)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = ___v0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_2 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = L_2; int32_t L_4 = ___tagNo1; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_5 = ___obj2; DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_6 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_6, (bool)0, L_4, L_5, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_6); (L_3)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_6); NullCheck(L_1); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_1, L_3, /*hidden argument*/NULL); } IL_001a: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.EncryptionAlgorithm::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptionAlgorithm__ctor_m07E448074351A46E4241888C20F6552B77AFE49A (EncryptionAlgorithm_t5999176CAD1DC57740D8283B29AD8AF4BEC2B69C * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.EncryptionException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptionException__ctor_mA57DE9206D882A868D6043260753E44BC7A3E713 (EncryptionException_t12E7FCDEDFE1D27B6F076E0B23919DCF4BB0671B * __this, String_t* ___message0, const RuntimeMethod* method) { { // : base(message) String_t* L_0 = ___message0; IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.EncryptionException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptionException__ctor_m2B5BB205935C4A0098308771ADA7186B4CD735BA (EncryptionException_t12E7FCDEDFE1D27B6F076E0B23919DCF4BB0671B * __this, String_t* ___message0, Exception_t * ___exception1, const RuntimeMethod* method) { { // : base(message, exception) String_t* L_0 = ___message0; Exception_t * L_1 = ___exception1; IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7(__this, L_0, L_1, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptionScheme::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptionScheme__ctor_m46C939485EAB371F88C21BA8D2BB3AC1DA1BC8E1 (EncryptionScheme_tF6D3E1C9A31370065D9A5D693F204C4EA218F757 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___objectID0, const RuntimeMethod* method) { { // : base(objectID) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___objectID0; AlgorithmIdentifier__ctor_mA45787B3AB8C719957BA61423CD3FA852BFB5AE3(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptionScheme::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptionScheme__ctor_mF4B2184CF4AC8E5114380670E852B4989AFA40EB (EncryptionScheme_tF6D3E1C9A31370065D9A5D693F204C4EA218F757 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___objectID0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters1, const RuntimeMethod* method) { { // : base(objectID, parameters) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___objectID0; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1 = ___parameters1; AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608(__this, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptionScheme::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptionScheme__ctor_m26C8A7EC0AC974D4C0F3C7B1866E1BF4823AD877 (EncryptionScheme_tF6D3E1C9A31370065D9A5D693F204C4EA218F757 * __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; } { // : this((DerObjectIdentifier)seq[0], seq[1]) 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); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; NullCheck(L_2); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_3; L_3 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_2, 1); EncryptionScheme__ctor_mF4B2184CF4AC8E5114380670E852B4989AFA40EB(__this, ((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)CastclassClass((RuntimeObject*)L_1, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var)), L_3, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptionScheme BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptionScheme::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncryptionScheme_tF6D3E1C9A31370065D9A5D693F204C4EA218F757 * EncryptionScheme_GetInstance_mEF215B06066A61A86609FABE48847966EE165F86 (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*)&EncryptionScheme_tF6D3E1C9A31370065D9A5D693F204C4EA218F757_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is EncryptionScheme) RuntimeObject * L_0 = ___obj0; if (!((EncryptionScheme_tF6D3E1C9A31370065D9A5D693F204C4EA218F757 *)IsInstClass((RuntimeObject*)L_0, EncryptionScheme_tF6D3E1C9A31370065D9A5D693F204C4EA218F757_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (EncryptionScheme)obj; RuntimeObject * L_1 = ___obj0; return ((EncryptionScheme_tF6D3E1C9A31370065D9A5D693F204C4EA218F757 *)CastclassClass((RuntimeObject*)L_1, EncryptionScheme_tF6D3E1C9A31370065D9A5D693F204C4EA218F757_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 EncryptionScheme((Asn1Sequence)obj); RuntimeObject * L_3 = ___obj0; EncryptionScheme_tF6D3E1C9A31370065D9A5D693F204C4EA218F757 * L_4 = (EncryptionScheme_tF6D3E1C9A31370065D9A5D693F204C4EA218F757 *)il2cpp_codegen_object_new(EncryptionScheme_tF6D3E1C9A31370065D9A5D693F204C4EA218F757_il2cpp_TypeInfo_var); EncryptionScheme__ctor_m26C8A7EC0AC974D4C0F3C7B1866E1BF4823AD877(L_4, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ArgumentException("Unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral27002B9BE41A625217AB81BE1906E31855175FDD)), 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*)&EncryptionScheme_GetInstance_mEF215B06066A61A86609FABE48847966EE165F86_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptionScheme::get_Asn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * EncryptionScheme_get_Asn1Object_mC065A931FA41BF268C9BFE528006E63C55C0F532 (EncryptionScheme_tF6D3E1C9A31370065D9A5D693F204C4EA218F757 * __this, const RuntimeMethod* method) { { // get { return Parameters.ToAsn1Object(); } Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0; L_0 = VirtualFuncInvoker0< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Parameters() */, __this); NullCheck(L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_0); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptionScheme::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * EncryptionScheme_ToAsn1Object_mBE08596C87AD52F28A80F8BCE3B2679E5836AC2D (EncryptionScheme_tF6D3E1C9A31370065D9A5D693F204C4EA218F757 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new DerSequence(Algorithm, Parameters); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2; L_2 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, __this); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = L_1; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_4; L_4 = VirtualFuncInvoker0< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Parameters() */, __this); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_5 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_5, L_3, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.EntropyUtilities::GenerateSeed(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IEntropySource,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* EntropyUtilities_GenerateSeed_mD47AFF2A8054904072F26A1E6FC40DE3F45B2280 (RuntimeObject* ___entropySource0, int32_t ___numBytes1, 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*)&IEntropySource_tB5D9DE195690CD14EA3F129F3F30B2B6A8B21CCE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { // byte[] bytes = new byte[numBytes]; int32_t L_0 = ___numBytes1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; // int count = 0; V_1 = 0; goto IL_002a; } IL_000b: { // byte[] entropy = entropySource.GetEntropy(); RuntimeObject* L_2 = ___entropySource0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = InterfaceFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(1 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IEntropySource::GetEntropy() */, IEntropySource_tB5D9DE195690CD14EA3F129F3F30B2B6A8B21CCE_il2cpp_TypeInfo_var, L_2); // int toCopy = System.Math.Min(bytes.Length, numBytes - count); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; NullCheck(L_4); int32_t L_5 = ___numBytes1; int32_t L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)), /*hidden argument*/NULL); V_2 = L_7; // Array.Copy(entropy, 0, bytes, count, toCopy); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_3, 0, (RuntimeArray *)(RuntimeArray *)L_8, L_9, L_10, /*hidden argument*/NULL); // count += toCopy; int32_t L_11 = V_1; int32_t L_12 = V_2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)); } IL_002a: { // while (count < numBytes) int32_t L_13 = V_1; int32_t L_14 = ___numBytes1; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_000b; } } { // return bytes; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_0; return L_15; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.EntropyUtilities::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntropyUtilities__ctor_mA39E3A00B5B5CF537443E1BD3789838DBF69B755 (EntropyUtilities_t6586216DA30B3049F5B9468C65C36B69B9691F9B * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Entry::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Entry_Awake_m04D6CDE2ADD7F0A26A727F48F17133451962B6C5 (Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mF19A427BD1BBD01604B8C1FAC604905F572C942A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17708B72EC859E0A7BA6DAFBB240D1B447C87E65); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral305257FE9F83775B395C7A115F4F08C6163C2C14); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33CDA54249DD6FC0C632F8D17499228D4BE05029); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral621320233B929A13E7EB6A3B36D72297AD274D11); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D56408623186E43ED379FE8E56F2C634FB8123C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA32052F52CACE35911CE2321D937CF9658D35B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC075BC3DFE942623230E78DC9D41126E9C003CA); s_Il2CppMethodInitialized = true; } { // if (CommonConfig.iosTaoKe && PlayerPrefs.GetInt("CanGoToApp", 0) == 0) IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); bool L_0 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_iosTaoKe_3(); if (!L_0) { goto IL_002a; } } { int32_t L_1; L_1 = PlayerPrefs_GetInt_mDA4476C10FCFF55FC65816E5E519B0EAFCB2AC14(_stringLiteral621320233B929A13E7EB6A3B36D72297AD274D11, 0, /*hidden argument*/NULL); if (L_1) { goto IL_002a; } } { // Destroy(gameObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_2, /*hidden argument*/NULL); // SceneManager.LoadScene("HeartRateBand"); IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); SceneManager_LoadScene_m7DAF30213E99396ECBDB1BD40CC34CCF36902092(_stringLiteral33CDA54249DD6FC0C632F8D17499228D4BE05029, /*hidden argument*/NULL); // return; return; } IL_002a: { // GameObject.Find("Canvas").GetComponent().enabled = true; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = GameObject_Find_m20157C941F1A9DA0E33E0ACA1324FAA41C2B199B(_stringLiteralFC075BC3DFE942623230E78DC9D41126E9C003CA, /*hidden argument*/NULL); NullCheck(L_3); Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * L_4; L_4 = GameObject_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mF19A427BD1BBD01604B8C1FAC604905F572C942A(L_3, /*hidden argument*/GameObject_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mF19A427BD1BBD01604B8C1FAC604905F572C942A_RuntimeMethod_var); NullCheck(L_4); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_4, (bool)1, /*hidden argument*/NULL); // GameObject.Find("CanvasLogo").GetComponent().enabled = true; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5; L_5 = GameObject_Find_m20157C941F1A9DA0E33E0ACA1324FAA41C2B199B(_stringLiteral305257FE9F83775B395C7A115F4F08C6163C2C14, /*hidden argument*/NULL); NullCheck(L_5); Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * L_6; L_6 = GameObject_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mF19A427BD1BBD01604B8C1FAC604905F572C942A(L_5, /*hidden argument*/GameObject_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mF19A427BD1BBD01604B8C1FAC604905F572C942A_RuntimeMethod_var); NullCheck(L_6); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_6, (bool)1, /*hidden argument*/NULL); // int curAppLanguage = PlayerPrefs.GetInt("AppLanguage", -1); int32_t L_7; L_7 = PlayerPrefs_GetInt_mDA4476C10FCFF55FC65816E5E519B0EAFCB2AC14(_stringLiteral8D56408623186E43ED379FE8E56F2C634FB8123C, (-1), /*hidden argument*/NULL); // if (curAppLanguage != CommonConfig.AppLanguage) { IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); int32_t L_8; L_8 = CommonConfig_get_AppLanguage_m6831FBBE969D6BFB901CC287F150D5B3C9D866F6(/*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)L_8))) { goto IL_008e; } } { // PlayerPrefs.SetInt("AppLanguage", CommonConfig.AppLanguage); IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); int32_t L_9; L_9 = CommonConfig_get_AppLanguage_m6831FBBE969D6BFB901CC287F150D5B3C9D866F6(/*hidden argument*/NULL); PlayerPrefs_SetInt_m0C5C977E960B9CA8F9AB73AF4129C3DCABD067B6(_stringLiteral8D56408623186E43ED379FE8E56F2C634FB8123C, L_9, /*hidden argument*/NULL); // PlayerPrefs.SetInt("Language", CommonConfig.AppLanguage); int32_t L_10; L_10 = CommonConfig_get_AppLanguage_m6831FBBE969D6BFB901CC287F150D5B3C9D866F6(/*hidden argument*/NULL); PlayerPrefs_SetInt_m0C5C977E960B9CA8F9AB73AF4129C3DCABD067B6(_stringLiteral17708B72EC859E0A7BA6DAFBB240D1B447C87E65, L_10, /*hidden argument*/NULL); // Debug.Log("SetAppLanguage"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteralEA32052F52CACE35911CE2321D937CF9658D35B3, /*hidden argument*/NULL); } IL_008e: { // } return; } } // System.Void Entry::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Entry_Start_m65CFAF2D20B70AADF5B3B78B96E2433EAB469B0C (Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * __this, 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*)&U3CU3Ec_U3CStartU3Eb__1_0_mCBEF2EF06AFEFB347290F51B33D2C994B9EDBFCB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_1__ctor_mA4ADF56200888B2A297C5913DA00A89F11BD87C5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5CC329418EB398318ED125915D1EEF557F4F638); s_Il2CppMethodInitialized = true; } UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2 * G_B2_0 = NULL; UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2 * G_B1_0 = NULL; { // Screen.orientation = ScreenOrientation.AutoRotation;//???????(????????????????????) Screen_set_orientation_mBEF7687B3C2B4726AE40F2BBB3568B1B131B6D1B(5, /*hidden argument*/NULL); // Screen.autorotateToLandscapeRight = true; //?????????? Screen_set_autorotateToLandscapeRight_m7934E7BCD90CEE16D1C4A10E739DF1B021F2E255((bool)1, /*hidden argument*/NULL); // Screen.autorotateToLandscapeLeft = true; //?????????? Screen_set_autorotateToLandscapeLeft_mA58796BBE0540504E54B1E0A06C06786456C4D5B((bool)1, /*hidden argument*/NULL); // Screen.autorotateToPortrait = false; //?????????? Screen_set_autorotateToPortrait_m4463ABAE29F26E957CF488565AEF4EF655B6E048((bool)0, /*hidden argument*/NULL); // Screen.autorotateToPortraitUpsideDown = false; //???????????? Screen_set_autorotateToPortraitUpsideDown_m55CA3FBCA4E8F835AC084D1B0FAE19D72A924906((bool)0, /*hidden argument*/NULL); // Screen.sleepTimeout = SleepTimeout.NeverSleep; //????????? Screen_set_sleepTimeout_mE9A766E696E76AC77EAADB4CA6412454577FCBB3((-1), /*hidden argument*/NULL); // QualitySettings.vSyncCount = 1; QualitySettings_set_vSyncCount_mE91593C022E003EC0028C9F86751FDF160F32A9E(1, /*hidden argument*/NULL); // versionText.text = "Version_" + Application.version; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_0 = __this->get_versionText_4(); String_t* L_1; L_1 = Application_get_version_m3D7E3915FF7D40E0E5569C7A80BCFE7C2D2528C9(/*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralC5CC329418EB398318ED125915D1EEF557F4F638, L_1, /*hidden argument*/NULL); NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_0, L_2); // StartCoroutine(CheckAppVersion()); RuntimeObject* L_3; L_3 = Entry_CheckAppVersion_m16B1BAAC5D7BB0EDCD82B74F17CE1701FB56A01C(__this, /*hidden argument*/NULL); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_4; L_4 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(__this, L_3, /*hidden argument*/NULL); // StartCoroutine(AsyncLoadScene()); RuntimeObject* L_5; L_5 = Entry_AsyncLoadScene_m0BF0FC8ECD7883ACD94F27AD33E74BC2AD2B878A(__this, /*hidden argument*/NULL); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_6; L_6 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(__this, L_5, /*hidden argument*/NULL); // SceneManager.sceneUnloaded += (scene) => { // long t1 = JCUnityLib.TimeUtils.GetTimestamp(); // Resources.UnloadUnusedAssets(); // System.GC.Collect(); // long t2 = JCUnityLib.TimeUtils.GetTimestamp(); // Debug.Log($"??{scene.name}??,?????GC??????={t2 - t1}ms"); // }; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB_il2cpp_TypeInfo_var); UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2 * L_7 = ((U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB_il2cpp_TypeInfo_var))->get_U3CU3E9__1_0_1(); UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2 * L_8 = L_7; G_B1_0 = L_8; if (L_8) { G_B2_0 = L_8; goto IL_007d; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB_il2cpp_TypeInfo_var); U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB * L_9 = ((U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2 * L_10 = (UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2 *)il2cpp_codegen_object_new(UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2_il2cpp_TypeInfo_var); UnityAction_1__ctor_mA4ADF56200888B2A297C5913DA00A89F11BD87C5(L_10, L_9, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__1_0_mCBEF2EF06AFEFB347290F51B33D2C994B9EDBFCB_RuntimeMethod_var), /*hidden argument*/UnityAction_1__ctor_mA4ADF56200888B2A297C5913DA00A89F11BD87C5_RuntimeMethod_var); UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2 * L_11 = L_10; ((U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB_il2cpp_TypeInfo_var))->set_U3CU3E9__1_0_1(L_11); G_B2_0 = L_11; } IL_007d: { IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); SceneManager_add_sceneUnloaded_m2CE4194528D7AAE67F494EB15C8BBE650FBA4C72(G_B2_0, /*hidden argument*/NULL); // PersistenHandler.Init(); PersistenHandler_Init_mF7AD2A1A2F38507B857AB0C3260D6A8EC88273ED(/*hidden argument*/NULL); // SimulateMouseController.Init(); SimulateMouseController_Init_m85DA06E6F09CC604B70F531EB4FB6E19A965CEFE(/*hidden argument*/NULL); // } return; } } // System.Collections.IEnumerator Entry::CheckAppVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Entry_CheckAppVersion_m16B1BAAC5D7BB0EDCD82B74F17CE1701FB56A01C (Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0 * L_0 = (U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0 *)il2cpp_codegen_object_new(U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0_il2cpp_TypeInfo_var); U3CCheckAppVersionU3Ed__4__ctor_m53839143BA2DE23BDB874E25F80D77476FF7ABDF(L_0, 0, /*hidden argument*/NULL); U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Collections.IEnumerator Entry::AsyncLoadScene() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Entry_AsyncLoadScene_m0BF0FC8ECD7883ACD94F27AD33E74BC2AD2B878A (Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C * L_0 = (U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C *)il2cpp_codegen_object_new(U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C_il2cpp_TypeInfo_var); U3CAsyncLoadSceneU3Ed__6__ctor_m208CB0EBA1F0EDCA05DCCF3A2477E53A9B9E72C7(L_0, 0, /*hidden argument*/NULL); U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Void Entry::SetTip(System.String,UnityEngine.Color,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Entry_SetTip_m8E191A8104954B39F3D148BF015E41B7BD4B2DC4 (Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * __this, String_t* ___text0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color1, int32_t ___fontSize2, const RuntimeMethod* method) { { // tipText.text = text; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_0 = __this->get_tipText_7(); String_t* L_1 = ___text0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_0, L_1); // tipText.color = color; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_2 = __this->get_tipText_7(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_3 = ___color1; NullCheck(L_2); VirtualActionInvoker1< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_2, L_3); // tipText.fontSize = fontSize; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_4 = __this->get_tipText_7(); int32_t L_5 = ___fontSize2; NullCheck(L_4); Text_set_fontSize_m0D32489043916BCE64E51E0BDFCC12AC1B829411(L_4, L_5, /*hidden argument*/NULL); // } return; } } // System.Void Entry::OnGUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Entry_OnGUI_m285B52DDA68203440BC4603A4834D1B58A89BECE (Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); s_Il2CppMethodInitialized = true; } GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * V_0 = NULL; int32_t V_1 = 0; { // if (CommonConfig.ReleaseVersion2) return; IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); bool L_0 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_ReleaseVersion2_4(); if (!L_0) { goto IL_0008; } } { // if (CommonConfig.ReleaseVersion2) return; return; } IL_0008: { // GUIStyle labelFont = new GUIStyle(); GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * L_1 = (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 *)il2cpp_codegen_object_new(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_il2cpp_TypeInfo_var); GUIStyle__ctor_mDA0E00D0017FC0B2FC333C5DD6E1EDBAE3BCB8E3(L_1, /*hidden argument*/NULL); V_0 = L_1; // labelFont.normal.textColor = new Color(1, 0.6f, 0.6f); GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * L_2 = V_0; NullCheck(L_2); GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * L_3; L_3 = GUIStyle_get_normal_mAD82F2E3C188C5B112B82807398D61B9998E9CDE(L_2, /*hidden argument*/NULL); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_4; memset((&L_4), 0, sizeof(L_4)); Color__ctor_m9FEDC8486B9D40C01BF10FDC821F5E76C8705494((&L_4), (1.0f), (0.600000024f), (0.600000024f), /*hidden argument*/NULL); NullCheck(L_3); GUIStyleState_set_textColor_mB4B61B9CAC1D6B4694471A2BB1191B5F0D5D764A(L_3, L_4, /*hidden argument*/NULL); // labelFont.fontSize = 40; GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * L_5 = V_0; NullCheck(L_5); GUIStyle_set_fontSize_mFA02B9950E09F880976FD2FF646FB8AAEED1C5C6(L_5, ((int32_t)40), /*hidden argument*/NULL); // GUI.Label(new Rect(Screen.width/10,Screen.height/10,200,200), (counter++) + "," + countStr1 + "," + countStr2, labelFont); int32_t L_6; L_6 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_7; L_7 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_8; memset((&L_8), 0, sizeof(L_8)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_8), ((float)((float)((int32_t)((int32_t)L_6/(int32_t)((int32_t)10))))), ((float)((float)((int32_t)((int32_t)L_7/(int32_t)((int32_t)10))))), (200.0f), (200.0f), /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_9; int32_t L_11 = __this->get_counter_8(); V_1 = L_11; int32_t L_12 = V_1; __this->set_counter_8(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); String_t* L_13; L_13 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_1), /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(0), (String_t*)L_13); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = L_10; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); (L_14)->SetAt(static_cast(1), (String_t*)_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = L_14; String_t* L_16 = __this->get_countStr1_9(); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(2), (String_t*)L_16); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = L_15; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); (L_17)->SetAt(static_cast(3), (String_t*)_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = L_17; String_t* L_19 = __this->get_countStr2_10(); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(4), (String_t*)L_19); String_t* L_20; L_20 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_18, /*hidden argument*/NULL); GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * L_21 = V_0; IL2CPP_RUNTIME_CLASS_INIT(GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); GUI_Label_mE97FBC73519323E93EFF86E1F1C96E7F4B612850(L_8, L_20, L_21, /*hidden argument*/NULL); // } return; } } // System.Void Entry::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Entry__ctor_m2C604BEC1B0D31F10F92E565690212ECCE21D6B3 (Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // string countStr1 = ""; __this->set_countStr1_9(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); // string countStr2 = ""; __this->set_countStr2_10(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); 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.Utilities.Collections.EnumerableProxy::.ctor(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumerableProxy__ctor_m3A29836DAA548DB5ADE9DF4D26EE061EF50B34F5 (EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2 * __this, RuntimeObject* ___inner0, const RuntimeMethod* method) { { // public EnumerableProxy( // IEnumerable inner) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (inner == null) RuntimeObject* L_0 = ___inner0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("inner"); 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*)&_stringLiteral70AC3FEB991C2DF37A6B0D1396DC7622395AECCC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EnumerableProxy__ctor_m3A29836DAA548DB5ADE9DF4D26EE061EF50B34F5_RuntimeMethod_var))); } IL_0014: { // this.inner = inner; RuntimeObject* L_2 = ___inner0; __this->set_inner_0(L_2); // } return; } } // System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EnumerableProxy::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EnumerableProxy_GetEnumerator_mD1AB4DD751F207C405A07A6D2F7BE897816F0EE7 (EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return inner.GetEnumerator(); RuntimeObject* L_0 = __this->get_inner_0(); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Enums::GetEnumValue(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enum_t23B90B40F60E677A8025267341651C94AE079CDA * Enums_GetEnumValue_mAFF6774B20C5D23B79FFA9F405512027DD3A9BD2 (Type_t * ___enumType0, String_t* ___s1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!IsEnumType(enumType)) Type_t * L_0 = ___enumType0; bool L_1; L_1 = Enums_IsEnumType_m463CD468CD1534CAF77FAFB94FDC4174EAD0AD57(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0018; } } { // throw new ArgumentException("Not an enumeration type", "enumType"); 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*)&_stringLiteralD740CDDD9DD0C465F170CE0CA695FCD80132F607)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAD0928C03BDC2C023E2CF3BC347393F87144F9F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enums_GetEnumValue_mAFF6774B20C5D23B79FFA9F405512027DD3A9BD2_RuntimeMethod_var))); } IL_0018: { // if (s.Length > 0 && char.IsLetter(s[0]) && s.IndexOf(',') < 0) String_t* L_3 = ___s1; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0060; } } { String_t* L_5 = ___s1; NullCheck(L_5); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_7; L_7 = Char_IsLetter_mF204E476D37A9EC10C965929AF16A362CBEA8950(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0060; } } { String_t* L_8 = ___s1; NullCheck(L_8); int32_t L_9; L_9 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_8, ((int32_t)44), /*hidden argument*/NULL); if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_0060; } } { // s = s.Replace('-', '_'); String_t* L_10 = ___s1; NullCheck(L_10); String_t* L_11; L_11 = String_Replace_mD912844A1141FE8771F55255C4A8D29C80C47618(L_10, ((int32_t)45), ((int32_t)95), /*hidden argument*/NULL); ___s1 = L_11; // s = s.Replace('/', '_'); String_t* L_12 = ___s1; NullCheck(L_12); String_t* L_13; L_13 = String_Replace_mD912844A1141FE8771F55255C4A8D29C80C47618(L_12, ((int32_t)47), ((int32_t)95), /*hidden argument*/NULL); ___s1 = L_13; // return (Enum)Enum.Parse(enumType, s, false); Type_t * L_14 = ___enumType0; String_t* L_15 = ___s1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeObject * L_16; L_16 = Enum_Parse_m42052064519239A11D605CD696EC0FD90A0FB039(L_14, L_15, (bool)0, /*hidden argument*/NULL); return ((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)CastclassClass((RuntimeObject*)L_16, Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var)); } IL_0060: { // throw new ArgumentException(); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_17 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m789B4E75608A673F2CF5DDFC2E67DA20AF440A34(L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enums_GetEnumValue_mAFF6774B20C5D23B79FFA9F405512027DD3A9BD2_RuntimeMethod_var))); } } // System.Array BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Enums::GetEnumValues(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * Enums_GetEnumValues_m15D74C3783F2F030A230997ADE779B29EEB67F08 (Type_t * ___enumType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!IsEnumType(enumType)) Type_t * L_0 = ___enumType0; bool L_1; L_1 = Enums_IsEnumType_m463CD468CD1534CAF77FAFB94FDC4174EAD0AD57(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0018; } } { // throw new ArgumentException("Not an enumeration type", "enumType"); 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*)&_stringLiteralD740CDDD9DD0C465F170CE0CA695FCD80132F607)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAD0928C03BDC2C023E2CF3BC347393F87144F9F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enums_GetEnumValues_m15D74C3783F2F030A230997ADE779B29EEB67F08_RuntimeMethod_var))); } IL_0018: { // return Enum.GetValues(enumType); Type_t * L_3 = ___enumType0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeArray * L_4; L_4 = Enum_GetValues_m8EEC6B32F297FDB2F7375DC8B197E0E1AB8643BD(L_3, /*hidden argument*/NULL); return L_4; } } // System.Enum BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Enums::GetArbitraryValue(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enum_t23B90B40F60E677A8025267341651C94AE079CDA * Enums_GetArbitraryValue_mB4E40FD5BB9672242C93D2A7179404B3A93C788F (Type_t * ___enumType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtilities_t648A151F813B53590155F85F0F7EE722B161873A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeArray * V_0 = NULL; int32_t V_1 = 0; { // Array values = GetEnumValues(enumType); Type_t * L_0 = ___enumType0; RuntimeArray * L_1; L_1 = Enums_GetEnumValues_m15D74C3783F2F030A230997ADE779B29EEB67F08(L_0, /*hidden argument*/NULL); V_0 = L_1; // int pos = (int)(DateTimeUtilities.CurrentUnixMs() & int.MaxValue) % values.Length; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtilities_t648A151F813B53590155F85F0F7EE722B161873A_il2cpp_TypeInfo_var); int64_t L_2; L_2 = DateTimeUtilities_CurrentUnixMs_m8AB8AE654BFF0AF3CEDEFF82D3EB1FF5CD7F3030(/*hidden argument*/NULL); RuntimeArray * L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_3, /*hidden argument*/NULL); V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_2&(int64_t)((int64_t)((int64_t)((int32_t)2147483647LL)))))))%(int32_t)L_4)); // return (Enum)values.GetValue(pos); RuntimeArray * L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); RuntimeObject * L_7; L_7 = Array_GetValue_m6E4274D23FFD6089882CD12B2F2EA615206792E1(L_5, L_6, /*hidden argument*/NULL); return ((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)CastclassClass((RuntimeObject*)L_7, Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var)); } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Enums::IsEnumType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enums_IsEnumType_m463CD468CD1534CAF77FAFB94FDC4174EAD0AD57 (Type_t * ___t0, const RuntimeMethod* method) { { // return t.IsEnum; Type_t * L_0 = ___t0; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(80 /* System.Boolean System.Type::get_IsEnum() */, L_0); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Enums::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enums__ctor_m56F2C924BACF3ACD0D6BAD942820023A973F9D4A (Enums_tAC2850AD7D073D9327388689190CBD4C0F88244E * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnvelopedData__ctor_mE202F57F1F267639AF5286799AE0CCFCE2417809 (EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * __this, OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * ___originatorInfo0, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___recipientInfos1, EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * ___encryptedContentInfo2, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unprotectedAttrs3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public EnvelopedData( // OriginatorInfo originatorInfo, // Asn1Set recipientInfos, // EncryptedContentInfo encryptedContentInfo, // Asn1Set unprotectedAttrs) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.version = new DerInteger(CalculateVersion(originatorInfo, recipientInfos, unprotectedAttrs)); OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * L_0 = ___originatorInfo0; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_1 = ___recipientInfos1; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_2 = ___unprotectedAttrs3; int32_t L_3; L_3 = EnvelopedData_CalculateVersion_mC9FFDB6C9C3FAC3B86B67BC822011B08ED9055D1(L_0, L_1, L_2, /*hidden argument*/NULL); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_4 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_4, L_3, /*hidden argument*/NULL); __this->set_version_2(L_4); // this.originatorInfo = originatorInfo; OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * L_5 = ___originatorInfo0; __this->set_originatorInfo_3(L_5); // this.recipientInfos = recipientInfos; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_6 = ___recipientInfos1; __this->set_recipientInfos_4(L_6); // this.encryptedContentInfo = encryptedContentInfo; EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * L_7 = ___encryptedContentInfo2; __this->set_encryptedContentInfo_5(L_7); // this.unprotectedAttrs = unprotectedAttrs; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_8 = ___unprotectedAttrs3; __this->set_unprotectedAttrs_6(L_8); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Attributes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnvelopedData__ctor_mE4D8793B3CA630CEB6EABDC518154210DC34A3B0 (EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * __this, OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * ___originatorInfo0, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___recipientInfos1, EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * ___encryptedContentInfo2, Attributes_t241AA09EB05F1DC88E6C0EEAFB35EA2A8D865ECF * ___unprotectedAttrs3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public EnvelopedData( // OriginatorInfo originatorInfo, // Asn1Set recipientInfos, // EncryptedContentInfo encryptedContentInfo, // Attributes unprotectedAttrs) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.version = new DerInteger(CalculateVersion(originatorInfo, recipientInfos, Asn1Set.GetInstance(unprotectedAttrs))); OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * L_0 = ___originatorInfo0; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_1 = ___recipientInfos1; Attributes_t241AA09EB05F1DC88E6C0EEAFB35EA2A8D865ECF * L_2 = ___unprotectedAttrs3; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_3; L_3 = Asn1Set_GetInstance_m72DFB5CBF00B3EA7CB789EA802F3A332518B04F7(L_2, /*hidden argument*/NULL); int32_t L_4; L_4 = EnvelopedData_CalculateVersion_mC9FFDB6C9C3FAC3B86B67BC822011B08ED9055D1(L_0, L_1, L_3, /*hidden argument*/NULL); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_5 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_5, L_4, /*hidden argument*/NULL); __this->set_version_2(L_5); // this.originatorInfo = originatorInfo; OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * L_6 = ___originatorInfo0; __this->set_originatorInfo_3(L_6); // this.recipientInfos = recipientInfos; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_7 = ___recipientInfos1; __this->set_recipientInfos_4(L_7); // this.encryptedContentInfo = encryptedContentInfo; EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * L_8 = ___encryptedContentInfo2; __this->set_encryptedContentInfo_5(L_8); // this.unprotectedAttrs = Asn1Set.GetInstance(unprotectedAttrs); Attributes_t241AA09EB05F1DC88E6C0EEAFB35EA2A8D865ECF * L_9 = ___unprotectedAttrs3; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_10; L_10 = Asn1Set_GetInstance_m72DFB5CBF00B3EA7CB789EA802F3A332518B04F7(L_9, /*hidden argument*/NULL); __this->set_unprotectedAttrs_6(L_10); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnvelopedData__ctor_m78464C8E39CC02C9890210188E4E43429A27C7D7 (EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * __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*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; { // public EnvelopedData( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // int index = 0; V_0 = 0; // version = (DerInteger) seq[index++]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; int32_t L_1 = V_0; int32_t L_2 = L_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_3; L_3 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_0, L_2); __this->set_version_2(((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)CastclassClass((RuntimeObject*)L_3, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var))); // object tmp = seq[index++]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4 = ___seq0; int32_t L_5 = V_0; int32_t L_6 = L_5; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); NullCheck(L_4); 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_4, L_6); V_1 = L_7; // if (tmp is Asn1TaggedObject) RuntimeObject * L_8 = V_1; if (!((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)IsInstClass((RuntimeObject*)L_8, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))) { goto IL_0050; } } { // originatorInfo = OriginatorInfo.GetInstance((Asn1TaggedObject) tmp, false); RuntimeObject * L_9 = V_1; OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * L_10; L_10 = OriginatorInfo_GetInstance_m4F35DAB3EBE1D78F47A4ACAD816587AEF5E936DC(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_9, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), (bool)0, /*hidden argument*/NULL); __this->set_originatorInfo_3(L_10); // tmp = seq[index++]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_11 = ___seq0; int32_t L_12 = V_0; int32_t L_13 = L_12; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); NullCheck(L_11); 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_11, L_13); V_1 = L_14; } IL_0050: { // recipientInfos = Asn1Set.GetInstance(tmp); RuntimeObject * L_15 = V_1; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_16; L_16 = Asn1Set_GetInstance_m72DFB5CBF00B3EA7CB789EA802F3A332518B04F7(L_15, /*hidden argument*/NULL); __this->set_recipientInfos_4(L_16); // encryptedContentInfo = EncryptedContentInfo.GetInstance(seq[index++]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_17 = ___seq0; int32_t L_18 = V_0; int32_t L_19 = L_18; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); NullCheck(L_17); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_20; L_20 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_17, L_19); EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * L_21; L_21 = EncryptedContentInfo_GetInstance_mD72130D12F18D81AA2CE5B0EE3580A490BC4B845(L_20, /*hidden argument*/NULL); __this->set_encryptedContentInfo_5(L_21); // if (seq.Count > index) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_22 = ___seq0; NullCheck(L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_22); int32_t L_24 = V_0; if ((((int32_t)L_23) <= ((int32_t)L_24))) { goto IL_0093; } } { // unprotectedAttrs = Asn1Set.GetInstance((Asn1TaggedObject) seq[index], false); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_25 = ___seq0; int32_t L_26 = V_0; NullCheck(L_25); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_27; L_27 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_25, L_26); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_28; L_28 = Asn1Set_GetInstance_mF7CCA894A2717BD028AAD4963E65091C49174BB5(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_27, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), (bool)0, /*hidden argument*/NULL); __this->set_unprotectedAttrs_6(L_28); } IL_0093: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * EnvelopedData_GetInstance_mA41B6C0913453571AF967774426ACECC89C61614 (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); EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * L_3; L_3 = EnvelopedData_GetInstance_m4C3DD395DF41D8420EB4B1B083CE82276FD3E590(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * EnvelopedData_GetInstance_m4C3DD395DF41D8420EB4B1B083CE82276FD3E590 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is EnvelopedData) RuntimeObject * L_0 = ___obj0; if (!((EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 *)IsInstClass((RuntimeObject*)L_0, EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (EnvelopedData)obj; RuntimeObject * L_1 = ___obj0; return ((EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 *)CastclassClass((RuntimeObject*)L_1, EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj == null) RuntimeObject * L_2 = ___obj0; if (L_2) { goto IL_0014; } } { // return null; return (EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 *)NULL; } IL_0014: { // return new EnvelopedData(Asn1Sequence.GetInstance(obj)); RuntimeObject * L_3 = ___obj0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4; L_4 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_3, /*hidden argument*/NULL); EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * L_5 = (EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 *)il2cpp_codegen_object_new(EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673_il2cpp_TypeInfo_var); EnvelopedData__ctor_m78464C8E39CC02C9890210188E4E43429A27C7D7(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * EnvelopedData_get_Version_m19F10BE7C2DE1111820D65B7B3C330985AE22574 (EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * __this, const RuntimeMethod* method) { { // get { return version; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_version_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::get_OriginatorInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * EnvelopedData_get_OriginatorInfo_mD7876CE5EE0EFE2091E02E399578034EE8B44F2E (EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * __this, const RuntimeMethod* method) { { // get { return originatorInfo; } OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * L_0 = __this->get_originatorInfo_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::get_RecipientInfos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * EnvelopedData_get_RecipientInfos_m4912F7BB635B86E6BDE7CF33F282A8AA0FE51734 (EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * __this, const RuntimeMethod* method) { { // get { return recipientInfos; } Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = __this->get_recipientInfos_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::get_EncryptedContentInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * EnvelopedData_get_EncryptedContentInfo_m2F015992E19B71AF2A291CD20CFE186CC1B4EC9E (EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * __this, const RuntimeMethod* method) { { // get { return encryptedContentInfo; } EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * L_0 = __this->get_encryptedContentInfo_5(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::get_UnprotectedAttrs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * EnvelopedData_get_UnprotectedAttrs_m9DDA17F7D34EBAFFE3FA884FB7C02D4B12A23B68 (EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * __this, const RuntimeMethod* method) { { // get { return unprotectedAttrs; } Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = __this->get_unprotectedAttrs_6(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * EnvelopedData_ToAsn1Object_m215E147719BCAF7F890CF92045256147FAF32A1B (EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * __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*)&BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F_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(version); 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_version_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 (originatorInfo != null) OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * L_4 = __this->get_originatorInfo_3(); if (!L_4) { goto IL_0039; } } { // v.Add(new DerTaggedObject(false, 0, originatorInfo)); 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; OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * L_8 = __this->get_originatorInfo_3(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_9 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_9, (bool)0, 0, L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_9); NullCheck(L_5); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_5, L_7, /*hidden argument*/NULL); } IL_0039: { // v.Add(recipientInfos, encryptedContentInfo); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_10 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_11 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_12 = L_11; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_13 = __this->get_recipientInfos_4(); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_13); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_14 = L_12; EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * L_15 = __this->get_encryptedContentInfo_5(); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_15); NullCheck(L_10); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_10, L_14, /*hidden argument*/NULL); // if (unprotectedAttrs != null) Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_16 = __this->get_unprotectedAttrs_6(); if (!L_16) { goto IL_007b; } } { // v.Add(new DerTaggedObject(false, 1, unprotectedAttrs)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_17 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_18 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_19 = L_18; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_20 = __this->get_unprotectedAttrs_6(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_21 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_21, (bool)0, 1, L_20, /*hidden argument*/NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_21); (L_19)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_21); NullCheck(L_17); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_17, L_19, /*hidden argument*/NULL); } IL_007b: { // return new BerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_22 = V_0; BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F * L_23 = (BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F *)il2cpp_codegen_object_new(BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F_il2cpp_TypeInfo_var); BerSequence__ctor_mAD9FD2534E7DF5E662805F2145BEA670860F12E4(L_23, L_22, /*hidden argument*/NULL); return L_23; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::CalculateVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EnvelopedData_CalculateVersion_mC9FFDB6C9C3FAC3B86B67BC822011B08ED9055D1 (OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * ___originatorInfo0, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___recipientInfos1, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unprotectedAttrs2, 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); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (originatorInfo != null || unprotectedAttrs != null) OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * L_0 = ___originatorInfo0; if (L_0) { goto IL_0006; } } { Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_1 = ___unprotectedAttrs2; if (!L_1) { goto IL_0008; } } IL_0006: { // return 2; return 2; } IL_0008: { // foreach (object o in recipientInfos) Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_2 = ___recipientInfos1; NullCheck(L_2); RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::GetEnumerator() */, L_2); V_0 = L_3; } IL_000f: try {// begin try (depth: 1) { goto IL_0031; } IL_0011: { // foreach (object o in recipientInfos) RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); // RecipientInfo ri = RecipientInfo.GetInstance(o); RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 * L_6; L_6 = RecipientInfo_GetInstance_m49B8FDDF8889982D92F694C2FC961207F792C345(L_5, /*hidden argument*/NULL); // if (ri.Version.Value.IntValue != 0) NullCheck(L_6); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_7; L_7 = RecipientInfo_get_Version_m9B2F7DB2E0B86C139C0D0395794175C1C4CE54AA(L_6, /*hidden argument*/NULL); NullCheck(L_7); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8; L_8 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_7, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9; L_9 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0031; } } IL_002d: { // return 2; V_1 = 2; IL2CPP_LEAVE(0x4E, FINALLY_003b); } IL_0031: { // foreach (object o in recipientInfos) RuntimeObject* L_10 = V_0; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0011; } } IL_0039: { IL2CPP_LEAVE(0x4C, FINALLY_003b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003b; } FINALLY_003b: {// begin finally (depth: 1) { RuntimeObject* L_12 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_2; if (!L_13) { goto IL_004b; } } IL_0045: { RuntimeObject* L_14 = V_2; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_14); } IL_004b: { IL2CPP_END_FINALLY(59) } }// end finally (depth: 1) IL2CPP_CLEANUP(59) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4E, IL_004e) IL2CPP_JUMP_TBL(0x4C, IL_004c) } IL_004c: { // return 0; return 0; } IL_004e: { // } int32_t L_15 = V_1; return L_15; } } #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.Cms.EnvelopedDataParser::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnvelopedDataParser__ctor_mB5F96361C503472EF79838583C82B431116E6BB0 (EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6 * __this, RuntimeObject* ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public EnvelopedDataParser( // Asn1SequenceParser seq) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this._seq = seq; RuntimeObject* L_0 = ___seq0; __this->set__seq_0(L_0); // this._version = (DerInteger)seq.ReadObject(); RuntimeObject* L_1 = ___seq0; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser::ReadObject() */, Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var, L_1); __this->set__version_1(((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)CastclassClass((RuntimeObject*)L_2, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var))); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * EnvelopedDataParser_get_Version_mEADBA09B6E3235070303D7CE1F5157415275709A (EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6 * __this, const RuntimeMethod* method) { { // get { return _version; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get__version_1(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser::GetOriginatorInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * EnvelopedDataParser_GetOriginatorInfo_m6865F031CAAB98BC1B09552BCBA94B6A35E3076B (EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObjectParser_t5407764EC38994CF1761CAE79B40DC42E55DD728_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // _originatorInfoCalled = true; __this->set__originatorInfoCalled_3((bool)1); // if (_nextObject == null) RuntimeObject* L_0 = __this->get__nextObject_2(); if (L_0) { goto IL_0020; } } { // _nextObject = _seq.ReadObject(); RuntimeObject* L_1 = __this->get__seq_0(); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser::ReadObject() */, Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var, L_1); __this->set__nextObject_2(L_2); } IL_0020: { // if (_nextObject is Asn1TaggedObjectParser && ((Asn1TaggedObjectParser)_nextObject).TagNo == 0) RuntimeObject* L_3 = __this->get__nextObject_2(); if (!((RuntimeObject*)IsInst((RuntimeObject*)L_3, Asn1TaggedObjectParser_t5407764EC38994CF1761CAE79B40DC42E55DD728_il2cpp_TypeInfo_var))) { goto IL_0069; } } { RuntimeObject* L_4 = __this->get__nextObject_2(); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_4, Asn1TaggedObjectParser_t5407764EC38994CF1761CAE79B40DC42E55DD728_il2cpp_TypeInfo_var))); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObjectParser::get_TagNo() */, Asn1TaggedObjectParser_t5407764EC38994CF1761CAE79B40DC42E55DD728_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_4, Asn1TaggedObjectParser_t5407764EC38994CF1761CAE79B40DC42E55DD728_il2cpp_TypeInfo_var))); if (L_5) { goto IL_0069; } } { // Asn1SequenceParser originatorInfo = (Asn1SequenceParser) // ((Asn1TaggedObjectParser)_nextObject).GetObjectParser(Asn1Tags.Sequence, false); RuntimeObject* L_6 = __this->get__nextObject_2(); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_6, Asn1TaggedObjectParser_t5407764EC38994CF1761CAE79B40DC42E55DD728_il2cpp_TypeInfo_var))); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker2< RuntimeObject*, int32_t, bool >::Invoke(1 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObjectParser::GetObjectParser(System.Int32,System.Boolean) */, Asn1TaggedObjectParser_t5407764EC38994CF1761CAE79B40DC42E55DD728_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_6, Asn1TaggedObjectParser_t5407764EC38994CF1761CAE79B40DC42E55DD728_il2cpp_TypeInfo_var)), ((int32_t)16), (bool)0); // _nextObject = null; __this->set__nextObject_2((RuntimeObject*)NULL); // return OriginatorInfo.GetInstance(originatorInfo.ToAsn1Object()); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_7, Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var))); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_8; L_8 = InterfaceFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible::ToAsn1Object() */, IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_7, Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var))); OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * L_9; L_9 = OriginatorInfo_GetInstance_m3F148C792540D37BD1D485101ED09DFBA9C9A461(L_8, /*hidden argument*/NULL); return L_9; } IL_0069: { // return null; return (OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D *)NULL; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser::GetRecipientInfos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EnvelopedDataParser_GetRecipientInfos_m0699265937D94824D77DEA74F147979786C8F066 (EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!_originatorInfoCalled) bool L_0 = __this->get__originatorInfoCalled_3(); if (L_0) { goto IL_000f; } } { // GetOriginatorInfo(); OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * L_1; L_1 = EnvelopedDataParser_GetOriginatorInfo_m6865F031CAAB98BC1B09552BCBA94B6A35E3076B(__this, /*hidden argument*/NULL); } IL_000f: { // if (_nextObject == null) RuntimeObject* L_2 = __this->get__nextObject_2(); if (L_2) { goto IL_0028; } } { // _nextObject = _seq.ReadObject(); RuntimeObject* L_3 = __this->get__seq_0(); NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser::ReadObject() */, Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var, L_3); __this->set__nextObject_2(L_4); } IL_0028: { // Asn1SetParser recipientInfos = (Asn1SetParser)_nextObject; RuntimeObject* L_5 = __this->get__nextObject_2(); // _nextObject = null; __this->set__nextObject_2((RuntimeObject*)NULL); // return recipientInfos; return ((RuntimeObject*)Castclass((RuntimeObject*)L_5, Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0_il2cpp_TypeInfo_var)); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfoParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser::GetEncryptedContentInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B * EnvelopedDataParser_GetEncryptedContentInfo_m0BCC018E926A4086F832B5CC4FB33484B632BE03 (EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (_nextObject == null) RuntimeObject* L_0 = __this->get__nextObject_2(); if (L_0) { goto IL_0019; } } { // _nextObject = _seq.ReadObject(); RuntimeObject* L_1 = __this->get__seq_0(); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser::ReadObject() */, Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var, L_1); __this->set__nextObject_2(L_2); } IL_0019: { // if (_nextObject != null) RuntimeObject* L_3 = __this->get__nextObject_2(); if (!L_3) { goto IL_0039; } } { // Asn1SequenceParser o = (Asn1SequenceParser) _nextObject; RuntimeObject* L_4 = __this->get__nextObject_2(); // _nextObject = null; __this->set__nextObject_2((RuntimeObject*)NULL); // return new EncryptedContentInfoParser(o); EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B * L_5 = (EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B *)il2cpp_codegen_object_new(EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B_il2cpp_TypeInfo_var); EncryptedContentInfoParser__ctor_m3C85AAACB4C967248AEE609B0E06B779D5142389(L_5, ((RuntimeObject*)Castclass((RuntimeObject*)L_4, Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0039: { // return null; return (EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B *)NULL; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser::GetUnprotectedAttrs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EnvelopedDataParser_GetUnprotectedAttrs_mB92EE47BCD9965D65C789667C8DCFEDD5B41A4BC (EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObjectParser_t5407764EC38994CF1761CAE79B40DC42E55DD728_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (_nextObject == null) RuntimeObject* L_0 = __this->get__nextObject_2(); if (L_0) { goto IL_0019; } } { // _nextObject = _seq.ReadObject(); RuntimeObject* L_1 = __this->get__seq_0(); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser::ReadObject() */, Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var, L_1); __this->set__nextObject_2(L_2); } IL_0019: { // if (_nextObject != null) RuntimeObject* L_3 = __this->get__nextObject_2(); if (!L_3) { goto IL_0041; } } { // IAsn1Convertible o = _nextObject; RuntimeObject* L_4 = __this->get__nextObject_2(); // _nextObject = null; __this->set__nextObject_2((RuntimeObject*)NULL); // return (Asn1SetParser)((Asn1TaggedObjectParser)o).GetObjectParser(Asn1Tags.Set, false); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_4, Asn1TaggedObjectParser_t5407764EC38994CF1761CAE79B40DC42E55DD728_il2cpp_TypeInfo_var))); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker2< RuntimeObject*, int32_t, bool >::Invoke(1 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObjectParser::GetObjectParser(System.Int32,System.Boolean) */, Asn1TaggedObjectParser_t5407764EC38994CF1761CAE79B40DC42E55DD728_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_4, Asn1TaggedObjectParser_t5407764EC38994CF1761CAE79B40DC42E55DD728_il2cpp_TypeInfo_var)), ((int32_t)17), (bool)0); return ((RuntimeObject*)Castclass((RuntimeObject*)L_5, Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0_il2cpp_TypeInfo_var)); } IL_0041: { // return null; return (RuntimeObject*)NULL; } } #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.SocketIOErrors BestHTTP.SocketIO.Error::get_Code() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Error_get_Code_m8C9767946B8DDCC25AE36B01DE096AFBE62F7D31 (Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 * __this, const RuntimeMethod* method) { { // public SocketIOErrors Code { get; private set; } int32_t L_0 = __this->get_U3CCodeU3Ek__BackingField_0(); return L_0; } } // System.Void BestHTTP.SocketIO.Error::set_Code(BestHTTP.SocketIO.SocketIOErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Error_set_Code_mB37CCA7F34F48741F9F8F0ED5EEC2E9683DD4A96 (Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public SocketIOErrors Code { get; private set; } int32_t L_0 = ___value0; __this->set_U3CCodeU3Ek__BackingField_0(L_0); return; } } // System.String BestHTTP.SocketIO.Error::get_Message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Error_get_Message_m326BD28574BAC8CD3019A9A115FDB0572A2CC040 (Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 * __this, const RuntimeMethod* method) { { // public string Message { get; private set; } String_t* L_0 = __this->get_U3CMessageU3Ek__BackingField_1(); return L_0; } } // System.Void BestHTTP.SocketIO.Error::set_Message(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Error_set_Message_m4115E6745483E9F7AA6D6903C06382D332842CD8 (Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string Message { get; private set; } String_t* L_0 = ___value0; __this->set_U3CMessageU3Ek__BackingField_1(L_0); return; } } // 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) { { // public Error(SocketIOErrors code, string msg) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.Code = code; int32_t L_0 = ___code0; Error_set_Code_mB37CCA7F34F48741F9F8F0ED5EEC2E9683DD4A96_inline(__this, L_0, /*hidden argument*/NULL); // this.Message = msg; String_t* L_1 = ___msg1; Error_set_Message_m4115E6745483E9F7AA6D6903C06382D332842CD8_inline(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.String BestHTTP.SocketIO.Error::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Error_ToString_m86F395F662F723251651E8416C865263A0D57105 (Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOErrors_tE1E2853361D8D6CAEEAB28FFBA75E7EADC996136_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51B04909E7972EC792CDCD2BAF40C8AD298FAE86); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // return string.Format("Code: {0} Message: \"{1}\"", this.Code.ToString(), this.Message); int32_t L_0; L_0 = Error_get_Code_m8C9767946B8DDCC25AE36B01DE096AFBE62F7D31_inline(__this, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject * L_1 = Box(SocketIOErrors_tE1E2853361D8D6CAEEAB28FFBA75E7EADC996136_il2cpp_TypeInfo_var, (&V_0)); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); V_0 = *(int32_t*)UnBox(L_1); String_t* L_3; L_3 = Error_get_Message_m326BD28574BAC8CD3019A9A115FDB0572A2CC040_inline(__this, /*hidden argument*/NULL); String_t* L_4; L_4 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteral51B04909E7972EC792CDCD2BAF40C8AD298FAE86, L_2, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ErrorMsgContent__ctor_mC574A36CD4F2B1468C9327C78F3F13457417A8FF (ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_1 = NULL; { // private ErrorMsgContent(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // pkiStatusInfo = PkiStatusInfo.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); PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * L_2; L_2 = PkiStatusInfo_GetInstance_m7A8AAB63793502B45BC23FEDD0C72E5EAC33ABB3(L_1, /*hidden argument*/NULL); __this->set_pkiStatusInfo_2(L_2); // for (int pos = 1; pos < seq.Count; ++pos) V_0 = 1; goto IL_004a; } IL_001c: { // Asn1Encodable ae = seq[pos]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___seq0; int32_t L_4 = V_0; NullCheck(L_3); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_5; L_5 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_3, L_4); V_1 = L_5; // if (ae is DerInteger) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_6 = V_1; if (!((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)IsInstClass((RuntimeObject*)L_6, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var))) { goto IL_003a; } } { // errorCode = DerInteger.GetInstance(ae); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7 = V_1; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_8; L_8 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_7, /*hidden argument*/NULL); __this->set_errorCode_3(L_8); // } goto IL_0046; } IL_003a: { // errorDetails = PkiFreeText.GetInstance(ae); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_9 = V_1; PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * L_10; L_10 = PkiFreeText_GetInstance_m13927537D054B43C09B4AB02E6E33E47A1DC52AE(L_9, /*hidden argument*/NULL); __this->set_errorDetails_4(L_10); } IL_0046: { // for (int pos = 1; pos < seq.Count; ++pos) int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_004a: { // for (int pos = 1; pos < seq.Count; ++pos) int32_t L_12 = V_0; 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_12) < ((int32_t)L_14))) { goto IL_001c; } } { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C * ErrorMsgContent_GetInstance_m3A6DD2D9AD400C09F9A732F6EDBEEF96E617B488 (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*)&ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is ErrorMsgContent) RuntimeObject * L_0 = ___obj0; if (!((ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C *)IsInstClass((RuntimeObject*)L_0, ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (ErrorMsgContent)obj; RuntimeObject * L_1 = ___obj0; return ((ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C *)CastclassClass((RuntimeObject*)L_1, ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C_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 ErrorMsgContent((Asn1Sequence)obj); RuntimeObject * L_3 = ___obj0; ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C * L_4 = (ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C *)il2cpp_codegen_object_new(ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C_il2cpp_TypeInfo_var); ErrorMsgContent__ctor_mC574A36CD4F2B1468C9327C78F3F13457417A8FF(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*)&ErrorMsgContent_GetInstance_m3A6DD2D9AD400C09F9A732F6EDBEEF96E617B488_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ErrorMsgContent__ctor_m6C1179B0DABBAAC26F734C8F0CC916F31A91FA9B (ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C * __this, PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * ___pkiStatusInfo0, const RuntimeMethod* method) { { // : this(pkiStatusInfo, null, null) PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * L_0 = ___pkiStatusInfo0; ErrorMsgContent__ctor_m13F1299806BA9951D48EB179F87B331479C6E66B(__this, L_0, (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)NULL, (PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ErrorMsgContent__ctor_m13F1299806BA9951D48EB179F87B331479C6E66B (ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C * __this, PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * ___pkiStatusInfo0, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___errorCode1, PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * ___errorDetails2, const RuntimeMethod* method) { { // public ErrorMsgContent( // PkiStatusInfo pkiStatusInfo, // DerInteger errorCode, // PkiFreeText errorDetails) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (pkiStatusInfo == null) PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * L_0 = ___pkiStatusInfo0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("pkiStatusInfo"); 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*)&_stringLiteral503639935E2410791F6C422E1F438FB754DD0BB1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ErrorMsgContent__ctor_m13F1299806BA9951D48EB179F87B331479C6E66B_RuntimeMethod_var))); } IL_0014: { // this.pkiStatusInfo = pkiStatusInfo; PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * L_2 = ___pkiStatusInfo0; __this->set_pkiStatusInfo_2(L_2); // this.errorCode = errorCode; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_3 = ___errorCode1; __this->set_errorCode_3(L_3); // this.errorDetails = errorDetails; PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * L_4 = ___errorDetails2; __this->set_errorDetails_4(L_4); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent::get_PkiStatusInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * ErrorMsgContent_get_PkiStatusInfo_m79B97C12704F3C54CD221BCBC247A76AC97A1034 (ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C * __this, const RuntimeMethod* method) { { // get { return pkiStatusInfo; } PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * L_0 = __this->get_pkiStatusInfo_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent::get_ErrorCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ErrorMsgContent_get_ErrorCode_m0BBFC280CEB267BBD7D9C7E1C554E7B8F0030344 (ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C * __this, const RuntimeMethod* method) { { // get { return errorCode; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_errorCode_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent::get_ErrorDetails() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * ErrorMsgContent_get_ErrorDetails_m70B05B8DD4F412AE8EE3BB115BDCA2DCC4AA107A (ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C * __this, const RuntimeMethod* method) { { // get { return errorDetails; } PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * L_0 = __this->get_errorDetails_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ErrorMsgContent_ToAsn1Object_mB5E7A58AF9AD4EF0B7D06970C74143FF891FC2DB (ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C * __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(pkiStatusInfo); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * L_2 = __this->get_pkiStatusInfo_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(errorCode, errorDetails); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_4 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_6 = L_5; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_7 = __this->get_errorCode_3(); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_7); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_8 = L_6; PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * L_9 = __this->get_errorDetails_4(); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_9); NullCheck(L_4); Asn1EncodableVector_AddOptional_mB97BC076BA9B253F5C10545EE0EE4A839EF34D5A(L_4, L_8, /*hidden argument*/NULL); // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_10 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_11 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_11, L_10, /*hidden argument*/NULL); return L_11; } } #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.Esf.EsfAttributes::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EsfAttributes__ctor_m34EDB99FB1405D4DBF361DDD588DEA29FD5DB1F5 (EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.EsfAttributes::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EsfAttributes__cctor_mA36F006454C7B6F6CB5B0A102A315CBCEC2299B0 (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*)&EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8461C483E8985247B8D2CB81AB36331CBE2B53E0); s_Il2CppMethodInitialized = true; } { // public static readonly DerObjectIdentifier SigPolicyId = PkcsObjectIdentifiers.IdAAEtsSigPolicyID; 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_IdAAEtsSigPolicyID_104(); ((EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields*)il2cpp_codegen_static_fields_for(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_il2cpp_TypeInfo_var))->set_SigPolicyId_0(L_0); // public static readonly DerObjectIdentifier CommitmentType = PkcsObjectIdentifiers.IdAAEtsCommitmentType; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAEtsCommitmentType_105(); ((EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields*)il2cpp_codegen_static_fields_for(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_il2cpp_TypeInfo_var))->set_CommitmentType_1(L_1); // public static readonly DerObjectIdentifier SignerLocation = PkcsObjectIdentifiers.IdAAEtsSignerLocation; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAEtsSignerLocation_106(); ((EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields*)il2cpp_codegen_static_fields_for(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_il2cpp_TypeInfo_var))->set_SignerLocation_2(L_2); // public static readonly DerObjectIdentifier SignerAttr = PkcsObjectIdentifiers.IdAAEtsSignerAttr; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAEtsSignerAttr_107(); ((EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields*)il2cpp_codegen_static_fields_for(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_il2cpp_TypeInfo_var))->set_SignerAttr_3(L_3); // public static readonly DerObjectIdentifier OtherSigCert = PkcsObjectIdentifiers.IdAAEtsOtherSigCert; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_4 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAEtsOtherSigCert_108(); ((EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields*)il2cpp_codegen_static_fields_for(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_il2cpp_TypeInfo_var))->set_OtherSigCert_4(L_4); // public static readonly DerObjectIdentifier ContentTimestamp = PkcsObjectIdentifiers.IdAAEtsContentTimestamp; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAEtsContentTimestamp_109(); ((EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields*)il2cpp_codegen_static_fields_for(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_il2cpp_TypeInfo_var))->set_ContentTimestamp_5(L_5); // public static readonly DerObjectIdentifier CertificateRefs = PkcsObjectIdentifiers.IdAAEtsCertificateRefs; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_6 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAEtsCertificateRefs_110(); ((EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields*)il2cpp_codegen_static_fields_for(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_il2cpp_TypeInfo_var))->set_CertificateRefs_6(L_6); // public static readonly DerObjectIdentifier RevocationRefs = PkcsObjectIdentifiers.IdAAEtsRevocationRefs; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAEtsRevocationRefs_111(); ((EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields*)il2cpp_codegen_static_fields_for(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_il2cpp_TypeInfo_var))->set_RevocationRefs_7(L_7); // public static readonly DerObjectIdentifier CertValues = PkcsObjectIdentifiers.IdAAEtsCertValues; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_8 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAEtsCertValues_112(); ((EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields*)il2cpp_codegen_static_fields_for(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_il2cpp_TypeInfo_var))->set_CertValues_8(L_8); // public static readonly DerObjectIdentifier RevocationValues = PkcsObjectIdentifiers.IdAAEtsRevocationValues; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_9 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAEtsRevocationValues_113(); ((EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields*)il2cpp_codegen_static_fields_for(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_il2cpp_TypeInfo_var))->set_RevocationValues_9(L_9); // public static readonly DerObjectIdentifier EscTimeStamp = PkcsObjectIdentifiers.IdAAEtsEscTimeStamp; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_10 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAEtsEscTimeStamp_114(); ((EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields*)il2cpp_codegen_static_fields_for(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_il2cpp_TypeInfo_var))->set_EscTimeStamp_10(L_10); // public static readonly DerObjectIdentifier CertCrlTimestamp = PkcsObjectIdentifiers.IdAAEtsCertCrlTimestamp; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_11 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAEtsCertCrlTimestamp_115(); ((EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields*)il2cpp_codegen_static_fields_for(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_il2cpp_TypeInfo_var))->set_CertCrlTimestamp_11(L_11); // public static readonly DerObjectIdentifier ArchiveTimestamp = PkcsObjectIdentifiers.IdAAEtsArchiveTimestamp; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_12 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAEtsArchiveTimestamp_116(); ((EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields*)il2cpp_codegen_static_fields_for(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_il2cpp_TypeInfo_var))->set_ArchiveTimestamp_12(L_12); // public static readonly DerObjectIdentifier ArchiveTimestampV2 = new DerObjectIdentifier(PkcsObjectIdentifiers.IdAA + ".48"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_13 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_13, _stringLiteral8461C483E8985247B8D2CB81AB36331CBE2B53E0, /*hidden argument*/NULL); ((EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_StaticFields*)il2cpp_codegen_static_fields_for(EsfAttributes_t12B36A50ABAD3A6549C021C57FF802D4F85A76DF_il2cpp_TypeInfo_var))->set_ArchiveTimestampV2_13(L_13); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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) { 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*)&EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (o == null || o is EssCertID) RuntimeObject * L_0 = ___o0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___o0; if (!((EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD *)IsInstClass((RuntimeObject*)L_1, EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (EssCertID) o; RuntimeObject * L_2 = ___o0; return ((EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD *)CastclassClass((RuntimeObject*)L_2, EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD_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 EssCertID((Asn1Sequence) o); RuntimeObject * L_4 = ___o0; EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD * L_5 = (EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD *)il2cpp_codegen_object_new(EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD_il2cpp_TypeInfo_var); EssCertID__ctor_mA8DA1941431C34CACE275D17DC8838F0E66979DF(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 'EssCertID' 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*)&_stringLiteral0B37F53CC55B5F786E1F166009C61CD9890AF224)), 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*)&EssCertID_GetInstance_m62EC75A3CC03ECABC0DF221D569BDD9B40BBE204_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertID::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EssCertID__ctor_mA8DA1941431C34CACE275D17DC8838F0E66979DF (EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { int32_t V_0 = 0; { // public EssCertID( // 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*)&EssCertID__ctor_mA8DA1941431C34CACE275D17DC8838F0E66979DF_RuntimeMethod_var))); } IL_0036: { // this.certHash = Asn1OctetString.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); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_11; L_11 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_10, /*hidden argument*/NULL); __this->set_certHash_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; } } { // issuerSerial = IssuerSerial.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); IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * L_16; L_16 = IssuerSerial_GetInstance_m178C760560FBE9322AB48D92EA711D61B0CCCCA9(L_15, /*hidden argument*/NULL); __this->set_issuerSerial_3(L_16); } IL_0063: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertID::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EssCertID__ctor_m12AF4CD64ACBB1094A32D3D574DC1178C1F45500 (EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___hash0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public EssCertID( // byte[] hash) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // certHash = new DerOctetString(hash); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___hash0; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_1 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_1, L_0, /*hidden argument*/NULL); __this->set_certHash_2(L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertID::.ctor(System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EssCertID__ctor_mB6BD642A0B0A90D2C515155A35B5C3C7A4CA164E (EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___hash0, IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * ___issuerSerial1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public EssCertID( // byte[] hash, // IssuerSerial issuerSerial) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.certHash = new DerOctetString(hash); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___hash0; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_1 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_1, L_0, /*hidden argument*/NULL); __this->set_certHash_2(L_1); // this.issuerSerial = issuerSerial; IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * L_2 = ___issuerSerial1; __this->set_issuerSerial_3(L_2); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertID::GetCertHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* EssCertID_GetCertHash_mE5D235184EBBB9A656DE099DC1E69A133D557C7D (EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD * __this, const RuntimeMethod* method) { { // return certHash.GetOctets(); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = __this->get_certHash_2(); NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_0); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertID::get_IssuerSerial() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * EssCertID_get_IssuerSerial_m9B35D8E319AD7D707920598AA78AB633D104AEF2 (EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD * __this, const RuntimeMethod* method) { { // get { return issuerSerial; } IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * L_0 = __this->get_issuerSerial_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertID::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * EssCertID_ToAsn1Object_m1791920B6F8B7825AADAD68D706326A2182C761B (EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD * __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(certHash); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_2 = __this->get_certHash_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 (issuerSerial != null) IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * L_4 = __this->get_issuerSerial_3(); if (!L_4) { goto IL_0032; } } { // v.Add(issuerSerial); 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; IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * L_8 = __this->get_issuerSerial_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.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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * V_0 = NULL; { // if (obj == null) RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0005; } } { // return null; return (EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 *)NULL; } IL_0005: { // EssCertIDv2 existing = obj as EssCertIDv2; RuntimeObject * L_1 = ___obj0; V_0 = ((EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 *)IsInstClass((RuntimeObject*)L_1, EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_il2cpp_TypeInfo_var)); // if (existing != null) EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * L_2 = V_0; if (!L_2) { goto IL_0011; } } { // return existing; EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * L_3 = V_0; return L_3; } IL_0011: { // return new EssCertIDv2(Asn1Sequence.GetInstance(obj)); RuntimeObject * L_4 = ___obj0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5; L_5 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_4, /*hidden argument*/NULL); EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * L_6 = (EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 *)il2cpp_codegen_object_new(EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_il2cpp_TypeInfo_var); EssCertIDv2__ctor_mE94FA1861F8FC7F35A3C0989E699D9A649B925E0(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EssCertIDv2__ctor_mE94FA1861F8FC7F35A3C0989E699D9A649B925E0 (EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // private EssCertIDv2( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq.Count > 3) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); if ((((int32_t)L_1) <= ((int32_t)3))) { goto IL_0032; } } { // throw new ArgumentException("Bad sequence size: " + seq.Count, "seq"); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_2); V_1 = L_3; String_t* L_4; L_4 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_1), /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EssCertIDv2__ctor_mE94FA1861F8FC7F35A3C0989E699D9A649B925E0_RuntimeMethod_var))); } IL_0032: { // int count = 0; V_0 = 0; // if (seq[0] is Asn1OctetString) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_7 = ___seq0; NullCheck(L_7); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_8; L_8 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_7, 0); if (!((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)IsInstClass((RuntimeObject*)L_8, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))) { goto IL_004f; } } { // this.hashAlgorithm = DefaultAlgID; IL2CPP_RUNTIME_CLASS_INIT(EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_il2cpp_TypeInfo_var); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_9 = ((EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_StaticFields*)il2cpp_codegen_static_fields_for(EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_il2cpp_TypeInfo_var))->get_DefaultAlgID_5(); __this->set_hashAlgorithm_2(L_9); // } goto IL_006a; } IL_004f: { // this.hashAlgorithm = AlgorithmIdentifier.GetInstance(seq[count++].ToAsn1Object()); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_10 = ___seq0; int32_t L_11 = V_0; int32_t L_12 = L_11; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); NullCheck(L_10); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_13; L_13 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_10, L_12); NullCheck(L_13); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_14; L_14 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_13); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_15; L_15 = AlgorithmIdentifier_GetInstance_m72ED3229FC5112CA144FA81CC150D686073B3964(L_14, /*hidden argument*/NULL); __this->set_hashAlgorithm_2(L_15); } IL_006a: { // this.certHash = Asn1OctetString.GetInstance(seq[count++].ToAsn1Object()).GetOctets(); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_16 = ___seq0; int32_t L_17 = V_0; int32_t L_18 = L_17; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); NullCheck(L_16); 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_16, L_18); NullCheck(L_19); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_20; L_20 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_19); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_21; L_21 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_20, /*hidden argument*/NULL); NullCheck(L_21); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22; L_22 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_21); __this->set_certHash_3(L_22); // if (seq.Count > count) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_23 = ___seq0; NullCheck(L_23); int32_t L_24; L_24 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_23); int32_t L_25 = V_0; if ((((int32_t)L_24) <= ((int32_t)L_25))) { goto IL_00af; } } { // this.issuerSerial = IssuerSerial.GetInstance( // Asn1Sequence.GetInstance(seq[count].ToAsn1Object())); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_26 = ___seq0; int32_t L_27 = V_0; NullCheck(L_26); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_28; L_28 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_26, L_27); NullCheck(L_28); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_29; L_29 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_28); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_30; L_30 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_29, /*hidden argument*/NULL); IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * L_31; L_31 = IssuerSerial_GetInstance_m178C760560FBE9322AB48D92EA711D61B0CCCCA9(L_30, /*hidden argument*/NULL); __this->set_issuerSerial_4(L_31); } IL_00af: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EssCertIDv2__ctor_m4AE8A07FCE854E34A9E8D3B3DCE4D1FFB7658C0B (EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___certHash0, const RuntimeMethod* method) { { // : this(null, certHash, null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___certHash0; EssCertIDv2__ctor_m71B4BFAA5C56ADFD0B1A46B35368EF07CB85CE21(__this, (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)NULL, L_0, (IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EssCertIDv2__ctor_mC2813F8BE5B8A215E8BB017C99F4F6955C46D637 (EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algId0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___certHash1, const RuntimeMethod* method) { { // : this(algId, certHash, null) AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = ___algId0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___certHash1; EssCertIDv2__ctor_m71B4BFAA5C56ADFD0B1A46B35368EF07CB85CE21(__this, L_0, L_1, (IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2::.ctor(System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EssCertIDv2__ctor_m9CF947BE5CA3945A58EB955E88F18D3187B3F907 (EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___certHash0, IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * ___issuerSerial1, const RuntimeMethod* method) { { // : this(null, certHash, issuerSerial) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___certHash0; IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * L_1 = ___issuerSerial1; EssCertIDv2__ctor_m71B4BFAA5C56ADFD0B1A46B35368EF07CB85CE21(__this, (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)NULL, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EssCertIDv2__ctor_m71B4BFAA5C56ADFD0B1A46B35368EF07CB85CE21 (EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algId0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___certHash1, IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * ___issuerSerial2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public EssCertIDv2( // AlgorithmIdentifier algId, // byte[] certHash, // IssuerSerial issuerSerial) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (algId == null) AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = ___algId0; if (L_0) { goto IL_0016; } } { // this.hashAlgorithm = DefaultAlgID; IL2CPP_RUNTIME_CLASS_INIT(EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_il2cpp_TypeInfo_var); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_1 = ((EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_StaticFields*)il2cpp_codegen_static_fields_for(EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_il2cpp_TypeInfo_var))->get_DefaultAlgID_5(); __this->set_hashAlgorithm_2(L_1); // } goto IL_001d; } IL_0016: { // this.hashAlgorithm = algId; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_2 = ___algId0; __this->set_hashAlgorithm_2(L_2); } IL_001d: { // this.certHash = certHash; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___certHash1; __this->set_certHash_3(L_3); // this.issuerSerial = issuerSerial; IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * L_4 = ___issuerSerial2; __this->set_issuerSerial_4(L_4); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2::get_HashAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * EssCertIDv2_get_HashAlgorithm_mEDAFC1E874EC5BF75760744748658AB6140947EB (EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * __this, const RuntimeMethod* method) { { // get { return this.hashAlgorithm; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_hashAlgorithm_2(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2::GetCertHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* EssCertIDv2_GetCertHash_m19210C1F1B705AC0DE012597AF1620B3285F35A6 (EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Arrays.Clone(certHash); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_certHash_3(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2::get_IssuerSerial() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * EssCertIDv2_get_IssuerSerial_mD5CD3EF792A4696C3ACB3FC7656EC813081AD48C (EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * __this, const RuntimeMethod* method) { { // get { return issuerSerial; } IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * L_0 = __this->get_issuerSerial_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * EssCertIDv2_ToAsn1Object_m866482B1BCC0D9D19C8049EB8FB657CA2B9415D9 (EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0; L_0 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // if (!hashAlgorithm.Equals(DefaultAlgID)) AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_2 = __this->get_hashAlgorithm_2(); IL2CPP_RUNTIME_CLASS_INIT(EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_il2cpp_TypeInfo_var); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_3 = ((EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_StaticFields*)il2cpp_codegen_static_fields_for(EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_il2cpp_TypeInfo_var))->get_DefaultAlgID_5(); NullCheck(L_2); bool L_4; L_4 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_2, L_3); if (L_4) { goto IL_0032; } } { // v.Add(hashAlgorithm); 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; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_8 = __this->get_hashAlgorithm_2(); 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: { // v.Add(new DerOctetString(certHash).ToAsn1Object()); 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; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_certHash_3(); DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_13 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_13, L_12, /*hidden argument*/NULL); NullCheck(L_13); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_14; L_14 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_13); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_14); (L_11)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_14); NullCheck(L_9); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_9, L_11, /*hidden argument*/NULL); // if (issuerSerial != null) IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * L_15 = __this->get_issuerSerial_4(); if (!L_15) { goto IL_006e; } } { // v.Add(issuerSerial); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_16 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_17 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_18 = L_17; IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * L_19 = __this->get_issuerSerial_4(); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_19); NullCheck(L_16); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_16, L_18, /*hidden argument*/NULL); } IL_006e: { // 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; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EssCertIDv2__cctor_mEB9CD91005FFFF803136710EEA07E47BCDC71803 (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*)&EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly AlgorithmIdentifier DefaultAlgID = new AlgorithmIdentifier( // NistObjectIdentifiers.IdSha256); IL2CPP_RUNTIME_CLASS_INIT(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdSha256_2(); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_1 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_mA45787B3AB8C719957BA61423CD3FA852BFB5AE3(L_1, L_0, /*hidden argument*/NULL); ((EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_StaticFields*)il2cpp_codegen_static_fields_for(EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_il2cpp_TypeInfo_var))->set_DefaultAlgID_5(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.EtsiQCObjectIdentifiers::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EtsiQCObjectIdentifiers__ctor_m908F5B2C2058AA811C1F03A0675065AB17E44613 (EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.EtsiQCObjectIdentifiers::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EtsiQCObjectIdentifiers__cctor_mA4815B6AD6E18678A07709C1AE645D0A830EF465 (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*)&EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F420CAEB65FFE5872E2F7A110B30C7ACBF8C10A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E); s_Il2CppMethodInitialized = true; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B2_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B5_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B4_0 = NULL; String_t* G_B6_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B8_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B7_0 = NULL; String_t* G_B9_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B11_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B10_0 = NULL; String_t* G_B12_0 = NULL; { // public static readonly DerObjectIdentifier IdEtsiQcs = new DerObjectIdentifier("0.4.0.1862.1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_0, _stringLiteral7F420CAEB65FFE5872E2F7A110B30C7ACBF8C10A, /*hidden argument*/NULL); ((EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_StaticFields*)il2cpp_codegen_static_fields_for(EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_il2cpp_TypeInfo_var))->set_IdEtsiQcs_0(L_0); // public static readonly DerObjectIdentifier IdEtsiQcsQcCompliance = new DerObjectIdentifier(IdEtsiQcs+".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ((EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_StaticFields*)il2cpp_codegen_static_fields_for(EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_il2cpp_TypeInfo_var))->get_IdEtsiQcs_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = L_1; G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_001b; } } { G_B3_0 = ((String_t*)(NULL)); goto IL_0020; } IL_001b: { NullCheck(G_B2_0); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B2_0); G_B3_0 = L_3; } IL_0020: { String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B3_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_5, L_4, /*hidden argument*/NULL); ((EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_StaticFields*)il2cpp_codegen_static_fields_for(EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_il2cpp_TypeInfo_var))->set_IdEtsiQcsQcCompliance_1(L_5); // public static readonly DerObjectIdentifier IdEtsiQcsLimitValue = new DerObjectIdentifier(IdEtsiQcs+".2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_6 = ((EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_StaticFields*)il2cpp_codegen_static_fields_for(EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_il2cpp_TypeInfo_var))->get_IdEtsiQcs_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7 = L_6; G_B4_0 = L_7; if (L_7) { G_B5_0 = L_7; goto IL_0040; } } { G_B6_0 = ((String_t*)(NULL)); goto IL_0045; } IL_0040: { NullCheck(G_B5_0); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B5_0); G_B6_0 = L_8; } IL_0045: { String_t* L_9; L_9 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B6_0, _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_10 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_10, L_9, /*hidden argument*/NULL); ((EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_StaticFields*)il2cpp_codegen_static_fields_for(EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_il2cpp_TypeInfo_var))->set_IdEtsiQcsLimitValue_2(L_10); // public static readonly DerObjectIdentifier IdEtsiQcsRetentionPeriod = new DerObjectIdentifier(IdEtsiQcs+".3"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_11 = ((EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_StaticFields*)il2cpp_codegen_static_fields_for(EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_il2cpp_TypeInfo_var))->get_IdEtsiQcs_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_12 = L_11; G_B7_0 = L_12; if (L_12) { G_B8_0 = L_12; goto IL_0065; } } { G_B9_0 = ((String_t*)(NULL)); goto IL_006a; } IL_0065: { NullCheck(G_B8_0); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B8_0); G_B9_0 = L_13; } IL_006a: { String_t* L_14; L_14 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B9_0, _stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_15 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_15, L_14, /*hidden argument*/NULL); ((EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_StaticFields*)il2cpp_codegen_static_fields_for(EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_il2cpp_TypeInfo_var))->set_IdEtsiQcsRetentionPeriod_3(L_15); // public static readonly DerObjectIdentifier IdEtsiQcsQcSscd = new DerObjectIdentifier(IdEtsiQcs+".4"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_16 = ((EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_StaticFields*)il2cpp_codegen_static_fields_for(EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_il2cpp_TypeInfo_var))->get_IdEtsiQcs_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_17 = L_16; G_B10_0 = L_17; if (L_17) { G_B11_0 = L_17; goto IL_008a; } } { G_B12_0 = ((String_t*)(NULL)); goto IL_008f; } IL_008a: { NullCheck(G_B11_0); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B11_0); G_B12_0 = L_18; } IL_008f: { String_t* L_19; L_19 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B12_0, _stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_20 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_20, L_19, /*hidden argument*/NULL); ((EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_StaticFields*)il2cpp_codegen_static_fields_for(EtsiQCObjectIdentifiers_tF379C2E8CF346CA44DF032C736B91AF6FD8644E8_il2cpp_TypeInfo_var))->set_IdEtsiQcsQcSscd_4(L_20); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 BestHTTP.SocketIO.Events.EventDescriptor::get_Callbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * EventDescriptor_get_Callbacks_mCACAF3979FF93DCE11972F1055BDCE59C6D7E48B (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, const RuntimeMethod* method) { { // public List Callbacks { get; private set; } List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * L_0 = __this->get_U3CCallbacksU3Ek__BackingField_0(); return L_0; } } // System.Void BestHTTP.SocketIO.Events.EventDescriptor::set_Callbacks(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptor_set_Callbacks_mE6CD8F7477E1DD45EEF98BA4B31E690BAF2394B6 (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * ___value0, const RuntimeMethod* method) { { // public List Callbacks { get; private set; } List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * L_0 = ___value0; __this->set_U3CCallbacksU3Ek__BackingField_0(L_0); return; } } // System.Boolean BestHTTP.SocketIO.Events.EventDescriptor::get_OnlyOnce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescriptor_get_OnlyOnce_mFBD85AEE0A80C2E6099CBB42911657A7F41889B4 (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, const RuntimeMethod* method) { { // public bool OnlyOnce { get; private set; } bool L_0 = __this->get_U3COnlyOnceU3Ek__BackingField_1(); return L_0; } } // System.Void BestHTTP.SocketIO.Events.EventDescriptor::set_OnlyOnce(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptor_set_OnlyOnce_m6CE8E68C9857AC948C6A8349939F47F5DE2F7208 (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, bool ___value0, const RuntimeMethod* method) { { // public bool OnlyOnce { get; private set; } bool L_0 = ___value0; __this->set_U3COnlyOnceU3Ek__BackingField_1(L_0); return; } } // System.Boolean BestHTTP.SocketIO.Events.EventDescriptor::get_AutoDecodePayload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescriptor_get_AutoDecodePayload_mAC54D034196B63010CF12B8AF7862F7A732A49E9 (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, const RuntimeMethod* method) { { // public bool AutoDecodePayload { get; private set; } bool L_0 = __this->get_U3CAutoDecodePayloadU3Ek__BackingField_2(); return L_0; } } // System.Void BestHTTP.SocketIO.Events.EventDescriptor::set_AutoDecodePayload(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptor_set_AutoDecodePayload_mDF416F1895CAEDF72D4F4248F24B25BBC07DE3C4 (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, bool ___value0, const RuntimeMethod* method) { { // public bool AutoDecodePayload { get; private set; } bool L_0 = ___value0; __this->set_U3CAutoDecodePayloadU3Ek__BackingField_2(L_0); return; } } // System.Void BestHTTP.SocketIO.Events.EventDescriptor::.ctor(System.Boolean,System.Boolean,BestHTTP.SocketIO.Events.SocketIOCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptor__ctor_m3014C2458678A31C246D997F88C4360405048501 (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, bool ___onlyOnce0, bool ___autoDecodePayload1, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * ___callback2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m3867B1D6CD5B5D25FFB7522A42241BB0D41B1386_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1D11FB0AF0400C779F02A3FCF6E0D81C29D95262_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public EventDescriptor(bool onlyOnce, bool autoDecodePayload, SocketIOCallback callback) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.OnlyOnce = onlyOnce; bool L_0 = ___onlyOnce0; EventDescriptor_set_OnlyOnce_m6CE8E68C9857AC948C6A8349939F47F5DE2F7208_inline(__this, L_0, /*hidden argument*/NULL); // this.AutoDecodePayload = autoDecodePayload; bool L_1 = ___autoDecodePayload1; EventDescriptor_set_AutoDecodePayload_mDF416F1895CAEDF72D4F4248F24B25BBC07DE3C4_inline(__this, L_1, /*hidden argument*/NULL); // this.Callbacks = new List(1); List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * L_2 = (List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 *)il2cpp_codegen_object_new(List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3_il2cpp_TypeInfo_var); List_1__ctor_m1D11FB0AF0400C779F02A3FCF6E0D81C29D95262(L_2, 1, /*hidden argument*/List_1__ctor_m1D11FB0AF0400C779F02A3FCF6E0D81C29D95262_RuntimeMethod_var); EventDescriptor_set_Callbacks_mE6CD8F7477E1DD45EEF98BA4B31E690BAF2394B6_inline(__this, L_2, /*hidden argument*/NULL); // if (callback != null) SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_3 = ___callback2; if (!L_3) { goto IL_002f; } } { // Callbacks.Add(callback); List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * L_4; L_4 = EventDescriptor_get_Callbacks_mCACAF3979FF93DCE11972F1055BDCE59C6D7E48B_inline(__this, /*hidden argument*/NULL); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_5 = ___callback2; NullCheck(L_4); List_1_Add_m3867B1D6CD5B5D25FFB7522A42241BB0D41B1386(L_4, L_5, /*hidden argument*/List_1_Add_m3867B1D6CD5B5D25FFB7522A42241BB0D41B1386_RuntimeMethod_var); } IL_002f: { // } return; } } // System.Void BestHTTP.SocketIO.Events.EventDescriptor::Call(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptor_Call_m13B7B2C7AD488EF23195CDD457B8F23F6082EE31 (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __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*)&Array_Resize_TisSocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_m587F284CF6C4720E8AA61AF4457DBABF5650BFC8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_CopyTo_mB8A2E10AE71EADC0D92FC6EEACF58553206B6B49_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mF89C39F4E28C208B84DD413D6190EF441BE94624_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m779D4454EF5FDBAD7E795F0F2B898583BA70E52A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * V_2 = NULL; Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // int callbackCount = Callbacks.Count; List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * L_0; L_0 = EventDescriptor_get_Callbacks_mCACAF3979FF93DCE11972F1055BDCE59C6D7E48B_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_m779D4454EF5FDBAD7E795F0F2B898583BA70E52A_inline(L_0, /*hidden argument*/List_1_get_Count_m779D4454EF5FDBAD7E795F0F2B898583BA70E52A_RuntimeMethod_var); V_0 = L_1; // if (CallbackArray == null || CallbackArray.Length < callbackCount) SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C* L_2 = __this->get_CallbackArray_3(); if (!L_2) { goto IL_001f; } } { SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C* L_3 = __this->get_CallbackArray_3(); NullCheck(L_3); int32_t L_4 = V_0; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))) >= ((int32_t)L_4))) { goto IL_002b; } } IL_001f: { // Array.Resize(ref CallbackArray, callbackCount); SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C** L_5 = __this->get_address_of_CallbackArray_3(); int32_t L_6 = V_0; Array_Resize_TisSocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_m587F284CF6C4720E8AA61AF4457DBABF5650BFC8((SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C**)L_5, L_6, /*hidden argument*/Array_Resize_TisSocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_m587F284CF6C4720E8AA61AF4457DBABF5650BFC8_RuntimeMethod_var); } IL_002b: { // Callbacks.CopyTo(CallbackArray); List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * L_7; L_7 = EventDescriptor_get_Callbacks_mCACAF3979FF93DCE11972F1055BDCE59C6D7E48B_inline(__this, /*hidden argument*/NULL); SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C* L_8 = __this->get_CallbackArray_3(); NullCheck(L_7); List_1_CopyTo_mB8A2E10AE71EADC0D92FC6EEACF58553206B6B49(L_7, L_8, /*hidden argument*/List_1_CopyTo_mB8A2E10AE71EADC0D92FC6EEACF58553206B6B49_RuntimeMethod_var); // for (int i = 0; i < callbackCount; ++i) V_1 = 0; goto IL_00ca; } IL_0043: { } IL_0044: try {// begin try (depth: 1) { // SocketIOCallback callback = CallbackArray[i]; SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C* L_9 = __this->get_CallbackArray_3(); int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_12 = (L_9)->GetAt(static_cast(L_11)); V_2 = L_12; // if (callback!= null) SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_13 = V_2; if (!L_13) { goto IL_0059; } } IL_0050: { // callback(socket, packet, args); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_14 = V_2; Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_15 = ___socket0; Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_16 = ___packet1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = ___args2; NullCheck(L_14); SocketIOCallback_Invoke_m9927EE9F2F484B80C9FBAF7CAFE056F688D97100(L_14, L_15, L_16, L_17, /*hidden argument*/NULL); } IL_0059: { // } goto IL_00a1; } }// 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_005b; } throw e; } CATCH_005b: {// begin catch(System.Exception) { // catch (Exception ex) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // if (args == null || args.Length == 0 || !(args[0] is Error)) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_18 = ___args2; if (!L_18) { goto IL_006d; } } IL_005f: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = ___args2; NullCheck(L_19); if (!(((RuntimeArray*)L_19)->max_length)) { goto IL_006d; } } IL_0063: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = ___args2; NullCheck(L_20); int32_t L_21 = 0; RuntimeObject * L_22 = (L_20)->GetAt(static_cast(L_21)); if (((Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 *)IsInstSealed((RuntimeObject*)L_22, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6_il2cpp_TypeInfo_var))))) { goto IL_008a; } } IL_006d: { // (socket as ISocket).EmitError(SocketIOErrors.User, ex.Message + " " + ex.StackTrace); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_23 = ___socket0; Exception_t * L_24 = V_3; NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_24); Exception_t * L_26 = V_3; NullCheck(L_26); String_t* L_27; L_27 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Exception::get_StackTrace() */, L_26); String_t* L_28; L_28 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_25, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745)), L_27, /*hidden argument*/NULL); NullCheck(L_23); 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)), L_23, 5, L_28); } IL_008a: { // HTTPManager.Logger.Exception("EventDescriptor", "Call", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_29; L_29 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_30 = V_3; NullCheck(L_29); 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_29, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFC6CDD3CF4A0D0ED2823322C16B4547285289AC2)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4D63650286A1E1FD31796F6AE418A16D3A0C143B)), L_30); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00a1; } }// end catch (depth: 1) IL_00a1: { // if (this.OnlyOnce) bool L_31; L_31 = EventDescriptor_get_OnlyOnce_mFBD85AEE0A80C2E6099CBB42911657A7F41889B4_inline(__this, /*hidden argument*/NULL); if (!L_31) { goto IL_00bd; } } { // Callbacks.Remove(CallbackArray[i]); List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * L_32; L_32 = EventDescriptor_get_Callbacks_mCACAF3979FF93DCE11972F1055BDCE59C6D7E48B_inline(__this, /*hidden argument*/NULL); SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C* L_33 = __this->get_CallbackArray_3(); int32_t L_34 = V_1; NullCheck(L_33); int32_t L_35 = L_34; SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_36 = (L_33)->GetAt(static_cast(L_35)); NullCheck(L_32); bool L_37; L_37 = List_1_Remove_mF89C39F4E28C208B84DD413D6190EF441BE94624(L_32, L_36, /*hidden argument*/List_1_Remove_mF89C39F4E28C208B84DD413D6190EF441BE94624_RuntimeMethod_var); } IL_00bd: { // CallbackArray[i] = null; SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C* L_38 = __this->get_CallbackArray_3(); int32_t L_39 = V_1; NullCheck(L_38); ArrayElementTypeCheck (L_38, NULL); (L_38)->SetAt(static_cast(L_39), (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE *)NULL); // for (int i = 0; i < callbackCount; ++i) int32_t L_40 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00ca: { // for (int i = 0; i < callbackCount; ++i) int32_t L_41 = V_1; int32_t L_42 = V_0; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_0043; } } { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String BestHTTP.SocketIO.Events.EventNames::GetNameFor(BestHTTP.SocketIO.SocketIOEventTypes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EventNames_GetNameFor_mC7EF884A3BEFE72FC4F30EFC73A2BD0B418D3172 (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; } { // return SocketIONames[(int)type + 1]; IL2CPP_RUNTIME_CLASS_INIT(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ((EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_StaticFields*)il2cpp_codegen_static_fields_for(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var))->get_SocketIONames_7(); int32_t L_1 = ___type0; NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); String_t* L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.String BestHTTP.SocketIO.Events.EventNames::GetNameFor(BestHTTP.SocketIO.TransportEventTypes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EventNames_GetNameFor_m29E2ADB3A6B6AEF8EA37F0B39DE16FA34FB95D68 (int32_t ___transEvent0, 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; } { // return TransportNames[(int)transEvent + 1]; IL2CPP_RUNTIME_CLASS_INIT(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ((EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_StaticFields*)il2cpp_codegen_static_fields_for(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var))->get_TransportNames_8(); int32_t L_1 = ___transEvent0; NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); String_t* L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = 0; i < BlacklistedEvents.Length; ++i) V_0 = 0; goto IL_001a; } IL_0004: { // if (string.Compare(BlacklistedEvents[i], eventName, StringComparison.OrdinalIgnoreCase) == 0) IL2CPP_RUNTIME_CLASS_INIT(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ((EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_StaticFields*)il2cpp_codegen_static_fields_for(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var))->get_BlacklistedEvents_9(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; String_t* L_3 = (L_0)->GetAt(static_cast(L_2)); String_t* L_4 = ___eventName0; int32_t L_5; L_5 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_3, L_4, 5, /*hidden argument*/NULL); if (L_5) { goto IL_0016; } } { // return true; return (bool)1; } IL_0016: { // for (int i = 0; i < BlacklistedEvents.Length; ++i) int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_001a: { // for (int i = 0; i < BlacklistedEvents.Length; ++i) int32_t L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = ((EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_StaticFields*)il2cpp_codegen_static_fields_for(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var))->get_BlacklistedEvents_9(); NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))) { goto IL_0004; } } { // return false; return (bool)0; } } // System.Void BestHTTP.SocketIO.Events.EventNames::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventNames__cctor_m2B9B40573DA12A3B997CAC59999EBE13191C9D0E (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*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral093507DEB05FB14DD8659BC619825EC3274FD8C6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0FD7B3C1033C1EF1C45607B35492B62E1CFC7C11); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2609ED28821D516F986477D0401D27F116C7BB5D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27A15AFC1B64AE48E9A0E1B18BB631E9114C810A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2BEBC0B11E84DD9BC3CB80865FE538130A2DBA2E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3323E6A37819D4C4AC310608DA4CF7FB13A968); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39E1D3A8000F77CBF4FD7D763F01F703EBBEC4ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral558CD13405DF63464A388BAEE9F9460130FE56FC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63F41207BA268B7E9AC2AE1CB69531BA2C110113); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69AD9BC3F411DDCC87724038C684C4CAABD46CB1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8451D28B929E6C023C5CF1726EC710BE6210ECC3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9063944EBC21CF353F1989376713C1E4EC58BBE2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral963D8FD233ED8F4791C80833301C4D3C330D3E01); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA473E656458AF83D9323FD20D36886678F7B1807); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA93CC7DC8746077C36CE4BB66272213F27FF9C9E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD2BBC5DEC8245A45FBFBFF88DC127E3874E61B2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC21AA4F5FE69346E31AFC76EDFE0CD96E3B75776); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC456CB23898DB779BFE92B087FF26B28550F5269); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD559C6D97E819D8E4EF7ACDC34C4E8D3DD314964); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEAA8D9C3445FEBFE3701DDB0406A86D63B80BB2F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCA74A9060DDEE6A3ECAE73E6AB96086770BE7E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCAAB175D88E56897F198AB4D421BD26E67939E1); s_Il2CppMethodInitialized = true; } { // private static string[] SocketIONames = new string[] { "unknown", "connect", "disconnect", "event", "ack", "error", "binaryevent", "binaryack" }; 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, _stringLiteral2C3323E6A37819D4C4AC310608DA4CF7FB13A968); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteral2C3323E6A37819D4C4AC310608DA4CF7FB13A968); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral0FD7B3C1033C1EF1C45607B35492B62E1CFC7C11); (L_2)->SetAt(static_cast(1), (String_t*)_stringLiteral0FD7B3C1033C1EF1C45607B35492B62E1CFC7C11); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteralC21AA4F5FE69346E31AFC76EDFE0CD96E3B75776); (L_3)->SetAt(static_cast(2), (String_t*)_stringLiteralC21AA4F5FE69346E31AFC76EDFE0CD96E3B75776); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteralEAA8D9C3445FEBFE3701DDB0406A86D63B80BB2F); (L_4)->SetAt(static_cast(3), (String_t*)_stringLiteralEAA8D9C3445FEBFE3701DDB0406A86D63B80BB2F); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral8451D28B929E6C023C5CF1726EC710BE6210ECC3); (L_5)->SetAt(static_cast(4), (String_t*)_stringLiteral8451D28B929E6C023C5CF1726EC710BE6210ECC3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteralFCA74A9060DDEE6A3ECAE73E6AB96086770BE7E2); (L_6)->SetAt(static_cast(5), (String_t*)_stringLiteralFCA74A9060DDEE6A3ECAE73E6AB96086770BE7E2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2609ED28821D516F986477D0401D27F116C7BB5D); (L_7)->SetAt(static_cast(6), (String_t*)_stringLiteral2609ED28821D516F986477D0401D27F116C7BB5D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteralA473E656458AF83D9323FD20D36886678F7B1807); (L_8)->SetAt(static_cast(7), (String_t*)_stringLiteralA473E656458AF83D9323FD20D36886678F7B1807); ((EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_StaticFields*)il2cpp_codegen_static_fields_for(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var))->set_SocketIONames_7(L_8); // private static string[] TransportNames = new string[] { "unknown", "open", "close", "ping", "pong", "message", "upgrade", "noop" }; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)8); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral2C3323E6A37819D4C4AC310608DA4CF7FB13A968); (L_10)->SetAt(static_cast(0), (String_t*)_stringLiteral2C3323E6A37819D4C4AC310608DA4CF7FB13A968); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral963D8FD233ED8F4791C80833301C4D3C330D3E01); (L_11)->SetAt(static_cast(1), (String_t*)_stringLiteral963D8FD233ED8F4791C80833301C4D3C330D3E01); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral093507DEB05FB14DD8659BC619825EC3274FD8C6); (L_12)->SetAt(static_cast(2), (String_t*)_stringLiteral093507DEB05FB14DD8659BC619825EC3274FD8C6); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = L_12; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteralAD2BBC5DEC8245A45FBFBFF88DC127E3874E61B2); (L_13)->SetAt(static_cast(3), (String_t*)_stringLiteralAD2BBC5DEC8245A45FBFBFF88DC127E3874E61B2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = L_13; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral63F41207BA268B7E9AC2AE1CB69531BA2C110113); (L_14)->SetAt(static_cast(4), (String_t*)_stringLiteral63F41207BA268B7E9AC2AE1CB69531BA2C110113); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = L_14; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteralD559C6D97E819D8E4EF7ACDC34C4E8D3DD314964); (L_15)->SetAt(static_cast(5), (String_t*)_stringLiteralD559C6D97E819D8E4EF7ACDC34C4E8D3DD314964); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = L_15; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral69AD9BC3F411DDCC87724038C684C4CAABD46CB1); (L_16)->SetAt(static_cast(6), (String_t*)_stringLiteral69AD9BC3F411DDCC87724038C684C4CAABD46CB1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = L_16; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteralFCAAB175D88E56897F198AB4D421BD26E67939E1); (L_17)->SetAt(static_cast(7), (String_t*)_stringLiteralFCAAB175D88E56897F198AB4D421BD26E67939E1); ((EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_StaticFields*)il2cpp_codegen_static_fields_for(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var))->set_TransportNames_8(L_17); // private static string[] BlacklistedEvents = new string[] { "connect", "connect_error", "connect_timeout", "disconnect", "error", "reconnect", // "reconnect_attempt", "reconnect_failed", "reconnect_error", "reconnecting" }; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19 = L_18; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral0FD7B3C1033C1EF1C45607B35492B62E1CFC7C11); (L_19)->SetAt(static_cast(0), (String_t*)_stringLiteral0FD7B3C1033C1EF1C45607B35492B62E1CFC7C11); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = L_19; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteralC456CB23898DB779BFE92B087FF26B28550F5269); (L_20)->SetAt(static_cast(1), (String_t*)_stringLiteralC456CB23898DB779BFE92B087FF26B28550F5269); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_21 = L_20; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteral27A15AFC1B64AE48E9A0E1B18BB631E9114C810A); (L_21)->SetAt(static_cast(2), (String_t*)_stringLiteral27A15AFC1B64AE48E9A0E1B18BB631E9114C810A); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22 = L_21; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteralC21AA4F5FE69346E31AFC76EDFE0CD96E3B75776); (L_22)->SetAt(static_cast(3), (String_t*)_stringLiteralC21AA4F5FE69346E31AFC76EDFE0CD96E3B75776); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23 = L_22; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteralFCA74A9060DDEE6A3ECAE73E6AB96086770BE7E2); (L_23)->SetAt(static_cast(4), (String_t*)_stringLiteralFCA74A9060DDEE6A3ECAE73E6AB96086770BE7E2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_24 = L_23; NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteralA93CC7DC8746077C36CE4BB66272213F27FF9C9E); (L_24)->SetAt(static_cast(5), (String_t*)_stringLiteralA93CC7DC8746077C36CE4BB66272213F27FF9C9E); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_25 = L_24; NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteral558CD13405DF63464A388BAEE9F9460130FE56FC); (L_25)->SetAt(static_cast(6), (String_t*)_stringLiteral558CD13405DF63464A388BAEE9F9460130FE56FC); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_26 = L_25; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral39E1D3A8000F77CBF4FD7D763F01F703EBBEC4ED); (L_26)->SetAt(static_cast(7), (String_t*)_stringLiteral39E1D3A8000F77CBF4FD7D763F01F703EBBEC4ED); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_27 = L_26; NullCheck(L_27); ArrayElementTypeCheck (L_27, _stringLiteral2BEBC0B11E84DD9BC3CB80865FE538130A2DBA2E); (L_27)->SetAt(static_cast(8), (String_t*)_stringLiteral2BEBC0B11E84DD9BC3CB80865FE538130A2DBA2E); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_28 = L_27; NullCheck(L_28); ArrayElementTypeCheck (L_28, _stringLiteral9063944EBC21CF353F1989376713C1E4EC58BBE2); (L_28)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteral9063944EBC21CF353F1989376713C1E4EC58BBE2); ((EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_StaticFields*)il2cpp_codegen_static_fields_for(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var))->set_BlacklistedEvents_9(L_28); 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.Uri BestHTTP.ServerSentEvents.EventSource::get_Uri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * EventSource_get_Uri_m1370AB0530BBE845F4A179A904EB08F957401A8D (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method) { { // public Uri Uri { get; private set; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_U3CUriU3Ek__BackingField_0(); return L_0; } } // System.Void BestHTTP.ServerSentEvents.EventSource::set_Uri(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_set_Uri_m340E2454D328604CD5147D5224935F58330A1BDC (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method) { { // public Uri Uri { get; private set; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___value0; __this->set_U3CUriU3Ek__BackingField_0(L_0); return; } } // BestHTTP.ServerSentEvents.States BestHTTP.ServerSentEvents.EventSource::get_State() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventSource_get_State_mF75BD4D04D925F4F674F938260B3C7422319F966 (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method) { { // return _state; int32_t L_0 = __this->get__state_1(); return L_0; } } // System.Void BestHTTP.ServerSentEvents.EventSource::set_State(BestHTTP.ServerSentEvents.States) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_set_State_mD449BF8B2D75892DC4A113E37544090130977740 (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, int32_t ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // States oldState = _state; int32_t L_0 = __this->get__state_1(); V_0 = L_0; // _state = value; int32_t L_1 = ___value0; __this->set__state_1(L_1); // if (OnStateChanged != null) OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * L_2 = __this->get_OnStateChanged_10(); if (!L_2) { goto IL_0043; } } IL_0016: try {// begin try (depth: 1) // OnStateChanged(this, oldState, _state); OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * L_3 = __this->get_OnStateChanged_10(); int32_t L_4 = V_0; int32_t L_5 = __this->get__state_1(); NullCheck(L_3); OnStateChangedDelegate_Invoke_mB83A8AD8FE2A253B26567668248A57E13D0B0393(L_3, __this, L_4, L_5, /*hidden argument*/NULL); // } goto IL_0043; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002b; } throw e; } CATCH_002b: {// begin catch(System.Exception) // catch(Exception ex) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("EventSource", "OnStateChanged", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_6; L_6 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_7 = V_1; NullCheck(L_6); 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_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAFBFEED22118580FA399BDB5E90CA7CAE3DFF826)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral40E6D4B4BEEBFAD2F30C933AE25E725F43CF0F66)), L_7); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0043; }// end catch (depth: 1) IL_0043: { // } return; } } // System.TimeSpan BestHTTP.ServerSentEvents.EventSource::get_ReconnectionTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 EventSource_get_ReconnectionTime_m51CE8BD10EEAD005804C6BD8E22F9F9F5D6C708D (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method) { { // public TimeSpan ReconnectionTime { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CReconnectionTimeU3Ek__BackingField_2(); return L_0; } } // System.Void BestHTTP.ServerSentEvents.EventSource::set_ReconnectionTime(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_set_ReconnectionTime_m5B52999E64E8A67D1D0AE8513C5AC9A12E692EF2 (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { // public TimeSpan ReconnectionTime { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; __this->set_U3CReconnectionTimeU3Ek__BackingField_2(L_0); return; } } // System.String BestHTTP.ServerSentEvents.EventSource::get_LastEventId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EventSource_get_LastEventId_mFF492F986B249B4F97F3A70AA2F7B96AB16A589D (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method) { { // public string LastEventId { get; private set; } String_t* L_0 = __this->get_U3CLastEventIdU3Ek__BackingField_3(); return L_0; } } // System.Void BestHTTP.ServerSentEvents.EventSource::set_LastEventId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_set_LastEventId_m8702187A273C720ADFC5443EEA64853F274A4BAF (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string LastEventId { get; private set; } String_t* L_0 = ___value0; __this->set_U3CLastEventIdU3Ek__BackingField_3(L_0); return; } } // BestHTTP.HTTPRequest BestHTTP.ServerSentEvents.EventSource::get_InternalRequest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * EventSource_get_InternalRequest_m3483FCCAF2FE37C4C1612A90670AC1DE93C14B92 (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method) { { // public HTTPRequest InternalRequest { get; private set; } HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_0 = __this->get_U3CInternalRequestU3Ek__BackingField_4(); return L_0; } } // System.Void BestHTTP.ServerSentEvents.EventSource::set_InternalRequest(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_set_InternalRequest_m00CEB292B8401A4499B493A3ABB23FF53FC93E2F (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___value0, const RuntimeMethod* method) { { // public HTTPRequest InternalRequest { get; private set; } HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_0 = ___value0; __this->set_U3CInternalRequestU3Ek__BackingField_4(L_0); return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::add_OnOpen(BestHTTP.ServerSentEvents.OnGeneralEventDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_add_OnOpen_mA8908F06FB8F7AD8AD3E7CACAE5FA1E17DC3A179 (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * V_0 = NULL; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * V_1 = NULL; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * V_2 = NULL; { OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_0 = __this->get_OnOpen_5(); V_0 = L_0; } IL_0007: { OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_1 = V_0; V_1 = L_1; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_2 = V_1; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C *)CastclassSealed((RuntimeObject*)L_4, OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C_il2cpp_TypeInfo_var)); OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C ** L_5 = __this->get_address_of_OnOpen_5(); OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_6 = V_2; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_7 = V_1; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_8; L_8 = InterlockedCompareExchangeImpl((OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C **)L_5, L_6, L_7); V_0 = L_8; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_9 = V_0; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_10 = V_1; if ((!(((RuntimeObject*)(OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C *)L_9) == ((RuntimeObject*)(OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::remove_OnOpen(BestHTTP.ServerSentEvents.OnGeneralEventDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_remove_OnOpen_m5998E2B769A40E35F7ADA525E5E0DCA4CD5CAE90 (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * V_0 = NULL; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * V_1 = NULL; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * V_2 = NULL; { OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_0 = __this->get_OnOpen_5(); V_0 = L_0; } IL_0007: { OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_1 = V_0; V_1 = L_1; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_2 = V_1; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C *)CastclassSealed((RuntimeObject*)L_4, OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C_il2cpp_TypeInfo_var)); OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C ** L_5 = __this->get_address_of_OnOpen_5(); OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_6 = V_2; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_7 = V_1; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_8; L_8 = InterlockedCompareExchangeImpl((OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C **)L_5, L_6, L_7); V_0 = L_8; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_9 = V_0; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_10 = V_1; if ((!(((RuntimeObject*)(OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C *)L_9) == ((RuntimeObject*)(OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::add_OnMessage(BestHTTP.ServerSentEvents.OnMessageDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_add_OnMessage_m68978488B5F5B1F63DE1166D6A57672BE92847F7 (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * V_0 = NULL; OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * V_1 = NULL; OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * V_2 = NULL; { OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * L_0 = __this->get_OnMessage_6(); V_0 = L_0; } IL_0007: { OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * L_1 = V_0; V_1 = L_1; OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * L_2 = V_1; OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F *)CastclassSealed((RuntimeObject*)L_4, OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F_il2cpp_TypeInfo_var)); OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F ** L_5 = __this->get_address_of_OnMessage_6(); OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * L_6 = V_2; OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * L_7 = V_1; OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * L_8; L_8 = InterlockedCompareExchangeImpl((OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F **)L_5, L_6, L_7); V_0 = L_8; OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * L_9 = V_0; OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * L_10 = V_1; if ((!(((RuntimeObject*)(OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F *)L_9) == ((RuntimeObject*)(OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::remove_OnMessage(BestHTTP.ServerSentEvents.OnMessageDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_remove_OnMessage_mAF82B493C3903D304EC33919257739752356D983 (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * V_0 = NULL; OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * V_1 = NULL; OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * V_2 = NULL; { OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * L_0 = __this->get_OnMessage_6(); V_0 = L_0; } IL_0007: { OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * L_1 = V_0; V_1 = L_1; OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * L_2 = V_1; OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F *)CastclassSealed((RuntimeObject*)L_4, OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F_il2cpp_TypeInfo_var)); OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F ** L_5 = __this->get_address_of_OnMessage_6(); OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * L_6 = V_2; OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * L_7 = V_1; OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * L_8; L_8 = InterlockedCompareExchangeImpl((OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F **)L_5, L_6, L_7); V_0 = L_8; OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * L_9 = V_0; OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * L_10 = V_1; if ((!(((RuntimeObject*)(OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F *)L_9) == ((RuntimeObject*)(OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::add_OnError(BestHTTP.ServerSentEvents.OnErrorDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_add_OnError_m4FC67859F006FB7EAB8C3EFAA38343F005AD0A81 (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * V_0 = NULL; OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * V_1 = NULL; OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * V_2 = NULL; { OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * L_0 = __this->get_OnError_7(); V_0 = L_0; } IL_0007: { OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * L_1 = V_0; V_1 = L_1; OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * L_2 = V_1; OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 *)CastclassSealed((RuntimeObject*)L_4, OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6_il2cpp_TypeInfo_var)); OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 ** L_5 = __this->get_address_of_OnError_7(); OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * L_6 = V_2; OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * L_7 = V_1; OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * L_8; L_8 = InterlockedCompareExchangeImpl((OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 **)L_5, L_6, L_7); V_0 = L_8; OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * L_9 = V_0; OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * L_10 = V_1; if ((!(((RuntimeObject*)(OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 *)L_9) == ((RuntimeObject*)(OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::remove_OnError(BestHTTP.ServerSentEvents.OnErrorDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_remove_OnError_mABF19AAD9BDAED15CC9BB01818BA42CD3038E8D8 (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * V_0 = NULL; OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * V_1 = NULL; OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * V_2 = NULL; { OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * L_0 = __this->get_OnError_7(); V_0 = L_0; } IL_0007: { OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * L_1 = V_0; V_1 = L_1; OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * L_2 = V_1; OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 *)CastclassSealed((RuntimeObject*)L_4, OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6_il2cpp_TypeInfo_var)); OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 ** L_5 = __this->get_address_of_OnError_7(); OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * L_6 = V_2; OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * L_7 = V_1; OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * L_8; L_8 = InterlockedCompareExchangeImpl((OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 **)L_5, L_6, L_7); V_0 = L_8; OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * L_9 = V_0; OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * L_10 = V_1; if ((!(((RuntimeObject*)(OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 *)L_9) == ((RuntimeObject*)(OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::add_OnRetry(BestHTTP.ServerSentEvents.OnRetryDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_add_OnRetry_mF58E397BD8C9D3D66DD3323FD0024A96DD5C6AF7 (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * V_0 = NULL; OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * V_1 = NULL; OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * V_2 = NULL; { OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_0 = __this->get_OnRetry_8(); V_0 = L_0; } IL_0007: { OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_1 = V_0; V_1 = L_1; OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_2 = V_1; OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 *)CastclassSealed((RuntimeObject*)L_4, OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33_il2cpp_TypeInfo_var)); OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 ** L_5 = __this->get_address_of_OnRetry_8(); OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_6 = V_2; OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_7 = V_1; OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_8; L_8 = InterlockedCompareExchangeImpl((OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 **)L_5, L_6, L_7); V_0 = L_8; OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_9 = V_0; OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_10 = V_1; if ((!(((RuntimeObject*)(OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 *)L_9) == ((RuntimeObject*)(OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::remove_OnRetry(BestHTTP.ServerSentEvents.OnRetryDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_remove_OnRetry_m49CDC133BAD29E8A27906FD5A0EE703AD8F1ED88 (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * V_0 = NULL; OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * V_1 = NULL; OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * V_2 = NULL; { OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_0 = __this->get_OnRetry_8(); V_0 = L_0; } IL_0007: { OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_1 = V_0; V_1 = L_1; OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_2 = V_1; OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 *)CastclassSealed((RuntimeObject*)L_4, OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33_il2cpp_TypeInfo_var)); OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 ** L_5 = __this->get_address_of_OnRetry_8(); OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_6 = V_2; OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_7 = V_1; OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_8; L_8 = InterlockedCompareExchangeImpl((OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 **)L_5, L_6, L_7); V_0 = L_8; OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_9 = V_0; OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_10 = V_1; if ((!(((RuntimeObject*)(OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 *)L_9) == ((RuntimeObject*)(OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::add_OnClosed(BestHTTP.ServerSentEvents.OnGeneralEventDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_add_OnClosed_mD83D38C378E5A709458925DC7AAFC2482E73895C (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * V_0 = NULL; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * V_1 = NULL; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * V_2 = NULL; { OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_0 = __this->get_OnClosed_9(); V_0 = L_0; } IL_0007: { OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_1 = V_0; V_1 = L_1; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_2 = V_1; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C *)CastclassSealed((RuntimeObject*)L_4, OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C_il2cpp_TypeInfo_var)); OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C ** L_5 = __this->get_address_of_OnClosed_9(); OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_6 = V_2; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_7 = V_1; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_8; L_8 = InterlockedCompareExchangeImpl((OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C **)L_5, L_6, L_7); V_0 = L_8; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_9 = V_0; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_10 = V_1; if ((!(((RuntimeObject*)(OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C *)L_9) == ((RuntimeObject*)(OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::remove_OnClosed(BestHTTP.ServerSentEvents.OnGeneralEventDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_remove_OnClosed_m8C3FCA4AABFC1B195427F904EB0DA7FAFE16D25E (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * V_0 = NULL; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * V_1 = NULL; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * V_2 = NULL; { OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_0 = __this->get_OnClosed_9(); V_0 = L_0; } IL_0007: { OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_1 = V_0; V_1 = L_1; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_2 = V_1; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C *)CastclassSealed((RuntimeObject*)L_4, OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C_il2cpp_TypeInfo_var)); OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C ** L_5 = __this->get_address_of_OnClosed_9(); OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_6 = V_2; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_7 = V_1; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_8; L_8 = InterlockedCompareExchangeImpl((OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C **)L_5, L_6, L_7); V_0 = L_8; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_9 = V_0; OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_10 = V_1; if ((!(((RuntimeObject*)(OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C *)L_9) == ((RuntimeObject*)(OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::add_OnStateChanged(BestHTTP.ServerSentEvents.OnStateChangedDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_add_OnStateChanged_m5CBE02B277CED02A2B095815E6646263C0ED224E (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * V_0 = NULL; OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * V_1 = NULL; OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * V_2 = NULL; { OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * L_0 = __this->get_OnStateChanged_10(); V_0 = L_0; } IL_0007: { OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * L_1 = V_0; V_1 = L_1; OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * L_2 = V_1; OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 *)CastclassSealed((RuntimeObject*)L_4, OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1_il2cpp_TypeInfo_var)); OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 ** L_5 = __this->get_address_of_OnStateChanged_10(); OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * L_6 = V_2; OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * L_7 = V_1; OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * L_8; L_8 = InterlockedCompareExchangeImpl((OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 **)L_5, L_6, L_7); V_0 = L_8; OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * L_9 = V_0; OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * L_10 = V_1; if ((!(((RuntimeObject*)(OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 *)L_9) == ((RuntimeObject*)(OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::remove_OnStateChanged(BestHTTP.ServerSentEvents.OnStateChangedDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_remove_OnStateChanged_mB748B9BD2B9679E6044B11E6B73CE6004B695E86 (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * V_0 = NULL; OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * V_1 = NULL; OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * V_2 = NULL; { OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * L_0 = __this->get_OnStateChanged_10(); V_0 = L_0; } IL_0007: { OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * L_1 = V_0; V_1 = L_1; OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * L_2 = V_1; OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 *)CastclassSealed((RuntimeObject*)L_4, OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1_il2cpp_TypeInfo_var)); OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 ** L_5 = __this->get_address_of_OnStateChanged_10(); OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * L_6 = V_2; OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * L_7 = V_1; OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * L_8; L_8 = InterlockedCompareExchangeImpl((OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 **)L_5, L_6, L_7); V_0 = L_8; OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * L_9 = V_0; OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 * L_10 = V_1; if ((!(((RuntimeObject*)(OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 *)L_9) == ((RuntimeObject*)(OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::.ctor(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource__ctor_mEA608C9A6CEBAFD02484F72FEB523338197ADF78 (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventSource_OnRequestFinished_mA98BF860952785D23A691009A616E5CDCD44AD42_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventSource_OnUpgraded_mDF7A4035C2EA4D61D4888FFFD571C4BEDC0B6F56_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E5584AFF0328C3E9B727CFB3887E9E710B0F53D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16D46E00A879AD1C9053ED90B4B148D721A45E92); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34077EF4BA7E36D7E714C11E9B448D6C536ED8A3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral49A5E5D5C3052C967822E9AFB58039CD9FB0FBC6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral612B6814E904DD042B167418DFE491AD4B5A0B1B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69246FD8ECCD71895CF44BE2EB6A80E686C5A018); s_Il2CppMethodInitialized = true; } { // public EventSource(Uri uri) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.Uri = uri; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; EventSource_set_Uri_m340E2454D328604CD5147D5224935F58330A1BDC_inline(__this, L_0, /*hidden argument*/NULL); // this.ReconnectionTime = TimeSpan.FromMilliseconds(2000); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1; L_1 = TimeSpan_FromMilliseconds_m12D90542B044C450FDFBCEA1CBC32369479483EC((2000.0), /*hidden argument*/NULL); EventSource_set_ReconnectionTime_m5B52999E64E8A67D1D0AE8513C5AC9A12E692EF2_inline(__this, L_1, /*hidden argument*/NULL); // this.InternalRequest = new HTTPRequest(Uri, HTTPMethods.Get, true, true, OnRequestFinished); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2; L_2 = EventSource_get_Uri_m1370AB0530BBE845F4A179A904EB08F957401A8D_inline(__this, /*hidden argument*/NULL); OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * L_3 = (OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 *)il2cpp_codegen_object_new(OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4_il2cpp_TypeInfo_var); OnRequestFinishedDelegate__ctor_m2379F5429ED6B8FB42D7D7D8C3FADE30932BD9FA(L_3, __this, (intptr_t)((intptr_t)EventSource_OnRequestFinished_mA98BF860952785D23A691009A616E5CDCD44AD42_RuntimeMethod_var), /*hidden argument*/NULL); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_4 = (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 *)il2cpp_codegen_object_new(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var); HTTPRequest__ctor_mAE64F8AB6E9A1C375D196E7686BC368D24B96E1B(L_4, L_2, 0, (bool)1, (bool)1, L_3, /*hidden argument*/NULL); EventSource_set_InternalRequest_m00CEB292B8401A4499B493A3ABB23FF53FC93E2F_inline(__this, L_4, /*hidden argument*/NULL); // this.InternalRequest.SetHeader("Accept", "text/event-stream"); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_5; L_5 = EventSource_get_InternalRequest_m3483FCCAF2FE37C4C1612A90670AC1DE93C14B92_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); HTTPRequest_SetHeader_m5DFA6302FD1F64647A4A7A80D9AFE68B56A8FD09(L_5, _stringLiteral16D46E00A879AD1C9053ED90B4B148D721A45E92, _stringLiteral612B6814E904DD042B167418DFE491AD4B5A0B1B, /*hidden argument*/NULL); // this.InternalRequest.SetHeader("Cache-Control", "no-cache"); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_6; L_6 = EventSource_get_InternalRequest_m3483FCCAF2FE37C4C1612A90670AC1DE93C14B92_inline(__this, /*hidden argument*/NULL); NullCheck(L_6); HTTPRequest_SetHeader_m5DFA6302FD1F64647A4A7A80D9AFE68B56A8FD09(L_6, _stringLiteral69246FD8ECCD71895CF44BE2EB6A80E686C5A018, _stringLiteral49A5E5D5C3052C967822E9AFB58039CD9FB0FBC6, /*hidden argument*/NULL); // this.InternalRequest.SetHeader("Accept-Encoding", "identity"); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_7; L_7 = EventSource_get_InternalRequest_m3483FCCAF2FE37C4C1612A90670AC1DE93C14B92_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); HTTPRequest_SetHeader_m5DFA6302FD1F64647A4A7A80D9AFE68B56A8FD09(L_7, _stringLiteral0E5584AFF0328C3E9B727CFB3887E9E710B0F53D, _stringLiteral34077EF4BA7E36D7E714C11E9B448D6C536ED8A3, /*hidden argument*/NULL); // this.InternalRequest.ProtocolHandler = SupportedProtocols.ServerSentEvents; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_8; L_8 = EventSource_get_InternalRequest_m3483FCCAF2FE37C4C1612A90670AC1DE93C14B92_inline(__this, /*hidden argument*/NULL); NullCheck(L_8); HTTPRequest_set_ProtocolHandler_m8B2D5D3A8B05C65B0D6D354B0DC73FC280096B28_inline(L_8, 3, /*hidden argument*/NULL); // this.InternalRequest.OnUpgraded = OnUpgraded; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_9; L_9 = EventSource_get_InternalRequest_m3483FCCAF2FE37C4C1612A90670AC1DE93C14B92_inline(__this, /*hidden argument*/NULL); OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * L_10 = (OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 *)il2cpp_codegen_object_new(OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4_il2cpp_TypeInfo_var); OnRequestFinishedDelegate__ctor_m2379F5429ED6B8FB42D7D7D8C3FADE30932BD9FA(L_10, __this, (intptr_t)((intptr_t)EventSource_OnUpgraded_mDF7A4035C2EA4D61D4888FFFD571C4BEDC0B6F56_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_9); L_9->set_OnUpgraded_13(L_10); // this.InternalRequest.DisableRetry = true; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_11; L_11 = EventSource_get_InternalRequest_m3483FCCAF2FE37C4C1612A90670AC1DE93C14B92_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); HTTPRequest_set_DisableRetry_m86128201E93DF4B8F3FDB048878FDEBE8E321A73_inline(L_11, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::Open() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_Open_m89B51EAB4F1A515AE8340F603C1E2C39674AB1DF (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8F3A4B20DE2D07C570794754E5C0174EC695CF); s_Il2CppMethodInitialized = true; } { // if (this.State != States.Initial && // this.State != States.Retrying && // this.State != States.Closed) int32_t L_0; L_0 = EventSource_get_State_mF75BD4D04D925F4F674F938260B3C7422319F966_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_001b; } } { int32_t L_1; L_1 = EventSource_get_State_mF75BD4D04D925F4F674F938260B3C7422319F966_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)3))) { goto IL_001b; } } { int32_t L_2; L_2 = EventSource_get_State_mF75BD4D04D925F4F674F938260B3C7422319F966_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)5))) { goto IL_001b; } } { // return; return; } IL_001b: { // this.State = States.Connecting; EventSource_set_State_mD449BF8B2D75892DC4A113E37544090130977740(__this, 1, /*hidden argument*/NULL); // if (!string.IsNullOrEmpty(this.LastEventId)) String_t* L_3; L_3 = EventSource_get_LastEventId_mFF492F986B249B4F97F3A70AA2F7B96AB16A589D_inline(__this, /*hidden argument*/NULL); bool L_4; L_4 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0045; } } { // this.InternalRequest.SetHeader("Last-Event-ID", this.LastEventId); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_5; L_5 = EventSource_get_InternalRequest_m3483FCCAF2FE37C4C1612A90670AC1DE93C14B92_inline(__this, /*hidden argument*/NULL); String_t* L_6; L_6 = EventSource_get_LastEventId_mFF492F986B249B4F97F3A70AA2F7B96AB16A589D_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); HTTPRequest_SetHeader_m5DFA6302FD1F64647A4A7A80D9AFE68B56A8FD09(L_5, _stringLiteralEF8F3A4B20DE2D07C570794754E5C0174EC695CF, L_6, /*hidden argument*/NULL); } IL_0045: { // this.InternalRequest.Send(); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_7; L_7 = EventSource_get_InternalRequest_m3483FCCAF2FE37C4C1612A90670AC1DE93C14B92_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_8; L_8 = HTTPRequest_Send_m6DFACD89B7BA3689A32616A9B7F7AD41DBA86C46(L_7, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_Close_mD4E03708EFC2142F8A36B1AFE6D276186919B6AE (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method) { { // if (this.State == States.Closing || // this.State == States.Closed) int32_t L_0; L_0 = EventSource_get_State_mF75BD4D04D925F4F674F938260B3C7422319F966_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)4))) { goto IL_0012; } } { int32_t L_1; L_1 = EventSource_get_State_mF75BD4D04D925F4F674F938260B3C7422319F966_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)5)))) { goto IL_0013; } } IL_0012: { // return; return; } IL_0013: { // this.State = States.Closing; EventSource_set_State_mD449BF8B2D75892DC4A113E37544090130977740(__this, 4, /*hidden argument*/NULL); // if (this.InternalRequest != null) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_2; L_2 = EventSource_get_InternalRequest_m3483FCCAF2FE37C4C1612A90670AC1DE93C14B92_inline(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_002e; } } { // this.InternalRequest.Abort(); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_3; L_3 = EventSource_get_InternalRequest_m3483FCCAF2FE37C4C1612A90670AC1DE93C14B92_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); HTTPRequest_Abort_mD093C17FDF52A73A6762C4D1959B86F0464773BE(L_3, /*hidden argument*/NULL); return; } IL_002e: { // this.State = States.Closed; EventSource_set_State_mD449BF8B2D75892DC4A113E37544090130977740(__this, 5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::On(System.String,BestHTTP.ServerSentEvents.OnEventDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_On_m023E4EA594F63065AC117233022F00DD15780F49 (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, String_t* ___eventName0, OnEventDelegate_t4505E6609923ED7F137E5EFD9D00278A4FAB0CD8 * ___action1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mA2A209547878B399C5E67F07C454B8530C90138F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m94953713C91A4B7B0833AE711CF6A8EDC2E280A8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (EventTable == null) Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3 * L_0 = __this->get_EventTable_11(); if (L_0) { goto IL_0013; } } { // EventTable = new Dictionary(); Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3 * L_1 = (Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3 *)il2cpp_codegen_object_new(Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3_il2cpp_TypeInfo_var); Dictionary_2__ctor_mA2A209547878B399C5E67F07C454B8530C90138F(L_1, /*hidden argument*/Dictionary_2__ctor_mA2A209547878B399C5E67F07C454B8530C90138F_RuntimeMethod_var); __this->set_EventTable_11(L_1); } IL_0013: { // EventTable[eventName] = action; Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3 * L_2 = __this->get_EventTable_11(); String_t* L_3 = ___eventName0; OnEventDelegate_t4505E6609923ED7F137E5EFD9D00278A4FAB0CD8 * L_4 = ___action1; NullCheck(L_2); Dictionary_2_set_Item_m94953713C91A4B7B0833AE711CF6A8EDC2E280A8(L_2, L_3, L_4, /*hidden argument*/Dictionary_2_set_Item_m94953713C91A4B7B0833AE711CF6A8EDC2E280A8_RuntimeMethod_var); // } return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::Off(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_Off_m401D35EA0E798BE0F56163E40DA4E24321A00A8D (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, String_t* ___eventName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m656250928FFAB1E0AE79B4C85E6DC63246390264_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (eventName == null || EventTable == null) String_t* L_0 = ___eventName0; if (!L_0) { goto IL_000b; } } { Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3 * L_1 = __this->get_EventTable_11(); if (L_1) { goto IL_000c; } } IL_000b: { // return; return; } IL_000c: { // EventTable.Remove(eventName); Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3 * L_2 = __this->get_EventTable_11(); String_t* L_3 = ___eventName0; NullCheck(L_2); bool L_4; L_4 = Dictionary_2_Remove_m656250928FFAB1E0AE79B4C85E6DC63246390264(L_2, L_3, /*hidden argument*/Dictionary_2_Remove_m656250928FFAB1E0AE79B4C85E6DC63246390264_RuntimeMethod_var); // } return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::CallOnError(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_CallOnError_m05931639A50A4261A3BA6FB311BC03B1F997A49A (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, String_t* ___error0, String_t* ___msg1, const RuntimeMethod* method) { Exception_t * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (OnError != null) OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * L_0 = __this->get_OnError_7(); if (!L_0) { goto IL_0035; } } IL_0008: try {// begin try (depth: 1) // OnError(this, error); OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * L_1 = __this->get_OnError_7(); String_t* L_2 = ___error0; NullCheck(L_1); OnErrorDelegate_Invoke_m7F7B7690553A11F97A4DC1EC2A02C83F267714E0(L_1, __this, L_2, /*hidden argument*/NULL); // } goto IL_0035; }// 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_0017; } throw e; } CATCH_0017: {// begin catch(System.Exception) // catch (Exception ex) V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("EventSource", msg + " - OnError", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_3; L_3 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_4 = ___msg1; String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD266A55D56AB6AB80222A65D44A4516B86281744)), /*hidden argument*/NULL); Exception_t * L_6 = V_0; NullCheck(L_3); 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_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAFBFEED22118580FA399BDB5E90CA7CAE3DFF826)), L_5, L_6); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0035; }// end catch (depth: 1) IL_0035: { // } return; } } // System.Boolean BestHTTP.ServerSentEvents.EventSource::CallOnRetry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventSource_CallOnRetry_m301B33431798550209BFB64AD618E72A0F1C75BC (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method) { bool V_0 = false; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (OnRetry != null) OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_0 = __this->get_OnRetry_8(); if (!L_0) { goto IL_002f; } } IL_0008: try {// begin try (depth: 1) // return OnRetry(this); OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_1 = __this->get_OnRetry_8(); NullCheck(L_1); bool L_2; L_2 = OnRetryDelegate_Invoke_mE025A049EBAA79FCF8F5475ADEB72F1B8246251B(L_1, __this, /*hidden argument*/NULL); V_0 = L_2; goto IL_0031; }// 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_0017; } throw e; } CATCH_0017: {// begin catch(System.Exception) // catch(Exception ex) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("EventSource", "CallOnRetry", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_3; L_3 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_4 = V_1; NullCheck(L_3); 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_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAFBFEED22118580FA399BDB5E90CA7CAE3DFF826)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF1AACEE7E0350A726031D23B5E4F4E3099650789)), L_4); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_002f; }// end catch (depth: 1) IL_002f: { // return true; return (bool)1; } IL_0031: { // } bool L_5 = V_0; return L_5; } } // System.Void BestHTTP.ServerSentEvents.EventSource::SetClosed(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_SetClosed_m80A5EE7B80975E312E6DD866DBC9309198D3CD9E (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, String_t* ___msg0, const RuntimeMethod* method) { Exception_t * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // this.State = States.Closed; EventSource_set_State_mD449BF8B2D75892DC4A113E37544090130977740(__this, 5, /*hidden argument*/NULL); // if (OnClosed != null) OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_0 = __this->get_OnClosed_9(); if (!L_0) { goto IL_003b; } } IL_000f: try {// begin try (depth: 1) // OnClosed(this); OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_1 = __this->get_OnClosed_9(); NullCheck(L_1); OnGeneralEventDelegate_Invoke_m6EB3DABA03D0CDF183F26F2ED239E0393281C475(L_1, __this, /*hidden argument*/NULL); // } goto IL_003b; }// 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_001d; } throw e; } CATCH_001d: {// begin catch(System.Exception) // catch (Exception ex) V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("EventSource", msg + " - OnClosed", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_2; L_2 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_3 = ___msg0; String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66221EC07E3EAAEC942F468E20A50DB89438EC52)), /*hidden argument*/NULL); Exception_t * L_5 = V_0; NullCheck(L_2); 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_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAFBFEED22118580FA399BDB5E90CA7CAE3DFF826)), L_4, L_5); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_003b; }// end catch (depth: 1) IL_003b: { // } return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::Retry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_Retry_mFD12A7CFC5E7F614349685630FE8CD53192E5827 (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __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*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18425C4666158E8AFC752182BAA35A0F096B4D2A); s_Il2CppMethodInitialized = true; } { // if (RetryCount > 0 || // !CallOnRetry()) uint8_t L_0 = __this->get_RetryCount_12(); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0011; } } { bool L_1; L_1 = EventSource_CallOnRetry_m301B33431798550209BFB64AD618E72A0F1C75BC(__this, /*hidden argument*/NULL); if (L_1) { goto IL_001d; } } IL_0011: { // SetClosed("Retry"); EventSource_SetClosed_m80A5EE7B80975E312E6DD866DBC9309198D3CD9E(__this, _stringLiteral18425C4666158E8AFC752182BAA35A0F096B4D2A, /*hidden argument*/NULL); // return; return; } IL_001d: { // RetryCount++; uint8_t L_2 = __this->get_RetryCount_12(); __this->set_RetryCount_12((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))))); // RetryCalled = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; L_3 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_RetryCalled_13(L_3); // HTTPManager.Heartbeats.Subscribe(this); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * L_4; L_4 = HTTPManager_get_Heartbeats_m43BB980EFF7F26AA317B00C11452D6D8778D8C87(/*hidden argument*/NULL); NullCheck(L_4); HeartbeatManager_Subscribe_m82D86EFB90F5DB6092D207AA1F12AA9D8F103B9E(L_4, __this, /*hidden argument*/NULL); // this.State = States.Retrying; EventSource_set_State_mD449BF8B2D75892DC4A113E37544090130977740(__this, 3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::OnUpgraded(BestHTTP.HTTPRequest,BestHTTP.HTTPResponse) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_OnUpgraded_mDF7A4035C2EA4D61D4888FFFD571C4BEDC0B6F56 (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___originalRequest0, HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___response1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2__ctor_m7073FDB2F1EBC52E2695D81E180730979200AD92_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tEEDE22E9727265D12EED7DDDBA22217341029552_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventSource_OnMessageReceived_mA5B20124B38B4766B009AF582736538B463D23CB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5694BFA30EC67CCD558C768EEFED819B3020915C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA718FD06E8C27E541F457EFEF9F0011D0B67DA8F); s_Il2CppMethodInitialized = true; } EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // EventSourceResponse esResponse = response as EventSourceResponse; HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_0 = ___response1; V_0 = ((EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A *)IsInstSealed((RuntimeObject*)L_0, EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A_il2cpp_TypeInfo_var)); // if (esResponse == null) EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * L_1 = V_0; if (L_1) { goto IL_001b; } } { // CallOnError("Not an EventSourceResponse!", "OnUpgraded"); EventSource_CallOnError_m05931639A50A4261A3BA6FB311BC03B1F997A49A(__this, _stringLiteral5694BFA30EC67CCD558C768EEFED819B3020915C, _stringLiteralA718FD06E8C27E541F457EFEF9F0011D0B67DA8F, /*hidden argument*/NULL); // return; return; } IL_001b: { // if (OnOpen != null) OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_2 = __this->get_OnOpen_5(); if (!L_2) { goto IL_0049; } } IL_0023: try {// begin try (depth: 1) // OnOpen(this); OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_3 = __this->get_OnOpen_5(); NullCheck(L_3); OnGeneralEventDelegate_Invoke_m6EB3DABA03D0CDF183F26F2ED239E0393281C475(L_3, __this, /*hidden argument*/NULL); // } goto IL_0049; }// 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_0031; } throw e; } CATCH_0031: {// begin catch(System.Exception) // catch (Exception ex) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("EventSource", "OnOpen", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_4; L_4 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_5 = V_1; NullCheck(L_4); InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(16 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAFBFEED22118580FA399BDB5E90CA7CAE3DFF826)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4CB86F2199AEF79F6A30E9EF3D5ECD9E7E45F6E5)), L_5); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0049; }// end catch (depth: 1) IL_0049: { // esResponse.OnMessage += OnMessageReceived; EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * L_6 = V_0; EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * L_7 = L_6; NullCheck(L_7); Action_2_tEEDE22E9727265D12EED7DDDBA22217341029552 * L_8 = L_7->get_OnMessage_33(); Action_2_tEEDE22E9727265D12EED7DDDBA22217341029552 * L_9 = (Action_2_tEEDE22E9727265D12EED7DDDBA22217341029552 *)il2cpp_codegen_object_new(Action_2_tEEDE22E9727265D12EED7DDDBA22217341029552_il2cpp_TypeInfo_var); Action_2__ctor_m7073FDB2F1EBC52E2695D81E180730979200AD92(L_9, __this, (intptr_t)((intptr_t)EventSource_OnMessageReceived_mA5B20124B38B4766B009AF582736538B463D23CB_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m7073FDB2F1EBC52E2695D81E180730979200AD92_RuntimeMethod_var); Delegate_t * L_10; L_10 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_8, L_9, /*hidden argument*/NULL); NullCheck(L_7); L_7->set_OnMessage_33(((Action_2_tEEDE22E9727265D12EED7DDDBA22217341029552 *)CastclassSealed((RuntimeObject*)L_10, Action_2_tEEDE22E9727265D12EED7DDDBA22217341029552_il2cpp_TypeInfo_var))); // esResponse.StartReceive(); EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * L_11 = V_0; NullCheck(L_11); EventSourceResponse_StartReceive_mB54F54A02A5975046862A9AE2E9E9EA15A603262(L_11, /*hidden argument*/NULL); // this.RetryCount = 0; __this->set_RetryCount_12((uint8_t)0); // this.State = States.Open; EventSource_set_State_mD449BF8B2D75892DC4A113E37544090130977740(__this, 2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::OnRequestFinished(BestHTTP.HTTPRequest,BestHTTP.HTTPResponse) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_OnRequestFinished_mA98BF860952785D23A691009A616E5CDCD44AD42 (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___req0, HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___resp1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&States_t1DDFB5D15E0FADAC47E81AA2B2CE0474A9ECB3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral06D306DE2D09CB22A22EBA40897476D5F1788FE0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral283B032BD6AD83D538DFFC5F6B55104EAEEEA51F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4282F0EC210266935AD8C4F278FE8699B66C189E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral612B6814E904DD042B167418DFE491AD4B5A0B1B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FFB662544B7CC75E90E30E825D1C3A41E593CBC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8CACC21D6A973B921FB01C3B24E056EC2EF233D6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3B229A523CAC52E4290F08C4156FD7BA9494C13); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA91F812B4E9ACBE9AA316EF0B8EAB265F5D286CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC120E8086292A6919B443E0A183B424912411C70); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3667A4D276FAA0FFE19E1208BBCB7F66ED6F3D2); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; String_t* G_B19_0 = NULL; String_t* G_B18_0 = NULL; String_t* G_B20_0 = NULL; String_t* G_B20_1 = NULL; { // if (this.State == States.Closed) int32_t L_0; L_0 = EventSource_get_State_mF75BD4D04D925F4F674F938260B3C7422319F966_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)5)))) { goto IL_000a; } } { // return; return; } IL_000a: { // if (this.State == States.Closing || // req.State == HTTPRequestStates.Aborted) int32_t L_1; L_1 = EventSource_get_State_mF75BD4D04D925F4F674F938260B3C7422319F966_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)4))) { goto IL_001c; } } { HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_2 = ___req0; NullCheck(L_2); int32_t L_3; L_3 = HTTPRequest_get_State_mA2343B8DDC11F4489B724FDC12DD6671C55DA82A_inline(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)5)))) { goto IL_0028; } } IL_001c: { // SetClosed("OnRequestFinished"); EventSource_SetClosed_m80A5EE7B80975E312E6DD866DBC9309198D3CD9E(__this, _stringLiteral06D306DE2D09CB22A22EBA40897476D5F1788FE0, /*hidden argument*/NULL); // return; return; } IL_0028: { // string reason = string.Empty; String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_4; // bool canRetry = true; V_1 = (bool)1; // switch (req.State) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_5 = ___req0; NullCheck(L_5); int32_t L_6; L_6 = HTTPRequest_get_State_mA2343B8DDC11F4489B724FDC12DD6671C55DA82A_inline(L_5, /*hidden argument*/NULL); V_2 = L_6; int32_t L_7 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)2))) { case 0: { goto IL_005c; } case 1: { goto IL_0070; } case 2: { goto IL_0103; } case 3: { goto IL_013f; } case 4: { goto IL_0160; } case 5: { goto IL_0168; } } } { goto IL_016e; } IL_005c: { // canRetry = !resp.HasHeader("content-length"); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_8 = ___resp1; NullCheck(L_8); bool L_9; L_9 = HTTPResponse_HasHeader_m33686019500B7E5462F4AD7F7529CBBC2EF18CA9(L_8, _stringLiteralE3667A4D276FAA0FFE19E1208BBCB7F66ED6F3D2, /*hidden argument*/NULL); V_1 = (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0); // break; goto IL_016e; } IL_0070: { // if (resp.StatusCode == 200 && !resp.HasHeaderWithValue("content-type", "text/event-stream")) HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_10 = ___resp1; NullCheck(L_10); int32_t L_11; L_11 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)200))))) { goto IL_0097; } } { HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_12 = ___resp1; NullCheck(L_12); bool L_13; L_13 = HTTPResponse_HasHeaderWithValue_m4032ECF7991F2D452311EF1E46397555913AB914(L_12, _stringLiteralC120E8086292A6919B443E0A183B424912411C70, _stringLiteral612B6814E904DD042B167418DFE491AD4B5A0B1B, /*hidden argument*/NULL); if (L_13) { goto IL_0097; } } { // reason = "No Content-Type header with value 'text/event-stream' present."; V_0 = _stringLiteral283B032BD6AD83D538DFFC5F6B55104EAEEEA51F; // canRetry = false; V_1 = (bool)0; } IL_0097: { // if (canRetry && // resp.StatusCode != 500 && // resp.StatusCode != 502 && // resp.StatusCode != 503 && // resp.StatusCode != 504) bool L_14 = V_1; if (!L_14) { goto IL_016e; } } { HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_15 = ___resp1; NullCheck(L_15); int32_t L_16; L_16 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(L_15, /*hidden argument*/NULL); if ((((int32_t)L_16) == ((int32_t)((int32_t)500)))) { goto IL_016e; } } { HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_17 = ___resp1; NullCheck(L_17); int32_t L_18; L_18 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) == ((int32_t)((int32_t)502)))) { goto IL_016e; } } { HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_19 = ___resp1; NullCheck(L_19); int32_t L_20; L_20 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) == ((int32_t)((int32_t)503)))) { goto IL_016e; } } { HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_21 = ___resp1; NullCheck(L_21); int32_t L_22; L_22 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(L_21, /*hidden argument*/NULL); if ((((int32_t)L_22) == ((int32_t)((int32_t)504)))) { goto IL_016e; } } { // canRetry = false; V_1 = (bool)0; // reason = string.Format("Request Finished Successfully, but the server sent an error. Status Code: {0}-{1} Message: {2}", // resp.StatusCode, // resp.Message, // resp.DataAsText); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_23 = ___resp1; NullCheck(L_23); int32_t L_24; L_24 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(L_23, /*hidden argument*/NULL); int32_t L_25 = L_24; RuntimeObject * L_26 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_25); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_27 = ___resp1; NullCheck(L_27); String_t* L_28; L_28 = HTTPResponse_get_Message_m1898E05F9D431E994A4D955B9B6C92A3C98A9383_inline(L_27, /*hidden argument*/NULL); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_29 = ___resp1; NullCheck(L_29); String_t* L_30; L_30 = HTTPResponse_get_DataAsText_mE627F5169E5E8FCD960C0503DAC684E82CF38ECA(L_29, /*hidden argument*/NULL); String_t* L_31; L_31 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(_stringLiteral8CACC21D6A973B921FB01C3B24E056EC2EF233D6, L_26, L_28, L_30, /*hidden argument*/NULL); V_0 = L_31; // break; goto IL_016e; } IL_0103: { // reason = "Request Finished with Error! " + (req.Exception != null ? (req.Exception.Message + "\n" + req.Exception.StackTrace) : "No Exception"); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_32 = ___req0; NullCheck(L_32); Exception_t * L_33; L_33 = HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline(L_32, /*hidden argument*/NULL); G_B18_0 = _stringLiteralA91F812B4E9ACBE9AA316EF0B8EAB265F5D286CE; if (L_33) { G_B19_0 = _stringLiteralA91F812B4E9ACBE9AA316EF0B8EAB265F5D286CE; goto IL_0117; } } { G_B20_0 = _stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16; G_B20_1 = G_B18_0; goto IL_0137; } IL_0117: { HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_34 = ___req0; NullCheck(L_34); Exception_t * L_35; L_35 = HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline(L_34, /*hidden argument*/NULL); NullCheck(L_35); String_t* L_36; L_36 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_35); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_37 = ___req0; NullCheck(L_37); Exception_t * L_38; L_38 = HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline(L_37, /*hidden argument*/NULL); NullCheck(L_38); String_t* L_39; L_39 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Exception::get_StackTrace() */, L_38); String_t* L_40; L_40 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_36, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, L_39, /*hidden argument*/NULL); G_B20_0 = L_40; G_B20_1 = G_B19_0; } IL_0137: { String_t* L_41; L_41 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B20_1, G_B20_0, /*hidden argument*/NULL); V_0 = L_41; // break; goto IL_016e; } IL_013f: { // reason = "OnRequestFinished - Aborted without request. EventSource's State: " + this.State; int32_t L_42; L_42 = EventSource_get_State_mF75BD4D04D925F4F674F938260B3C7422319F966_inline(__this, /*hidden argument*/NULL); V_3 = L_42; RuntimeObject * L_43 = Box(States_t1DDFB5D15E0FADAC47E81AA2B2CE0474A9ECB3D0_il2cpp_TypeInfo_var, (&V_3)); NullCheck(L_43); String_t* L_44; L_44 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_43); V_3 = *(int32_t*)UnBox(L_43); String_t* L_45; L_45 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralA3B229A523CAC52E4290F08C4156FD7BA9494C13, L_44, /*hidden argument*/NULL); V_0 = L_45; // break; goto IL_016e; } IL_0160: { // reason = "Connection Timed Out!"; V_0 = _stringLiteral4282F0EC210266935AD8C4F278FE8699B66C189E; // break; goto IL_016e; } IL_0168: { // reason = "Processing the request Timed Out!"; V_0 = _stringLiteral6FFB662544B7CC75E90E30E825D1C3A41E593CBC; } IL_016e: { // if (this.State < States.Closing) int32_t L_46; L_46 = EventSource_get_State_mF75BD4D04D925F4F674F938260B3C7422319F966_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_46) >= ((int32_t)4))) { goto IL_01a1; } } { // if (!string.IsNullOrEmpty(reason)) String_t* L_47 = V_0; bool L_48; L_48 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_47, /*hidden argument*/NULL); if (L_48) { goto IL_018b; } } { // CallOnError(reason, "OnRequestFinished"); String_t* L_49 = V_0; EventSource_CallOnError_m05931639A50A4261A3BA6FB311BC03B1F997A49A(__this, L_49, _stringLiteral06D306DE2D09CB22A22EBA40897476D5F1788FE0, /*hidden argument*/NULL); } IL_018b: { // if (canRetry) bool L_50 = V_1; if (!L_50) { goto IL_0195; } } { // Retry(); EventSource_Retry_mFD12A7CFC5E7F614349685630FE8CD53192E5827(__this, /*hidden argument*/NULL); return; } IL_0195: { // SetClosed("OnRequestFinished"); EventSource_SetClosed_m80A5EE7B80975E312E6DD866DBC9309198D3CD9E(__this, _stringLiteral06D306DE2D09CB22A22EBA40897476D5F1788FE0, /*hidden argument*/NULL); // } return; } IL_01a1: { // SetClosed("OnRequestFinished"); EventSource_SetClosed_m80A5EE7B80975E312E6DD866DBC9309198D3CD9E(__this, _stringLiteral06D306DE2D09CB22A22EBA40897476D5F1788FE0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::OnMessageReceived(BestHTTP.ServerSentEvents.EventSourceResponse,BestHTTP.ServerSentEvents.Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_OnMessageReceived_mA5B20124B38B4766B009AF582736538B463D23CB (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * ___resp0, Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * ___message1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m3EB0E62CED759D7C5B82A04219EFC0FC6E07B7B5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * V_1 = NULL; OnEventDelegate_t4505E6609923ED7F137E5EFD9D00278A4FAB0CD8 * V_2 = NULL; Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (this.State >= States.Closing) int32_t L_0; L_0 = EventSource_get_State_mF75BD4D04D925F4F674F938260B3C7422319F966_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) < ((int32_t)4))) { goto IL_000a; } } { // return; return; } IL_000a: { // if (message.Id != null) Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_1 = ___message1; NullCheck(L_1); String_t* L_2; L_2 = Message_get_Id_m7047ACC6B450EE467B5D7A388C58394ADE9B7B74_inline(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001e; } } { // this.LastEventId = message.Id; Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_3 = ___message1; NullCheck(L_3); String_t* L_4; L_4 = Message_get_Id_m7047ACC6B450EE467B5D7A388C58394ADE9B7B74_inline(L_3, /*hidden argument*/NULL); EventSource_set_LastEventId_m8702187A273C720ADFC5443EEA64853F274A4BAF_inline(__this, L_4, /*hidden argument*/NULL); } IL_001e: { // if (message.Retry.TotalMilliseconds > 0) Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_5 = ___message1; NullCheck(L_5); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_6; L_6 = Message_get_Retry_mDAF12129C39A52272E058905E76F82A9D2A57115_inline(L_5, /*hidden argument*/NULL); V_0 = L_6; double L_7; L_7 = TimeSpan_get_TotalMilliseconds_m97368AE0609D865EB2A6BAE96AAA97AF8BDBF1C5((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_0), /*hidden argument*/NULL); if ((!(((double)L_7) > ((double)(0.0))))) { goto IL_0043; } } { // this.ReconnectionTime = message.Retry; Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_8 = ___message1; NullCheck(L_8); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_9; L_9 = Message_get_Retry_mDAF12129C39A52272E058905E76F82A9D2A57115_inline(L_8, /*hidden argument*/NULL); EventSource_set_ReconnectionTime_m5B52999E64E8A67D1D0AE8513C5AC9A12E692EF2_inline(__this, L_9, /*hidden argument*/NULL); } IL_0043: { // if (string.IsNullOrEmpty(message.Data)) Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_10 = ___message1; NullCheck(L_10); String_t* L_11; L_11 = Message_get_Data_mAD7C9339E8BAE0BC5FD2F574ACCC87B72381E92F_inline(L_10, /*hidden argument*/NULL); bool L_12; L_12 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0051; } } { // return; return; } IL_0051: { // if (OnMessage != null) OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * L_13 = __this->get_OnMessage_6(); if (!L_13) { goto IL_0080; } } IL_0059: try {// begin try (depth: 1) // OnMessage(this, message); OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * L_14 = __this->get_OnMessage_6(); Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_15 = ___message1; NullCheck(L_14); OnMessageDelegate_Invoke_mA8A2868E028F61888DE1E9423220E9A3B7664BAF(L_14, __this, L_15, /*hidden argument*/NULL); // } goto IL_0080; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0068; } throw e; } CATCH_0068: {// begin catch(System.Exception) // catch (Exception ex) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("EventSource", "OnMessageReceived - OnMessage", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_16; L_16 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_17 = V_1; NullCheck(L_16); 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_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAFBFEED22118580FA399BDB5E90CA7CAE3DFF826)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3511DB92D800773D9C2ACA4FD499B9035EA335ED)), L_17); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0080; }// end catch (depth: 1) IL_0080: { // if (EventTable != null && !string.IsNullOrEmpty(message.Event)) Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3 * L_18 = __this->get_EventTable_11(); if (!L_18) { goto IL_00cf; } } { Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_19 = ___message1; NullCheck(L_19); String_t* L_20; L_20 = Message_get_Event_m8BA5F0060559B496A9F6275F64BB40214C0667F3_inline(L_19, /*hidden argument*/NULL); bool L_21; L_21 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_20, /*hidden argument*/NULL); if (L_21) { goto IL_00cf; } } { // if (EventTable.TryGetValue(message.Event, out action)) Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3 * L_22 = __this->get_EventTable_11(); Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_23 = ___message1; NullCheck(L_23); String_t* L_24; L_24 = Message_get_Event_m8BA5F0060559B496A9F6275F64BB40214C0667F3_inline(L_23, /*hidden argument*/NULL); NullCheck(L_22); bool L_25; L_25 = Dictionary_2_TryGetValue_m3EB0E62CED759D7C5B82A04219EFC0FC6E07B7B5(L_22, L_24, (OnEventDelegate_t4505E6609923ED7F137E5EFD9D00278A4FAB0CD8 **)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m3EB0E62CED759D7C5B82A04219EFC0FC6E07B7B5_RuntimeMethod_var); if (!L_25) { goto IL_00cf; } } { // if (action != null) OnEventDelegate_t4505E6609923ED7F137E5EFD9D00278A4FAB0CD8 * L_26 = V_2; if (!L_26) { goto IL_00cf; } } IL_00ad: try {// begin try (depth: 1) // action(this, message); OnEventDelegate_t4505E6609923ED7F137E5EFD9D00278A4FAB0CD8 * L_27 = V_2; Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_28 = ___message1; NullCheck(L_27); OnEventDelegate_Invoke_m6C0D6B4489DAC15C5DB96FC53B26F5E1B89DBB9F(L_27, __this, L_28, /*hidden argument*/NULL); // } goto IL_00cf; }// 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_00b7; } throw e; } CATCH_00b7: {// begin catch(System.Exception) // catch(Exception ex) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("EventSource", "OnMessageReceived - action", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_29; L_29 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_30 = V_3; NullCheck(L_29); 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_29, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAFBFEED22118580FA399BDB5E90CA7CAE3DFF826)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC408DF7B9FAAC72DAFF987FE791BAB7B55D5F25B)), L_30); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00cf; }// end catch (depth: 1) IL_00cf: { // } return; } } // System.Void BestHTTP.ServerSentEvents.EventSource::BestHTTP.Extensions.IHeartbeat.OnHeartbeatUpdate(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_BestHTTP_Extensions_IHeartbeat_OnHeartbeatUpdate_m895CCDD4FA6BBED33B4A0B22B101C423712D215B (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___dif0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82D5583C9193486C2E5202097C3F26F24E99E6FE); s_Il2CppMethodInitialized = true; } { // if (this.State != States.Retrying) int32_t L_0; L_0 = EventSource_get_State_mF75BD4D04D925F4F674F938260B3C7422319F966_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_0015; } } { // HTTPManager.Heartbeats.Unsubscribe(this); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * L_1; L_1 = HTTPManager_get_Heartbeats_m43BB980EFF7F26AA317B00C11452D6D8778D8C87(/*hidden argument*/NULL); NullCheck(L_1); HeartbeatManager_Unsubscribe_mA48BA2C2B8B51BC598F6559F2978AA35E2689EED(L_1, __this, /*hidden argument*/NULL); // return; return; } IL_0015: { // if (DateTime.UtcNow - RetryCalled >= ReconnectionTime) IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3 = __this->get_RetryCalled_13(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_4; L_4 = DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2(L_2, L_3, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_5; L_5 = EventSource_get_ReconnectionTime_m51CE8BD10EEAD005804C6BD8E22F9F9F5D6C708D_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_6; L_6 = TimeSpan_op_GreaterThanOrEqual_mD46D3E561D8EA7384F3857D9F3BDE2D1390F1944(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0057; } } { // Open(); EventSource_Open_m89B51EAB4F1A515AE8340F603C1E2C39674AB1DF(__this, /*hidden argument*/NULL); // if (this.State != States.Connecting) int32_t L_7; L_7 = EventSource_get_State_mF75BD4D04D925F4F674F938260B3C7422319F966_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_004c; } } { // SetClosed("OnHeartbeatUpdate"); EventSource_SetClosed_m80A5EE7B80975E312E6DD866DBC9309198D3CD9E(__this, _stringLiteral82D5583C9193486C2E5202097C3F26F24E99E6FE, /*hidden argument*/NULL); } IL_004c: { // HTTPManager.Heartbeats.Unsubscribe(this); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * L_8; L_8 = HTTPManager_get_Heartbeats_m43BB980EFF7F26AA317B00C11452D6D8778D8C87(/*hidden argument*/NULL); NullCheck(L_8); HeartbeatManager_Unsubscribe_mA48BA2C2B8B51BC598F6559F2978AA35E2689EED(L_8, __this, /*hidden argument*/NULL); } IL_0057: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean BestHTTP.ServerSentEvents.EventSourceResponse::get_IsClosed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventSourceResponse_get_IsClosed_m1A3BA9F0733F33BE1CBAE486C231F86C003CFD22 (EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * __this, const RuntimeMethod* method) { { // public bool IsClosed { get; private set; } bool L_0 = __this->get_U3CIsClosedU3Ek__BackingField_32(); return L_0; } } // System.Void BestHTTP.ServerSentEvents.EventSourceResponse::set_IsClosed(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_set_IsClosed_m22DE678CE7910E2397D39A2CED5FAD4E3D842383 (EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsClosed { get; private set; } bool L_0 = ___value0; __this->set_U3CIsClosedU3Ek__BackingField_32(L_0); return; } } // System.Void BestHTTP.ServerSentEvents.EventSourceResponse::.ctor(BestHTTP.HTTPRequest,System.IO.Stream,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse__ctor_mE8C22894FEE2396B24882DA37917200F43F5ED7C (EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___request0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream1, bool ___isStreamed2, bool ___isFromCache3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mD867D3098BD50CFB495F0E56F10931DD58180560_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private object FrameLock = new object(); RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); __this->set_FrameLock_35(L_0); // private List CompletedMessages = new List(); List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 * L_1 = (List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 *)il2cpp_codegen_object_new(List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44_il2cpp_TypeInfo_var); List_1__ctor_mD867D3098BD50CFB495F0E56F10931DD58180560(L_1, /*hidden argument*/List_1__ctor_mD867D3098BD50CFB495F0E56F10931DD58180560_RuntimeMethod_var); __this->set_CompletedMessages_39(L_1); // :base(request, stream, isStreamed, isFromCache) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_2 = ___request0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = ___stream1; bool L_4 = ___isStreamed2; bool L_5 = ___isFromCache3; HTTPResponse__ctor_mEE080B7F104F05A1D099B6D51804077185591D16(__this, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // base.IsClosedManually = true; HTTPResponse_set_IsClosedManually_m39AF781E305670B505A4309FCC6807C975E9C363_inline(__this, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.ServerSentEvents.EventSourceResponse::Receive(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventSourceResponse_Receive_m0653E2738B8B811EE86BD07A2F506285685B6316 (EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * __this, int32_t ___forceReadRawContentLength0, bool ___readPayloadData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral612B6814E904DD042B167418DFE491AD4B5A0B1B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC120E8086292A6919B443E0A183B424912411C70); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * G_B4_0 = NULL; EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * G_B1_0 = NULL; EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * G_B2_0 = NULL; EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * G_B3_0 = NULL; int32_t G_B5_0 = 0; EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * G_B5_1 = NULL; { // bool received = base.Receive(forceReadRawContentLength, false); int32_t L_0 = ___forceReadRawContentLength0; bool L_1; L_1 = HTTPResponse_Receive_m57DFEB2D41AB126FF6AB776F907C18A0B1707F56(__this, L_0, (bool)0, /*hidden argument*/NULL); V_0 = L_1; // string contentType = this.GetFirstHeaderValue("content-type"); String_t* L_2; L_2 = HTTPResponse_GetFirstHeaderValue_mCEE274940680171EC84DC9DEEDB577DBF8A26D1B(__this, _stringLiteralC120E8086292A6919B443E0A183B424912411C70, /*hidden argument*/NULL); V_1 = L_2; // base.IsUpgraded = received && // this.StatusCode == 200 && // !string.IsNullOrEmpty(contentType) && // contentType.ToLower().StartsWith("text/event-stream"); bool L_3 = V_0; G_B1_0 = __this; if (!L_3) { G_B4_0 = __this; goto IL_0040; } } { int32_t L_4; L_4 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(__this, /*hidden argument*/NULL); G_B2_0 = G_B1_0; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)200))))) { G_B4_0 = G_B1_0; goto IL_0040; } } { String_t* L_5 = V_1; bool L_6; L_6 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_5, /*hidden argument*/NULL); G_B3_0 = G_B2_0; if (L_6) { G_B4_0 = G_B2_0; goto IL_0040; } } { String_t* L_7 = V_1; NullCheck(L_7); String_t* L_8; L_8 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_7, /*hidden argument*/NULL); NullCheck(L_8); bool L_9; L_9 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_8, _stringLiteral612B6814E904DD042B167418DFE491AD4B5A0B1B, /*hidden argument*/NULL); G_B5_0 = ((int32_t)(L_9)); G_B5_1 = G_B3_0; goto IL_0041; } IL_0040: { G_B5_0 = 0; G_B5_1 = G_B4_0; } IL_0041: { NullCheck(G_B5_1); HTTPResponse_set_IsUpgraded_m7381ACA9903626CFE960A5194EF559142F831A58_inline(G_B5_1, (bool)G_B5_0, /*hidden argument*/NULL); // if (!IsUpgraded) bool L_10; L_10 = HTTPResponse_get_IsUpgraded_m741260E1BB78F03FC9A3446C2FF692698B2629E3_inline(__this, /*hidden argument*/NULL); if (L_10) { goto IL_0056; } } { // ReadPayload(forceReadRawContentLength); int32_t L_11 = ___forceReadRawContentLength0; bool L_12; L_12 = HTTPResponse_ReadPayload_m716FDEE63120394AC973B72CBD5D22C0717167F7(__this, L_11, /*hidden argument*/NULL); } IL_0056: { // return received; bool L_13 = V_0; return L_13; } } // System.Void BestHTTP.ServerSentEvents.EventSourceResponse::StartReceive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_StartReceive_mB54F54A02A5975046862A9AE2E9E9EA15A603262 (EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventSourceResponse_ReceiveThreadFunc_m4258473C62B4FCE581CA3BDA9F50E8B5F27C7BB0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (IsUpgraded) bool L_0; L_0 = HTTPResponse_get_IsUpgraded_m741260E1BB78F03FC9A3446C2FF692698B2629E3_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_001a; } } { // ThreadPool.QueueUserWorkItem(ReceiveThreadFunc); WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_1 = (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 *)il2cpp_codegen_object_new(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5(L_1, __this, (intptr_t)((intptr_t)EventSourceResponse_ReceiveThreadFunc_m4258473C62B4FCE581CA3BDA9F50E8B5F27C7BB0_RuntimeMethod_var), /*hidden argument*/NULL); bool L_2; L_2 = ThreadPool_QueueUserWorkItem_m76F5D0CD8F37E5D736F781049045AD9173E9A323(L_1, /*hidden argument*/NULL); } IL_001a: { // } return; } } // System.Void BestHTTP.ServerSentEvents.EventSourceResponse::ReceiveThreadFunc(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_ReceiveThreadFunc_m4258473C62B4FCE581CA3BDA9F50E8B5F27C7BB0 (EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * __this, RuntimeObject * ___param0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E9C7EC66796179F504EE3E8DA0FCDDE429FCBEA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7145DB000FB7A15A3BC887316484C05C47DF929F); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) try {// begin try (depth: 2) { // if (HasHeaderWithValue("transfer-encoding", "chunked")) bool L_0; L_0 = HTTPResponse_HasHeaderWithValue_m4032ECF7991F2D452311EF1E46397555913AB914(__this, _stringLiteral0E9C7EC66796179F504EE3E8DA0FCDDE429FCBEA, _stringLiteral7145DB000FB7A15A3BC887316484C05C47DF929F, /*hidden argument*/NULL); if (!L_0) { goto IL_0020; } } IL_0012: { // ReadChunked(Stream); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ((HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)__this)->get_Stream_20(); EventSourceResponse_ReadChunked_m215456AF90247169045D7A22633216F9344182E1(__this, L_1, /*hidden argument*/NULL); goto IL_002e; } IL_0020: { // ReadRaw(Stream, -1); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ((HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)__this)->get_Stream_20(); EventSourceResponse_ReadRaw_m7AF8E2C0D5BFFB0046EBE75B58BCD03AE43AB5FD(__this, L_2, ((int64_t)((int64_t)(-1))), /*hidden argument*/NULL); } IL_002e: { // } IL2CPP_LEAVE(0x77, FINALLY_006f); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0030; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003f; } throw e; } CATCH_0030: {// begin catch(System.Threading.ThreadAbortException) // catch (ThreadAbortException) // this.baseRequest.State = HTTPRequestStates.Aborted; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_3 = ((HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)__this)->get_baseRequest_19(); NullCheck(L_3); HTTPRequest_set_State_m8B42AABAE06683325CA663653FEB8692EC78B4DA_inline(L_3, 5, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); IL2CPP_LEAVE(0x77, FINALLY_006f); }// end catch (depth: 2) CATCH_003f: {// begin catch(System.Exception) { // catch (Exception e) V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // if (HTTPUpdateDelegator.IsCreated) IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))); bool L_4; L_4 = HTTPUpdateDelegator_get_IsCreated_m31E559E5D6674AC4F0F4AB3BAF2C5C1CFB751F25_inline(/*hidden argument*/NULL); if (!L_4) { goto IL_0061; } } IL_0047: { // this.baseRequest.Exception = e; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_5 = ((HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)__this)->get_baseRequest_19(); Exception_t * L_6 = V_0; NullCheck(L_5); HTTPRequest_set_Exception_mA64B041648A30DDA995B04F2137B0A7B2A93EC00_inline(L_5, L_6, /*hidden argument*/NULL); // this.baseRequest.State = HTTPRequestStates.Error; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_7 = ((HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)__this)->get_baseRequest_19(); NullCheck(L_7); HTTPRequest_set_State_m8B42AABAE06683325CA663653FEB8692EC78B4DA_inline(L_7, 4, /*hidden argument*/NULL); // } goto IL_006d; } IL_0061: { // this.baseRequest.State = HTTPRequestStates.Aborted; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_8 = ((HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)__this)->get_baseRequest_19(); NullCheck(L_8); HTTPRequest_set_State_m8B42AABAE06683325CA663653FEB8692EC78B4DA_inline(L_8, 5, /*hidden argument*/NULL); } IL_006d: { // } IL2CPP_POP_ACTIVE_EXCEPTION(); IL2CPP_LEAVE(0x77, FINALLY_006f); } }// end catch (depth: 2) }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006f; } FINALLY_006f: {// begin finally (depth: 1) // IsClosed = true; EventSourceResponse_set_IsClosed_m22DE678CE7910E2397D39A2CED5FAD4E3D842383_inline(__this, (bool)1, /*hidden argument*/NULL); // } IL2CPP_END_FINALLY(111) }// end finally (depth: 1) IL2CPP_CLEANUP(111) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x77, IL_0077) } IL_0077: { // } return; } } // System.Void BestHTTP.ServerSentEvents.EventSourceResponse::ReadChunked(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_ReadChunked_m215456AF90247169045D7A22633216F9344182E1 (EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { // int chunkLength = ReadChunkLength(stream); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; int32_t L_1; L_1 = HTTPResponse_ReadChunkLength_m8714ABF905A575CE321AA6E97A50D365A340E5C1(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; // byte[] buffer = Extensions.VariableSizedBufferPool.Get(chunkLength, true); int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)L_2)), (bool)1, /*hidden argument*/NULL); V_1 = L_3; goto IL_0060; } IL_0013: { // if (buffer.Length < chunkLength) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_1; NullCheck(L_4); int32_t L_5 = V_0; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))) >= ((int32_t)L_5))) { goto IL_0023; } } { // Extensions.VariableSizedBufferPool.Resize(ref buffer, chunkLength, true); int32_t L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = VariableSizedBufferPool_Resize_mC99838C027891EC58903B48AA6CC84F0A10454EF((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)(&V_1), L_6, (bool)1, /*hidden argument*/NULL); } IL_0023: { // int readBytes = 0; V_2 = 0; } IL_0025: { // int bytes = stream.Read(buffer, readBytes, chunkLength - readBytes); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_8 = ___stream0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_1; int32_t L_10 = V_2; int32_t L_11 = V_0; int32_t L_12 = V_2; NullCheck(L_8); int32_t L_13; L_13 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); V_3 = L_13; // if (bytes == 0) int32_t L_14 = V_3; if (L_14) { goto IL_003f; } } { // throw new Exception("The remote server closed the connection unexpectedly!"); Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral03E9BCD3ECD3BE36275494DFFD6E1DB3C0312ED9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventSourceResponse_ReadChunked_m215456AF90247169045D7A22633216F9344182E1_RuntimeMethod_var))); } IL_003f: { // readBytes += bytes; int32_t L_16 = V_2; int32_t L_17 = V_3; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); // } while (readBytes < chunkLength); int32_t L_18 = V_2; int32_t L_19 = V_0; if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_0025; } } { // FeedData(buffer, readBytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_1; int32_t L_21 = V_2; EventSourceResponse_FeedData_mE9030B0BC133CCDE6A8F2D6EE5D2C079E1154FC6(__this, L_20, L_21, /*hidden argument*/NULL); // ReadTo(stream, LF); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_22 = ___stream0; String_t* L_23; L_23 = HTTPResponse_ReadTo_m5AA3F3AC3485E553B21E5E0E32A4458301683D8F(L_22, (uint8_t)((int32_t)10), /*hidden argument*/NULL); // chunkLength = ReadChunkLength(stream); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_24 = ___stream0; int32_t L_25; L_25 = HTTPResponse_ReadChunkLength_m8714ABF905A575CE321AA6E97A50D365A340E5C1(__this, L_24, /*hidden argument*/NULL); V_0 = L_25; } IL_0060: { // while (chunkLength != 0) int32_t L_26 = V_0; if (L_26) { goto IL_0013; } } { // Extensions.VariableSizedBufferPool.Release(buffer); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_1; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_27, /*hidden argument*/NULL); // ReadHeaders(stream); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_28 = ___stream0; HTTPResponse_ReadHeaders_mE79A3E908A9693F5A00FC8CAD440148EEB1FA855(__this, L_28, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.ServerSentEvents.EventSourceResponse::ReadRaw(System.IO.Stream,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_ReadRaw_m7AF8E2C0D5BFFB0046EBE75B58BCD03AE43AB5FD (EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int64_t ___contentLength1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { // byte[] buffer = Extensions.VariableSizedBufferPool.Get(1024, true); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)((int32_t)1024))), (bool)1, /*hidden argument*/NULL); V_0 = L_0; } IL_000d: { // bytes = stream.Read(buffer, 0, buffer.Length); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___stream0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; NullCheck(L_3); NullCheck(L_1); int32_t L_4; L_4 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))); V_1 = L_4; // FeedData(buffer, bytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; int32_t L_6 = V_1; EventSourceResponse_FeedData_mE9030B0BC133CCDE6A8F2D6EE5D2C079E1154FC6(__this, L_5, L_6, /*hidden argument*/NULL); // } while(bytes > 0); int32_t L_7 = V_1; if ((((int32_t)L_7) > ((int32_t)0))) { goto IL_000d; } } { // Extensions.VariableSizedBufferPool.Release(buffer); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_8, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.ServerSentEvents.EventSourceResponse::FeedData(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_FeedData_mE9030B0BC133CCDE6A8F2D6EE5D2C079E1154FC6 (EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; 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 G_B21_0 = 0; { // if (count == -1) int32_t L_0 = ___count1; if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0009; } } { // count = buffer.Length; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; NullCheck(L_1); ___count1 = ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); } IL_0009: { // if (count == 0) int32_t L_2 = ___count1; if (L_2) { goto IL_000d; } } { // return; return; } IL_000d: { // if (LineBuffer == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_LineBuffer_36(); if (L_3) { goto IL_0027; } } { // LineBuffer = Extensions.VariableSizedBufferPool.Get(1024, true); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)((int32_t)1024))), (bool)1, /*hidden argument*/NULL); __this->set_LineBuffer_36(L_4); } IL_0027: { // int pos = 0; V_1 = 0; } IL_0029: { // newlineIdx = -1; V_0 = (-1); // int skipCount = 1; // to skip CR and/or LF V_2 = 1; // for (int i = pos; i < count && newlineIdx == -1; ++i) int32_t L_5 = V_1; V_4 = L_5; goto IL_0063; } IL_0032: { // if (buffer[i] == HTTPResponse.CR) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___buffer0; int32_t L_7 = V_4; NullCheck(L_6); int32_t L_8 = L_7; uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)13))))) { goto IL_0052; } } { // if (i + 1 < count && buffer[i + 1] == HTTPResponse.LF) int32_t L_10 = V_4; int32_t L_11 = ___count1; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))) >= ((int32_t)L_11))) { goto IL_004d; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___buffer0; int32_t L_13 = V_4; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)10))))) { goto IL_004d; } } { // skipCount = 2; V_2 = 2; } IL_004d: { // newlineIdx = i; int32_t L_16 = V_4; V_0 = L_16; // } goto IL_005d; } IL_0052: { // else if (buffer[i] == HTTPResponse.LF) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___buffer0; int32_t L_18 = V_4; NullCheck(L_17); int32_t L_19 = L_18; uint8_t L_20 = (L_17)->GetAt(static_cast(L_19)); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)10))))) { goto IL_005d; } } { // newlineIdx = i; int32_t L_21 = V_4; V_0 = L_21; } IL_005d: { // for (int i = pos; i < count && newlineIdx == -1; ++i) int32_t L_22 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0063: { // for (int i = pos; i < count && newlineIdx == -1; ++i) int32_t L_23 = V_4; int32_t L_24 = ___count1; if ((((int32_t)L_23) >= ((int32_t)L_24))) { goto IL_006c; } } { int32_t L_25 = V_0; if ((((int32_t)L_25) == ((int32_t)(-1)))) { goto IL_0032; } } IL_006c: { // int copyIndex = newlineIdx == -1 ? count : newlineIdx; int32_t L_26 = V_0; if ((((int32_t)L_26) == ((int32_t)(-1)))) { goto IL_0073; } } { int32_t L_27 = V_0; G_B21_0 = L_27; goto IL_0074; } IL_0073: { int32_t L_28 = ___count1; G_B21_0 = L_28; } IL_0074: { V_3 = G_B21_0; // if (LineBuffer.Length < LineBufferPos + (copyIndex - pos)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = __this->get_LineBuffer_36(); NullCheck(L_29); int32_t L_30 = __this->get_LineBufferPos_37(); int32_t L_31 = V_3; int32_t L_32 = V_1; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32))))))) { goto IL_00a4; } } { // int newSize = LineBufferPos + (copyIndex - pos); int32_t L_33 = __this->get_LineBufferPos_37(); int32_t L_34 = V_3; int32_t L_35 = V_1; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)))); // Extensions.VariableSizedBufferPool.Resize(ref LineBuffer, newSize, true); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_36 = __this->get_address_of_LineBuffer_36(); int32_t L_37 = V_5; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38; L_38 = VariableSizedBufferPool_Resize_mC99838C027891EC58903B48AA6CC84F0A10454EF((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_36, L_37, (bool)1, /*hidden argument*/NULL); } IL_00a4: { // Array.Copy(buffer, pos, LineBuffer, LineBufferPos, copyIndex - pos); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = ___buffer0; int32_t L_40 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = __this->get_LineBuffer_36(); int32_t L_42 = __this->get_LineBufferPos_37(); int32_t L_43 = V_3; int32_t L_44 = V_1; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_39, L_40, (RuntimeArray *)(RuntimeArray *)L_41, L_42, ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)L_44)), /*hidden argument*/NULL); // LineBufferPos += copyIndex - pos; int32_t L_45 = __this->get_LineBufferPos_37(); int32_t L_46 = V_3; int32_t L_47 = V_1; __this->set_LineBufferPos_37(((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)L_47))))); // if (newlineIdx == -1) int32_t L_48 = V_0; if ((!(((uint32_t)L_48) == ((uint32_t)(-1))))) { goto IL_00cf; } } { // return; return; } IL_00cf: { // ParseLine(LineBuffer, LineBufferPos); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = __this->get_LineBuffer_36(); int32_t L_50 = __this->get_LineBufferPos_37(); EventSourceResponse_ParseLine_mF5645294E4E129184DA1F170268E283222078E34(__this, L_49, L_50, /*hidden argument*/NULL); // LineBufferPos = 0; __this->set_LineBufferPos_37(0); // pos = newlineIdx + skipCount; int32_t L_51 = V_0; int32_t L_52 = V_2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)L_52)); // }while(newlineIdx != -1 && pos < count); int32_t L_53 = V_0; if ((((int32_t)L_53) == ((int32_t)(-1)))) { goto IL_00f7; } } { int32_t L_54 = V_1; int32_t L_55 = ___count1; if ((((int32_t)L_54) < ((int32_t)L_55))) { goto IL_0029; } } IL_00f7: { // } return; } } // System.Void BestHTTP.ServerSentEvents.EventSourceResponse::ParseLine(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_ParseLine_mF5645294E4E129184DA1F170268E283222078E34 (EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m27397A70504EBE4F8BF22B6698251A70C5C1EBD7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B_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*)&_stringLiteral4A629696BEFA3DB857BFAF4413EBC40F6515A27F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEAA8D9C3445FEBFE3701DDB0406A86D63B80BB2F); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject * V_3 = NULL; bool V_4 = false; int32_t V_5 = 0; int32_t V_6 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (count == 0) int32_t L_0 = ___count1; if (L_0) { goto IL_0043; } } { // if (CurrentMessage != null) Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_1 = __this->get_CurrentMessage_38(); if (!L_1) { goto IL_0042; } } { // lock (FrameLock) RuntimeObject * L_2 = __this->get_FrameLock_35(); V_3 = L_2; V_4 = (bool)0; } IL_0015: try {// begin try (depth: 1) RuntimeObject * L_3 = V_3; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_3, (bool*)(&V_4), /*hidden argument*/NULL); // CompletedMessages.Add(CurrentMessage); List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 * L_4 = __this->get_CompletedMessages_39(); Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_5 = __this->get_CurrentMessage_38(); NullCheck(L_4); List_1_Add_m27397A70504EBE4F8BF22B6698251A70C5C1EBD7(L_4, L_5, /*hidden argument*/List_1_Add_m27397A70504EBE4F8BF22B6698251A70C5C1EBD7_RuntimeMethod_var); IL2CPP_LEAVE(0x3B, FINALLY_0030); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: {// begin finally (depth: 1) { bool L_6 = V_4; if (!L_6) { goto IL_003a; } } IL_0034: { RuntimeObject * L_7 = V_3; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_7, /*hidden argument*/NULL); } IL_003a: { IL2CPP_END_FINALLY(48) } }// end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3B, IL_003b) } IL_003b: { // CurrentMessage = null; __this->set_CurrentMessage_38((Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B *)NULL); } IL_0042: { // return; return; } IL_0043: { // if (buffer[0] == 0x3A) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___buffer0; NullCheck(L_8); int32_t L_9 = 0; uint8_t L_10 = (L_8)->GetAt(static_cast(L_9)); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)58))))) { goto IL_004b; } } { // return; return; } IL_004b: { // int colonIdx = -1; V_0 = (-1); // for (int i = 0; i < count && colonIdx == -1; ++i) V_5 = 0; goto IL_0063; } IL_0052: { // if (buffer[i] == 0x3A) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___buffer0; int32_t L_12 = V_5; NullCheck(L_11); int32_t L_13 = L_12; uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)58))))) { goto IL_005d; } } { // colonIdx = i; int32_t L_15 = V_5; V_0 = L_15; } IL_005d: { // for (int i = 0; i < count && colonIdx == -1; ++i) int32_t L_16 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0063: { // for (int i = 0; i < count && colonIdx == -1; ++i) int32_t L_17 = V_5; int32_t L_18 = ___count1; if ((((int32_t)L_17) >= ((int32_t)L_18))) { goto IL_006c; } } { int32_t L_19 = V_0; if ((((int32_t)L_19) == ((int32_t)(-1)))) { goto IL_0052; } } IL_006c: { // if (colonIdx != -1) int32_t L_20 = V_0; if ((((int32_t)L_20) == ((int32_t)(-1)))) { goto IL_00ac; } } { // field = Encoding.UTF8.GetString(buffer, 0, colonIdx); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_21; L_21 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___buffer0; int32_t L_23 = V_0; NullCheck(L_21); String_t* L_24; L_24 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(36 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_21, L_22, 0, L_23); V_1 = L_24; // if (colonIdx + 1 < count && buffer[colonIdx + 1] == 0x20) int32_t L_25 = V_0; int32_t L_26 = ___count1; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1))) >= ((int32_t)L_26))) { goto IL_0091; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = ___buffer0; int32_t L_28 = V_0; NullCheck(L_27); int32_t L_29 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); uint8_t L_30 = (L_27)->GetAt(static_cast(L_29)); if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)32))))) { goto IL_0091; } } { // colonIdx++; int32_t L_31 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0091: { // colonIdx++; int32_t L_32 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); // if (colonIdx >= count) int32_t L_33 = V_0; int32_t L_34 = ___count1; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_009a; } } { // return; return; } IL_009a: { // value = Encoding.UTF8.GetString(buffer, colonIdx, count - colonIdx); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_35; L_35 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = ___buffer0; int32_t L_37 = V_0; int32_t L_38 = ___count1; int32_t L_39 = V_0; NullCheck(L_35); String_t* L_40; L_40 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(36 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_35, L_36, L_37, ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_39))); V_2 = L_40; // } goto IL_00c0; } IL_00ac: { // field = Encoding.UTF8.GetString(buffer, 0, count); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_41; L_41 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42 = ___buffer0; int32_t L_43 = ___count1; NullCheck(L_41); String_t* L_44; L_44 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(36 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_41, L_42, 0, L_43); V_1 = L_44; // value = string.Empty; String_t* L_45 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_2 = L_45; } IL_00c0: { // if (CurrentMessage == null) Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_46 = __this->get_CurrentMessage_38(); if (L_46) { goto IL_00d3; } } { // CurrentMessage = new BestHTTP.ServerSentEvents.Message(); Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_47 = (Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B *)il2cpp_codegen_object_new(Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B_il2cpp_TypeInfo_var); Message__ctor_m7811E2D48EA518FD2216EC4932F22FBF03489E39(L_47, /*hidden argument*/NULL); __this->set_CurrentMessage_38(L_47); } IL_00d3: { String_t* L_48 = V_1; if (!L_48) { goto IL_0185; } } { String_t* L_49 = V_1; bool L_50; L_50 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_49, _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694, /*hidden argument*/NULL); if (L_50) { goto IL_010e; } } { String_t* L_51 = V_1; bool L_52; L_52 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_51, _stringLiteralEAA8D9C3445FEBFE3701DDB0406A86D63B80BB2F, /*hidden argument*/NULL); if (L_52) { goto IL_011b; } } { String_t* L_53 = V_1; bool L_54; L_54 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_53, _stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469, /*hidden argument*/NULL); if (L_54) { goto IL_0128; } } { String_t* L_55 = V_1; bool L_56; L_56 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_55, _stringLiteral4A629696BEFA3DB857BFAF4413EBC40F6515A27F, /*hidden argument*/NULL); if (L_56) { goto IL_0168; } } { return; } IL_010e: { // CurrentMessage.Id = value; Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_57 = __this->get_CurrentMessage_38(); String_t* L_58 = V_2; NullCheck(L_57); Message_set_Id_mD5B900562221AD61CF8604A6D9033BD8950D03AD_inline(L_57, L_58, /*hidden argument*/NULL); // break; return; } IL_011b: { // CurrentMessage.Event = value; Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_59 = __this->get_CurrentMessage_38(); String_t* L_60 = V_2; NullCheck(L_59); Message_set_Event_m62DE054742EA6AD15BD4439A4D444EAE1D14DA72_inline(L_59, L_60, /*hidden argument*/NULL); // break; return; } IL_0128: { // if (CurrentMessage.Data != null) Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_61 = __this->get_CurrentMessage_38(); NullCheck(L_61); String_t* L_62; L_62 = Message_get_Data_mAD7C9339E8BAE0BC5FD2F574ACCC87B72381E92F_inline(L_61, /*hidden argument*/NULL); if (!L_62) { goto IL_0150; } } { // CurrentMessage.Data += Environment.NewLine; Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_63 = __this->get_CurrentMessage_38(); Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_64 = L_63; NullCheck(L_64); String_t* L_65; L_65 = Message_get_Data_mAD7C9339E8BAE0BC5FD2F574ACCC87B72381E92F_inline(L_64, /*hidden argument*/NULL); String_t* L_66; L_66 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); String_t* L_67; L_67 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_65, L_66, /*hidden argument*/NULL); NullCheck(L_64); Message_set_Data_mBE4030C1796437AF7CEAC49344FF36B57CB511BB_inline(L_64, L_67, /*hidden argument*/NULL); } IL_0150: { // CurrentMessage.Data += value; Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_68 = __this->get_CurrentMessage_38(); Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_69 = L_68; NullCheck(L_69); String_t* L_70; L_70 = Message_get_Data_mAD7C9339E8BAE0BC5FD2F574ACCC87B72381E92F_inline(L_69, /*hidden argument*/NULL); String_t* L_71 = V_2; String_t* L_72; L_72 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_70, L_71, /*hidden argument*/NULL); NullCheck(L_69); Message_set_Data_mBE4030C1796437AF7CEAC49344FF36B57CB511BB_inline(L_69, L_72, /*hidden argument*/NULL); // break; return; } IL_0168: { // if (int.TryParse(value, out result)) String_t* L_73 = V_2; bool L_74; L_74 = Int32_TryParse_m748B8DB1D0C9D25C3D1812D7887411C4AFC1DDC2(L_73, (int32_t*)(&V_6), /*hidden argument*/NULL); if (!L_74) { goto IL_0185; } } { // CurrentMessage.Retry = TimeSpan.FromMilliseconds(result); Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_75 = __this->get_CurrentMessage_38(); int32_t L_76 = V_6; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_77; L_77 = TimeSpan_FromMilliseconds_m12D90542B044C450FDFBCEA1CBC32369479483EC(((double)((double)L_76)), /*hidden argument*/NULL); NullCheck(L_75); Message_set_Retry_mBAF5BED69C4C63AE9CFFCD07F7E1A0F8986C9346_inline(L_75, L_77, /*hidden argument*/NULL); } IL_0185: { // } return; } } // System.Void BestHTTP.ServerSentEvents.EventSourceResponse::BestHTTP.IProtocol.HandleEvents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSourceResponse_BestHTTP_IProtocol_HandleEvents_m518075A5E76A33B2D5C68F93104B3DF20AE62CD7 (EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_m27D6555D87950A59591F359ECEF5D8BD2EBDB787_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_Invoke_mB631A2AA9BC944903C32F4CE48F2C3D693BBC647_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m1F5AAF22F0E8C7C989379A50B669D1D1AAB92D2C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m13BE6EE2ADC7C46953545E63B82E3896F11BEB44_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m01DB07ADD8C5D845D76B7599599EDACB7033B1E1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; Exception_t * V_3 = NULL; Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock(FrameLock) RuntimeObject * L_0 = __this->get_FrameLock_35(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try {// begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); // if (CompletedMessages.Count > 0) List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 * L_2 = __this->get_CompletedMessages_39(); NullCheck(L_2); int32_t L_3; L_3 = List_1_get_Count_m13BE6EE2ADC7C46953545E63B82E3896F11BEB44_inline(L_2, /*hidden argument*/List_1_get_Count_m13BE6EE2ADC7C46953545E63B82E3896F11BEB44_RuntimeMethod_var); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_007b; } } IL_001f: { // if (OnMessage != null) Action_2_tEEDE22E9727265D12EED7DDDBA22217341029552 * L_4 = __this->get_OnMessage_33(); if (!L_4) { goto IL_0070; } } IL_0027: { // for (int i = 0; i < CompletedMessages.Count; ++i) V_2 = 0; goto IL_0062; } IL_002b: { } IL_002c: try {// begin try (depth: 2) // OnMessage(this, CompletedMessages[i]); Action_2_tEEDE22E9727265D12EED7DDDBA22217341029552 * L_5 = __this->get_OnMessage_33(); List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 * L_6 = __this->get_CompletedMessages_39(); int32_t L_7 = V_2; NullCheck(L_6); Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_8; L_8 = List_1_get_Item_m01DB07ADD8C5D845D76B7599599EDACB7033B1E1_inline(L_6, L_7, /*hidden argument*/List_1_get_Item_m01DB07ADD8C5D845D76B7599599EDACB7033B1E1_RuntimeMethod_var); NullCheck(L_5); Action_2_Invoke_mB631A2AA9BC944903C32F4CE48F2C3D693BBC647(L_5, __this, L_8, /*hidden argument*/Action_2_Invoke_mB631A2AA9BC944903C32F4CE48F2C3D693BBC647_RuntimeMethod_var); // } goto IL_005e; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0046; } throw e; } CATCH_0046: {// begin catch(System.Exception) // catch(Exception ex) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("EventSourceMessage", "HandleEvents - OnMessage", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_9; L_9 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_10 = V_3; NullCheck(L_9); InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(16 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB62AD4771D1781C6DB183331E0F677ACD8655325)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3C9BE877316ABBBEDC5B3242BFDD9275BE201AD6)), L_10); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_005e; }// end catch (depth: 2) IL_005e: { // for (int i = 0; i < CompletedMessages.Count; ++i) int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0062: { // for (int i = 0; i < CompletedMessages.Count; ++i) int32_t L_12 = V_2; List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 * L_13 = __this->get_CompletedMessages_39(); NullCheck(L_13); int32_t L_14; L_14 = List_1_get_Count_m13BE6EE2ADC7C46953545E63B82E3896F11BEB44_inline(L_13, /*hidden argument*/List_1_get_Count_m13BE6EE2ADC7C46953545E63B82E3896F11BEB44_RuntimeMethod_var); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_002b; } } IL_0070: { // CompletedMessages.Clear(); List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 * L_15 = __this->get_CompletedMessages_39(); NullCheck(L_15); List_1_Clear_m1F5AAF22F0E8C7C989379A50B669D1D1AAB92D2C(L_15, /*hidden argument*/List_1_Clear_m1F5AAF22F0E8C7C989379A50B669D1D1AAB92D2C_RuntimeMethod_var); } IL_007b: { // } IL2CPP_LEAVE(0x87, FINALLY_007d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007d; } FINALLY_007d: {// begin finally (depth: 1) { bool L_16 = V_1; if (!L_16) { goto IL_0086; } } IL_0080: { RuntimeObject * L_17 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_17, /*hidden argument*/NULL); } IL_0086: { IL2CPP_END_FINALLY(125) } }// end finally (depth: 1) IL2CPP_CLEANUP(125) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x87, IL_0087) } IL_0087: { // if (IsClosed) bool L_18; L_18 = EventSourceResponse_get_IsClosed_m1A3BA9F0733F33BE1CBAE486C231F86C003CFD22_inline(__this, /*hidden argument*/NULL); if (!L_18) { goto IL_00d2; } } { // CompletedMessages.Clear(); List_1_t352705E9DD2D5F1DF5F736BA702EC66FA4697B44 * L_19 = __this->get_CompletedMessages_39(); NullCheck(L_19); List_1_Clear_m1F5AAF22F0E8C7C989379A50B669D1D1AAB92D2C(L_19, /*hidden argument*/List_1_Clear_m1F5AAF22F0E8C7C989379A50B669D1D1AAB92D2C_RuntimeMethod_var); // if (OnClosed != null) Action_1_tB0049C0C5F759294C4324FC2F877CB233B2CE88C * L_20 = __this->get_OnClosed_34(); if (!L_20) { goto IL_00d2; } } IL_00a2: try {// begin try (depth: 1) try {// begin try (depth: 2) // OnClosed(this); Action_1_tB0049C0C5F759294C4324FC2F877CB233B2CE88C * L_21 = __this->get_OnClosed_34(); NullCheck(L_21); Action_1_Invoke_m27D6555D87950A59591F359ECEF5D8BD2EBDB787(L_21, __this, /*hidden argument*/Action_1_Invoke_m27D6555D87950A59591F359ECEF5D8BD2EBDB787_RuntimeMethod_var); // } IL2CPP_LEAVE(0xD2, FINALLY_00ca); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00b0; } throw e; } CATCH_00b0: {// begin catch(System.Exception) // catch (Exception ex) V_4 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("EventSourceMessage", "HandleEvents - OnClosed", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_22; L_22 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_23 = V_4; NullCheck(L_22); InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(16 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB62AD4771D1781C6DB183331E0F677ACD8655325)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral861BBC20413BBC72299C133266D4EF240C17ACE4)), L_23); // } IL2CPP_POP_ACTIVE_EXCEPTION(); IL2CPP_LEAVE(0xD2, FINALLY_00ca); }// end catch (depth: 2) }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ca; } FINALLY_00ca: {// begin finally (depth: 1) // OnClosed = null; __this->set_OnClosed_34((Action_1_tB0049C0C5F759294C4324FC2F877CB233B2CE88C *)NULL); // } IL2CPP_END_FINALLY(202) }// end finally (depth: 1) IL2CPP_CLEANUP(202) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD2, IL_00d2) } IL_00d2: { // } 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 EventSystemChecker::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystemChecker_Awake_m8B954CCFC70EDE79CD9418D2D38DA27F91DEBAA1 (EventSystemChecker_t554234CB60C9E738FD303092A56CD26367B062FA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisEventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C_mD7E16702011B453C0A737A2442B83E6B8F9E8164_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectOfType_TisEventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C_m46D8ADD03B257A4249D09826A446CD7A0D40543B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28B7EDF9E324F8C7C00DCE82B9611E6089187E1F); s_Il2CppMethodInitialized = true; } { // if(!FindObjectOfType()) IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * L_0; L_0 = Object_FindObjectOfType_TisEventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C_m46D8ADD03B257A4249D09826A446CD7A0D40543B(/*hidden argument*/Object_FindObjectOfType_TisEventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C_m46D8ADD03B257A4249D09826A446CD7A0D40543B_RuntimeMethod_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001c; } } { // GameObject obj = new GameObject("EventSystem"); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)il2cpp_codegen_object_new(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); GameObject__ctor_mDF8BF31EAE3E03F24421531B25FB4BEDB7C87144(L_2, _stringLiteral28B7EDF9E324F8C7C00DCE82B9611E6089187E1F, /*hidden argument*/NULL); // obj.AddComponent(); NullCheck(L_2); EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * L_3; L_3 = GameObject_AddComponent_TisEventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C_mD7E16702011B453C0A737A2442B83E6B8F9E8164(L_2, /*hidden argument*/GameObject_AddComponent_TisEventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C_mD7E16702011B453C0A737A2442B83E6B8F9E8164_RuntimeMethod_var); } IL_001c: { // } return; } } // System.Void EventSystemChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystemChecker__ctor_mE880C47D1714A5E4C2BF1F48ED7254DF1C758363 (EventSystemChecker_t554234CB60C9E738FD303092A56CD26367B062FA * __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 // BestHTTP.SocketIO.Socket BestHTTP.SocketIO.Events.EventTable::get_Socket() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * EventTable_get_Socket_mFD914C56440C825BFFB25B6D7DEA2692203AAA4C (EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * __this, const RuntimeMethod* method) { { // private Socket Socket { get; set; } Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_0 = __this->get_U3CSocketU3Ek__BackingField_0(); return L_0; } } // System.Void BestHTTP.SocketIO.Events.EventTable::set_Socket(BestHTTP.SocketIO.Socket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTable_set_Socket_m6C3BDBC65303F2F1B88841DC0CAD62FA14860D5B (EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___value0, const RuntimeMethod* method) { { // private Socket Socket { get; set; } Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_0 = ___value0; __this->set_U3CSocketU3Ek__BackingField_0(L_0); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mB18C91CC3417CF050D9D284378F1BD732C407F1B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private Dictionary> Table = new Dictionary>(); Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 * L_0 = (Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 *)il2cpp_codegen_object_new(Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57_il2cpp_TypeInfo_var); Dictionary_2__ctor_mB18C91CC3417CF050D9D284378F1BD732C407F1B(L_0, /*hidden argument*/Dictionary_2__ctor_mB18C91CC3417CF050D9D284378F1BD732C407F1B_RuntimeMethod_var); __this->set_Table_1(L_0); // public EventTable(Socket socket) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.Socket = socket; Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_1 = ___socket0; EventTable_set_Socket_m6C3BDBC65303F2F1B88841DC0CAD62FA14860D5B_inline(__this, L_1, /*hidden argument*/NULL); // } return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mB04B961151B1D66A3F77BABFCF877B2E5F7323AC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mD2EEB857480FFCE7A47EF23C138AFD9387B159FA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m1E1F9EFE707A82269A32F597647E136E509E7B7F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m3867B1D6CD5B5D25FFB7522A42241BB0D41B1386_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Find_m636998EBC3540AC965052462BDA9FA76445C5975_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA6D03D4C3DE615850093D7826FB01241B759E90B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1__ctor_m855AC74E0CD1D996CBB07C9F044D818F087253B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t8017F753C416484034195A381B4778389CC82D53_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass6_0_U3CRegisterU3Eb__0_m860C5E4FC6343E8CF2CF137FC1EC949532C2422B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass6_0_t526267A39AF0706B4C3DD931775FC983B2DD74B9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass6_0_t526267A39AF0706B4C3DD931775FC983B2DD74B9 * V_0 = NULL; List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 * V_1 = NULL; EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * V_2 = NULL; { U3CU3Ec__DisplayClass6_0_t526267A39AF0706B4C3DD931775FC983B2DD74B9 * L_0 = (U3CU3Ec__DisplayClass6_0_t526267A39AF0706B4C3DD931775FC983B2DD74B9 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass6_0_t526267A39AF0706B4C3DD931775FC983B2DD74B9_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass6_0__ctor_m3E68BBA6DF68F77E6627CA284C4CCA0A0FEA8DEF(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass6_0_t526267A39AF0706B4C3DD931775FC983B2DD74B9 * L_1 = V_0; bool L_2 = ___onlyOnce2; NullCheck(L_1); L_1->set_onlyOnce_0(L_2); U3CU3Ec__DisplayClass6_0_t526267A39AF0706B4C3DD931775FC983B2DD74B9 * L_3 = V_0; bool L_4 = ___autoDecodePayload3; NullCheck(L_3); L_3->set_autoDecodePayload_1(L_4); // if (!Table.TryGetValue(eventName, out events)) Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 * L_5 = __this->get_Table_1(); String_t* L_6 = ___eventName0; NullCheck(L_5); bool L_7; L_7 = Dictionary_2_TryGetValue_mD2EEB857480FFCE7A47EF23C138AFD9387B159FA(L_5, L_6, (List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_mD2EEB857480FFCE7A47EF23C138AFD9387B159FA_RuntimeMethod_var); if (L_7) { goto IL_0039; } } { // Table.Add(eventName, events = new List(1)); Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 * L_8 = __this->get_Table_1(); String_t* L_9 = ___eventName0; List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 * L_10 = (List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 *)il2cpp_codegen_object_new(List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772_il2cpp_TypeInfo_var); List_1__ctor_mA6D03D4C3DE615850093D7826FB01241B759E90B(L_10, 1, /*hidden argument*/List_1__ctor_mA6D03D4C3DE615850093D7826FB01241B759E90B_RuntimeMethod_var); List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 * L_11 = L_10; V_1 = L_11; NullCheck(L_8); Dictionary_2_Add_mB04B961151B1D66A3F77BABFCF877B2E5F7323AC(L_8, L_9, L_11, /*hidden argument*/Dictionary_2_Add_mB04B961151B1D66A3F77BABFCF877B2E5F7323AC_RuntimeMethod_var); } IL_0039: { // var desc = events.Find((d) => d.OnlyOnce == onlyOnce && d.AutoDecodePayload == autoDecodePayload); List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 * L_12 = V_1; U3CU3Ec__DisplayClass6_0_t526267A39AF0706B4C3DD931775FC983B2DD74B9 * L_13 = V_0; Predicate_1_t8017F753C416484034195A381B4778389CC82D53 * L_14 = (Predicate_1_t8017F753C416484034195A381B4778389CC82D53 *)il2cpp_codegen_object_new(Predicate_1_t8017F753C416484034195A381B4778389CC82D53_il2cpp_TypeInfo_var); Predicate_1__ctor_m855AC74E0CD1D996CBB07C9F044D818F087253B4(L_14, L_13, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass6_0_U3CRegisterU3Eb__0_m860C5E4FC6343E8CF2CF137FC1EC949532C2422B_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_m855AC74E0CD1D996CBB07C9F044D818F087253B4_RuntimeMethod_var); NullCheck(L_12); EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * L_15; L_15 = List_1_Find_m636998EBC3540AC965052462BDA9FA76445C5975(L_12, L_14, /*hidden argument*/List_1_Find_m636998EBC3540AC965052462BDA9FA76445C5975_RuntimeMethod_var); V_2 = L_15; // if (desc == null) EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * L_16 = V_2; if (L_16) { goto IL_0068; } } { // events.Add(new EventDescriptor(onlyOnce, autoDecodePayload, callback)); List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 * L_17 = V_1; U3CU3Ec__DisplayClass6_0_t526267A39AF0706B4C3DD931775FC983B2DD74B9 * L_18 = V_0; NullCheck(L_18); bool L_19 = L_18->get_onlyOnce_0(); U3CU3Ec__DisplayClass6_0_t526267A39AF0706B4C3DD931775FC983B2DD74B9 * L_20 = V_0; NullCheck(L_20); bool L_21 = L_20->get_autoDecodePayload_1(); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_22 = ___callback1; EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * L_23 = (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC *)il2cpp_codegen_object_new(EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC_il2cpp_TypeInfo_var); EventDescriptor__ctor_m3014C2458678A31C246D997F88C4360405048501(L_23, L_19, L_21, L_22, /*hidden argument*/NULL); NullCheck(L_17); List_1_Add_m1E1F9EFE707A82269A32F597647E136E509E7B7F(L_17, L_23, /*hidden argument*/List_1_Add_m1E1F9EFE707A82269A32F597647E136E509E7B7F_RuntimeMethod_var); return; } IL_0068: { // desc.Callbacks.Add(callback); EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * L_24 = V_2; NullCheck(L_24); List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * L_25; L_25 = EventDescriptor_get_Callbacks_mCACAF3979FF93DCE11972F1055BDCE59C6D7E48B_inline(L_24, /*hidden argument*/NULL); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_26 = ___callback1; NullCheck(L_25); List_1_Add_m3867B1D6CD5B5D25FFB7522A42241BB0D41B1386(L_25, L_26, /*hidden argument*/List_1_Add_m3867B1D6CD5B5D25FFB7522A42241BB0D41B1386_RuntimeMethod_var); // } return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mB5D8FF7535521B4FB84C3B9018F7370BE32B2D11_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // Table.Remove(eventName); Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 * L_0 = __this->get_Table_1(); String_t* L_1 = ___eventName0; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_Remove_mB5D8FF7535521B4FB84C3B9018F7370BE32B2D11(L_0, L_1, /*hidden argument*/Dictionary_2_Remove_mB5D8FF7535521B4FB84C3B9018F7370BE32B2D11_RuntimeMethod_var); // } return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mD2EEB857480FFCE7A47EF23C138AFD9387B159FA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mF89C39F4E28C208B84DD413D6190EF441BE94624_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m313E1B8E09C25D24C442BB975FB6EB7F0C2B32AF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m5528906AE482CF31B546EDCFC5BE822DED618D9C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 * V_0 = NULL; int32_t V_1 = 0; { // if (Table.TryGetValue(eventName, out events)) Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 * L_0 = __this->get_Table_1(); String_t* L_1 = ___eventName0; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_TryGetValue_mD2EEB857480FFCE7A47EF23C138AFD9387B159FA(L_0, L_1, (List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mD2EEB857480FFCE7A47EF23C138AFD9387B159FA_RuntimeMethod_var); if (!L_2) { goto IL_0034; } } { // for (int i = 0; i < events.Count; ++i) V_1 = 0; goto IL_002b; } IL_0014: { // events[i].Callbacks.Remove(callback); List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 * L_3 = V_0; int32_t L_4 = V_1; NullCheck(L_3); EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * L_5; L_5 = List_1_get_Item_m5528906AE482CF31B546EDCFC5BE822DED618D9C_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_m5528906AE482CF31B546EDCFC5BE822DED618D9C_RuntimeMethod_var); NullCheck(L_5); List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * L_6; L_6 = EventDescriptor_get_Callbacks_mCACAF3979FF93DCE11972F1055BDCE59C6D7E48B_inline(L_5, /*hidden argument*/NULL); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_7 = ___callback1; NullCheck(L_6); bool L_8; L_8 = List_1_Remove_mF89C39F4E28C208B84DD413D6190EF441BE94624(L_6, L_7, /*hidden argument*/List_1_Remove_mF89C39F4E28C208B84DD413D6190EF441BE94624_RuntimeMethod_var); // for (int i = 0; i < events.Count; ++i) int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002b: { // for (int i = 0; i < events.Count; ++i) int32_t L_10 = V_1; List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 * L_11 = V_0; NullCheck(L_11); int32_t L_12; L_12 = List_1_get_Count_m313E1B8E09C25D24C442BB975FB6EB7F0C2B32AF_inline(L_11, /*hidden argument*/List_1_get_Count_m313E1B8E09C25D24C442BB975FB6EB7F0C2B32AF_RuntimeMethod_var); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0014; } } IL_0034: { // } return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mD2EEB857480FFCE7A47EF23C138AFD9387B159FA_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*)&List_1_get_Count_m313E1B8E09C25D24C442BB975FB6EB7F0C2B32AF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m5528906AE482CF31B546EDCFC5BE822DED618D9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA7F482055AC274AAA0427868EE211E2C01482274); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1DA33ADB69EA399EABAE75F36F79D2DEC9DEB4D); s_Il2CppMethodInitialized = true; } List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 * V_0 = NULL; int32_t V_1 = 0; { // if (HTTPManager.Logger.Level <= BestHTTP.Logger.Loglevels.All) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_0); uint8_t L_1; L_1 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_0); if ((((int32_t)L_1) > ((int32_t)0))) { goto IL_0027; } } { // HTTPManager.Logger.Verbose("EventTable", "Call - " + eventName); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_3 = ___eventName0; String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralB1DA33ADB69EA399EABAE75F36F79D2DEC9DEB4D, L_3, /*hidden argument*/NULL); NullCheck(L_2); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void BestHTTP.Logger.ILogger::Verbose(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_2, _stringLiteralA7F482055AC274AAA0427868EE211E2C01482274, L_4); } IL_0027: { // if (Table.TryGetValue(eventName, out events)) Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 * L_5 = __this->get_Table_1(); String_t* L_6 = ___eventName0; NullCheck(L_5); bool L_7; L_7 = Dictionary_2_TryGetValue_mD2EEB857480FFCE7A47EF23C138AFD9387B159FA(L_5, L_6, (List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mD2EEB857480FFCE7A47EF23C138AFD9387B159FA_RuntimeMethod_var); if (!L_7) { goto IL_005c; } } { // for (int i = 0; i < events.Count; ++i) V_1 = 0; goto IL_0053; } IL_003b: { // events[i].Call(Socket, packet, args); List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 * L_8 = V_0; int32_t L_9 = V_1; NullCheck(L_8); EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * L_10; L_10 = List_1_get_Item_m5528906AE482CF31B546EDCFC5BE822DED618D9C_inline(L_8, L_9, /*hidden argument*/List_1_get_Item_m5528906AE482CF31B546EDCFC5BE822DED618D9C_RuntimeMethod_var); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_11; L_11 = EventTable_get_Socket_mFD914C56440C825BFFB25B6D7DEA2692203AAA4C_inline(__this, /*hidden argument*/NULL); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_12 = ___packet1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = ___args2; NullCheck(L_10); EventDescriptor_Call_m13B7B2C7AD488EF23195CDD457B8F23F6082EE31(L_10, L_11, L_12, L_13, /*hidden argument*/NULL); // for (int i = 0; i < events.Count; ++i) int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0053: { // for (int i = 0; i < events.Count; ++i) int32_t L_15 = V_1; List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 * L_16 = V_0; NullCheck(L_16); int32_t L_17; L_17 = List_1_get_Count_m313E1B8E09C25D24C442BB975FB6EB7F0C2B32AF_inline(L_16, /*hidden argument*/List_1_get_Count_m313E1B8E09C25D24C442BB975FB6EB7F0C2B32AF_RuntimeMethod_var); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_003b; } } IL_005c: { // } return; } } // 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) { 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_t* V_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_2 = NULL; String_t* G_B3_0 = NULL; { // string eventName = packet.DecodeEventName(); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_0 = ___packet0; NullCheck(L_0); String_t* L_1; L_1 = Packet_DecodeEventName_m717F619C10C9052C949DAB19B14ADA9AAB9429B4(L_0, /*hidden argument*/NULL); V_0 = L_1; // string typeName = packet.SocketIOEvent != SocketIOEventTypes.Unknown ? EventNames.GetNameFor(packet.SocketIOEvent) : EventNames.GetNameFor(packet.TransportEvent); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_2 = ___packet0; NullCheck(L_2); int32_t L_3; L_3 = Packet_get_SocketIOEvent_mC317B8BB4E39824F5473FE8DCC6CE873877D5EC7_inline(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { goto IL_001d; } } { Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_4 = ___packet0; NullCheck(L_4); int32_t L_5; L_5 = Packet_get_TransportEvent_m8B4F8E3ABF221BE71C6197D6C22EA9EFFF9C325A_inline(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); String_t* L_6; L_6 = EventNames_GetNameFor_m29E2ADB3A6B6AEF8EA37F0B39DE16FA34FB95D68(L_5, /*hidden argument*/NULL); G_B3_0 = L_6; goto IL_0028; } IL_001d: { Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_7 = ___packet0; NullCheck(L_7); int32_t L_8; L_8 = Packet_get_SocketIOEvent_mC317B8BB4E39824F5473FE8DCC6CE873877D5EC7_inline(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); String_t* L_9; L_9 = EventNames_GetNameFor_mC7EF884A3BEFE72FC4F30EFC73A2BD0B418D3172(L_8, /*hidden argument*/NULL); G_B3_0 = L_9; } IL_0028: { V_1 = G_B3_0; // object[] args = null; V_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL; // if (!HasSubsciber(eventName) && !HasSubsciber(typeName)) String_t* L_10 = V_0; bool L_11; L_11 = EventTable_HasSubsciber_m05EC7C762A911A518F00EB76F133ADC598A5A4C1(__this, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_003e; } } { String_t* L_12 = V_1; bool L_13; L_13 = EventTable_HasSubsciber_m05EC7C762A911A518F00EB76F133ADC598A5A4C1(__this, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_003e; } } { // return; return; } IL_003e: { // if (packet.TransportEvent == TransportEventTypes.Message && (packet.SocketIOEvent == SocketIOEventTypes.Event || packet.SocketIOEvent == SocketIOEventTypes.BinaryEvent) && ShouldDecodePayload(eventName)) Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_14 = ___packet0; NullCheck(L_14); int32_t L_15; L_15 = Packet_get_TransportEvent_m8B4F8E3ABF221BE71C6197D6C22EA9EFFF9C325A_inline(L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)4)))) { goto IL_0079; } } { Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_16 = ___packet0; NullCheck(L_16); int32_t L_17; L_17 = Packet_get_SocketIOEvent_mC317B8BB4E39824F5473FE8DCC6CE873877D5EC7_inline(L_16, /*hidden argument*/NULL); if ((((int32_t)L_17) == ((int32_t)2))) { goto IL_0059; } } { Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_18 = ___packet0; NullCheck(L_18); int32_t L_19; L_19 = Packet_get_SocketIOEvent_mC317B8BB4E39824F5473FE8DCC6CE873877D5EC7_inline(L_18, /*hidden argument*/NULL); if ((!(((uint32_t)L_19) == ((uint32_t)5)))) { goto IL_0079; } } IL_0059: { String_t* L_20 = V_0; bool L_21; L_21 = EventTable_ShouldDecodePayload_mD09319CB96BB164C42A7698F2697A3EA6B29D731(__this, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0079; } } { // args = packet.Decode(Socket.Manager.Encoder); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_22 = ___packet0; Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_23; L_23 = EventTable_get_Socket_mFD914C56440C825BFFB25B6D7DEA2692203AAA4C_inline(__this, /*hidden argument*/NULL); NullCheck(L_23); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_24; L_24 = Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline(L_23, /*hidden argument*/NULL); NullCheck(L_24); RuntimeObject* L_25; L_25 = SocketManager_get_Encoder_m2DCF71B119CB6463AABF94A44EAE0F006FBCDFFD_inline(L_24, /*hidden argument*/NULL); NullCheck(L_22); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_26; L_26 = Packet_Decode_mD58A067D1C768ED861FBEE2CCE7F60E89E9D3092(L_22, L_25, /*hidden argument*/NULL); V_2 = L_26; } IL_0079: { // if (!string.IsNullOrEmpty(eventName)) String_t* L_27 = V_0; bool L_28; L_28 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_27, /*hidden argument*/NULL); if (L_28) { goto IL_008a; } } { // Call(eventName, packet, args); String_t* L_29 = V_0; Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_30 = ___packet0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_31 = V_2; EventTable_Call_m923ED8CB6314EA727B50EE637CB93390D006DAC2(__this, L_29, L_30, L_31, /*hidden argument*/NULL); } IL_008a: { // if (!packet.IsDecoded && ShouldDecodePayload(typeName)) Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_32 = ___packet0; NullCheck(L_32); bool L_33; L_33 = Packet_get_IsDecoded_mCF5FEA7F70C112BA3FBBBEC0759B09A09C571D6B_inline(L_32, /*hidden argument*/NULL); if (L_33) { goto IL_00b2; } } { String_t* L_34 = V_1; bool L_35; L_35 = EventTable_ShouldDecodePayload_mD09319CB96BB164C42A7698F2697A3EA6B29D731(__this, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00b2; } } { // args = packet.Decode(Socket.Manager.Encoder); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_36 = ___packet0; Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_37; L_37 = EventTable_get_Socket_mFD914C56440C825BFFB25B6D7DEA2692203AAA4C_inline(__this, /*hidden argument*/NULL); NullCheck(L_37); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_38; L_38 = Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline(L_37, /*hidden argument*/NULL); NullCheck(L_38); RuntimeObject* L_39; L_39 = SocketManager_get_Encoder_m2DCF71B119CB6463AABF94A44EAE0F006FBCDFFD_inline(L_38, /*hidden argument*/NULL); NullCheck(L_36); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_40; L_40 = Packet_Decode_mD58A067D1C768ED861FBEE2CCE7F60E89E9D3092(L_36, L_39, /*hidden argument*/NULL); V_2 = L_40; } IL_00b2: { // if (!string.IsNullOrEmpty(typeName)) String_t* L_41 = V_1; bool L_42; L_42 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_41, /*hidden argument*/NULL); if (L_42) { goto IL_00c3; } } { // Call(typeName, packet, args); String_t* L_43 = V_1; Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_44 = ___packet0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_45 = V_2; EventTable_Call_m923ED8CB6314EA727B50EE637CB93390D006DAC2(__this, L_43, L_44, L_45, /*hidden argument*/NULL); } IL_00c3: { // } return; } } // System.Void BestHTTP.SocketIO.Events.EventTable::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTable_Clear_m1128E5B518570751094B00FFD0B2ECCC9525FD73 (EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_mF418517A6E903C62BA183B82DF0288FB62A4BB3B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // Table.Clear(); Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 * L_0 = __this->get_Table_1(); NullCheck(L_0); Dictionary_2_Clear_mF418517A6E903C62BA183B82DF0288FB62A4BB3B(L_0, /*hidden argument*/Dictionary_2_Clear_mF418517A6E903C62BA183B82DF0288FB62A4BB3B_RuntimeMethod_var); // } return; } } // System.Boolean BestHTTP.SocketIO.Events.EventTable::ShouldDecodePayload(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventTable_ShouldDecodePayload_mD09319CB96BB164C42A7698F2697A3EA6B29D731 (EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * __this, String_t* ___eventName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mD2EEB857480FFCE7A47EF23C138AFD9387B159FA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m313E1B8E09C25D24C442BB975FB6EB7F0C2B32AF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m779D4454EF5FDBAD7E795F0F2B898583BA70E52A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m5528906AE482CF31B546EDCFC5BE822DED618D9C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 * V_0 = NULL; int32_t V_1 = 0; { // if (Table.TryGetValue(eventName, out events)) Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 * L_0 = __this->get_Table_1(); String_t* L_1 = ___eventName0; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_TryGetValue_mD2EEB857480FFCE7A47EF23C138AFD9387B159FA(L_0, L_1, (List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mD2EEB857480FFCE7A47EF23C138AFD9387B159FA_RuntimeMethod_var); if (!L_2) { goto IL_0045; } } { // for (int i = 0; i < events.Count; ++i) V_1 = 0; goto IL_003c; } IL_0014: { // if (events[i].AutoDecodePayload && events[i].Callbacks.Count > 0) List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 * L_3 = V_0; int32_t L_4 = V_1; NullCheck(L_3); EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * L_5; L_5 = List_1_get_Item_m5528906AE482CF31B546EDCFC5BE822DED618D9C_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_m5528906AE482CF31B546EDCFC5BE822DED618D9C_RuntimeMethod_var); NullCheck(L_5); bool L_6; L_6 = EventDescriptor_get_AutoDecodePayload_mAC54D034196B63010CF12B8AF7862F7A732A49E9_inline(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0038; } } { List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 * L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * L_9; L_9 = List_1_get_Item_m5528906AE482CF31B546EDCFC5BE822DED618D9C_inline(L_7, L_8, /*hidden argument*/List_1_get_Item_m5528906AE482CF31B546EDCFC5BE822DED618D9C_RuntimeMethod_var); NullCheck(L_9); List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * L_10; L_10 = EventDescriptor_get_Callbacks_mCACAF3979FF93DCE11972F1055BDCE59C6D7E48B_inline(L_9, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11; L_11 = List_1_get_Count_m779D4454EF5FDBAD7E795F0F2B898583BA70E52A_inline(L_10, /*hidden argument*/List_1_get_Count_m779D4454EF5FDBAD7E795F0F2B898583BA70E52A_RuntimeMethod_var); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_0038; } } { // return true; return (bool)1; } IL_0038: { // for (int i = 0; i < events.Count; ++i) int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003c: { // for (int i = 0; i < events.Count; ++i) int32_t L_13 = V_1; List_1_t34A2899758F971F9ECEF640B6D6768A7979DE772 * L_14 = V_0; NullCheck(L_14); int32_t L_15; L_15 = List_1_get_Count_m313E1B8E09C25D24C442BB975FB6EB7F0C2B32AF_inline(L_14, /*hidden argument*/List_1_get_Count_m313E1B8E09C25D24C442BB975FB6EB7F0C2B32AF_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_0014; } } IL_0045: { // return false; return (bool)0; } } // System.Boolean BestHTTP.SocketIO.Events.EventTable::HasSubsciber(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventTable_HasSubsciber_m05EC7C762A911A518F00EB76F133ADC598A5A4C1 (EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * __this, String_t* ___eventName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mA862C877648241FA03E810E781623A71D31276D3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return Table.ContainsKey(eventName); Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 * L_0 = __this->get_Table_1(); String_t* L_1 = ___eventName0; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_ContainsKey_mA862C877648241FA03E810E781623A71D31276D3(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_mA862C877648241FA03E810E781623A71D31276D3_RuntimeMethod_var); 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 // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Evidence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.TimeStampTokenEvidence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Evidence__ctor_mD64B9773D26E3D5AED743D9808BC6F94EE3BFE05 (Evidence_tFA11085D4AF857CEB136DD0FB4F56B2C91A7574C * __this, TimeStampTokenEvidence_t5AB47E244550737FD9D2B935A90398957EDB482E * ___tstEvidence0, const RuntimeMethod* method) { { // public Evidence(TimeStampTokenEvidence tstEvidence) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.tstEvidence = tstEvidence; TimeStampTokenEvidence_t5AB47E244550737FD9D2B935A90398957EDB482E * L_0 = ___tstEvidence0; __this->set_tstEvidence_2(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Evidence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Evidence__ctor_m0F9FCF684D0C0C1F587102F24C4E070C774BA7B0 (Evidence_tFA11085D4AF857CEB136DD0FB4F56B2C91A7574C * __this, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___tagged0, const RuntimeMethod* method) { { // private Evidence(Asn1TaggedObject tagged) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (tagged.TagNo == 0) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___tagged0; NullCheck(L_0); int32_t L_1; L_1 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001b; } } { // this.tstEvidence = TimeStampTokenEvidence.GetInstance(tagged, false); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_2 = ___tagged0; TimeStampTokenEvidence_t5AB47E244550737FD9D2B935A90398957EDB482E * L_3; L_3 = TimeStampTokenEvidence_GetInstance_mF4E39C585155D306A5FA6D47BA3140C512E5FC8F(L_2, (bool)0, /*hidden argument*/NULL); __this->set_tstEvidence_2(L_3); } IL_001b: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Evidence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Evidence::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Evidence_tFA11085D4AF857CEB136DD0FB4F56B2C91A7574C * Evidence_GetInstance_mAFFD75F7660101B3273D3D9F44E2CD43C6CE5AEF (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Evidence_tFA11085D4AF857CEB136DD0FB4F56B2C91A7574C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is Evidence) RuntimeObject * L_0 = ___obj0; if (!((Evidence_tFA11085D4AF857CEB136DD0FB4F56B2C91A7574C *)IsInstClass((RuntimeObject*)L_0, Evidence_tFA11085D4AF857CEB136DD0FB4F56B2C91A7574C_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (Evidence)obj; RuntimeObject * L_1 = ___obj0; return ((Evidence_tFA11085D4AF857CEB136DD0FB4F56B2C91A7574C *)CastclassClass((RuntimeObject*)L_1, Evidence_tFA11085D4AF857CEB136DD0FB4F56B2C91A7574C_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj is Asn1TaggedObject) RuntimeObject * L_2 = ___obj0; if (!((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)IsInstClass((RuntimeObject*)L_2, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))) { goto IL_0023; } } { // return new Evidence(Asn1TaggedObject.GetInstance(obj)); RuntimeObject * L_3 = ___obj0; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_4; L_4 = Asn1TaggedObject_GetInstance_m7245B39FCEB8EA160AEFF9F8F724A71CB2EB47A8(L_3, /*hidden argument*/NULL); Evidence_tFA11085D4AF857CEB136DD0FB4F56B2C91A7574C * L_5 = (Evidence_tFA11085D4AF857CEB136DD0FB4F56B2C91A7574C *)il2cpp_codegen_object_new(Evidence_tFA11085D4AF857CEB136DD0FB4F56B2C91A7574C_il2cpp_TypeInfo_var); Evidence__ctor_m0F9FCF684D0C0C1F587102F24C4E070C774BA7B0(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_0023: { // throw new ArgumentException("Unknown object in GetInstance: " + 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*)&_stringLiteralA411FC0F3A67F563080C0B2C9B766FA0B758F635)), 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*)&Evidence_GetInstance_mAFFD75F7660101B3273D3D9F44E2CD43C6CE5AEF_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.TimeStampTokenEvidence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Evidence::get_TstEvidence() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeStampTokenEvidence_t5AB47E244550737FD9D2B935A90398957EDB482E * Evidence_get_TstEvidence_m22F815F3A6416C4131E649DF749589799E53BD0B (Evidence_tFA11085D4AF857CEB136DD0FB4F56B2C91A7574C * __this, const RuntimeMethod* method) { { // get { return tstEvidence; } TimeStampTokenEvidence_t5AB47E244550737FD9D2B935A90398957EDB482E * L_0 = __this->get_tstEvidence_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Evidence::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Evidence_ToAsn1Object_m5DDBF86F01896DCFDA8DA761D7D80FE992FE5A9D (Evidence_tFA11085D4AF857CEB136DD0FB4F56B2C91A7574C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (tstEvidence != null) TimeStampTokenEvidence_t5AB47E244550737FD9D2B935A90398957EDB482E * L_0 = __this->get_tstEvidence_2(); if (!L_0) { goto IL_0016; } } { // return new DerTaggedObject(false, 0, tstEvidence); TimeStampTokenEvidence_t5AB47E244550737FD9D2B935A90398957EDB482E * L_1 = __this->get_tstEvidence_2(); 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); return L_2; } IL_0016: { // return null; return (Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC *)NULL; } } #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.Exception BestHTTP.Extensions.ExceptionHelper::ServerClosedTCPStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * ExceptionHelper_ServerClosedTCPStream_mB7F3D7365CA41A9E2ED4CEF23EB14169CC85C108 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A3504D875A3BB8D481170B4AD4CD1FAD611D088); s_Il2CppMethodInitialized = true; } { // return new Exception("TCP Stream closed unexpectedly by the remote server"); Exception_t * L_0 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_0, _stringLiteral2A3504D875A3BB8D481170B4AD4CD1FAD611D088, /*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.Collections.IEnumerator UnityStandardAssets.Effects.ExplosionFireAndDebris::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExplosionFireAndDebris_Start_mFE91656E5941C07D3F2A8E930B6EF3ACFA2767D9 (ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C * L_0 = (U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C *)il2cpp_codegen_object_new(U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C_il2cpp_TypeInfo_var); U3CStartU3Ed__4__ctor_m654866B338818A02D8A859C29170FA103BDF75D6(L_0, 0, /*hidden argument*/NULL); U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Void UnityStandardAssets.Effects.ExplosionFireAndDebris::AddFire(UnityEngine.Transform,UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExplosionFireAndDebris_AddFire_m425D0F537ADF0CA2858A3B8D9E177626AF849E84 (ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___t0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___pos1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___normal2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m748821B299E8B2FAC05C55F2C8137BED1DB54917_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // pos += normal*0.5f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___pos1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___normal2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_1, (0.5f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_0, L_2, /*hidden argument*/NULL); ___pos1 = L_3; // Transform fire = (Transform) Instantiate(firePrefab, pos, Quaternion.identity); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4 = __this->get_firePrefab_5(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = ___pos1; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_6; L_6 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m748821B299E8B2FAC05C55F2C8137BED1DB54917(L_4, L_5, L_6, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m748821B299E8B2FAC05C55F2C8137BED1DB54917_RuntimeMethod_var); // fire.parent = t; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8 = ___t0; NullCheck(L_7); Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13(L_7, L_8, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Effects.ExplosionFireAndDebris::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExplosionFireAndDebris__ctor_m31B9795702F6DDB37F137A1600C60CF424CB9FB2 (ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * __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.Collections.IEnumerator UnityStandardAssets.Effects.ExplosionPhysicsForce::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExplosionPhysicsForce_Start_m370D01FE6D7CE5974143C20D8DB1D830AE688ACF (ExplosionPhysicsForce_t92F04E2EA5E8C95A9507142186FEA3A9B92D6249 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CStartU3Ed__1_t24DE4184D83464B6FD686B53CCD077B6A766FB41_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CStartU3Ed__1_t24DE4184D83464B6FD686B53CCD077B6A766FB41 * L_0 = (U3CStartU3Ed__1_t24DE4184D83464B6FD686B53CCD077B6A766FB41 *)il2cpp_codegen_object_new(U3CStartU3Ed__1_t24DE4184D83464B6FD686B53CCD077B6A766FB41_il2cpp_TypeInfo_var); U3CStartU3Ed__1__ctor_m460DD3BF0681F7F816234BA6422A293452FDA130(L_0, 0, /*hidden argument*/NULL); U3CStartU3Ed__1_t24DE4184D83464B6FD686B53CCD077B6A766FB41 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Void UnityStandardAssets.Effects.ExplosionPhysicsForce::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExplosionPhysicsForce__ctor_mB037B7FBCEE28759C26A0E33D4A958E7A7D69804 (ExplosionPhysicsForce_t92F04E2EA5E8C95A9507142186FEA3A9B92D6249 * __this, const RuntimeMethod* method) { { // public float explosionForce = 4; __this->set_explosionForce_4((4.0f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.Effects.Explosive::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Explosive_Start_m27F89690A4785E39E59CE43CF1EBA7AAD72CC171 (Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2_m2D9EEDB650EA27A9F039547F104CAAAF14718BA5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_ObjectResetter = GetComponent(); ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * L_0; L_0 = Component_GetComponent_TisObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2_m2D9EEDB650EA27A9F039547F104CAAAF14718BA5(__this, /*hidden argument*/Component_GetComponent_TisObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2_m2D9EEDB650EA27A9F039547F104CAAAF14718BA5_RuntimeMethod_var); __this->set_m_ObjectResetter_10(L_0); // } return; } } // System.Collections.IEnumerator UnityStandardAssets.Effects.Explosive::OnCollisionEnter(UnityEngine.Collision) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Explosive_OnCollisionEnter_m172BB7CE5D3A54BA968449E84FF2E18367942732 (Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C * __this, Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * ___col0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF * L_0 = (U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF *)il2cpp_codegen_object_new(U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF_il2cpp_TypeInfo_var); U3COnCollisionEnterU3Ed__8__ctor_mCB962F88A6E714F58F10A2E5DCB6CE3062FEE0DD(L_0, 0, /*hidden argument*/NULL); U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF * L_2 = L_1; Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * L_3 = ___col0; NullCheck(L_2); L_2->set_col_3(L_3); return L_2; } } // System.Void UnityStandardAssets.Effects.Explosive::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Explosive_Reset_m83612ECA692A68CECA4FBBFCEBECDA9DC13CF735 (Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C * __this, const RuntimeMethod* method) { { // m_Exploded = false; __this->set_m_Exploded_9((bool)0); // } return; } } // System.Void UnityStandardAssets.Effects.Explosive::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Explosive__ctor_m5AEF01810918AC8F11E30D8D0CC2D702EF2979D3 (Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C * __this, const RuntimeMethod* method) { { // public float detonationImpactVelocity = 10; __this->set_detonationImpactVelocity_5((10.0f)); // public float sizeMultiplier = 1; __this->set_sizeMultiplier_6((1.0f)); // public bool reset = true; __this->set_reset_7((bool)1); // public float resetTimeDelay = 10; __this->set_resetTimeDelay_8((10.0f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void LitJson.ExporterFunc::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExporterFunc__ctor_m4237FEBFE9ED03085C7D3F0994FD5E4FB27C6051 (ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * __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 LitJson.ExporterFunc::Invoke(System.Object,LitJson.JsonWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExporterFunc_Invoke_mACFCD0E976E5B106FAB2AC2A4B8FFEDC6F95C650 (ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * __this, RuntimeObject * ___obj0, JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * ___writer1, 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 == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, ___writer1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, ___writer1, targetMethod); } } else if (___parameterCount != 2) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * >::Invoke(targetMethod, ___obj0, ___writer1); else GenericVirtualActionInvoker1< JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * >::Invoke(targetMethod, ___obj0, ___writer1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___obj0, ___writer1); else VirtualActionInvoker1< JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___obj0, ___writer1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, ___writer1, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, ___writer1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, ___writer1, targetMethod); } } } } // System.IAsyncResult LitJson.ExporterFunc::BeginInvoke(System.Object,LitJson.JsonWriter,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExporterFunc_BeginInvoke_mB9D368A3D450726CD5C866C6C61BBA6A444A46BF (ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * __this, RuntimeObject * ___obj0, JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * ___writer1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___obj0; __d_args[1] = ___writer1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // System.Void LitJson.ExporterFunc::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExporterFunc_EndInvoke_m366C0B97DAB4448621226FA14E6A0E0DE81A7734 (ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * __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.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ExporterLabel::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExporterLabel__ctor_mDE2EC3B5EBFAF97717F6A9B5AE9A6EE11EDD291C (ExporterLabel_tD8C9EBC8C250ADD24BA209D952919F0646184805 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ExporterLabel::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExporterLabel__cctor_mBAF9A0E57C93A88C6E757FA804A436B4545B8AB0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExporterLabel_tD8C9EBC8C250ADD24BA209D952919F0646184805_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCECACE1A9D449F8ACD9315592815105E09AA581F); s_Il2CppMethodInitialized = true; } { // public static readonly string extended_master_secret = "extended master secret"; ((ExporterLabel_tD8C9EBC8C250ADD24BA209D952919F0646184805_StaticFields*)il2cpp_codegen_static_fields_for(ExporterLabel_tD8C9EBC8C250ADD24BA209D952919F0646184805_il2cpp_TypeInfo_var))->set_extended_master_secret_8(_stringLiteralCECACE1A9D449F8ACD9315592815105E09AA581F); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715 * ExtendedKeyUsage_GetInstance_mA12581B954DD993B41FBEC5139B4726A6B5327C8 (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); ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715 * L_3; L_3 = ExtendedKeyUsage_GetInstance_mA1748F9097ACC1667C499965F2702219679743D3(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715 * ExtendedKeyUsage_GetInstance_mA1748F9097ACC1667C499965F2702219679743D3 (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*)&ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is ExtendedKeyUsage) RuntimeObject * L_0 = ___obj0; if (!((ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715 *)IsInstClass((RuntimeObject*)L_0, ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (ExtendedKeyUsage) obj; RuntimeObject * L_1 = ___obj0; return ((ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715 *)CastclassClass((RuntimeObject*)L_1, ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715_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 ExtendedKeyUsage((Asn1Sequence) obj); RuntimeObject * L_3 = ___obj0; ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715 * L_4 = (ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715 *)il2cpp_codegen_object_new(ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715_il2cpp_TypeInfo_var); ExtendedKeyUsage__ctor_m1A038BB6AE54231605A419C94322D0FD737F281A(L_4, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // if (obj is X509Extension) RuntimeObject * L_5 = ___obj0; if (!((X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB *)IsInstClass((RuntimeObject*)L_5, X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB_il2cpp_TypeInfo_var))) { goto IL_003c; } } { // return GetInstance(X509Extension.ConvertValueToObject((X509Extension) obj)); RuntimeObject * L_6 = ___obj0; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_7; L_7 = X509Extension_ConvertValueToObject_m7A8320756D4F6CCD63814B942091D67E78738486(((X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB *)CastclassClass((RuntimeObject*)L_6, X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715 * L_8; L_8 = ExtendedKeyUsage_GetInstance_mA1748F9097ACC1667C499965F2702219679743D3(L_7, /*hidden argument*/NULL); return L_8; } IL_003c: { // throw new ArgumentException("Invalid ExtendedKeyUsage: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj)); RuntimeObject * L_9 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_10; L_10 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral759C2A3627F2B71053A9BB78279FC19ADD62829C)), L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExtendedKeyUsage_GetInstance_mA1748F9097ACC1667C499965F2702219679743D3_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtendedKeyUsage__ctor_m1A038BB6AE54231605A419C94322D0FD737F281A (ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715 * __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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // internal readonly IDictionary usageTable = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); __this->set_usageTable_2(L_0); // private ExtendedKeyUsage( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.seq = seq; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = ___seq0; __this->set_seq_3(L_1); // foreach (object o in seq) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; NullCheck(L_2); RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_2); V_0 = L_3; } IL_001f: try {// begin try (depth: 1) { goto IL_0048; } IL_0021: { // foreach (object o in seq) RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_1 = L_5; // if (!(o is DerObjectIdentifier)) RuntimeObject * L_6 = V_1; if (((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)IsInstClass((RuntimeObject*)L_6, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var))) { goto IL_003b; } } IL_0030: { // throw new ArgumentException("Only DerObjectIdentifier instances allowed in ExtendedKeyUsage."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2194879CC5215B9CDD8A4A0ED3A75EBAE4247864)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExtendedKeyUsage__ctor_m1A038BB6AE54231605A419C94322D0FD737F281A_RuntimeMethod_var))); } IL_003b: { // this.usageTable[o] = o; RuntimeObject* L_8 = __this->get_usageTable_2(); RuntimeObject * L_9 = V_1; RuntimeObject * L_10 = V_1; 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, L_9, L_10); } IL_0048: { // foreach (object o in seq) RuntimeObject* L_11 = V_0; NullCheck(L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0021; } } IL_0050: { IL2CPP_LEAVE(0x63, FINALLY_0052); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0052; } FINALLY_0052: {// begin finally (depth: 1) { RuntimeObject* L_13 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_2; if (!L_14) { goto IL_0062; } } IL_005c: { RuntimeObject* L_15 = V_2; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_15); } IL_0062: { IL2CPP_END_FINALLY(82) } }// end finally (depth: 1) IL2CPP_CLEANUP(82) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x63, IL_0063) } IL_0063: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtendedKeyUsage__ctor_m5BEAC58A8233FE9308EB3AEED7B65958B8C6B22A (ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715 * __this, KeyPurposeIDU5BU5D_tC4AA179105487D6E05C1A2FECCCBFAE997E6CEE3* ___usages0, 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*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* V_0 = NULL; KeyPurposeIDU5BU5D_tC4AA179105487D6E05C1A2FECCCBFAE997E6CEE3* V_1 = NULL; int32_t V_2 = 0; KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * V_3 = NULL; { // internal readonly IDictionary usageTable = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); __this->set_usageTable_2(L_0); // public ExtendedKeyUsage( // params KeyPurposeID[] usages) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.seq = new DerSequence(usages); KeyPurposeIDU5BU5D_tC4AA179105487D6E05C1A2FECCCBFAE997E6CEE3* L_1 = ___usages0; V_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)L_1; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_2 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_3 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_3, L_2, /*hidden argument*/NULL); __this->set_seq_3(L_3); // foreach (KeyPurposeID usage in usages) KeyPurposeIDU5BU5D_tC4AA179105487D6E05C1A2FECCCBFAE997E6CEE3* L_4 = ___usages0; V_1 = L_4; V_2 = 0; goto IL_003a; } IL_0025: { // foreach (KeyPurposeID usage in usages) KeyPurposeIDU5BU5D_tC4AA179105487D6E05C1A2FECCCBFAE997E6CEE3* L_5 = V_1; int32_t L_6 = V_2; NullCheck(L_5); int32_t L_7 = L_6; KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * L_8 = (L_5)->GetAt(static_cast(L_7)); V_3 = L_8; // this.usageTable[usage] = usage; RuntimeObject* L_9 = __this->get_usageTable_2(); KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * L_10 = V_3; KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * L_11 = V_3; 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_10, L_11); int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003a: { // foreach (KeyPurposeID usage in usages) int32_t L_13 = V_2; KeyPurposeIDU5BU5D_tC4AA179105487D6E05C1A2FECCCBFAE997E6CEE3* L_14 = V_1; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))) { goto IL_0025; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage::.ctor(System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtendedKeyUsage__ctor_mCFE116DFF79B495EF84B8A564CB70656548CA490 (ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715 * __this, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___usages0, const RuntimeMethod* method) { { // : this((IEnumerable)usages) ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = ___usages0; ExtendedKeyUsage__ctor_m8E37C89B9AE0B992C9F5B35B4DCAA3A6F8A7BAB3(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage::.ctor(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtendedKeyUsage__ctor_m8E37C89B9AE0B992C9F5B35B4DCAA3A6F8A7BAB3 (ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715 * __this, RuntimeObject* ___usages0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; RuntimeObject* V_1 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // internal readonly IDictionary usageTable = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); __this->set_usageTable_2(L_0); // public ExtendedKeyUsage( // IEnumerable usages) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // Asn1EncodableVector v = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1; L_1 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_2 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; // foreach (object usage in usages) RuntimeObject* L_3 = ___usages0; NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_3); V_1 = L_4; } IL_0023: try {// begin try (depth: 1) { goto IL_004e; } IL_0025: { // foreach (object usage in usages) RuntimeObject* L_5 = V_1; 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); // Asn1Encodable o = KeyPurposeID.GetInstance(usage); IL2CPP_RUNTIME_CLASS_INIT(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7; L_7 = DerObjectIdentifier_GetInstance_mBE1F50C71CFA8B210307AFD39E62F8AF4D5E34FF(L_6, /*hidden argument*/NULL); V_2 = L_7; // v.Add(o); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_8 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_9 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_10 = L_9; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_11 = V_2; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_11); NullCheck(L_8); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_8, L_10, /*hidden argument*/NULL); // this.usageTable[o] = o; RuntimeObject* L_12 = __this->get_usageTable_2(); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_13 = V_2; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_14 = V_2; 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_13, L_14); } IL_004e: { // foreach (object usage in usages) RuntimeObject* L_15 = V_1; NullCheck(L_15); bool L_16; L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_15); if (L_16) { goto IL_0025; } } IL_0056: { IL2CPP_LEAVE(0x69, FINALLY_0058); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0058; } FINALLY_0058: {// begin finally (depth: 1) { RuntimeObject* L_17 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_18 = V_3; if (!L_18) { goto IL_0068; } } IL_0062: { RuntimeObject* L_19 = V_3; NullCheck(L_19); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_19); } IL_0068: { IL2CPP_END_FINALLY(88) } }// end finally (depth: 1) IL2CPP_CLEANUP(88) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x69, IL_0069) } IL_0069: { // this.seq = 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); __this->set_seq_3(L_21); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage::HasKeyPurposeId(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.KeyPurposeID) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExtendedKeyUsage_HasKeyPurposeId_m5BD29D01B95ACE228782D322ED72CCCDF07ECEFD (ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715 * __this, KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * ___keyPurposeId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return usageTable.Contains(keyPurposeId); RuntimeObject* L_0 = __this->get_usageTable_2(); KeyPurposeID_t01CF1CB2F96C4D8B3D77AA1E07FF308F04AD1B59 * L_1 = ___keyPurposeId0; NullCheck(L_0); bool L_2; L_2 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(4 /* System.Boolean System.Collections.IDictionary::Contains(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.Collections.ArrayList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage::GetUsages() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ExtendedKeyUsage_GetUsages_mA95F946A11277D7F285E93935D58230A9D6D2084 (ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new ArrayList(usageTable.Values); RuntimeObject* L_0 = __this->get_usageTable_2(); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(3 /* System.Collections.ICollection System.Collections.IDictionary::get_Values() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m77974C35DD788BA972324A11F57EAD56BE36A035(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage::GetAllUsages() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExtendedKeyUsage_GetAllUsages_mE1B522F09A561F838613D9D54AFC35507B68307E (ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(usageTable.Values); RuntimeObject* L_0 = __this->get_usageTable_2(); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(3 /* System.Collections.ICollection System.Collections.IDictionary::get_Values() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = Platform_CreateArrayList_m4180B6408FF695EFEC4EE2AC4281B05687EF8DE8(L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExtendedKeyUsage_get_Count_m8D8CA95FDD846418309C9ABD09863E31AC39CCCC (ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return usageTable.Count; } RuntimeObject* L_0 = __this->get_usageTable_2(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_0); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ExtendedKeyUsage_ToAsn1Object_m29CAD2F8CFD6092F90C8E05336AE7C57565E5104 (ExtendedKeyUsage_tCC045BAAEF2B1E4B05850D1D614775E39A5E9715 * __this, const RuntimeMethod* method) { { // return seq; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_seq_3(); 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 // UnityEngine.Quaternion o0.Bow.Extension::ToUnityQuaternion(o0.Geometry.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Extension_ToUnityQuaternion_m9CE85B889EB18308D3104CBC010AD37049057E54 (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___q0, const RuntimeMethod* method) { { // public static UnityEngine.Quaternion ToUnityQuaternion(this Quaternion q) => new UnityEngine.Quaternion((float)q.x, (float)q.y, (float)q.z, (float)q.w); double L_0; L_0 = Quaternion_get_x_m5804576B9ECE22F12FB5124D1F6BDD43EE6F9BAC_inline((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)(&___q0), /*hidden argument*/NULL); double L_1; L_1 = Quaternion_get_y_m23E8626BD7B51A7524CABCDD8EB6FF1A93DA6485_inline((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)(&___q0), /*hidden argument*/NULL); double L_2; L_2 = Quaternion_get_z_m7ED0921757A35EBAEB777FE1F945DCB3F15B877B_inline((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)(&___q0), /*hidden argument*/NULL); double L_3; L_3 = Quaternion_get_w_m45F5943EEAAB4831F5A79F0131CC7FB2AAF15DC3_inline((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 *)(&___q0), /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_4; memset((&L_4), 0, sizeof(L_4)); Quaternion__ctor_m564FA9302F5B9DA8BAB97B0A2D86FFE83ACAA421((&L_4), ((float)((float)L_0)), ((float)((float)L_1)), ((float)((float)L_2)), ((float)((float)L_3)), /*hidden argument*/NULL); return L_4; } } // o0.Geometry.Quaternion o0.Bow.Extension::Too0Quaternion(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 Extension_Too0Quaternion_m2CE6133F569B9ED55DF9C430DBC581796C01850F (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___q0, const RuntimeMethod* method) { { // public static Quaternion Too0Quaternion(this UnityEngine.Quaternion q) => new Quaternion(q.x, q.y, q.z, q.w); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_0 = ___q0; float L_1 = L_0.get_x_0(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_2 = ___q0; float L_3 = L_2.get_y_1(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_4 = ___q0; float L_5 = L_4.get_z_2(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_6 = ___q0; float L_7 = L_6.get_w_3(); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_8; memset((&L_8), 0, sizeof(L_8)); Quaternion__ctor_m1A6E64B626EE09183853EE32515884126A1FEFEA((&L_8), ((double)((double)L_1)), ((double)((double)L_3)), ((double)((double)L_5)), ((double)((double)L_7)), (bool)0, /*hidden argument*/NULL); return L_8; } } // UnityEngine.Vector3 o0.Bow.Extension::ToUnityVector(o0.Geometry.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Extension_ToUnityVector_m42E9366ECA1F1D676DF34DFEFC81EA80C36826D1 (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___v0, const RuntimeMethod* method) { { // public static UnityEngine.Vector3 ToUnityVector(this Vector v) => new UnityEngine.Vector3((float)v.x, (float)v.y, (float)v.z); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_0 = ___v0; double L_1 = L_0.get_x_0(); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_2 = ___v0; double L_3 = L_2.get_y_1(); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_4 = ___v0; double L_5 = L_4.get_z_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; memset((&L_6), 0, sizeof(L_6)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_6), ((float)((float)L_1)), ((float)((float)L_3)), ((float)((float)L_5)), /*hidden argument*/NULL); return L_6; } } // o0.Geometry.Vector`1 o0.Bow.Extension::Too0Vector(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Extension_Too0Vector_m750A90A6EA683DF9DF53562228A6FE40E814421D (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1__ctor_m11F21CEA444A040B62393357EB332C853AD5D0D6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public static Vector Too0Vector(this UnityEngine.Vector3 v) => new Vector(v.x, v.y, v.z); 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(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___v0; float L_5 = L_4.get_z_4(); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_6; memset((&L_6), 0, sizeof(L_6)); Vector_1__ctor_m11F21CEA444A040B62393357EB332C853AD5D0D6((&L_6), ((double)((double)L_1)), ((double)((double)L_3)), ((double)((double)L_5)), /*hidden argument*/Vector_1__ctor_m11F21CEA444A040B62393357EB332C853AD5D0D6_RuntimeMethod_var); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Quaternion o0Project.Extension::Inverse(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Extension_Inverse_m1B20F6EFE4704AB36B745A9D5869CF70481292E1 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___qua0, const RuntimeMethod* method) { { // return new Quaternion(-qua.x,-qua.y,-qua.z,qua.w); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_0 = ___qua0; float L_1 = L_0.get_x_0(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_2 = ___qua0; float L_3 = L_2.get_y_1(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_4 = ___qua0; float L_5 = L_4.get_z_2(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_6 = ___qua0; float L_7 = L_6.get_w_3(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_8; memset((&L_8), 0, sizeof(L_8)); Quaternion__ctor_m564FA9302F5B9DA8BAB97B0A2D86FFE83ACAA421((&L_8), ((-L_1)), ((-L_3)), ((-L_5)), L_7, /*hidden argument*/NULL); return L_8; } } // UnityEngine.Quaternion o0Project.Extension::ToQuaternion(o0Project.MatrixF2D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Extension_ToQuaternion_m6B749538EDC28960289FFBF432DC4984066438D1 (MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * ___m0, const RuntimeMethod* method) { Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_0; memset((&V_0), 0, sizeof(V_0)); { // if(m.Width != 4 || m.Height!=4) MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_0 = ___m0; NullCheck(L_0); int32_t L_1; L_1 = MatrixF2D_get_Width_m491C29326ECF1B5C5D5AF67699AC09E0B9F880DC_inline(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)4)))) { goto IL_0012; } } { MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_2 = ___m0; NullCheck(L_2); int32_t L_3; L_3 = MatrixF2D_get_Height_mCAF11DD670D909E020F1AFF7F5E61E953452B7CC(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)4))) { goto IL_001d; } } IL_0012: { // throw new Exception("o0 FMatrix m is not 4*4 transfer matrix"); Exception_t * L_4 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCD7B18F0B122F4571EF3AA2F3ACAD2B7B3196482)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Extension_ToQuaternion_m6B749538EDC28960289FFBF432DC4984066438D1_RuntimeMethod_var))); } IL_001d: { // Quaternion q = new Quaternion(); il2cpp_codegen_initobj((&V_0), sizeof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )); // q.w = Mathf.Sqrt(Mathf.Max(0, 1 + m[0, 0] + m[1, 1] + m[2, 2])) / 2; MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_5 = ___m0; NullCheck(L_5); float L_6; L_6 = MatrixF2D_get_Item_m04E7E927E0A49A1061FD13F380C62819B4D6D87E(L_5, 0, 0, /*hidden argument*/NULL); MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_7 = ___m0; NullCheck(L_7); float L_8; L_8 = MatrixF2D_get_Item_m04E7E927E0A49A1061FD13F380C62819B4D6D87E(L_7, 1, 1, /*hidden argument*/NULL); MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_9 = ___m0; NullCheck(L_9); float L_10; L_10 = MatrixF2D_get_Item_m04E7E927E0A49A1061FD13F380C62819B4D6D87E(L_9, 2, 2, /*hidden argument*/NULL); float L_11; L_11 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775((0.0f), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)(1.0f), (float)L_6)), (float)L_8)), (float)L_10)), /*hidden argument*/NULL); float L_12; L_12 = sqrtf(L_11); (&V_0)->set_w_3(((float)((float)L_12/(float)(2.0f)))); // q.x = Mathf.Sqrt(Mathf.Max(0, 1 + m[0, 0] - m[1, 1] - m[2, 2])) / 2; MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_13 = ___m0; NullCheck(L_13); float L_14; L_14 = MatrixF2D_get_Item_m04E7E927E0A49A1061FD13F380C62819B4D6D87E(L_13, 0, 0, /*hidden argument*/NULL); MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_15 = ___m0; NullCheck(L_15); float L_16; L_16 = MatrixF2D_get_Item_m04E7E927E0A49A1061FD13F380C62819B4D6D87E(L_15, 1, 1, /*hidden argument*/NULL); MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_17 = ___m0; NullCheck(L_17); float L_18; L_18 = MatrixF2D_get_Item_m04E7E927E0A49A1061FD13F380C62819B4D6D87E(L_17, 2, 2, /*hidden argument*/NULL); float L_19; L_19 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775((0.0f), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)(1.0f), (float)L_14)), (float)L_16)), (float)L_18)), /*hidden argument*/NULL); float L_20; L_20 = sqrtf(L_19); (&V_0)->set_x_0(((float)((float)L_20/(float)(2.0f)))); // q.y = Mathf.Sqrt(Mathf.Max(0, 1 - m[0, 0] + m[1, 1] - m[2, 2])) / 2; MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_21 = ___m0; NullCheck(L_21); float L_22; L_22 = MatrixF2D_get_Item_m04E7E927E0A49A1061FD13F380C62819B4D6D87E(L_21, 0, 0, /*hidden argument*/NULL); MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_23 = ___m0; NullCheck(L_23); float L_24; L_24 = MatrixF2D_get_Item_m04E7E927E0A49A1061FD13F380C62819B4D6D87E(L_23, 1, 1, /*hidden argument*/NULL); MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_25 = ___m0; NullCheck(L_25); float L_26; L_26 = MatrixF2D_get_Item_m04E7E927E0A49A1061FD13F380C62819B4D6D87E(L_25, 2, 2, /*hidden argument*/NULL); float L_27; L_27 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775((0.0f), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_22)), (float)L_24)), (float)L_26)), /*hidden argument*/NULL); float L_28; L_28 = sqrtf(L_27); (&V_0)->set_y_1(((float)((float)L_28/(float)(2.0f)))); // q.z = Mathf.Sqrt(Mathf.Max(0, 1 - m[0, 0] - m[1, 1] + m[2, 2])) / 2; MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_29 = ___m0; NullCheck(L_29); float L_30; L_30 = MatrixF2D_get_Item_m04E7E927E0A49A1061FD13F380C62819B4D6D87E(L_29, 0, 0, /*hidden argument*/NULL); MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_31 = ___m0; NullCheck(L_31); float L_32; L_32 = MatrixF2D_get_Item_m04E7E927E0A49A1061FD13F380C62819B4D6D87E(L_31, 1, 1, /*hidden argument*/NULL); MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_33 = ___m0; NullCheck(L_33); float L_34; L_34 = MatrixF2D_get_Item_m04E7E927E0A49A1061FD13F380C62819B4D6D87E(L_33, 2, 2, /*hidden argument*/NULL); float L_35; L_35 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775((0.0f), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_30)), (float)L_32)), (float)L_34)), /*hidden argument*/NULL); float L_36; L_36 = sqrtf(L_35); (&V_0)->set_z_2(((float)((float)L_36/(float)(2.0f)))); // q.x *= Mathf.Sign(q.x * (m[2, 1] - m[1, 2])); float* L_37 = (&V_0)->get_address_of_x_0(); float* L_38 = L_37; float L_39 = *((float*)L_38); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_40 = V_0; float L_41 = L_40.get_x_0(); MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_42 = ___m0; NullCheck(L_42); float L_43; L_43 = MatrixF2D_get_Item_m04E7E927E0A49A1061FD13F380C62819B4D6D87E(L_42, 2, 1, /*hidden argument*/NULL); MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_44 = ___m0; NullCheck(L_44); float L_45; L_45 = MatrixF2D_get_Item_m04E7E927E0A49A1061FD13F380C62819B4D6D87E(L_44, 1, 2, /*hidden argument*/NULL); float L_46; L_46 = Mathf_Sign_m01716387C82B9523CFFADED7B2037D75F57FE2FB(((float)il2cpp_codegen_multiply((float)L_41, (float)((float)il2cpp_codegen_subtract((float)L_43, (float)L_45)))), /*hidden argument*/NULL); *((float*)L_38) = (float)((float)il2cpp_codegen_multiply((float)L_39, (float)L_46)); // q.y *= Mathf.Sign(q.y * (m[0, 2] - m[2, 0])); float* L_47 = (&V_0)->get_address_of_y_1(); float* L_48 = L_47; float L_49 = *((float*)L_48); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_50 = V_0; float L_51 = L_50.get_y_1(); MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_52 = ___m0; NullCheck(L_52); float L_53; L_53 = MatrixF2D_get_Item_m04E7E927E0A49A1061FD13F380C62819B4D6D87E(L_52, 0, 2, /*hidden argument*/NULL); MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_54 = ___m0; NullCheck(L_54); float L_55; L_55 = MatrixF2D_get_Item_m04E7E927E0A49A1061FD13F380C62819B4D6D87E(L_54, 2, 0, /*hidden argument*/NULL); float L_56; L_56 = Mathf_Sign_m01716387C82B9523CFFADED7B2037D75F57FE2FB(((float)il2cpp_codegen_multiply((float)L_51, (float)((float)il2cpp_codegen_subtract((float)L_53, (float)L_55)))), /*hidden argument*/NULL); *((float*)L_48) = (float)((float)il2cpp_codegen_multiply((float)L_49, (float)L_56)); // q.z *= Mathf.Sign(q.z * (m[1, 0] - m[0, 1])); float* L_57 = (&V_0)->get_address_of_z_2(); float* L_58 = L_57; float L_59 = *((float*)L_58); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_60 = V_0; float L_61 = L_60.get_z_2(); MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_62 = ___m0; NullCheck(L_62); float L_63; L_63 = MatrixF2D_get_Item_m04E7E927E0A49A1061FD13F380C62819B4D6D87E(L_62, 1, 0, /*hidden argument*/NULL); MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_64 = ___m0; NullCheck(L_64); float L_65; L_65 = MatrixF2D_get_Item_m04E7E927E0A49A1061FD13F380C62819B4D6D87E(L_64, 0, 1, /*hidden argument*/NULL); float L_66; L_66 = Mathf_Sign_m01716387C82B9523CFFADED7B2037D75F57FE2FB(((float)il2cpp_codegen_multiply((float)L_61, (float)((float)il2cpp_codegen_subtract((float)L_63, (float)L_65)))), /*hidden argument*/NULL); *((float*)L_58) = (float)((float)il2cpp_codegen_multiply((float)L_59, (float)L_66)); // return q; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_67 = V_0; return L_67; } } // o0Project.MatrixF2D o0Project.Extension::ToMatrix(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * Extension_ToMatrix_mED9D5CA09A33C36BF15136310B4063AF3D23EBD5 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___right0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___up1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forward2, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * V_0 = NULL; { // var m = MatrixF2D.Identity(4); MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_0; L_0 = MatrixF2D_Identity_mA01D400BE340DDCD04D66E2A81E7499F065B785B(4, /*hidden argument*/NULL); V_0 = L_0; // m.SetColumn(0, new float[] { right.x,right.y,right.z,0}); MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_1 = V_0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_2 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)4); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_3 = L_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___right0; float L_5 = L_4.get_x_2(); NullCheck(L_3); (L_3)->SetAt(static_cast(0), (float)L_5); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_6 = L_3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = ___right0; float L_8 = L_7.get_y_3(); NullCheck(L_6); (L_6)->SetAt(static_cast(1), (float)L_8); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_9 = L_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___right0; float L_11 = L_10.get_z_4(); NullCheck(L_9); (L_9)->SetAt(static_cast(2), (float)L_11); NullCheck(L_1); MatrixF2D_SetColumn_mA939B34E0F42CD199D9DEA43967741C1FD72E6E4(L_1, 0, (RuntimeObject*)(RuntimeObject*)L_9, /*hidden argument*/NULL); // m.SetColumn(1, new float[] { up.x, up.y, up.z, 0 }); MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_12 = V_0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_13 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)4); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_14 = L_13; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = ___up1; float L_16 = L_15.get_x_2(); NullCheck(L_14); (L_14)->SetAt(static_cast(0), (float)L_16); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_17 = L_14; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18 = ___up1; float L_19 = L_18.get_y_3(); NullCheck(L_17); (L_17)->SetAt(static_cast(1), (float)L_19); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_20 = L_17; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21 = ___up1; float L_22 = L_21.get_z_4(); NullCheck(L_20); (L_20)->SetAt(static_cast(2), (float)L_22); NullCheck(L_12); MatrixF2D_SetColumn_mA939B34E0F42CD199D9DEA43967741C1FD72E6E4(L_12, 1, (RuntimeObject*)(RuntimeObject*)L_20, /*hidden argument*/NULL); // m.SetColumn(2, new float[] { forward.x, forward.y, forward.z, 0 }); MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_23 = V_0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_24 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)4); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_25 = L_24; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26 = ___forward2; float L_27 = L_26.get_x_2(); NullCheck(L_25); (L_25)->SetAt(static_cast(0), (float)L_27); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_28 = L_25; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29 = ___forward2; float L_30 = L_29.get_y_3(); NullCheck(L_28); (L_28)->SetAt(static_cast(1), (float)L_30); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_31 = L_28; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_32 = ___forward2; float L_33 = L_32.get_z_4(); NullCheck(L_31); (L_31)->SetAt(static_cast(2), (float)L_33); NullCheck(L_23); MatrixF2D_SetColumn_mA939B34E0F42CD199D9DEA43967741C1FD72E6E4(L_23, 2, (RuntimeObject*)(RuntimeObject*)L_31, /*hidden argument*/NULL); // m.SetColumn(3, new float[] { position.x, position.y, position.z, 0 }); MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_34 = V_0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_35 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)4); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_36 = L_35; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_37 = ___position3; float L_38 = L_37.get_x_2(); NullCheck(L_36); (L_36)->SetAt(static_cast(0), (float)L_38); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_39 = L_36; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_40 = ___position3; float L_41 = L_40.get_y_3(); NullCheck(L_39); (L_39)->SetAt(static_cast(1), (float)L_41); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_42 = L_39; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_43 = ___position3; float L_44 = L_43.get_z_4(); NullCheck(L_42); (L_42)->SetAt(static_cast(2), (float)L_44); NullCheck(L_34); MatrixF2D_SetColumn_mA939B34E0F42CD199D9DEA43967741C1FD72E6E4(L_34, 3, (RuntimeObject*)(RuntimeObject*)L_42, /*hidden argument*/NULL); // m[3, 3] = 1; MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_45 = V_0; NullCheck(L_45); MatrixF2D_set_Item_m8CEAE99BB9C550AB7D70352C75BE6E8755B4B9D4(L_45, 3, 3, (1.0f), /*hidden argument*/NULL); // return m; MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_46 = V_0; return L_46; } } // o0Project.MatrixF2D o0Project.Extension::ToMatrix(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * Extension_ToMatrix_m0499BA63F55C960BA1AD997BA415A26EE45B706D (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___q0, const RuntimeMethod* method) { { // return ToMatrix(q * Vector3.right, q * Vector3.up, q * Vector3.forward, Vector3.zero); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_0 = ___q0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Vector3_get_right_mF5A51F81961474E0A7A31C2757FD00921FB79C44(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_0, L_1, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_3 = ___q0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_3, L_4, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_6 = ___q0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Vector3_get_forward_m3082920F8A24AA02E4F542B6771EB0B63A91AC90(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_6, L_7, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * L_10; L_10 = Extension_ToMatrix_mED9D5CA09A33C36BF15136310B4063AF3D23EBD5(L_2, L_5, L_8, 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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ExtensionType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionType__ctor_m8404555D8F9CE6D28E3C1B7468B533FED661ADF3 (ExtensionType_t99BE11CEA3D1E7A54240A40233BF63725FC9EE64 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ExtensionType::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionType__cctor_mE2B314FF0BD9CA087DFDCA3114F4ECD4328CE037 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtensionType_t99BE11CEA3D1E7A54240A40233BF63725FC9EE64_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly int DRAFT_token_binding = 24; ((ExtensionType_t99BE11CEA3D1E7A54240A40233BF63725FC9EE64_StaticFields*)il2cpp_codegen_static_fields_for(ExtensionType_t99BE11CEA3D1E7A54240A40233BF63725FC9EE64_il2cpp_TypeInfo_var))->set_DRAFT_token_binding_25(((int32_t)24)); // public static readonly int negotiated_ff_dhe_groups = 101; ((ExtensionType_t99BE11CEA3D1E7A54240A40233BF63725FC9EE64_StaticFields*)il2cpp_codegen_static_fields_for(ExtensionType_t99BE11CEA3D1E7A54240A40233BF63725FC9EE64_il2cpp_TypeInfo_var))->set_negotiated_ff_dhe_groups_28(((int32_t)101)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String BestHTTP.Extensions.Extensions::AsciiToString(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_AsciiToString_m11A0089A4A3507AA60147EC50F81C43149237C0D (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; uint8_t V_3 = 0x0; StringBuilder_t * G_B3_0 = NULL; StringBuilder_t * G_B2_0 = NULL; int32_t G_B4_0 = 0; StringBuilder_t * G_B4_1 = NULL; { // StringBuilder sb = new StringBuilder(bytes.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bytes0; NullCheck(L_0); StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_1, ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), /*hidden argument*/NULL); V_0 = L_1; // foreach (byte b in bytes) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___bytes0; V_1 = L_2; V_2 = 0; goto IL_0028; } IL_000f: { // foreach (byte b in bytes) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_1; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); V_3 = L_6; // sb.Append(b <= 0x7f ? (char)b : '?'); StringBuilder_t * L_7 = V_0; uint8_t L_8 = V_3; G_B2_0 = L_7; if ((((int32_t)L_8) <= ((int32_t)((int32_t)127)))) { G_B3_0 = L_7; goto IL_001d; } } { G_B4_0 = ((int32_t)63); G_B4_1 = G_B2_0; goto IL_001e; } IL_001d: { uint8_t L_9 = V_3; G_B4_0 = ((int32_t)(L_9)); G_B4_1 = G_B3_0; } IL_001e: { NullCheck(G_B4_1); StringBuilder_t * L_10; L_10 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(G_B4_1, G_B4_0, /*hidden argument*/NULL); int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0028: { // foreach (byte b in bytes) int32_t L_12 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_1; NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))) { goto IL_000f; } } { // return sb.ToString(); StringBuilder_t * L_14 = V_0; NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14); return L_15; } } // System.Byte[] BestHTTP.Extensions.Extensions::GetASCIIBytes(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Extensions_GetASCIIBytes_mD7511286A9AA72F2F58A54857ACA63548127CAE2 (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; int32_t G_B3_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B3_1 = NULL; int32_t G_B2_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B2_1 = NULL; int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B4_2 = NULL; { // byte[] result = VariableSizedBufferPool.Get(str.Length, false); String_t* L_0 = ___str0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)L_1)), (bool)0, /*hidden argument*/NULL); V_0 = L_2; // for (int i = 0; i < str.Length; ++i) V_1 = 0; goto IL_002f; } IL_0012: { // char ch = str[i]; String_t* L_3 = ___str0; int32_t L_4 = V_1; NullCheck(L_3); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; // result[i] = (byte)((ch < (char)0x80) ? ch : '?'); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; int32_t L_7 = V_1; Il2CppChar L_8 = V_2; G_B2_0 = L_7; G_B2_1 = L_6; if ((((int32_t)L_8) < ((int32_t)((int32_t)128)))) { G_B3_0 = L_7; G_B3_1 = L_6; goto IL_0028; } } { G_B4_0 = ((int32_t)63); G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_0029; } IL_0028: { Il2CppChar L_9 = V_2; G_B4_0 = ((int32_t)(L_9)); G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_0029: { NullCheck(G_B4_2); (G_B4_2)->SetAt(static_cast(G_B4_1), (uint8_t)((int32_t)((uint8_t)G_B4_0))); // for (int i = 0; i < str.Length; ++i) int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_002f: { // for (int i = 0; i < str.Length; ++i) int32_t L_11 = V_1; String_t* L_12 = ___str0; NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0012; } } { // return result; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; return L_14; } } // System.Void BestHTTP.Extensions.Extensions::SendAsASCII(System.IO.BinaryWriter,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_SendAsASCII_m9AEE26F8FB9D520012A2E10BA544B459E0D44DB0 (BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F * ___stream0, String_t* ___str1, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar V_1 = 0x0; BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F * G_B3_0 = NULL; BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F * G_B2_0 = NULL; int32_t G_B4_0 = 0; BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F * G_B4_1 = NULL; { // for (int i = 0; i < str.Length; ++i) V_0 = 0; goto IL_0024; } IL_0004: { // char ch = str[i]; String_t* L_0 = ___str1; int32_t L_1 = V_0; NullCheck(L_0); Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; // stream.Write((byte)((ch < (char)0x80) ? ch : '?')); BinaryWriter_t70074014C7FE27CD9F7500C3F02C4AB61D35554F * L_3 = ___stream0; Il2CppChar L_4 = V_1; G_B2_0 = L_3; if ((((int32_t)L_4) < ((int32_t)((int32_t)128)))) { G_B3_0 = L_3; goto IL_0019; } } { G_B4_0 = ((int32_t)63); G_B4_1 = G_B2_0; goto IL_001a; } IL_0019: { Il2CppChar L_5 = V_1; G_B4_0 = ((int32_t)(L_5)); G_B4_1 = G_B3_0; } IL_001a: { NullCheck(G_B4_1); VirtualActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, G_B4_1, (uint8_t)((int32_t)((uint8_t)G_B4_0))); // for (int i = 0; i < str.Length; ++i) int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0024: { // for (int i = 0; i < str.Length; ++i) int32_t L_7 = V_0; String_t* L_8 = ___str1; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0004; } } { // } return; } } // System.Void BestHTTP.Extensions.Extensions::WriteLine(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_WriteLine_m4F15F88A6C47CBB55D45F65894AD8804382E355F (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___fs0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // fs.Write(HTTPRequest.EOL, 0, 2); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___fs0; IL2CPP_RUNTIME_CLASS_INIT(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ((HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var))->get_EOL_0(); NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, 0, 2); // } return; } } // System.Void BestHTTP.Extensions.Extensions::WriteLine(System.IO.Stream,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_WriteLine_m107FFFA39341FBD4D5CF9F6552B341AB38C27B8D (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___fs0, String_t* ___line1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // var buff = line.GetASCIIBytes(); String_t* L_0 = ___line1; IL2CPP_RUNTIME_CLASS_INIT(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Extensions_GetASCIIBytes_mD7511286A9AA72F2F58A54857ACA63548127CAE2(L_0, /*hidden argument*/NULL); V_0 = L_1; // fs.Write(buff, 0, buff.Length); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ___fs0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; NullCheck(L_4); NullCheck(L_2); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))); // fs.WriteLine(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = ___fs0; Extensions_WriteLine_m4F15F88A6C47CBB55D45F65894AD8804382E355F(L_5, /*hidden argument*/NULL); // VariableSizedBufferPool.Release(buff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_6, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Extensions.Extensions::WriteLine(System.IO.Stream,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_WriteLine_m91D91D7B5A16EB0422F975E43B5B8B0DA8DB9A23 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___fs0, String_t* ___format1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___values2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // var buff = string.Format(format, values).GetASCIIBytes(); String_t* L_0 = ___format1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___values2; String_t* L_2; L_2 = String_Format_mCED6767EA5FEE6F15ABCD5B4F9150D1284C2795B(L_0, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = Extensions_GetASCIIBytes_mD7511286A9AA72F2F58A54857ACA63548127CAE2(L_2, /*hidden argument*/NULL); V_0 = L_3; // fs.Write(buff, 0, buff.Length); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = ___fs0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; NullCheck(L_6); NullCheck(L_4); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_4, L_5, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))); // fs.WriteLine(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_7 = ___fs0; Extensions_WriteLine_m4F15F88A6C47CBB55D45F65894AD8804382E355F(L_7, /*hidden argument*/NULL); // VariableSizedBufferPool.Release(buff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_8, /*hidden argument*/NULL); // } return; } } // System.String BestHTTP.Extensions.Extensions::GetRequestPathAndQueryURL(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_GetRequestPathAndQueryURL_m619A1B3BF9E17F16BA55B9B5AD36A47D5F7445E6 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // string requestPathAndQuery = uri.GetComponents(UriComponents.PathAndQuery, UriFormat.UriEscaped); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; NullCheck(L_0); String_t* L_1; L_1 = Uri_GetComponents_mA614A98C35F2E5D924A10A8018A46606AFB6133E(L_0, ((int32_t)48), 1, /*hidden argument*/NULL); V_0 = L_1; // if (string.IsNullOrEmpty(requestPathAndQuery)) String_t* L_2 = V_0; bool L_3; L_3 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0018; } } { // requestPathAndQuery = "/"; V_0 = _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1; } IL_0018: { // return requestPathAndQuery; String_t* L_4 = V_0; return L_4; } } // System.String[] BestHTTP.Extensions.Extensions::FindOption(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* Extensions_FindOption_m221E660AC78D706192EA4D799C6DA0C3F2CD5A31 (String_t* ___str0, String_t* ___option1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; int32_t V_1 = 0; { // string[] options = str.ToLower().Split(new char[] { ',' }, StringSplitOptions.RemoveEmptyEntries); String_t* L_0 = ___str0; NullCheck(L_0); String_t* L_1; L_1 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_0, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = L_2; NullCheck(L_3); (L_3)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4; L_4 = String_Split_m8334980E85EA3EF1F6204607324D9C34EFA4CA25(L_1, L_3, 1, /*hidden argument*/NULL); V_0 = L_4; // option = option.ToLower(); String_t* L_5 = ___option1; NullCheck(L_5); String_t* L_6; L_6 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_5, /*hidden argument*/NULL); ___option1 = L_6; // for (int i = 0; i < options.Length; ++i) V_1 = 0; goto IL_0048; } IL_0024: { // if (options[i].Contains(option)) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; String_t* L_10 = (L_7)->GetAt(static_cast(L_9)); String_t* L_11 = ___option1; NullCheck(L_10); bool L_12; L_12 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0044; } } { // return options[i].Split(new char[] { '=' }, StringSplitOptions.RemoveEmptyEntries); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = V_0; int32_t L_14 = V_1; NullCheck(L_13); int32_t L_15 = L_14; String_t* L_16 = (L_13)->GetAt(static_cast(L_15)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_18 = L_17; NullCheck(L_18); (L_18)->SetAt(static_cast(0), (Il2CppChar)((int32_t)61)); NullCheck(L_16); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19; L_19 = String_Split_m8334980E85EA3EF1F6204607324D9C34EFA4CA25(L_16, L_18, 1, /*hidden argument*/NULL); return L_19; } IL_0044: { // for (int i = 0; i < options.Length; ++i) int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0048: { // for (int i = 0; i < options.Length; ++i) int32_t L_21 = V_1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22 = V_0; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))) { goto IL_0024; } } { // return null; return (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)NULL; } } // System.Void BestHTTP.Extensions.Extensions::WriteArray(System.IO.Stream,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_WriteArray_mDC698F50E60018D705922AE68AE791C56681741D (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array1, const RuntimeMethod* method) { { // stream.Write(array, 0, array.Length); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___array1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___array1; NullCheck(L_2); NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); // } return; } } // System.Boolean BestHTTP.Extensions.Extensions::IsHostIsAnIPAddress(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Extensions_IsHostIsAnIPAddress_mD892872A31F0F3A6AF15CCAB403B9BC9658F4384 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (uri == null) Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_1; L_1 = Uri_op_Equality_mB322C9CBB45846441BDCA7357E7D28123824ED83(L_0, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_000b; } } { // return false; return (bool)0; } IL_000b: { // return IsIpV4AddressValid(uri.Host) || IsIpV6AddressValid(uri.Host); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = ___uri0; NullCheck(L_2); String_t* L_3; L_3 = Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); bool L_4; L_4 = Extensions_IsIpV4AddressValid_m9D2571049E98EC1CF68A81DA49355D65A68781B2(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0024; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5 = ___uri0; NullCheck(L_5); String_t* L_6; L_6 = Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); bool L_7; L_7 = Extensions_IsIpV6AddressValid_m9AC43985841C3E4F86BD8E8D74D30D7D8EEBC4F3(L_6, /*hidden argument*/NULL); return L_7; } IL_0024: { return (bool)1; } } // System.Boolean BestHTTP.Extensions.Extensions::IsIpV4AddressValid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Extensions_IsIpV4AddressValid_m9D2571049E98EC1CF68A81DA49355D65A68781B2 (String_t* ___address0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!string.IsNullOrEmpty(address)) String_t* L_0 = ___address0; bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0019; } } { // return validIpV4AddressRegex.IsMatch(address.Trim()); IL2CPP_RUNTIME_CLASS_INIT(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_2 = ((Extensions_t805930587B149FAA6237C154983DC030D5D8124F_StaticFields*)il2cpp_codegen_static_fields_for(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var))->get_validIpV4AddressRegex_0(); String_t* L_3 = ___address0; NullCheck(L_3); String_t* L_4; L_4 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_3, /*hidden argument*/NULL); NullCheck(L_2); bool L_5; L_5 = Regex_IsMatch_m872C1D85AC5BF891AC3C3FC789BBC4E2393FB859(L_2, L_4, /*hidden argument*/NULL); return L_5; } IL_0019: { // return false; return (bool)0; } } // System.Boolean BestHTTP.Extensions.Extensions::IsIpV6AddressValid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Extensions_IsIpV6AddressValid_m9AC43985841C3E4F86BD8E8D74D30D7D8EEBC4F3 (String_t* ___address0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * V_0 = NULL; { // if (!string.IsNullOrEmpty(address)) String_t* L_0 = ___address0; bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001d; } } { // if (System.Net.IPAddress.TryParse(address, out ip)) String_t* L_2 = ___address0; IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); bool L_3; L_3 = IPAddress_TryParse_m43158BF9D76398954BE04773A6A15898EFE27F3E(L_2, (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE **)(&V_0), /*hidden argument*/NULL); if (!L_3) { goto IL_001d; } } { // return ip.AddressFamily == System.Net.Sockets.AddressFamily.InterNetworkV6; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline(L_4, /*hidden argument*/NULL); return (bool)((((int32_t)L_5) == ((int32_t)((int32_t)23)))? 1 : 0); } IL_001d: { // return false; return (bool)0; } } // System.Int32 BestHTTP.Extensions.Extensions::ToInt32(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Extensions_ToInt32_m9392644E08EA9B3021879F15AFED0DBBBA87CE77 (String_t* ___str0, int32_t ___defaultValue1, const RuntimeMethod* method) { int32_t V_0 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (str == null) String_t* L_0 = ___str0; if (L_0) { goto IL_0005; } } { // return defaultValue; int32_t L_1 = ___defaultValue1; return L_1; } IL_0005: { } IL_0006: try {// begin try (depth: 1) // return int.Parse(str); String_t* L_2 = ___str0; int32_t L_3; L_3 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000f; } throw e; } CATCH_000f: {// begin catch(System.Object) // catch // return defaultValue; int32_t L_4 = ___defaultValue1; V_0 = L_4; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0014; }// end catch (depth: 1) IL_0014: { // } int32_t L_5 = V_0; return L_5; } } // System.Int64 BestHTTP.Extensions.Extensions::ToInt64(System.String,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Extensions_ToInt64_mB69BCEEF6EE5DCD5BC355B796DE8EE42C41C274D (String_t* ___str0, int64_t ___defaultValue1, const RuntimeMethod* method) { int64_t V_0 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (str == null) String_t* L_0 = ___str0; if (L_0) { goto IL_0005; } } { // return defaultValue; int64_t L_1 = ___defaultValue1; return L_1; } IL_0005: { } IL_0006: try {// begin try (depth: 1) // return long.Parse(str); String_t* L_2 = ___str0; int64_t L_3; L_3 = Int64_Parse_m324C1AE318F496D87AAED8CB5D9E6E6EA6FE4A45(L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000f; } throw e; } CATCH_000f: {// begin catch(System.Object) // catch // return defaultValue; int64_t L_4 = ___defaultValue1; V_0 = L_4; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0014; }// end catch (depth: 1) IL_0014: { // } int64_t L_5 = V_0; return L_5; } } // System.DateTime BestHTTP.Extensions.Extensions::ToDateTime(System.String,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Extensions_ToDateTime_m32A458F4262DFA11C0F2819071B07D7946B8ABDB (String_t* ___str0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___defaultValue1, 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)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (str == null) String_t* L_0 = ___str0; if (L_0) { goto IL_0005; } } { // return defaultValue; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___defaultValue1; return L_1; } IL_0005: { } IL_0006: try {// begin try (depth: 1) // DateTime.TryParse(str, out defaultValue); String_t* L_2 = ___str0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_3; L_3 = DateTime_TryParse_m80676B92D2288E67796D792D3DC11E410C037B48(L_2, (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___defaultValue1), /*hidden argument*/NULL); // return defaultValue.ToUniversalTime(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4; L_4 = DateTime_ToUniversalTime_mB5FB50E0AD0D9A2A917893A1655F51B174C7A6B3((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___defaultValue1), /*hidden argument*/NULL); V_0 = L_4; goto IL_001e; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0019; } throw e; } CATCH_0019: {// begin catch(System.Object) // catch // return defaultValue; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5 = ___defaultValue1; V_0 = L_5; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_001e; }// end catch (depth: 1) IL_001e: { // } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6 = V_0; return L_6; } } // System.String BestHTTP.Extensions.Extensions::ToStrOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_ToStrOrEmpty_m1917CECC4ABD96EA8A1D37CC972F9BCA366F47DA (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (str == null) String_t* L_0 = ___str0; if (L_0) { goto IL_0009; } } { // return String.Empty; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_0009: { // return str; String_t* L_2 = ___str0; return L_2; } } // System.String BestHTTP.Extensions.Extensions::CalculateMD5Hash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_CalculateMD5Hash_mA2589CA161BCE8F43AED6BCB2B058B6CEDB35449 (String_t* ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // byte[] ascii = input.GetASCIIBytes(); String_t* L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Extensions_GetASCIIBytes_mD7511286A9AA72F2F58A54857ACA63548127CAE2(L_0, /*hidden argument*/NULL); // var hash = ascii.CalculateMD5Hash(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = L_1; String_t* L_3; L_3 = Extensions_CalculateMD5Hash_mC9C6E098F8069425874409AEA07D369A57D89A51(L_2, /*hidden argument*/NULL); V_0 = L_3; // VariableSizedBufferPool.Release(ascii); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_2, /*hidden argument*/NULL); // return hash; String_t* L_4 = V_0; return L_4; } } // System.String BestHTTP.Extensions.Extensions::CalculateMD5Hash(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_CalculateMD5Hash_mC9C6E098F8069425874409AEA07D369A57D89A51 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, 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*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260); s_Il2CppMethodInitialized = true; } MD5_t6B7B1C4D40C383D0AD84BB8DDE4DE4B29BA627FB * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; StringBuilder_t * V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // using (var md5 = Cryptography.MD5.Create()) { MD5_t6B7B1C4D40C383D0AD84BB8DDE4DE4B29BA627FB * L_0; L_0 = MD5_Create_mC22D8B0F48E87D36AF16D5D17B8F42071D2069E7(/*hidden argument*/NULL); V_0 = L_0; } IL_0006: try {// begin try (depth: 1) { // var hash = md5.ComputeHash(input); MD5_t6B7B1C4D40C383D0AD84BB8DDE4DE4B29BA627FB * L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = HashAlgorithm_ComputeHash_m54AE40F9CD9E46736384369DBB5739FBCBDF67D9(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; // var sb = new StringBuilder(hash.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_1; NullCheck(L_4); StringBuilder_t * L_5 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_5, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), /*hidden argument*/NULL); V_2 = L_5; // for (int i = 0; i < hash.Length; ++i) V_3 = 0; goto IL_0037; } IL_001b: { // sb.Append(hash[i].ToString("x2")); StringBuilder_t * L_6 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_1; int32_t L_8 = V_3; NullCheck(L_7); String_t* L_9; L_9 = Byte_ToString_mABEF6F24915951FF4A4D87B389D8418B2638178C((uint8_t*)((L_7)->GetAddressAt(static_cast(L_8))), _stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260, /*hidden argument*/NULL); NullCheck(L_6); StringBuilder_t * L_10; L_10 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_6, L_9, /*hidden argument*/NULL); // for (int i = 0; i < hash.Length; ++i) int32_t L_11 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0037: { // for (int i = 0; i < hash.Length; ++i) int32_t L_12 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_1; NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))) { goto IL_001b; } } IL_003d: { // VariableSizedBufferPool.Release(hash); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_14, /*hidden argument*/NULL); // return sb.ToString(); StringBuilder_t * L_15 = V_2; NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15); V_4 = L_16; IL2CPP_LEAVE(0x57, FINALLY_004d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004d; } FINALLY_004d: {// begin finally (depth: 1) { MD5_t6B7B1C4D40C383D0AD84BB8DDE4DE4B29BA627FB * L_17 = V_0; if (!L_17) { goto IL_0056; } } IL_0050: { MD5_t6B7B1C4D40C383D0AD84BB8DDE4DE4B29BA627FB * L_18 = V_0; NullCheck(L_18); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_18); } IL_0056: { IL2CPP_END_FINALLY(77) } }// end finally (depth: 1) IL2CPP_CLEANUP(77) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x57, IL_0057) } IL_0057: { // } String_t* L_19 = V_4; return L_19; } } // System.String BestHTTP.Extensions.Extensions::Read(System.String,System.Int32&,System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_Read_m129960E72C886A09445E2F5B5F85E798C5427327 (String_t* ___str0, int32_t* ___pos1, Il2CppChar ___block2, bool ___needResult3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass19_0_U3CReadU3Eb__0_m96A03E97BCDC36AD899A1E622E79AA352D9FFEE1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass19_0_tB7BAD64D9611CE200C5A2DAABA023EE8466BA2C1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass19_0_tB7BAD64D9611CE200C5A2DAABA023EE8466BA2C1 * V_0 = NULL; { U3CU3Ec__DisplayClass19_0_tB7BAD64D9611CE200C5A2DAABA023EE8466BA2C1 * L_0 = (U3CU3Ec__DisplayClass19_0_tB7BAD64D9611CE200C5A2DAABA023EE8466BA2C1 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass19_0_tB7BAD64D9611CE200C5A2DAABA023EE8466BA2C1_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass19_0__ctor_mB640F8ADE57CB02D565058CBED936307A05026C0(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass19_0_tB7BAD64D9611CE200C5A2DAABA023EE8466BA2C1 * L_1 = V_0; Il2CppChar L_2 = ___block2; NullCheck(L_1); L_1->set_block_0(L_2); // return str.Read(ref pos, (ch) => ch != block, needResult); String_t* L_3 = ___str0; int32_t* L_4 = ___pos1; U3CU3Ec__DisplayClass19_0_tB7BAD64D9611CE200C5A2DAABA023EE8466BA2C1 * L_5 = V_0; Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * L_6 = (Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A *)il2cpp_codegen_object_new(Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A_il2cpp_TypeInfo_var); Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547(L_6, L_5, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass19_0_U3CReadU3Eb__0_m96A03E97BCDC36AD899A1E622E79AA352D9FFEE1_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547_RuntimeMethod_var); bool L_7 = ___needResult3; IL2CPP_RUNTIME_CLASS_INIT(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); String_t* L_8; L_8 = Extensions_Read_m6AD180F1D575DDC059352CD58DAB02A674416549(L_3, (int32_t*)L_4, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.String BestHTTP.Extensions.Extensions::Read(System.String,System.Int32&,System.Func`2,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_Read_m6AD180F1D575DDC059352CD58DAB02A674416549 (String_t* ___str0, int32_t* ___pos1, Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * ___block2, bool ___needResult3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_Invoke_m617CF5136C832B461056CE79898402B5549AD917_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* G_B9_0 = NULL; { // if (pos >= str.Length) int32_t* L_0 = ___pos1; int32_t L_1 = *((int32_t*)L_0); String_t* L_2 = ___str0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0010; } } { // return string.Empty; String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_4; } IL_0010: { // str.SkipWhiteSpace(ref pos); String_t* L_5 = ___str0; int32_t* L_6 = ___pos1; IL2CPP_RUNTIME_CLASS_INIT(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); Extensions_SkipWhiteSpace_mD0268CA27D96ACDE027F4D0FCAB2F10361CD9B56(L_5, (int32_t*)L_6, /*hidden argument*/NULL); // int startPos = pos; int32_t* L_7 = ___pos1; int32_t L_8 = *((int32_t*)L_7); V_0 = L_8; goto IL_0022; } IL_001c: { // pos++; int32_t* L_9 = ___pos1; int32_t* L_10 = ___pos1; int32_t L_11 = *((int32_t*)L_10); *((int32_t*)L_9) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0022: { // while (pos < str.Length && block(str[pos])) int32_t* L_12 = ___pos1; int32_t L_13 = *((int32_t*)L_12); String_t* L_14 = ___str0; NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_14, /*hidden argument*/NULL); if ((((int32_t)L_13) >= ((int32_t)L_15))) { goto IL_003c; } } { Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * L_16 = ___block2; String_t* L_17 = ___str0; int32_t* L_18 = ___pos1; int32_t L_19 = *((int32_t*)L_18); NullCheck(L_17); Il2CppChar L_20; L_20 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_17, L_19, /*hidden argument*/NULL); NullCheck(L_16); bool L_21; L_21 = Func_2_Invoke_m617CF5136C832B461056CE79898402B5549AD917(L_16, L_20, /*hidden argument*/Func_2_Invoke_m617CF5136C832B461056CE79898402B5549AD917_RuntimeMethod_var); if (L_21) { goto IL_001c; } } IL_003c: { // string result = needResult ? str.Substring(startPos, pos - startPos) : null; bool L_22 = ___needResult3; if (L_22) { goto IL_0042; } } { G_B9_0 = ((String_t*)(NULL)); goto IL_004d; } IL_0042: { String_t* L_23 = ___str0; int32_t L_24 = V_0; int32_t* L_25 = ___pos1; int32_t L_26 = *((int32_t*)L_25); int32_t L_27 = V_0; NullCheck(L_23); String_t* L_28; L_28 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_23, L_24, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27)), /*hidden argument*/NULL); G_B9_0 = L_28; } IL_004d: { // pos++; int32_t* L_29 = ___pos1; int32_t* L_30 = ___pos1; int32_t L_31 = *((int32_t*)L_30); *((int32_t*)L_29) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); // return result; return G_B9_0; } } // System.String BestHTTP.Extensions.Extensions::ReadPossibleQuotedText(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_ReadPossibleQuotedText_m0459F9259C543E4145AC3C91366DBCC4E609F62F (String_t* ___str0, int32_t* ___pos1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CReadPossibleQuotedTextU3Eb__21_0_m88334241248B53BC63AE8EF5EDFF55177452C87E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * G_B6_0 = NULL; int32_t* G_B6_1 = NULL; String_t* G_B6_2 = NULL; Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * G_B5_0 = NULL; int32_t* G_B5_1 = NULL; String_t* G_B5_2 = NULL; { // string result = string.Empty; String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_0; // if (str == null) String_t* L_1 = ___str0; if (L_1) { goto IL_000b; } } { // return result; String_t* L_2 = V_0; return L_2; } IL_000b: { // if (str[pos] == '\"') String_t* L_3 = ___str0; int32_t* L_4 = ___pos1; int32_t L_5 = *((int32_t*)L_4); NullCheck(L_3); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, L_5, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)34))))) { goto IL_003a; } } { // str.Read(ref pos, '\"', false); String_t* L_7 = ___str0; int32_t* L_8 = ___pos1; IL2CPP_RUNTIME_CLASS_INIT(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); String_t* L_9; L_9 = Extensions_Read_m129960E72C886A09445E2F5B5F85E798C5427327(L_7, (int32_t*)L_8, ((int32_t)34), (bool)0, /*hidden argument*/NULL); // result = str.Read(ref pos, '\"'); String_t* L_10 = ___str0; int32_t* L_11 = ___pos1; String_t* L_12; L_12 = Extensions_Read_m129960E72C886A09445E2F5B5F85E798C5427327(L_10, (int32_t*)L_11, ((int32_t)34), (bool)1, /*hidden argument*/NULL); V_0 = L_12; // str.Read(ref pos, ',', false); String_t* L_13 = ___str0; int32_t* L_14 = ___pos1; String_t* L_15; L_15 = Extensions_Read_m129960E72C886A09445E2F5B5F85E798C5427327(L_13, (int32_t*)L_14, ((int32_t)44), (bool)0, /*hidden argument*/NULL); // } goto IL_0062; } IL_003a: { // result = str.Read(ref pos, (ch) => ch != ',' && ch != ';'); String_t* L_16 = ___str0; int32_t* L_17 = ___pos1; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var); Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * L_18 = ((U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var))->get_U3CU3E9__21_0_1(); Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * L_19 = L_18; G_B5_0 = L_19; G_B5_1 = L_17; G_B5_2 = L_16; if (L_19) { G_B6_0 = L_19; G_B6_1 = L_17; G_B6_2 = L_16; goto IL_005b; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var); U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9 * L_20 = ((U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * L_21 = (Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A *)il2cpp_codegen_object_new(Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A_il2cpp_TypeInfo_var); Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547(L_21, L_20, (intptr_t)((intptr_t)U3CU3Ec_U3CReadPossibleQuotedTextU3Eb__21_0_m88334241248B53BC63AE8EF5EDFF55177452C87E_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547_RuntimeMethod_var); Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * L_22 = L_21; ((U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var))->set_U3CU3E9__21_0_1(L_22); G_B6_0 = L_22; G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; } IL_005b: { IL2CPP_RUNTIME_CLASS_INIT(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); String_t* L_23; L_23 = Extensions_Read_m6AD180F1D575DDC059352CD58DAB02A674416549(G_B6_2, (int32_t*)G_B6_1, G_B6_0, (bool)1, /*hidden argument*/NULL); V_0 = L_23; } IL_0062: { // return result; String_t* L_24 = V_0; return L_24; } } // System.Void BestHTTP.Extensions.Extensions::SkipWhiteSpace(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_SkipWhiteSpace_mD0268CA27D96ACDE027F4D0FCAB2F10361CD9B56 (String_t* ___str0, int32_t* ___pos1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (pos >= str.Length) int32_t* L_0 = ___pos1; int32_t L_1 = *((int32_t*)L_0); String_t* L_2 = ___str0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0011; } } { // return; return; } IL_000b: { // pos++; int32_t* L_4 = ___pos1; int32_t* L_5 = ___pos1; int32_t L_6 = *((int32_t*)L_5); *((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0011: { // while (pos < str.Length && char.IsWhiteSpace(str[pos])) int32_t* L_7 = ___pos1; int32_t L_8 = *((int32_t*)L_7); String_t* L_9 = ___str0; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); if ((((int32_t)L_8) >= ((int32_t)L_10))) { goto IL_002a; } } { String_t* L_11 = ___str0; int32_t* L_12 = ___pos1; int32_t L_13 = *((int32_t*)L_12); NullCheck(L_11); Il2CppChar L_14; L_14 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_11, L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_15; L_15 = Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_000b; } } IL_002a: { // } return; } } // System.String BestHTTP.Extensions.Extensions::TrimAndLower(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_TrimAndLower_m57F2DA71ED82DBAA2AE6D6F08144F55493B5C262 (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; { // if (str == null) String_t* L_0 = ___str0; if (L_0) { goto IL_0005; } } { // return null; return (String_t*)NULL; } IL_0005: { // char[] buffer = new char[str.Length]; String_t* L_1 = ___str0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; // int length = 0; V_1 = 0; // for (int i = 0; i < str.Length; ++i) V_2 = 0; goto IL_0040; } IL_0017: { // char ch = str[i]; String_t* L_4 = ___str0; int32_t L_5 = V_2; NullCheck(L_4); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, L_5, /*hidden argument*/NULL); V_3 = L_6; // if (!char.IsWhiteSpace(ch) && !char.IsControl(ch)) Il2CppChar L_7 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_8; L_8 = Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_003c; } } { Il2CppChar L_9 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_10; L_10 = Char_IsControl_m2682A4043BD6DFBA936CED52A3239AA7D38625A6(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_003c; } } { // buffer[length++] = char.ToLowerInvariant(ch); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = V_0; int32_t L_12 = V_1; int32_t L_13 = L_12; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); Il2CppChar L_14 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_15; L_15 = Char_ToLowerInvariant_mA5541ADE6FA5082D0877F64FAA44F3C7C518866C(L_14, /*hidden argument*/NULL); NullCheck(L_11); (L_11)->SetAt(static_cast(L_13), (Il2CppChar)L_15); } IL_003c: { // for (int i = 0; i < str.Length; ++i) int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0040: { // for (int i = 0; i < str.Length; ++i) int32_t L_17 = V_2; String_t* L_18 = ___str0; NullCheck(L_18); int32_t L_19; L_19 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_18, /*hidden argument*/NULL); if ((((int32_t)L_17) < ((int32_t)L_19))) { goto IL_0017; } } { // return new string(buffer, 0, length); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_20 = V_0; int32_t L_21 = V_1; String_t* L_22; L_22 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_20, 0, L_21, /*hidden argument*/NULL); return L_22; } } // System.Nullable`1 BestHTTP.Extensions.Extensions::Peek(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 Extensions_Peek_mAECE5F6677DDDF36852241830177F79D31BFC36B (String_t* ___str0, int32_t ___pos1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m1EB62BB33CD8233011F3DB0706358F80889D48DE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (pos < 0 || pos >= str.Length) int32_t L_0 = ___pos1; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000d; } } { int32_t L_1 = ___pos1; String_t* L_2 = ___str0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0017; } } IL_000d: { // return null; il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 )); Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 L_4 = V_0; return L_4; } IL_0017: { // return str[pos]; String_t* L_5 = ___str0; int32_t L_6 = ___pos1; NullCheck(L_5); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, L_6, /*hidden argument*/NULL); Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 L_8; memset((&L_8), 0, sizeof(L_8)); Nullable_1__ctor_m1EB62BB33CD8233011F3DB0706358F80889D48DE((&L_8), L_7, /*hidden argument*/Nullable_1__ctor_m1EB62BB33CD8233011F3DB0706358F80889D48DE_RuntimeMethod_var); return L_8; } } // System.Collections.Generic.List`1 BestHTTP.Extensions.Extensions::ParseOptionalHeader(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * Extensions_ParseOptionalHeader_mFA4A9FC5F6ABB7D4B53FEEBA10684FADF186C288 (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m5136FBEDBD31BD6EAACE83036ABD506213C6668A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mCF28DF1FE15155CECA5732CD35DA2BD20B93640D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CParseOptionalHeaderU3Eb__25_0_m5806808F3BE435BB191168C3C3CBCFBC814FAEB2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * V_0 = NULL; int32_t V_1 = 0; HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * V_2 = NULL; Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * G_B5_0 = NULL; int32_t* G_B5_1 = NULL; String_t* G_B5_2 = NULL; Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * G_B4_0 = NULL; int32_t* G_B4_1 = NULL; String_t* G_B4_2 = NULL; { // List result = new List(); List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * L_0 = (List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 *)il2cpp_codegen_object_new(List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189_il2cpp_TypeInfo_var); List_1__ctor_mCF28DF1FE15155CECA5732CD35DA2BD20B93640D(L_0, /*hidden argument*/List_1__ctor_mCF28DF1FE15155CECA5732CD35DA2BD20B93640D_RuntimeMethod_var); V_0 = L_0; // if (str == null) String_t* L_1 = ___str0; if (L_1) { goto IL_000b; } } { // return result; List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * L_2 = V_0; return L_2; } IL_000b: { // int idx = 0; V_1 = 0; goto IL_0064; } IL_000f: { // string key = str.Read(ref idx, (ch) => ch != '=' && ch != ',').TrimAndLower(); String_t* L_3 = ___str0; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var); Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * L_4 = ((U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var))->get_U3CU3E9__25_0_2(); Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * L_5 = L_4; G_B4_0 = L_5; G_B4_1 = (&V_1); G_B4_2 = L_3; if (L_5) { G_B5_0 = L_5; G_B5_1 = (&V_1); G_B5_2 = L_3; goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var); U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9 * L_6 = ((U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * L_7 = (Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A *)il2cpp_codegen_object_new(Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A_il2cpp_TypeInfo_var); Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547(L_7, L_6, (intptr_t)((intptr_t)U3CU3Ec_U3CParseOptionalHeaderU3Eb__25_0_m5806808F3BE435BB191168C3C3CBCFBC814FAEB2_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547_RuntimeMethod_var); Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * L_8 = L_7; ((U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var))->set_U3CU3E9__25_0_2(L_8); G_B5_0 = L_8; G_B5_1 = G_B4_1; G_B5_2 = G_B4_2; } IL_0031: { IL2CPP_RUNTIME_CLASS_INIT(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); String_t* L_9; L_9 = Extensions_Read_m6AD180F1D575DDC059352CD58DAB02A674416549(G_B5_2, (int32_t*)G_B5_1, G_B5_0, (bool)1, /*hidden argument*/NULL); String_t* L_10; L_10 = Extensions_TrimAndLower_m57F2DA71ED82DBAA2AE6D6F08144F55493B5C262(L_9, /*hidden argument*/NULL); // HeaderValue qp = new HeaderValue(key); HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * L_11 = (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 *)il2cpp_codegen_object_new(HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77_il2cpp_TypeInfo_var); HeaderValue__ctor_mB2A1610CD68DD023E3F4D0588FB003FB4C298AA4(L_11, L_10, /*hidden argument*/NULL); V_2 = L_11; // if (str[idx - 1] == '=') String_t* L_12 = ___str0; int32_t L_13 = V_1; NullCheck(L_12); Il2CppChar L_14; L_14 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)61))))) { goto IL_005d; } } { // qp.Value = str.ReadPossibleQuotedText(ref idx); HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * L_15 = V_2; String_t* L_16 = ___str0; IL2CPP_RUNTIME_CLASS_INIT(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); String_t* L_17; L_17 = Extensions_ReadPossibleQuotedText_m0459F9259C543E4145AC3C91366DBCC4E609F62F(L_16, (int32_t*)(&V_1), /*hidden argument*/NULL); NullCheck(L_15); HeaderValue_set_Value_m65052F683739A015843D4FB9C0DAF3244DC31403_inline(L_15, L_17, /*hidden argument*/NULL); } IL_005d: { // result.Add(qp); List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * L_18 = V_0; HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * L_19 = V_2; NullCheck(L_18); List_1_Add_m5136FBEDBD31BD6EAACE83036ABD506213C6668A(L_18, L_19, /*hidden argument*/List_1_Add_m5136FBEDBD31BD6EAACE83036ABD506213C6668A_RuntimeMethod_var); } IL_0064: { // while (idx < str.Length) int32_t L_20 = V_1; String_t* L_21 = ___str0; NullCheck(L_21); int32_t L_22; L_22 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_21, /*hidden argument*/NULL); if ((((int32_t)L_20) < ((int32_t)L_22))) { goto IL_000f; } } { // return result; List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * L_23 = V_0; return L_23; } } // System.Collections.Generic.List`1 BestHTTP.Extensions.Extensions::ParseQualityParams(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * Extensions_ParseQualityParams_mCD183BA1E7E7587C6E6D76D8BD1C73B77F9F3263 (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m5136FBEDBD31BD6EAACE83036ABD506213C6668A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mCF28DF1FE15155CECA5732CD35DA2BD20B93640D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CParseQualityParamsU3Eb__26_0_mDEC0D6445A3EADA7A6573CE27B3F631E116C9117_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * V_0 = NULL; int32_t V_1 = 0; HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * V_2 = NULL; Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * G_B5_0 = NULL; int32_t* G_B5_1 = NULL; String_t* G_B5_2 = NULL; Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * G_B4_0 = NULL; int32_t* G_B4_1 = NULL; String_t* G_B4_2 = NULL; { // List result = new List(); List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * L_0 = (List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 *)il2cpp_codegen_object_new(List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189_il2cpp_TypeInfo_var); List_1__ctor_mCF28DF1FE15155CECA5732CD35DA2BD20B93640D(L_0, /*hidden argument*/List_1__ctor_mCF28DF1FE15155CECA5732CD35DA2BD20B93640D_RuntimeMethod_var); V_0 = L_0; // if (str == null) String_t* L_1 = ___str0; if (L_1) { goto IL_000b; } } { // return result; List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * L_2 = V_0; return L_2; } IL_000b: { // int idx = 0; V_1 = 0; goto IL_0073; } IL_000f: { // string key = str.Read(ref idx, (ch) => ch != ',' && ch != ';').TrimAndLower(); String_t* L_3 = ___str0; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var); Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * L_4 = ((U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var))->get_U3CU3E9__26_0_3(); Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * L_5 = L_4; G_B4_0 = L_5; G_B4_1 = (&V_1); G_B4_2 = L_3; if (L_5) { G_B5_0 = L_5; G_B5_1 = (&V_1); G_B5_2 = L_3; goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var); U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9 * L_6 = ((U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * L_7 = (Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A *)il2cpp_codegen_object_new(Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A_il2cpp_TypeInfo_var); Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547(L_7, L_6, (intptr_t)((intptr_t)U3CU3Ec_U3CParseQualityParamsU3Eb__26_0_mDEC0D6445A3EADA7A6573CE27B3F631E116C9117_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547_RuntimeMethod_var); Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * L_8 = L_7; ((U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var))->set_U3CU3E9__26_0_3(L_8); G_B5_0 = L_8; G_B5_1 = G_B4_1; G_B5_2 = G_B4_2; } IL_0031: { IL2CPP_RUNTIME_CLASS_INIT(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); String_t* L_9; L_9 = Extensions_Read_m6AD180F1D575DDC059352CD58DAB02A674416549(G_B5_2, (int32_t*)G_B5_1, G_B5_0, (bool)1, /*hidden argument*/NULL); String_t* L_10; L_10 = Extensions_TrimAndLower_m57F2DA71ED82DBAA2AE6D6F08144F55493B5C262(L_9, /*hidden argument*/NULL); // HeaderValue qp = new HeaderValue(key); HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * L_11 = (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 *)il2cpp_codegen_object_new(HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77_il2cpp_TypeInfo_var); HeaderValue__ctor_mB2A1610CD68DD023E3F4D0588FB003FB4C298AA4(L_11, L_10, /*hidden argument*/NULL); V_2 = L_11; // if (str[idx - 1] == ';') String_t* L_12 = ___str0; int32_t L_13 = V_1; NullCheck(L_12); Il2CppChar L_14; L_14 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)59))))) { goto IL_006c; } } { // str.Read(ref idx, '=', false); String_t* L_15 = ___str0; IL2CPP_RUNTIME_CLASS_INIT(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); String_t* L_16; L_16 = Extensions_Read_m129960E72C886A09445E2F5B5F85E798C5427327(L_15, (int32_t*)(&V_1), ((int32_t)61), (bool)0, /*hidden argument*/NULL); // qp.Value = str.Read(ref idx, ','); HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * L_17 = V_2; String_t* L_18 = ___str0; String_t* L_19; L_19 = Extensions_Read_m129960E72C886A09445E2F5B5F85E798C5427327(L_18, (int32_t*)(&V_1), ((int32_t)44), (bool)1, /*hidden argument*/NULL); NullCheck(L_17); HeaderValue_set_Value_m65052F683739A015843D4FB9C0DAF3244DC31403_inline(L_17, L_19, /*hidden argument*/NULL); } IL_006c: { // result.Add(qp); List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * L_20 = V_0; HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * L_21 = V_2; NullCheck(L_20); List_1_Add_m5136FBEDBD31BD6EAACE83036ABD506213C6668A(L_20, L_21, /*hidden argument*/List_1_Add_m5136FBEDBD31BD6EAACE83036ABD506213C6668A_RuntimeMethod_var); } IL_0073: { // while (idx < str.Length) int32_t L_22 = V_1; String_t* L_23 = ___str0; NullCheck(L_23); int32_t L_24; L_24 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_23, /*hidden argument*/NULL); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_000f; } } { // return result; List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * L_25 = V_0; return L_25; } } // System.Void BestHTTP.Extensions.Extensions::ReadBuffer(System.IO.Stream,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_ReadBuffer_mE64C79F4CAD138A07358EFBE08469B2AABE912EF (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // int count = 0; V_0 = 0; } IL_0002: { // int read = stream.Read(buffer, count, buffer.Length - count); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer1; int32_t L_2 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___buffer1; NullCheck(L_3); int32_t L_4 = V_0; NullCheck(L_0); int32_t L_5; L_5 = 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, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), (int32_t)L_4))); V_1 = L_5; // if (read <= 0) int32_t L_6 = V_1; if ((((int32_t)L_6) > ((int32_t)0))) { goto IL_001a; } } { // throw ExceptionHelper.ServerClosedTCPStream(); Exception_t * L_7; L_7 = ExceptionHelper_ServerClosedTCPStream_mB7F3D7365CA41A9E2ED4CEF23EB14169CC85C108(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Extensions_ReadBuffer_mE64C79F4CAD138A07358EFBE08469B2AABE912EF_RuntimeMethod_var))); } IL_001a: { // count += read; int32_t L_8 = V_0; int32_t L_9 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)); // } while (count < buffer.Length); int32_t L_10 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___buffer1; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0002; } } { // } return; } } // System.Void BestHTTP.Extensions.Extensions::ReadBuffer(System.IO.Stream,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_ReadBuffer_m92AC760E1FE8B40AA269AAAA3408EFEB64C80AFA (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer1, int32_t ___length2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // int count = 0; V_0 = 0; } IL_0002: { // int read = stream.Read(buffer, count, length - count); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer1; int32_t L_2 = V_0; int32_t L_3 = ___length2; int32_t L_4 = V_0; NullCheck(L_0); int32_t L_5; L_5 = 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, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4))); V_1 = L_5; // if (read <= 0) int32_t L_6 = V_1; if ((((int32_t)L_6) > ((int32_t)0))) { goto IL_0018; } } { // throw ExceptionHelper.ServerClosedTCPStream(); Exception_t * L_7; L_7 = ExceptionHelper_ServerClosedTCPStream_mB7F3D7365CA41A9E2ED4CEF23EB14169CC85C108(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Extensions_ReadBuffer_m92AC760E1FE8B40AA269AAAA3408EFEB64C80AFA_RuntimeMethod_var))); } IL_0018: { // count += read; int32_t L_8 = V_0; int32_t L_9 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)); // } while (count < length); int32_t L_10 = V_0; int32_t L_11 = ___length2; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0002; } } { // } return; } } // System.Void BestHTTP.Extensions.Extensions::WriteString(BestHTTP.Extensions.BufferPoolMemoryStream,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_WriteString_mFA52E5FB40FB550958B87E29C4B1D45A55F5139C (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * ___ms0, String_t* ___str1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // var byteCount = Encoding.UTF8.GetByteCount(str); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0; L_0 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); String_t* L_1 = ___str1; NullCheck(L_0); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, String_t* >::Invoke(11 /* System.Int32 System.Text.Encoding::GetByteCount(System.String) */, L_0, L_1); V_0 = L_2; // byte[] buffer = VariableSizedBufferPool.Get(byteCount, true); int32_t L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)L_3)), (bool)1, /*hidden argument*/NULL); V_1 = L_4; // Encoding.UTF8.GetBytes(str, 0, str.Length, buffer, 0); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_5; L_5 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); String_t* L_6 = ___str1; String_t* L_7 = ___str1; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_1; NullCheck(L_5); int32_t L_10; L_10 = VirtualFuncInvoker5< int32_t, String_t*, int32_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(19 /* System.Int32 System.Text.Encoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32) */, L_5, L_6, 0, L_8, L_9, 0); // ms.Write(buffer, 0, byteCount); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_11 = ___ms0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; int32_t L_13 = V_0; NullCheck(L_11); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_11, L_12, 0, L_13); // VariableSizedBufferPool.Release(buffer); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_1; VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_14, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Extensions.Extensions::WriteLine(BestHTTP.Extensions.BufferPoolMemoryStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_WriteLine_m1E785CD1CACB2A023FD4A7B73FA56FBAA02E3F64 (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * ___ms0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ms.Write(HTTPRequest.EOL, 0, HTTPRequest.EOL.Length); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_0 = ___ms0; IL2CPP_RUNTIME_CLASS_INIT(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ((HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var))->get_EOL_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ((HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var))->get_EOL_0(); NullCheck(L_2); NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); // } return; } } // System.Void BestHTTP.Extensions.Extensions::WriteLine(BestHTTP.Extensions.BufferPoolMemoryStream,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_WriteLine_mBBD917D23A98E0CC1E5B911EFA2DA3902C82420A (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * ___ms0, String_t* ___str1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ms.WriteString(str); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_0 = ___ms0; String_t* L_1 = ___str1; IL2CPP_RUNTIME_CLASS_INIT(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); Extensions_WriteString_mFA52E5FB40FB550958B87E29C4B1D45A55F5139C(L_0, L_1, /*hidden argument*/NULL); // ms.Write(HTTPRequest.EOL, 0, HTTPRequest.EOL.Length); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_2 = ___ms0; IL2CPP_RUNTIME_CLASS_INIT(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ((HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var))->get_EOL_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ((HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var))->get_EOL_0(); NullCheck(L_4); NullCheck(L_2); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))); // } return; } } // System.Void BestHTTP.Extensions.Extensions::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions__cctor_m7BBFFE88D6DE1F57707E0C6720C048BCC99A177B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9AE3984DB0928B4604C47097EAA1CED7DA604C3); s_Il2CppMethodInitialized = true; } { // private static readonly System.Text.RegularExpressions.Regex validIpV4AddressRegex = new System.Text.RegularExpressions.Regex("\\b(?:\\d{1,3}\\.){3}\\d{1,3}\\b", System.Text.RegularExpressions.RegexOptions.IgnoreCase); Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_0 = (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)il2cpp_codegen_object_new(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex__ctor_m5BA9C047FEB3C93AD388668FA855CB1A63FB62A4(L_0, _stringLiteralE9AE3984DB0928B4604C47097EAA1CED7DA604C3, 1, /*hidden argument*/NULL); ((Extensions_t805930587B149FAA6237C154983DC030D5D8124F_StaticFields*)il2cpp_codegen_static_fields_for(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var))->set_validIpV4AddressRegex_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.Effects.ExtinguishableParticleSystem::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtinguishableParticleSystem_Start_mC29A8B945025785DE601895F3121153C17052DB1 (ExtinguishableParticleSystem_tB1222E2E4E6DF93C84E4802D862241686763E886 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentsInChildren_TisParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E_mDAF9A5D8D4A04ACDD64E45F3932B39273E855E3B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_Systems = GetComponentsInChildren(); ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* L_0; L_0 = Component_GetComponentsInChildren_TisParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E_mDAF9A5D8D4A04ACDD64E45F3932B39273E855E3B(__this, /*hidden argument*/Component_GetComponentsInChildren_TisParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E_mDAF9A5D8D4A04ACDD64E45F3932B39273E855E3B_RuntimeMethod_var); __this->set_m_Systems_5(L_0); // } return; } } // System.Void UnityStandardAssets.Effects.ExtinguishableParticleSystem::Extinguish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtinguishableParticleSystem_Extinguish_m084314FFC2FED71A10A79CCD795639C357D33052 (ExtinguishableParticleSystem_tB1222E2E4E6DF93C84E4802D862241686763E886 * __this, const RuntimeMethod* method) { ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* V_0 = NULL; int32_t V_1 = 0; EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D V_2; memset((&V_2), 0, sizeof(V_2)); { // foreach (var system in m_Systems) ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* L_0 = __this->get_m_Systems_5(); V_0 = L_0; V_1 = 0; goto IL_0020; } IL_000b: { // foreach (var system in m_Systems) ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* L_1 = V_0; int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * L_4 = (L_1)->GetAt(static_cast(L_3)); // var emission = system.emission; NullCheck(L_4); EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D L_5; L_5 = ParticleSystem_get_emission_m0BAA1EDF775A8712DA7D62BF3C42A2B1A6C96CA1(L_4, /*hidden argument*/NULL); V_2 = L_5; // emission.enabled = false; EmissionModule_set_enabled_mD9FD50C9F5EECD04B22D03E5C00C7DD64D2AC1F1((EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D *)(&V_2), (bool)0, /*hidden argument*/NULL); int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0020: { // foreach (var system in m_Systems) int32_t L_7 = V_1; ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* L_8 = V_0; NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))) { goto IL_000b; } } { // } return; } } // System.Void UnityStandardAssets.Effects.ExtinguishableParticleSystem::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtinguishableParticleSystem__ctor_mFD1FACA848B804BF787F80645D11B30ED6651789 (ExtinguishableParticleSystem_tB1222E2E4E6DF93C84E4802D862241686763E886 * __this, const RuntimeMethod* method) { { // public float multiplier = 1; __this->set_multiplier_4((1.0f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::.ctor(System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mCurve__ctor_m85637F949FC94A5C2449E7C885EC511A6162D035 (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, int32_t ___m0, int32_t ___k1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___a2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___b3, const RuntimeMethod* method) { { // : this(m, k, 0, 0, a, b, null, null) int32_t L_0 = ___m0; int32_t L_1 = ___k1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___a2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___b3; F2mCurve__ctor_mD221CFD31823473493B30851458AF95C4AC0B33B(__this, L_0, L_1, 0, 0, L_2, L_3, (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)NULL, (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::.ctor(System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mCurve__ctor_m027D83DE3563DD6E62428D005DB642AF11937DC6 (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, int32_t ___m0, int32_t ___k1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___a2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___b3, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___order4, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___cofactor5, const RuntimeMethod* method) { { // : this(m, k, 0, 0, a, b, order, cofactor) int32_t L_0 = ___m0; int32_t L_1 = ___k1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___a2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___b3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ___order4; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = ___cofactor5; F2mCurve__ctor_mD221CFD31823473493B30851458AF95C4AC0B33B(__this, L_0, L_1, 0, 0, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mCurve__ctor_mE79F264118A5E2BE145401B14CBAC08310C4CA17 (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, int32_t ___m0, int32_t ___k11, int32_t ___k22, int32_t ___k33, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___a4, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___b5, const RuntimeMethod* method) { { // : this(m, k1, k2, k3, a, b, null, null) int32_t L_0 = ___m0; int32_t L_1 = ___k11; int32_t L_2 = ___k22; int32_t L_3 = ___k33; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ___a4; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = ___b5; F2mCurve__ctor_mD221CFD31823473493B30851458AF95C4AC0B33B(__this, L_0, L_1, L_2, L_3, L_4, L_5, (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)NULL, (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mCurve__ctor_mD221CFD31823473493B30851458AF95C4AC0B33B (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, int32_t ___m0, int32_t ___k11, int32_t ___k22, int32_t ___k33, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___a4, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___b5, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___order6, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___cofactor7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(m, k1, k2, k3) int32_t L_0 = ___m0; int32_t L_1 = ___k11; int32_t L_2 = ___k22; int32_t L_3 = ___k33; AbstractF2mCurve__ctor_m85C0E74000104B30D90690BFFE2BDF6B4ADB1093(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); // this.m = m; int32_t L_4 = ___m0; __this->set_m_18(L_4); // this.k1 = k1; int32_t L_5 = ___k11; __this->set_k1_19(L_5); // this.k2 = k2; int32_t L_6 = ___k22; __this->set_k2_20(L_6); // this.k3 = k3; int32_t L_7 = ___k33; __this->set_k3_21(L_7); // this.m_order = order; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = ___order6; ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_order_11(L_8); // this.m_cofactor = cofactor; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = ___cofactor7; ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_cofactor_12(L_9); // this.m_infinity = new F2mPoint(this, null, null, false); F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * L_10 = (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F *)il2cpp_codegen_object_new(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); F2mPoint__ctor_m65E1C02566C4EE502A10DB026B3645432C905168(L_10, __this, (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL, (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL, (bool)0, /*hidden argument*/NULL); __this->set_m_infinity_22(L_10); // if (k1 == 0) int32_t L_11 = ___k11; if (L_11) { goto IL_0055; } } { // throw new ArgumentException("k1 must be > 0"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDBF4B9E804B8020528C55E98E771D2025C3ADFA5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&F2mCurve__ctor_mD221CFD31823473493B30851458AF95C4AC0B33B_RuntimeMethod_var))); } IL_0055: { // if (k2 == 0) int32_t L_13 = ___k22; if (L_13) { goto IL_0067; } } { // if (k3 != 0) int32_t L_14 = ___k33; if (!L_14) { goto IL_0086; } } { // throw new ArgumentException("k3 must be 0 if k2 == 0"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_15 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8F79A9E7ECD108CC68DE9D4183A6DBBA7CF12C8F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&F2mCurve__ctor_mD221CFD31823473493B30851458AF95C4AC0B33B_RuntimeMethod_var))); } IL_0067: { // if (k2 <= k1) int32_t L_16 = ___k22; int32_t L_17 = ___k11; if ((((int32_t)L_16) > ((int32_t)L_17))) { goto IL_0076; } } { // throw new ArgumentException("k2 must be > k1"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_18 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD60AE7E2FC49FE6878069F49FF751C9CA5332C15)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&F2mCurve__ctor_mD221CFD31823473493B30851458AF95C4AC0B33B_RuntimeMethod_var))); } IL_0076: { // if (k3 <= k2) int32_t L_19 = ___k33; int32_t L_20 = ___k22; if ((((int32_t)L_19) > ((int32_t)L_20))) { goto IL_0086; } } { // throw new ArgumentException("k3 must be > k2"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_21 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBB430A3A6FD2BA15DF02BF5291EFA70B7E3DDBA5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&F2mCurve__ctor_mD221CFD31823473493B30851458AF95C4AC0B33B_RuntimeMethod_var))); } IL_0086: { // this.m_a = FromBigInteger(a); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_22 = ___a4; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_23; L_23 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_22); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_a_9(L_23); // this.m_b = FromBigInteger(b); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_24 = ___b5; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_25; L_25 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_24); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_b_10(L_25); // this.m_coord = F2M_DEFAULT_COORDS; ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_coord_13(6); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mCurve__ctor_m3B0C89DE0F863489D4A8402AD25DDFA769ADAC9F (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, int32_t ___m0, int32_t ___k11, int32_t ___k22, int32_t ___k33, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___a4, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b5, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___order6, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___cofactor7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(m, k1, k2, k3) int32_t L_0 = ___m0; int32_t L_1 = ___k11; int32_t L_2 = ___k22; int32_t L_3 = ___k33; AbstractF2mCurve__ctor_m85C0E74000104B30D90690BFFE2BDF6B4ADB1093(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); // this.m = m; int32_t L_4 = ___m0; __this->set_m_18(L_4); // this.k1 = k1; int32_t L_5 = ___k11; __this->set_k1_19(L_5); // this.k2 = k2; int32_t L_6 = ___k22; __this->set_k2_20(L_6); // this.k3 = k3; int32_t L_7 = ___k33; __this->set_k3_21(L_7); // this.m_order = order; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = ___order6; ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_order_11(L_8); // this.m_cofactor = cofactor; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = ___cofactor7; ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_cofactor_12(L_9); // this.m_infinity = new F2mPoint(this, null, null, false); F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * L_10 = (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F *)il2cpp_codegen_object_new(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); F2mPoint__ctor_m65E1C02566C4EE502A10DB026B3645432C905168(L_10, __this, (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL, (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL, (bool)0, /*hidden argument*/NULL); __this->set_m_infinity_22(L_10); // this.m_a = a; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11 = ___a4; ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_a_9(L_11); // this.m_b = b; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12 = ___b5; ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_b_10(L_12); // this.m_coord = F2M_DEFAULT_COORDS; ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_coord_13(6); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::CloneCurve() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * F2mCurve_CloneCurve_m83ECC5CF780E12BCEF06983A362A8A0BDC0800C1 (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new F2mCurve(m, k1, k2, k3, m_a, m_b, m_order, m_cofactor); int32_t L_0 = __this->get_m_18(); int32_t L_1 = __this->get_k1_19(); int32_t L_2 = __this->get_k2_20(); int32_t L_3 = __this->get_k3_21(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4 = ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->get_m_a_9(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->get_m_b_10(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->get_m_order_11(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->get_m_cofactor_12(); F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_8 = (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 *)il2cpp_codegen_object_new(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); F2mCurve__ctor_m3B0C89DE0F863489D4A8402AD25DDFA769ADAC9F(L_8, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::SupportsCoordinateSystem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool F2mCurve_SupportsCoordinateSystem_m159FD8F195978A40F73C1A7597CA1E04F43B354F (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, int32_t ___coord0, const RuntimeMethod* method) { { int32_t L_0 = ___coord0; if ((!(((uint32_t)L_0) > ((uint32_t)1)))) { goto IL_0008; } } { int32_t L_1 = ___coord0; if ((!(((uint32_t)L_1) == ((uint32_t)6)))) { goto IL_000a; } } IL_0008: { // return true; return (bool)1; } IL_000a: { // return false; return (bool)0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::CreateDefaultMultiplier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* F2mCurve_CreateDefaultMultiplier_mDDEBD092012B4B88C54BDBC65D2A79C6300C8D2C (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WTauNafMultiplier_t27D3354D43208FC0C3F3888447B02F4E8DB904C8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (IsKoblitz) bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(39 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve::get_IsKoblitz() */, __this); if (!L_0) { goto IL_000e; } } { // return new WTauNafMultiplier(); WTauNafMultiplier_t27D3354D43208FC0C3F3888447B02F4E8DB904C8 * L_1 = (WTauNafMultiplier_t27D3354D43208FC0C3F3888447B02F4E8DB904C8 *)il2cpp_codegen_object_new(WTauNafMultiplier_t27D3354D43208FC0C3F3888447B02F4E8DB904C8_il2cpp_TypeInfo_var); WTauNafMultiplier__ctor_m2A58E0A04CFE0926C8DB4081519999EAE5E49BE8(L_1, /*hidden argument*/NULL); return L_1; } IL_000e: { // return base.CreateDefaultMultiplier(); RuntimeObject* L_2; L_2 = ECCurve_CreateDefaultMultiplier_m9F930C0B3066180B2FAD0D91D6851E79A526761C(__this, /*hidden argument*/NULL); return L_2; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::get_FieldSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t F2mCurve_get_FieldSize_mC3F621E2D6277A71DFCD82D4731B8E51CEDB7DCA (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, const RuntimeMethod* method) { { // get { return m; } int32_t L_0 = __this->get_m_18(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * F2mCurve_FromBigInteger_m325D71BADAE12FBABE27CE37D2E00381BA2DC52F (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new F2mFieldElement(this.m, this.k1, this.k2, this.k3, x); int32_t L_0 = __this->get_m_18(); int32_t L_1 = __this->get_k1_19(); int32_t L_2 = __this->get_k2_20(); int32_t L_3 = __this->get_k3_21(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ___x0; F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_5 = (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)il2cpp_codegen_object_new(F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); F2mFieldElement__ctor_mC4A74CB5ED87786552AAB52286ED16156A21014C(L_5, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * F2mCurve_CreateRawPoint_mFAF932FCDE060BF68330A91C1D5B6BFA256898FC (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, bool ___withCompression2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new F2mPoint(this, x, y, withCompression); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___y1; bool L_2 = ___withCompression2; F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * L_3 = (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F *)il2cpp_codegen_object_new(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); F2mPoint__ctor_m65E1C02566C4EE502A10DB026B3645432C905168(L_3, __this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * F2mCurve_CreateRawPoint_m292590BFE788154239287538A7572C7B57FC79C8 (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs2, bool ___withCompression3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new F2mPoint(this, x, y, zs, withCompression); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___y1; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_2 = ___zs2; bool L_3 = ___withCompression3; F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * L_4 = (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F *)il2cpp_codegen_object_new(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); F2mPoint__ctor_m53137F72B84CB10FA72233547AECF3913930E0E5(L_4, __this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::get_Infinity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * F2mCurve_get_Infinity_m3B84119F7EA992B12F122EB12EFF5C81A91E1108 (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, const RuntimeMethod* method) { { // get { return m_infinity; } F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * L_0 = __this->get_m_infinity_22(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::get_M() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t F2mCurve_get_M_m4781A2EC65967C46B7AE1C6A7BBCEBCDD1D3BEAD (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, const RuntimeMethod* method) { { // get { return m; } int32_t L_0 = __this->get_m_18(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::IsTrinomial() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool F2mCurve_IsTrinomial_m73CEFD128C83489A9B572AF482F7DF6BFFDA3870 (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, const RuntimeMethod* method) { { // return k2 == 0 && k3 == 0; int32_t L_0 = __this->get_k2_20(); if (L_0) { goto IL_0012; } } { int32_t L_1 = __this->get_k3_21(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0012: { return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::get_K1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t F2mCurve_get_K1_m7F180526106D79F5BCFBF7294B7849D5AEB0B52E (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, const RuntimeMethod* method) { { // get { return k1; } int32_t L_0 = __this->get_k1_19(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::get_K2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t F2mCurve_get_K2_m9F10A9B98CB415046242AB5CBE3DC7598B3B43BC (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, const RuntimeMethod* method) { { // get { return k2; } int32_t L_0 = __this->get_k2_20(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::get_K3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t F2mCurve_get_K3_m9C7F0B1238E0064B159B6224508BA21D4083BF7F (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, const RuntimeMethod* method) { { // get { return k3; } int32_t L_0 = __this->get_k3_21(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECLookupTable BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::CreateCacheSafeLookupTable(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* F2mCurve_CreateCacheSafeLookupTable_m872F1FE80DCCEE251B6D30FD2017D8CAA1319C8F (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, 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*)&DefaultF2mLookupTable_tD2A1DEC8ECDF291787FA30630B2A4AF107126D0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { // int FE_LONGS = (m + 63) / 64; int32_t L_0 = __this->get_m_18(); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)63)))/(int32_t)((int32_t)64))); // long[] table = new long[len * FE_LONGS * 2]; int32_t L_1 = ___len2; int32_t L_2 = V_0; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_3 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)), (int32_t)2))); V_1 = L_3; // int pos = 0; V_2 = 0; // for (int i = 0; i < len; ++i) V_3 = 0; goto IL_005c; } IL_001e: { // ECPoint p = points[off + i]; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_4 = ___points0; int32_t L_5 = ___off1; int32_t L_6 = V_3; 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)); // ((F2mFieldElement)p.RawXCoord).x.CopyTo(table, pos); pos += FE_LONGS; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_9 = L_8; NullCheck(L_9); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10; L_10 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_9, /*hidden argument*/NULL); NullCheck(((F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)CastclassClass((RuntimeObject*)L_10, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var))); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_11 = ((F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)CastclassClass((RuntimeObject*)L_10, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var))->get_x_6(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_12 = V_1; int32_t L_13 = V_2; NullCheck(L_11); LongArray_CopyTo_m80F7C897AA3FF1CE702F143515FCF42948DA1B2E(L_11, L_12, L_13, /*hidden argument*/NULL); // ((F2mFieldElement)p.RawXCoord).x.CopyTo(table, pos); pos += FE_LONGS; int32_t L_14 = V_2; int32_t L_15 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)); // ((F2mFieldElement)p.RawYCoord).x.CopyTo(table, pos); pos += FE_LONGS; NullCheck(L_9); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16; L_16 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_9, /*hidden argument*/NULL); NullCheck(((F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)CastclassClass((RuntimeObject*)L_16, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var))); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_17 = ((F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)CastclassClass((RuntimeObject*)L_16, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var))->get_x_6(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_18 = V_1; int32_t L_19 = V_2; NullCheck(L_17); LongArray_CopyTo_m80F7C897AA3FF1CE702F143515FCF42948DA1B2E(L_17, L_18, L_19, /*hidden argument*/NULL); // ((F2mFieldElement)p.RawYCoord).x.CopyTo(table, pos); pos += FE_LONGS; int32_t L_20 = V_2; int32_t L_21 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)); // for (int i = 0; i < len; ++i) int32_t L_22 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_005c: { // for (int i = 0; i < len; ++i) int32_t L_23 = V_3; int32_t L_24 = ___len2; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_001e; } } { // return new DefaultF2mLookupTable(this, table, len); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_25 = V_1; int32_t L_26 = ___len2; DefaultF2mLookupTable_tD2A1DEC8ECDF291787FA30630B2A4AF107126D0C * L_27 = (DefaultF2mLookupTable_tD2A1DEC8ECDF291787FA30630B2A4AF107126D0C *)il2cpp_codegen_object_new(DefaultF2mLookupTable_tD2A1DEC8ECDF291787FA30630B2A4AF107126D0C_il2cpp_TypeInfo_var); DefaultF2mLookupTable__ctor_m866C427D78771FE203B14435957DEF0D85BF0DF4(L_27, __this, L_25, L_26, /*hidden argument*/NULL); return L_27; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mFieldElement__ctor_mC4A74CB5ED87786552AAB52286ED16156A21014C (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, int32_t ___m0, int32_t ___k11, int32_t ___k22, int32_t ___k33, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x4, 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*)&LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public F2mFieldElement( // int m, // int k1, // int k2, // int k3, // BigInteger x) AbstractF2mFieldElement__ctor_m5A7D1221FECFC95A0A65048752733D42BB882528(__this, /*hidden argument*/NULL); // if (x == null || x.SignValue < 0 || x.BitLength > m) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x4; if (!L_0) { goto IL_001e; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___x4; NullCheck(L_1); int32_t L_2; L_2 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001e; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___x4; NullCheck(L_3); int32_t L_4; L_4 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_3, /*hidden argument*/NULL); int32_t L_5 = ___m0; if ((((int32_t)L_4) <= ((int32_t)L_5))) { goto IL_002e; } } IL_001e: { // throw new ArgumentException("value invalid in F2m field element", "x"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB28C6E90CA123D79FE198D25022D8AE61D06842D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&F2mFieldElement__ctor_mC4A74CB5ED87786552AAB52286ED16156A21014C_RuntimeMethod_var))); } IL_002e: { // if ((k2 == 0) && (k3 == 0)) int32_t L_7 = ___k22; if (L_7) { goto IL_004e; } } { int32_t L_8 = ___k33; if (L_8) { goto IL_004e; } } { // this.representation = Tpb; __this->set_representation_3(2); // this.ks = new int[] { k1 }; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = L_9; int32_t L_11 = ___k11; NullCheck(L_10); (L_10)->SetAt(static_cast(0), (int32_t)L_11); __this->set_ks_5(L_10); // } goto IL_008d; } IL_004e: { // if (k2 >= k3) int32_t L_12 = ___k22; int32_t L_13 = ___k33; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_005e; } } { // throw new ArgumentException("k2 must be smaller than k3"); 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*)&_stringLiteral3A22E4C5BDA89C074922D29D9DD8966404F47D1A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&F2mFieldElement__ctor_mC4A74CB5ED87786552AAB52286ED16156A21014C_RuntimeMethod_var))); } IL_005e: { // if (k2 <= 0) int32_t L_15 = ___k22; if ((((int32_t)L_15) > ((int32_t)0))) { goto IL_006d; } } { // throw new ArgumentException("k2 must be larger than 0"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_16 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3C0658DA618A44EF60DD3A08E9C818685C539AF4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&F2mFieldElement__ctor_mC4A74CB5ED87786552AAB52286ED16156A21014C_RuntimeMethod_var))); } IL_006d: { // this.representation = Ppb; __this->set_representation_3(3); // this.ks = new int[] { k1, k2, k3 }; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = L_17; int32_t L_19 = ___k11; NullCheck(L_18); (L_18)->SetAt(static_cast(0), (int32_t)L_19); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_20 = L_18; int32_t L_21 = ___k22; NullCheck(L_20); (L_20)->SetAt(static_cast(1), (int32_t)L_21); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = L_20; int32_t L_23 = ___k33; NullCheck(L_22); (L_22)->SetAt(static_cast(2), (int32_t)L_23); __this->set_ks_5(L_22); } IL_008d: { // this.m = m; int32_t L_24 = ___m0; __this->set_m_4(L_24); // this.x = new LongArray(x); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_25 = ___x4; LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_26 = (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 *)il2cpp_codegen_object_new(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_il2cpp_TypeInfo_var); LongArray__ctor_m38760DDDD15A553FC0F4AB09EB98260128ABDE24(L_26, L_25, /*hidden argument*/NULL); __this->set_x_6(L_26); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::.ctor(System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mFieldElement__ctor_m071465F0B3CEA7CE6D7FF2E282A6393106152CC4 (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, int32_t ___m0, int32_t ___k1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x2, const RuntimeMethod* method) { { // : this(m, k, 0, 0, x) int32_t L_0 = ___m0; int32_t L_1 = ___k1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___x2; F2mFieldElement__ctor_mC4A74CB5ED87786552AAB52286ED16156A21014C(__this, L_0, L_1, 0, 0, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::.ctor(System.Int32,System.Int32[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mFieldElement__ctor_m866D66F72351DFEDC61133817A0274F0C6AB793A (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, int32_t ___m0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ks1, LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * ___x2, const RuntimeMethod* method) { F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * G_B2_0 = NULL; F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * G_B1_0 = NULL; int32_t G_B3_0 = 0; F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * G_B3_1 = NULL; { // internal F2mFieldElement(int m, int[] ks, LongArray x) AbstractF2mFieldElement__ctor_m5A7D1221FECFC95A0A65048752733D42BB882528(__this, /*hidden argument*/NULL); // this.m = m; int32_t L_0 = ___m0; __this->set_m_4(L_0); // this.representation = (ks.Length == 1) ? Tpb : Ppb; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = ___ks1; NullCheck(L_1); G_B1_0 = __this; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))) == ((int32_t)1))) { G_B2_0 = __this; goto IL_0017; } } { G_B3_0 = 3; G_B3_1 = G_B1_0; goto IL_0018; } IL_0017: { G_B3_0 = 2; G_B3_1 = G_B2_0; } IL_0018: { NullCheck(G_B3_1); G_B3_1->set_representation_3(G_B3_0); // this.ks = ks; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = ___ks1; __this->set_ks_5(L_2); // this.x = x; LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_3 = ___x2; __this->set_x_6(L_3); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::get_BitLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t F2mFieldElement_get_BitLength_mF3C2C4AAC7243D093D7BD132D74E7C658CB00A3E (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, const RuntimeMethod* method) { { // get { return x.Degree(); } LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_0 = __this->get_x_6(); NullCheck(L_0); int32_t L_1; L_1 = LongArray_Degree_m049B13110E3F4F535D528058A76E7E463F175D84(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::get_IsOne() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool F2mFieldElement_get_IsOne_m7D7BC68412CF319E6F610EF6A31D8B5AC8EDCE7A (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, const RuntimeMethod* method) { { // get { return x.IsOne(); } LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_0 = __this->get_x_6(); NullCheck(L_0); bool L_1; L_1 = LongArray_IsOne_m8FFF0ABEC53FB0C2101D028CEFCCB9F127DAC089(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::get_IsZero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool F2mFieldElement_get_IsZero_mCC03EF598C2A0615DFD555F0EC3291C224E68256 (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, const RuntimeMethod* method) { { // get { return x.IsZero(); } LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_0 = __this->get_x_6(); NullCheck(L_0); bool L_1; L_1 = LongArray_IsZero_m55C0AED82D8B6337B653348AF72FEC8F2CB60A12(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::TestBitZero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool F2mFieldElement_TestBitZero_m9F35717636E06604C0ED34317F7153EFF6DDCEED (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, const RuntimeMethod* method) { { // return x.TestBitZero(); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_0 = __this->get_x_6(); NullCheck(L_0); bool L_1; L_1 = LongArray_TestBitZero_m11E7E3332B5B5557D0C5908E09A5222BD326625E(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::ToBigInteger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * F2mFieldElement_ToBigInteger_m1FE66A5368A28EE68241C93D02F4232C6AE45B8D (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, const RuntimeMethod* method) { { // return x.ToBigInteger(); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_0 = __this->get_x_6(); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = LongArray_ToBigInteger_mAE31491B33C7C860DD77FD77535C7B4B16E620BD(L_0, /*hidden argument*/NULL); return L_1; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::get_FieldName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* F2mFieldElement_get_FieldName_m6C733CDF9E0D109D29BDEBCA31277468C606D65B (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF5F9FB4502595CB7D68FD1C7039D1BF3541166E7); s_Il2CppMethodInitialized = true; } { // get { return "F2m"; } return _stringLiteralF5F9FB4502595CB7D68FD1C7039D1BF3541166E7; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::get_FieldSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t F2mFieldElement_get_FieldSize_m1A09CC9BAE19B57157A2A7287CD887C952586E0B (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, const RuntimeMethod* method) { { // get { return m; } int32_t L_0 = __this->get_m_4(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::CheckFieldElements(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mFieldElement_CheckFieldElements_m6BFECE14A80FA0BAC13AE0F6980B6DCC130475D1 (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___a0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b1, 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*)&F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * V_0 = NULL; F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * V_1 = NULL; { // if (!(a is F2mFieldElement) || !(b is F2mFieldElement)) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___a0; if (!((F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)IsInstClass((RuntimeObject*)L_0, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var))) { goto IL_0010; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___b1; if (((F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)IsInstClass((RuntimeObject*)L_1, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var))) { goto IL_001b; } } IL_0010: { // throw new ArgumentException("Field elements are not " // + "both instances of F2mFieldElement"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0111B5191EACD36A8C27934259D54890A0968C88)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&F2mFieldElement_CheckFieldElements_m6BFECE14A80FA0BAC13AE0F6980B6DCC130475D1_RuntimeMethod_var))); } IL_001b: { // F2mFieldElement aF2m = (F2mFieldElement)a; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = ___a0; V_0 = ((F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)CastclassClass((RuntimeObject*)L_3, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var)); // F2mFieldElement bF2m = (F2mFieldElement)b; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4 = ___b1; V_1 = ((F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)CastclassClass((RuntimeObject*)L_4, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var)); // if (aF2m.representation != bF2m.representation) F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_5 = V_0; NullCheck(L_5); int32_t L_6 = L_5->get_representation_3(); F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_7 = V_1; NullCheck(L_7); int32_t L_8 = L_7->get_representation_3(); if ((((int32_t)L_6) == ((int32_t)L_8))) { goto IL_0042; } } { // throw new ArgumentException("One of the F2m field elements has incorrect representation"); 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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral12F6D3D621B40A668313F3082DA0A36D73D0AA52)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&F2mFieldElement_CheckFieldElements_m6BFECE14A80FA0BAC13AE0F6980B6DCC130475D1_RuntimeMethod_var))); } IL_0042: { // if ((aF2m.m != bF2m.m) || !Arrays.AreEqual(aF2m.ks, bF2m.ks)) F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_10 = V_0; NullCheck(L_10); int32_t L_11 = L_10->get_m_4(); F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_12 = V_1; NullCheck(L_12); int32_t L_13 = L_12->get_m_4(); if ((!(((uint32_t)L_11) == ((uint32_t)L_13)))) { goto IL_0063; } } { F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_14 = V_0; NullCheck(L_14); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = L_14->get_ks_5(); F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_16 = V_1; NullCheck(L_16); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17 = L_16->get_ks_5(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_18; L_18 = Arrays_AreEqual_m12945F97BBE87958AB18F938A353A744C3AFC082(L_15, L_17, /*hidden argument*/NULL); if (L_18) { goto IL_006e; } } IL_0063: { // throw new ArgumentException("Field elements are not elements of the same field F2m"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_19 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9ED8A8A61BF4B414481BED61AC7FB9D5BEB4AA1A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&F2mFieldElement_CheckFieldElements_m6BFECE14A80FA0BAC13AE0F6980B6DCC130475D1_RuntimeMethod_var))); } IL_006e: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * F2mFieldElement_Add_m3A4D7939EBE6FBDAB62BDB48B3F1D667636DFBF4 (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * V_0 = NULL; F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * V_1 = NULL; { // LongArray iarrClone = this.x.Copy(); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_0 = __this->get_x_6(); NullCheck(L_0); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_1; L_1 = LongArray_Copy_m535BD16988F8099D965731E07E180848AB1DDB53(L_0, /*hidden argument*/NULL); V_0 = L_1; // F2mFieldElement bF2m = (F2mFieldElement)b; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___b0; V_1 = ((F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)CastclassClass((RuntimeObject*)L_2, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var)); // iarrClone.AddShiftedByWords(bF2m.x, 0); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_3 = V_0; F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_4 = V_1; NullCheck(L_4); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_5 = L_4->get_x_6(); NullCheck(L_3); LongArray_AddShiftedByWords_m7AB24BB9A5DD33F7146849F4852B66BC1DF0DDD3(L_3, L_5, 0, /*hidden argument*/NULL); // return new F2mFieldElement(m, ks, iarrClone); int32_t L_6 = __this->get_m_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = __this->get_ks_5(); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_8 = V_0; F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_9 = (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)il2cpp_codegen_object_new(F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); F2mFieldElement__ctor_m866D66F72351DFEDC61133817A0274F0C6AB793A(L_9, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::AddOne() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * F2mFieldElement_AddOne_mA325D20FE89CE877C9F86111B68BFC5C143B4823 (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new F2mFieldElement(m, ks, x.AddOne()); int32_t L_0 = __this->get_m_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = __this->get_ks_5(); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_2 = __this->get_x_6(); NullCheck(L_2); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_3; L_3 = LongArray_AddOne_m327212781BA35F0F95B4FE75AC0734F6B3F01DAB(L_2, /*hidden argument*/NULL); F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_4 = (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)il2cpp_codegen_object_new(F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); F2mFieldElement__ctor_m866D66F72351DFEDC61133817A0274F0C6AB793A(L_4, L_0, L_1, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::Subtract(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * F2mFieldElement_Subtract_mD7329E62BB225D6B4F8E6A570F64FDB813804D23 (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { { // return Add(b); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___b0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, __this, L_0); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * F2mFieldElement_Multiply_mEECB093CA5CBBE5DB81E734251709E19B3DF2F2A (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new F2mFieldElement(m, ks, x.ModMultiply(((F2mFieldElement)b).x, m, ks)); int32_t L_0 = __this->get_m_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = __this->get_ks_5(); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_2 = __this->get_x_6(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = ___b0; NullCheck(((F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)CastclassClass((RuntimeObject*)L_3, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var))); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_4 = ((F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)CastclassClass((RuntimeObject*)L_3, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var))->get_x_6(); int32_t L_5 = __this->get_m_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = __this->get_ks_5(); NullCheck(L_2); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_7; L_7 = LongArray_ModMultiply_mF0FF985D5FB68B1820985E6B3CC78301EBA65214(L_2, L_4, L_5, L_6, /*hidden argument*/NULL); F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_8 = (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)il2cpp_codegen_object_new(F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); F2mFieldElement__ctor_m866D66F72351DFEDC61133817A0274F0C6AB793A(L_8, L_0, L_1, L_7, /*hidden argument*/NULL); return L_8; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::MultiplyMinusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * F2mFieldElement_MultiplyMinusProduct_m73926A9664F13BFE19A42E3940D6CC080E771FD7 (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method) { { // return MultiplyPlusProduct(b, x, y); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___b0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = VirtualFuncInvoker3< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, __this, L_0, L_1, L_2); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * F2mFieldElement_MultiplyPlusProduct_m209EE54337C3FED975567F773A4DCC1B0E419DA1 (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * V_0 = NULL; LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * V_1 = NULL; LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * V_2 = NULL; LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * V_3 = NULL; LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * V_4 = NULL; { // LongArray ax = this.x, bx = ((F2mFieldElement)b).x, xx = ((F2mFieldElement)x).x, yx = ((F2mFieldElement)y).x; LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_0 = __this->get_x_6(); V_0 = L_0; // LongArray ax = this.x, bx = ((F2mFieldElement)b).x, xx = ((F2mFieldElement)x).x, yx = ((F2mFieldElement)y).x; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___b0; NullCheck(((F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)CastclassClass((RuntimeObject*)L_1, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var))); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_2 = ((F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)CastclassClass((RuntimeObject*)L_1, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var))->get_x_6(); V_1 = L_2; // LongArray ax = this.x, bx = ((F2mFieldElement)b).x, xx = ((F2mFieldElement)x).x, yx = ((F2mFieldElement)y).x; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = ___x1; NullCheck(((F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)CastclassClass((RuntimeObject*)L_3, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var))); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_4 = ((F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)CastclassClass((RuntimeObject*)L_3, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var))->get_x_6(); // LongArray ax = this.x, bx = ((F2mFieldElement)b).x, xx = ((F2mFieldElement)x).x, yx = ((F2mFieldElement)y).x; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = ___y2; NullCheck(((F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)CastclassClass((RuntimeObject*)L_5, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var))); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_6 = ((F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)CastclassClass((RuntimeObject*)L_5, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var))->get_x_6(); V_2 = L_6; // LongArray ab = ax.Multiply(bx, m, ks); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_7 = V_0; LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_8 = V_1; int32_t L_9 = __this->get_m_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = __this->get_ks_5(); NullCheck(L_7); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_11; L_11 = LongArray_Multiply_m444F1057321A84C2202CC07429868F998DC30AB4(L_7, L_8, L_9, L_10, /*hidden argument*/NULL); V_3 = L_11; // LongArray xy = xx.Multiply(yx, m, ks); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_12 = V_2; int32_t L_13 = __this->get_m_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = __this->get_ks_5(); NullCheck(L_4); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_15; L_15 = LongArray_Multiply_m444F1057321A84C2202CC07429868F998DC30AB4(L_4, L_12, L_13, L_14, /*hidden argument*/NULL); V_4 = L_15; // if (ab == ax || ab == bx) LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_16 = V_3; LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_17 = V_0; if ((((RuntimeObject*)(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 *)L_16) == ((RuntimeObject*)(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 *)L_17))) { goto IL_005a; } } { LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_18 = V_3; LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_19 = V_1; if ((!(((RuntimeObject*)(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 *)L_18) == ((RuntimeObject*)(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 *)L_19)))) { goto IL_0061; } } IL_005a: { // ab = (LongArray)ab.Copy(); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_20 = V_3; NullCheck(L_20); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_21; L_21 = LongArray_Copy_m535BD16988F8099D965731E07E180848AB1DDB53(L_20, /*hidden argument*/NULL); V_3 = L_21; } IL_0061: { // ab.AddShiftedByWords(xy, 0); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_22 = V_3; LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_23 = V_4; NullCheck(L_22); LongArray_AddShiftedByWords_m7AB24BB9A5DD33F7146849F4852B66BC1DF0DDD3(L_22, L_23, 0, /*hidden argument*/NULL); // ab.Reduce(m, ks); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_24 = V_3; int32_t L_25 = __this->get_m_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_26 = __this->get_ks_5(); NullCheck(L_24); LongArray_Reduce_m54C849B0A55BE74D4DBE8679BB2CA6BD55EDD946(L_24, L_25, L_26, /*hidden argument*/NULL); // return new F2mFieldElement(m, ks, ab); int32_t L_27 = __this->get_m_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_28 = __this->get_ks_5(); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_29 = V_3; F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_30 = (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)il2cpp_codegen_object_new(F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); F2mFieldElement__ctor_m866D66F72351DFEDC61133817A0274F0C6AB793A(L_30, L_27, L_28, L_29, /*hidden argument*/NULL); return L_30; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * F2mFieldElement_Divide_m41F20086B3947008CF896F865D531997AC15EBD4 (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_0 = NULL; { // ECFieldElement bInv = b.Invert(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___b0; NullCheck(L_0); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Invert() */, L_0); V_0 = L_1; // return Multiply(bInv); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, __this, L_2); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * F2mFieldElement_Negate_mCD9BE020C3D9C5A10B818CEA30916F51218B5714 (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, const RuntimeMethod* method) { { // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::Square() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * F2mFieldElement_Square_m98A05CCBC546E1BC993F31DBD7E2373726D2E139 (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new F2mFieldElement(m, ks, x.ModSquare(m, ks)); int32_t L_0 = __this->get_m_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = __this->get_ks_5(); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_2 = __this->get_x_6(); int32_t L_3 = __this->get_m_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = __this->get_ks_5(); NullCheck(L_2); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_5; L_5 = LongArray_ModSquare_mB5ECEC8BA81058B0612DC9D636813FC7BAEF3325(L_2, L_3, L_4, /*hidden argument*/NULL); F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_6 = (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)il2cpp_codegen_object_new(F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); F2mFieldElement__ctor_m866D66F72351DFEDC61133817A0274F0C6AB793A(L_6, L_0, L_1, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::SquareMinusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * F2mFieldElement_SquareMinusProduct_m51605E14439D55D1506A7FE64C75733EA3A30A7E (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, const RuntimeMethod* method) { { // return SquarePlusProduct(x, y); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___y1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = VirtualFuncInvoker2< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, __this, L_0, L_1); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::SquarePlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * F2mFieldElement_SquarePlusProduct_mD81490DC21AB49C12697EC63E70203E70DEAB2EC (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * V_0 = NULL; LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * V_1 = NULL; LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * V_2 = NULL; LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * V_3 = NULL; { // LongArray ax = this.x, xx = ((F2mFieldElement)x).x, yx = ((F2mFieldElement)y).x; LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_0 = __this->get_x_6(); V_0 = L_0; // LongArray ax = this.x, xx = ((F2mFieldElement)x).x, yx = ((F2mFieldElement)y).x; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x0; NullCheck(((F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)CastclassClass((RuntimeObject*)L_1, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var))); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_2 = ((F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)CastclassClass((RuntimeObject*)L_1, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var))->get_x_6(); // LongArray ax = this.x, xx = ((F2mFieldElement)x).x, yx = ((F2mFieldElement)y).x; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = ___y1; NullCheck(((F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)CastclassClass((RuntimeObject*)L_3, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var))); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_4 = ((F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)CastclassClass((RuntimeObject*)L_3, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var))->get_x_6(); V_1 = L_4; // LongArray aa = ax.Square(m, ks); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_5 = V_0; int32_t L_6 = __this->get_m_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = __this->get_ks_5(); NullCheck(L_5); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_8; L_8 = LongArray_Square_mD3C12B1AF9DAC7586C21219C567CB6DDF36F0807(L_5, L_6, L_7, /*hidden argument*/NULL); V_2 = L_8; // LongArray xy = xx.Multiply(yx, m, ks); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_9 = V_1; int32_t L_10 = __this->get_m_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = __this->get_ks_5(); NullCheck(L_2); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_12; L_12 = LongArray_Multiply_m444F1057321A84C2202CC07429868F998DC30AB4(L_2, L_9, L_10, L_11, /*hidden argument*/NULL); V_3 = L_12; // if (aa == ax) LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_13 = V_2; LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_14 = V_0; if ((!(((RuntimeObject*)(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 *)L_13) == ((RuntimeObject*)(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 *)L_14)))) { goto IL_004f; } } { // aa = (LongArray)aa.Copy(); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_15 = V_2; NullCheck(L_15); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_16; L_16 = LongArray_Copy_m535BD16988F8099D965731E07E180848AB1DDB53(L_15, /*hidden argument*/NULL); V_2 = L_16; } IL_004f: { // aa.AddShiftedByWords(xy, 0); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_17 = V_2; LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_18 = V_3; NullCheck(L_17); LongArray_AddShiftedByWords_m7AB24BB9A5DD33F7146849F4852B66BC1DF0DDD3(L_17, L_18, 0, /*hidden argument*/NULL); // aa.Reduce(m, ks); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_19 = V_2; int32_t L_20 = __this->get_m_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = __this->get_ks_5(); NullCheck(L_19); LongArray_Reduce_m54C849B0A55BE74D4DBE8679BB2CA6BD55EDD946(L_19, L_20, L_21, /*hidden argument*/NULL); // return new F2mFieldElement(m, ks, aa); int32_t L_22 = __this->get_m_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_23 = __this->get_ks_5(); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_24 = V_2; F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_25 = (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)il2cpp_codegen_object_new(F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); F2mFieldElement__ctor_m866D66F72351DFEDC61133817A0274F0C6AB793A(L_25, L_22, L_23, L_24, /*hidden argument*/NULL); return L_25; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::SquarePow(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * F2mFieldElement_SquarePow_m9FCAE9BA5E277ED15E2A51541F098BB1AFA8AD3D (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, int32_t ___pow0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return pow < 1 ? this : new F2mFieldElement(m, ks, x.ModSquareN(pow, m, ks)); int32_t L_0 = ___pow0; if ((((int32_t)L_0) < ((int32_t)1))) { goto IL_002e; } } { int32_t L_1 = __this->get_m_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = __this->get_ks_5(); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_3 = __this->get_x_6(); int32_t L_4 = ___pow0; int32_t L_5 = __this->get_m_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = __this->get_ks_5(); NullCheck(L_3); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_7; L_7 = LongArray_ModSquareN_m8C508F092D7AAD6F1BE68E46D108EA38C8482401(L_3, L_4, L_5, L_6, /*hidden argument*/NULL); F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_8 = (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)il2cpp_codegen_object_new(F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); F2mFieldElement__ctor_m866D66F72351DFEDC61133817A0274F0C6AB793A(L_8, L_1, L_2, L_7, /*hidden argument*/NULL); return L_8; } IL_002e: { return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::Invert() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * F2mFieldElement_Invert_m532372DA61C8E65F7E793CB7F41BAFBF847D9E13 (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new F2mFieldElement(this.m, this.ks, this.x.ModInverse(m, ks)); int32_t L_0 = __this->get_m_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = __this->get_ks_5(); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_2 = __this->get_x_6(); int32_t L_3 = __this->get_m_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = __this->get_ks_5(); NullCheck(L_2); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_5; L_5 = LongArray_ModInverse_m43DE92389D0AA85319F522C10618760EC5C31F18(L_2, L_3, L_4, /*hidden argument*/NULL); F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_6 = (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)il2cpp_codegen_object_new(F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); F2mFieldElement__ctor_m866D66F72351DFEDC61133817A0274F0C6AB793A(L_6, L_0, L_1, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::Sqrt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * F2mFieldElement_Sqrt_m67065588D5C61260D1E6C7862DAAB764494F756B (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, const RuntimeMethod* method) { { // return (x.IsZero() || x.IsOne()) ? this : SquarePow(m - 1); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_0 = __this->get_x_6(); NullCheck(L_0); bool L_1; L_1 = LongArray_IsZero_m55C0AED82D8B6337B653348AF72FEC8F2CB60A12(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0029; } } { LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_2 = __this->get_x_6(); NullCheck(L_2); bool L_3; L_3 = LongArray_IsOne_m8FFF0ABEC53FB0C2101D028CEFCCB9F127DAC089(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0029; } } { int32_t L_4 = __this->get_m_4(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5; L_5 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, int32_t >::Invoke(23 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePow(System.Int32) */, __this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1))); return L_5; } IL_0029: { return __this; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::get_Representation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t F2mFieldElement_get_Representation_m386077FA5C79AE04A1CCC664F8D744D65066C7E3 (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, const RuntimeMethod* method) { { // get { return this.representation; } int32_t L_0 = __this->get_representation_3(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::get_M() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t F2mFieldElement_get_M_mC1058AC5B81E6A4EFD8767B9AF90157E05D057E6 (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, const RuntimeMethod* method) { { // get { return this.m; } int32_t L_0 = __this->get_m_4(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::get_K1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t F2mFieldElement_get_K1_m6ED5C1EEDC2B3BF254EFF6E22C0A125277CC3188 (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, const RuntimeMethod* method) { { // get { return this.ks[0]; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_ks_5(); NullCheck(L_0); int32_t L_1 = 0; int32_t L_2 = (L_0)->GetAt(static_cast(L_1)); return L_2; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::get_K2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t F2mFieldElement_get_K2_m46624A7B7E9D010BE604416742438DD62936FF60 (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, const RuntimeMethod* method) { { // get { return this.ks.Length >= 2 ? this.ks[1] : 0; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_ks_5(); NullCheck(L_0); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) >= ((int32_t)2))) { goto IL_000d; } } { return 0; } IL_000d: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = __this->get_ks_5(); NullCheck(L_1); int32_t L_2 = 1; int32_t L_3 = (L_1)->GetAt(static_cast(L_2)); return L_3; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::get_K3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t F2mFieldElement_get_K3_mA9D198F83CF9FA0B43A3D9A0ACB5D83091F9476A (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, const RuntimeMethod* method) { { // get { return this.ks.Length >= 3 ? this.ks[2] : 0; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_ks_5(); NullCheck(L_0); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) >= ((int32_t)3))) { goto IL_000d; } } { return 0; } IL_000d: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = __this->get_ks_5(); NullCheck(L_1); int32_t L_2 = 2; int32_t L_3 = (L_1)->GetAt(static_cast(L_2)); return L_3; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool F2mFieldElement_Equals_m431E693919A9341B41306566478800F36E3D4620 (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * V_0 = NULL; { // if (obj == this) RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)__this)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // F2mFieldElement other = obj as F2mFieldElement; RuntimeObject * L_1 = ___obj0; V_0 = ((F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)IsInstClass((RuntimeObject*)L_1, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var)); // if (other == null) F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_2 = V_0; if (L_2) { goto IL_0012; } } { // return false; return (bool)0; } IL_0012: { // return Equals(other); F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_3 = V_0; bool L_4; L_4 = VirtualFuncInvoker1< bool, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * >::Invoke(29 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement) */, __this, L_3); return L_4; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool F2mFieldElement_Equals_m365FCF1F566E941EADBACB492E8C1E40CCFC067D (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return ((this.m == other.m) // && (this.representation == other.representation) // && Arrays.AreEqual(this.ks, other.ks) // && (this.x.Equals(other.x))); int32_t L_0 = __this->get_m_4(); F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = L_1->get_m_4(); if ((!(((uint32_t)L_0) == ((uint32_t)L_2)))) { goto IL_0041; } } { int32_t L_3 = __this->get_representation_3(); F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_4 = ___other0; NullCheck(L_4); int32_t L_5 = L_4->get_representation_3(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_0041; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = __this->get_ks_5(); F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_7 = ___other0; NullCheck(L_7); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = L_7->get_ks_5(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_9; L_9 = Arrays_AreEqual_m12945F97BBE87958AB18F938A353A744C3AFC082(L_6, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0041; } } { LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_10 = __this->get_x_6(); F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_11 = ___other0; NullCheck(L_11); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_12 = L_11->get_x_6(); NullCheck(L_10); bool L_13; L_13 = VirtualFuncInvoker1< bool, LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray) */, L_10, L_12); return L_13; } IL_0041: { return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t F2mFieldElement_GetHashCode_mC504D6009BB37C72CE6B269313A65E11A2146BD9 (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return x.GetHashCode() ^ m ^ Arrays.GetHashCode(ks); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_0 = __this->get_x_6(); 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_m_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = __this->get_ks_5(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Arrays_GetHashCode_m442FAB53701D1BF9080C69AF8A1A2B9ADFCC1192(L_3, /*hidden argument*/NULL); return ((int32_t)((int32_t)((int32_t)((int32_t)L_1^(int32_t)L_2))^(int32_t)L_4)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mPoint::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mPoint__ctor_m73586479A177595B7409BFDA4A029FF3066964BA (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method) { { // : this(curve, x, y, false) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; F2mPoint__ctor_m65E1C02566C4EE502A10DB026B3645432C905168(__this, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mPoint::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mPoint__ctor_m65E1C02566C4EE502A10DB026B3645432C905168 (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method) { { // : base(curve, x, y, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; bool L_3 = ___withCompression3; AbstractF2mPoint__ctor_m286254AF1E7FEDA130EC045C190D4A3806CEAA75(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); // if ((x == null) != (y == null)) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = ___y2; if ((((int32_t)((((RuntimeObject*)(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_4) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)((((RuntimeObject*)(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_5) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)))) { goto IL_0020; } } { // throw new ArgumentException("Exactly one of the field elements is null"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3593CC227878D86540F00CB22358EB80C1BFDA6A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&F2mPoint__ctor_m65E1C02566C4EE502A10DB026B3645432C905168_RuntimeMethod_var))); } IL_0020: { // if (x != null) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7 = ___x1; if (!L_7) { goto IL_0039; } } { // F2mFieldElement.CheckFieldElements(x, y); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9 = ___y2; F2mFieldElement_CheckFieldElements_m6BFECE14A80FA0BAC13AE0F6980B6DCC130475D1(L_8, L_9, /*hidden argument*/NULL); // if (curve != null) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10 = ___curve0; if (!L_10) { goto IL_0039; } } { // F2mFieldElement.CheckFieldElements(x, curve.A); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11 = ___x1; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_12 = ___curve0; NullCheck(L_12); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_13; L_13 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_12); F2mFieldElement_CheckFieldElements_m6BFECE14A80FA0BAC13AE0F6980B6DCC130475D1(L_11, L_13, /*hidden argument*/NULL); } IL_0039: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mPoint::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mPoint__ctor_m53137F72B84CB10FA72233547AECF3913930E0E5 (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method) { { // : base(curve, x, y, zs, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_3 = ___zs3; bool L_4 = ___withCompression4; AbstractF2mPoint__ctor_mDFCC11B5B8257CB5D92A463B3D35DB96F4C97B78(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mPoint::Detach() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * F2mPoint_Detach_m79957726283C5AE4936984F0EDD86939ADFBB4D9 (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new F2mPoint(null, AffineXCoord, AffineYCoord, false); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineYCoord() */, __this); F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * L_2 = (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F *)il2cpp_codegen_object_new(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); F2mPoint__ctor_m65E1C02566C4EE502A10DB026B3645432C905168(L_2, (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)NULL, L_0, L_1, (bool)0, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mPoint::get_YCoord() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * F2mPoint_get_YCoord_m20315A8C37307D1DB8F9F5B7DB31EBD7D1B8B17A (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * __this, const RuntimeMethod* method) { int32_t V_0 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_4 = NULL; { // int coord = this.CurveCoordinateSystem; int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_CurveCoordinateSystem() */, __this); V_0 = L_0; int32_t L_1 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)5))) <= ((uint32_t)1)))) { goto IL_005d; } } { // ECFieldElement X = RawXCoord, L = RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_1 = L_2; // ECFieldElement X = RawXCoord, L = RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_2 = L_3; // if (this.IsInfinity || X.IsZero) bool L_4; L_4 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (L_4) { goto IL_002b; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = V_1; NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_5); if (!L_6) { goto IL_002d; } } IL_002b: { // return L; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7 = V_2; return L_7; } IL_002d: { // ECFieldElement Y = L.Add(X).Multiply(X); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9 = V_1; NullCheck(L_8); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10; L_10 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_8, L_9); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11 = V_1; NullCheck(L_10); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12; L_12 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_10, L_11); V_3 = L_12; // if (ECCurve.COORD_LAMBDA_PROJECTIVE == coord) int32_t L_13 = V_0; if ((!(((uint32_t)6) == ((uint32_t)L_13)))) { goto IL_005b; } } { // ECFieldElement Z = RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_14; L_14 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_14); int32_t L_15 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16 = (L_14)->GetAt(static_cast(L_15)); V_4 = L_16; // if (!Z.IsOne) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17 = V_4; NullCheck(L_17); bool L_18; L_18 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_17); if (L_18) { goto IL_005b; } } { // Y = Y.Divide(Z); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = V_3; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_20 = V_4; NullCheck(L_19); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_21; L_21 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_19, L_20); V_3 = L_21; } IL_005b: { // return Y; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_22 = V_3; return L_22; } IL_005d: { // return RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_23; L_23 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); return L_23; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mPoint::get_CompressionYTilde() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool F2mPoint_get_CompressionYTilde_m55EB6D02793E609C7BCB6BC87D982A4EE49E32F0 (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * __this, const RuntimeMethod* method) { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; int32_t V_2 = 0; { // ECFieldElement X = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_0 = L_0; // if (X.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = V_0; NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_1); if (!L_2) { goto IL_0011; } } { // return false; return (bool)0; } IL_0011: { // ECFieldElement Y = this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_1 = L_3; // switch (this.CurveCoordinateSystem) int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_CurveCoordinateSystem() */, __this); V_2 = L_4; int32_t L_5 = V_2; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)5))) <= ((uint32_t)1)))) { goto IL_0037; } } { // return Y.TestBitZero() != X.TestBitZero(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6 = V_1; NullCheck(L_6); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(24 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::TestBitZero() */, L_6); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8 = V_0; NullCheck(L_8); bool L_9; L_9 = VirtualFuncInvoker0< bool >::Invoke(24 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::TestBitZero() */, L_8); return (bool)((((int32_t)((((int32_t)L_7) == ((int32_t)L_9))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0037: { // return Y.Divide(X).TestBitZero(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11 = V_0; NullCheck(L_10); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12; L_12 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_10, L_11); NullCheck(L_12); bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(24 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::TestBitZero() */, L_12); return L_13; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * F2mPoint_Add_mE10E41DAC459367FAC4C06E253E7A8C69095EF14 (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___b0, 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*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; int32_t V_1 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_4 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_6 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_7 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_8 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_9 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_10 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_11 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_12 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_13 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_14 = NULL; bool V_15 = false; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_16 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_17 = NULL; bool V_18 = false; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_19 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_20 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_21 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_22 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_23 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_24 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_25 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_26 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_27 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_28 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_29 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_30 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_31 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_32 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_33 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_34 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_35 = NULL; bool V_36 = false; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_37 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_38 = NULL; bool V_39 = false; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_40 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_41 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_42 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_43 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_44 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_45 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_46 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_47 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_48 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_49 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_50 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_51 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_52 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B26_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B29_0 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___b0; return L_1; } IL_000a: { // if (b.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = ___b0; NullCheck(L_2); bool L_3; L_3 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { // return this; return __this; } IL_0014: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_4; L_4 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_4; // int coord = curve.CoordinateSystem; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_CoordinateSystem() */, L_5); V_1 = L_6; // ECFieldElement X1 = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_2 = L_7; // ECFieldElement X2 = b.RawXCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_8 = ___b0; NullCheck(L_8); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9; L_9 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_8, /*hidden argument*/NULL); V_3 = L_9; int32_t L_10 = V_1; if (!L_10) { goto IL_0046; } } { int32_t L_11 = V_1; if ((((int32_t)L_11) == ((int32_t)1))) { goto IL_00e7; } } { int32_t L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)6))) { goto IL_024e; } } { goto IL_0483; } IL_0046: { // ECFieldElement Y1 = this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_13; L_13 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_4 = L_13; // ECFieldElement Y2 = b.RawYCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_14 = ___b0; NullCheck(L_14); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15; L_15 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_14, /*hidden argument*/NULL); V_5 = L_15; // ECFieldElement dx = X1.Add(X2), dy = Y1.Add(Y2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17 = V_3; NullCheck(L_16); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_18; L_18 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_16, L_17); V_6 = L_18; // ECFieldElement dx = X1.Add(X2), dy = Y1.Add(Y2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = V_4; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_20 = V_5; NullCheck(L_19); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_21; L_21 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_19, L_20); V_7 = L_21; // if (dx.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_22 = V_6; NullCheck(L_22); bool L_23; L_23 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_22); if (!L_23) { goto IL_008a; } } { // if (dy.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_24 = V_7; NullCheck(L_24); bool L_25; L_25 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_24); if (!L_25) { goto IL_0083; } } { // return Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_26; L_26 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_26; } IL_0083: { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_27 = V_0; NullCheck(L_27); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_28; L_28 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_27); return L_28; } IL_008a: { // ECFieldElement L = dy.Divide(dx); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_29 = V_7; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_30 = V_6; NullCheck(L_29); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_31; L_31 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_29, L_30); V_8 = L_31; // ECFieldElement X3 = L.Square().Add(L).Add(dx).Add(curve.A); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_32 = V_8; NullCheck(L_32); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_33; L_33 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_32); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_34 = V_8; NullCheck(L_33); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_35; L_35 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_33, L_34); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_36 = V_6; NullCheck(L_35); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_37; L_37 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_35, L_36); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_38 = V_0; NullCheck(L_38); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_39; L_39 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_38); NullCheck(L_37); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_40; L_40 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_37, L_39); V_9 = L_40; // ECFieldElement Y3 = L.Multiply(X1.Add(X3)).Add(X3).Add(Y1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_41 = V_8; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_42 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_43 = V_9; NullCheck(L_42); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_44; L_44 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_42, L_43); NullCheck(L_41); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_45; L_45 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_41, L_44); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_46 = V_9; NullCheck(L_45); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_47; L_47 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_45, L_46); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_48 = V_4; NullCheck(L_47); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_49; L_49 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_47, L_48); V_10 = L_49; // return new F2mPoint(curve, X3, Y3, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_50 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_51 = V_9; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_52 = V_10; bool L_53; L_53 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * L_54 = (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F *)il2cpp_codegen_object_new(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); F2mPoint__ctor_m65E1C02566C4EE502A10DB026B3645432C905168(L_54, L_50, L_51, L_52, L_53, /*hidden argument*/NULL); return L_54; } IL_00e7: { // ECFieldElement Y1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_55; L_55 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_11 = L_55; // ECFieldElement Y1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_56; L_56 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_56); int32_t L_57 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_58 = (L_56)->GetAt(static_cast(L_57)); V_12 = L_58; // ECFieldElement Y2 = b.RawYCoord, Z2 = b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_59 = ___b0; NullCheck(L_59); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_60; L_60 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_59, /*hidden argument*/NULL); V_13 = L_60; // ECFieldElement Y2 = b.RawYCoord, Z2 = b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_61 = ___b0; NullCheck(L_61); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_62; L_62 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(L_61, /*hidden argument*/NULL); NullCheck(L_62); int32_t L_63 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_64 = (L_62)->GetAt(static_cast(L_63)); V_14 = L_64; // bool Z1IsOne = Z1.IsOne; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_65 = V_12; NullCheck(L_65); bool L_66; L_66 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_65); V_15 = L_66; // ECFieldElement U1 = Y2, V1 = X2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_67 = V_13; V_16 = L_67; // ECFieldElement U1 = Y2, V1 = X2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_68 = V_3; V_17 = L_68; // if (!Z1IsOne) bool L_69 = V_15; if (L_69) { goto IL_0135; } } { // U1 = U1.Multiply(Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_70 = V_16; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_71 = V_12; NullCheck(L_70); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_72; L_72 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_70, L_71); V_16 = L_72; // V1 = V1.Multiply(Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_73 = V_17; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_74 = V_12; NullCheck(L_73); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_75; L_75 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_73, L_74); V_17 = L_75; } IL_0135: { // bool Z2IsOne = Z2.IsOne; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_76 = V_14; NullCheck(L_76); bool L_77; L_77 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_76); V_18 = L_77; // ECFieldElement U2 = Y1, V2 = X1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_78 = V_11; V_19 = L_78; // ECFieldElement U2 = Y1, V2 = X1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_79 = V_2; V_20 = L_79; // if (!Z2IsOne) bool L_80 = V_18; if (L_80) { goto IL_015f; } } { // U2 = U2.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_81 = V_19; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_82 = V_14; NullCheck(L_81); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_83; L_83 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_81, L_82); V_19 = L_83; // V2 = V2.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_84 = V_20; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_85 = V_14; NullCheck(L_84); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_86; L_86 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_84, L_85); V_20 = L_86; } IL_015f: { // ECFieldElement U = U1.Add(U2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_87 = V_16; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_88 = V_19; NullCheck(L_87); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_89; L_89 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_87, L_88); V_21 = L_89; // ECFieldElement V = V1.Add(V2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_90 = V_17; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_91 = V_20; NullCheck(L_90); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_92; L_92 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_90, L_91); V_22 = L_92; // if (V.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_93 = V_22; NullCheck(L_93); bool L_94; L_94 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_93); if (!L_94) { goto IL_0195; } } { // if (U.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_95 = V_21; NullCheck(L_95); bool L_96; L_96 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_95); if (!L_96) { goto IL_018e; } } { // return Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_97; L_97 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_97; } IL_018e: { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_98 = V_0; NullCheck(L_98); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_99; L_99 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_98); return L_99; } IL_0195: { // ECFieldElement VSq = V.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_100 = V_22; NullCheck(L_100); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_101; L_101 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_100); V_23 = L_101; // ECFieldElement VCu = VSq.Multiply(V); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_102 = V_23; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_103 = V_22; NullCheck(L_102); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_104; L_104 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_102, L_103); V_24 = L_104; // ECFieldElement W = Z1IsOne ? Z2 : Z2IsOne ? Z1 : Z1.Multiply(Z2); bool L_105 = V_15; if (L_105) { goto IL_01c0; } } { bool L_106 = V_18; if (L_106) { goto IL_01bc; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_107 = V_12; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_108 = V_14; NullCheck(L_107); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_109; L_109 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_107, L_108); G_B26_0 = L_109; goto IL_01c2; } IL_01bc: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_110 = V_12; G_B26_0 = L_110; goto IL_01c2; } IL_01c0: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_111 = V_14; G_B26_0 = L_111; } IL_01c2: { V_25 = G_B26_0; // ECFieldElement uv = U.Add(V); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_112 = V_21; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_113 = V_22; NullCheck(L_112); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_114; L_114 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_112, L_113); V_26 = L_114; // ECFieldElement A = uv.MultiplyPlusProduct(U, VSq, curve.A).Multiply(W).Add(VCu); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_115 = V_26; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_116 = V_21; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_117 = V_23; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_118 = V_0; NullCheck(L_118); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_119; L_119 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_118); NullCheck(L_115); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_120; L_120 = VirtualFuncInvoker3< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_115, L_116, L_117, L_119); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_121 = V_25; NullCheck(L_120); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_122; L_122 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_120, L_121); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_123 = V_24; NullCheck(L_122); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_124; L_124 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_122, L_123); V_27 = L_124; // ECFieldElement X3 = V.Multiply(A); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_125 = V_22; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_126 = V_27; NullCheck(L_125); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_127; L_127 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_125, L_126); V_28 = L_127; // ECFieldElement VSqZ2 = Z2IsOne ? VSq : VSq.Multiply(Z2); bool L_128 = V_18; if (L_128) { goto IL_020a; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_129 = V_23; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_130 = V_14; NullCheck(L_129); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_131; L_131 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_129, L_130); G_B29_0 = L_131; goto IL_020c; } IL_020a: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_132 = V_23; G_B29_0 = L_132; } IL_020c: { V_29 = G_B29_0; // ECFieldElement Y3 = U.MultiplyPlusProduct(X1, V, Y1).MultiplyPlusProduct(VSqZ2, uv, A); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_133 = V_21; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_134 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_135 = V_22; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_136 = V_11; NullCheck(L_133); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_137; L_137 = VirtualFuncInvoker3< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_133, L_134, L_135, L_136); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_138 = V_29; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_139 = V_26; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_140 = V_27; NullCheck(L_137); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_141; L_141 = VirtualFuncInvoker3< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_137, L_138, L_139, L_140); V_30 = L_141; // ECFieldElement Z3 = VCu.Multiply(W); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_142 = V_24; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_143 = V_25; NullCheck(L_142); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_144; L_144 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_142, L_143); V_31 = L_144; // return new F2mPoint(curve, X3, Y3, new ECFieldElement[] { Z3 }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_145 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_146 = V_28; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_147 = V_30; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_148 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_149 = L_148; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_150 = V_31; NullCheck(L_149); ArrayElementTypeCheck (L_149, L_150); (L_149)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_150); bool L_151; L_151 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * L_152 = (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F *)il2cpp_codegen_object_new(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); F2mPoint__ctor_m53137F72B84CB10FA72233547AECF3913930E0E5(L_152, L_145, L_146, L_147, L_149, L_151, /*hidden argument*/NULL); return L_152; } IL_024e: { // if (X1.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_153 = V_2; NullCheck(L_153); bool L_154; L_154 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_153); if (!L_154) { goto IL_026d; } } { // if (X2.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_155 = V_3; NullCheck(L_155); bool L_156; L_156 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_155); if (!L_156) { goto IL_0265; } } { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_157 = V_0; NullCheck(L_157); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_158; L_158 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_157); return L_158; } IL_0265: { // return b.Add(this); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_159 = ___b0; NullCheck(L_159); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_160; L_160 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_159, __this); return L_160; } IL_026d: { // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_161; L_161 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_32 = L_161; // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_162; L_162 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_162); int32_t L_163 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_164 = (L_162)->GetAt(static_cast(L_163)); V_33 = L_164; // ECFieldElement L2 = b.RawYCoord, Z2 = b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_165 = ___b0; NullCheck(L_165); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_166; L_166 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_165, /*hidden argument*/NULL); V_34 = L_166; // ECFieldElement L2 = b.RawYCoord, Z2 = b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_167 = ___b0; NullCheck(L_167); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_168; L_168 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(L_167, /*hidden argument*/NULL); NullCheck(L_168); int32_t L_169 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_170 = (L_168)->GetAt(static_cast(L_169)); V_35 = L_170; // bool Z1IsOne = Z1.IsOne; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_171 = V_33; NullCheck(L_171); bool L_172; L_172 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_171); V_36 = L_172; // ECFieldElement U2 = X2, S2 = L2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_173 = V_3; V_37 = L_173; // ECFieldElement U2 = X2, S2 = L2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_174 = V_34; V_38 = L_174; // if (!Z1IsOne) bool L_175 = V_36; if (L_175) { goto IL_02bb; } } { // U2 = U2.Multiply(Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_176 = V_37; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_177 = V_33; NullCheck(L_176); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_178; L_178 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_176, L_177); V_37 = L_178; // S2 = S2.Multiply(Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_179 = V_38; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_180 = V_33; NullCheck(L_179); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_181; L_181 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_179, L_180); V_38 = L_181; } IL_02bb: { // bool Z2IsOne = Z2.IsOne; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_182 = V_35; NullCheck(L_182); bool L_183; L_183 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_182); V_39 = L_183; // ECFieldElement U1 = X1, S1 = L1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_184 = V_2; V_40 = L_184; // ECFieldElement U1 = X1, S1 = L1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_185 = V_32; V_41 = L_185; // if (!Z2IsOne) bool L_186 = V_39; if (L_186) { goto IL_02e5; } } { // U1 = U1.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_187 = V_40; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_188 = V_35; NullCheck(L_187); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_189; L_189 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_187, L_188); V_40 = L_189; // S1 = S1.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_190 = V_41; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_191 = V_35; NullCheck(L_190); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_192; L_192 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_190, L_191); V_41 = L_192; } IL_02e5: { // ECFieldElement A = S1.Add(S2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_193 = V_41; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_194 = V_38; NullCheck(L_193); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_195; L_195 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_193, L_194); V_42 = L_195; // ECFieldElement B = U1.Add(U2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_196 = V_40; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_197 = V_37; NullCheck(L_196); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_198; L_198 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_196, L_197); V_43 = L_198; // if (B.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_199 = V_43; NullCheck(L_199); bool L_200; L_200 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_199); if (!L_200) { goto IL_031b; } } { // if (A.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_201 = V_42; NullCheck(L_201); bool L_202; L_202 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_201); if (!L_202) { goto IL_0314; } } { // return Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_203; L_203 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_203; } IL_0314: { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_204 = V_0; NullCheck(L_204); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_205; L_205 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_204); return L_205; } IL_031b: { // if (X2.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_206 = V_3; NullCheck(L_206); bool L_207; L_207 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_206); if (!L_207) { goto IL_03d2; } } { // ECPoint p = this.Normalize(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_208; L_208 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, __this); // X1 = p.RawXCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_209 = L_208; NullCheck(L_209); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_210; L_210 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_209, /*hidden argument*/NULL); V_2 = L_210; // ECFieldElement Y1 = p.YCoord; NullCheck(L_209); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_211; L_211 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_YCoord() */, L_209); V_47 = L_211; // ECFieldElement Y2 = L2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_212 = V_34; V_48 = L_212; // ECFieldElement L = Y1.Add(Y2).Divide(X1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_213 = V_47; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_214 = V_48; NullCheck(L_213); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_215; L_215 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_213, L_214); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_216 = V_2; NullCheck(L_215); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_217; L_217 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_215, L_216); V_49 = L_217; // X3 = L.Square().Add(L).Add(X1).Add(curve.A); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_218 = V_49; NullCheck(L_218); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_219; L_219 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_218); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_220 = V_49; NullCheck(L_219); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_221; L_221 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_219, L_220); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_222 = V_2; NullCheck(L_221); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_223; L_223 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_221, L_222); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_224 = V_0; NullCheck(L_224); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_225; L_225 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_224); NullCheck(L_223); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_226; L_226 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_223, L_225); V_44 = L_226; // if (X3.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_227 = V_44; NullCheck(L_227); bool L_228; L_228 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_227); if (!L_228) { goto IL_0393; } } { // return new F2mPoint(curve, X3, curve.B.Sqrt(), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_229 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_230 = V_44; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_231 = V_0; NullCheck(L_231); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_232; L_232 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_231); NullCheck(L_232); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_233; L_233 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Sqrt() */, L_232); bool L_234; L_234 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * L_235 = (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F *)il2cpp_codegen_object_new(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); F2mPoint__ctor_m65E1C02566C4EE502A10DB026B3645432C905168(L_235, L_229, L_230, L_233, L_234, /*hidden argument*/NULL); return L_235; } IL_0393: { // ECFieldElement Y3 = L.Multiply(X1.Add(X3)).Add(X3).Add(Y1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_236 = V_49; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_237 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_238 = V_44; NullCheck(L_237); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_239; L_239 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_237, L_238); NullCheck(L_236); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_240; L_240 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_236, L_239); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_241 = V_44; NullCheck(L_240); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_242; L_242 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_240, L_241); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_243 = V_47; NullCheck(L_242); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_244; L_244 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_242, L_243); // L3 = Y3.Divide(X3).Add(X3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_245 = V_44; NullCheck(L_244); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_246; L_246 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_244, L_245); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_247 = V_44; NullCheck(L_246); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_248; L_248 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_246, L_247); V_45 = L_248; // Z3 = curve.FromBigInteger(BigInteger.One); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_249 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_250 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); NullCheck(L_249); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_251; L_251 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_249, L_250); V_46 = L_251; // } goto IL_0467; } IL_03d2: { // B = B.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_252 = V_43; NullCheck(L_252); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_253; L_253 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_252); V_43 = L_253; // ECFieldElement AU1 = A.Multiply(U1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_254 = V_42; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_255 = V_40; NullCheck(L_254); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_256; L_256 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_254, L_255); V_50 = L_256; // ECFieldElement AU2 = A.Multiply(U2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_257 = V_42; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_258 = V_37; NullCheck(L_257); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_259; L_259 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_257, L_258); V_51 = L_259; // X3 = AU1.Multiply(AU2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_260 = V_50; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_261 = V_51; NullCheck(L_260); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_262; L_262 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_260, L_261); V_44 = L_262; // if (X3.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_263 = V_44; NullCheck(L_263); bool L_264; L_264 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_263); if (!L_264) { goto IL_041f; } } { // return new F2mPoint(curve, X3, curve.B.Sqrt(), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_265 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_266 = V_44; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_267 = V_0; NullCheck(L_267); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_268; L_268 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_267); NullCheck(L_268); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_269; L_269 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Sqrt() */, L_268); bool L_270; L_270 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * L_271 = (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F *)il2cpp_codegen_object_new(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); F2mPoint__ctor_m65E1C02566C4EE502A10DB026B3645432C905168(L_271, L_265, L_266, L_269, L_270, /*hidden argument*/NULL); return L_271; } IL_041f: { // ECFieldElement ABZ2 = A.Multiply(B); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_272 = V_42; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_273 = V_43; NullCheck(L_272); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_274; L_274 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_272, L_273); V_52 = L_274; // if (!Z2IsOne) bool L_275 = V_39; if (L_275) { goto IL_0439; } } { // ABZ2 = ABZ2.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_276 = V_52; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_277 = V_35; NullCheck(L_276); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_278; L_278 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_276, L_277); V_52 = L_278; } IL_0439: { // L3 = AU2.Add(B).SquarePlusProduct(ABZ2, L1.Add(Z1)); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_279 = V_51; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_280 = V_43; NullCheck(L_279); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_281; L_281 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_279, L_280); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_282 = V_52; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_283 = V_32; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_284 = V_33; NullCheck(L_283); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_285; L_285 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_283, L_284); NullCheck(L_281); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_286; L_286 = VirtualFuncInvoker2< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_281, L_282, L_285); V_45 = L_286; // Z3 = ABZ2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_287 = V_52; V_46 = L_287; // if (!Z1IsOne) bool L_288 = V_36; if (L_288) { goto IL_0467; } } { // Z3 = Z3.Multiply(Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_289 = V_46; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_290 = V_33; NullCheck(L_289); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_291; L_291 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_289, L_290); V_46 = L_291; } IL_0467: { // return new F2mPoint(curve, X3, L3, new ECFieldElement[] { Z3 }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_292 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_293 = V_44; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_294 = V_45; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_295 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_296 = L_295; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_297 = V_46; NullCheck(L_296); ArrayElementTypeCheck (L_296, L_297); (L_296)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_297); bool L_298; L_298 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * L_299 = (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F *)il2cpp_codegen_object_new(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); F2mPoint__ctor_m53137F72B84CB10FA72233547AECF3913930E0E5(L_299, L_292, L_293, L_294, L_296, L_298, /*hidden argument*/NULL); return L_299; } IL_0483: { // throw new InvalidOperationException("unsupported coordinate system"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_300 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_300, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88FDE4E981039D470D95B3A195A7183361D9E468)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_300, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&F2mPoint_Add_mE10E41DAC459367FAC4C06E253E7A8C69095EF14_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mPoint::Twice() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * F2mPoint_Twice_m24B819D4C5C3BF46A94C253A6DC63254A3214847 (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; int32_t V_2 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_4 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_6 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_7 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_8 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_9 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_10 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_11 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_12 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_13 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_14 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_15 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_16 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_17 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_18 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_19 = NULL; bool V_20 = false; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_21 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_22 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_23 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_24 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_25 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_26 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_27 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_28 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_29 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_30 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_31 = NULL; bool G_B11_0 = false; bool G_B10_0 = false; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B12_0 = NULL; bool G_B12_1 = false; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B15_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B19_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B22_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B25_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B30_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B41_0 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_1; // ECFieldElement X1 = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_1 = L_2; // if (X1.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = V_1; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_3); if (!L_4) { goto IL_0027; } } { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = V_0; NullCheck(L_5); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6; L_6 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_5); return L_6; } IL_0027: { // int coord = curve.CoordinateSystem; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_7 = V_0; NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_CoordinateSystem() */, L_7); V_2 = L_8; int32_t L_9 = V_2; if (!L_9) { goto IL_0041; } } { int32_t L_10 = V_2; if ((((int32_t)L_10) == ((int32_t)1))) { goto IL_008e; } } { int32_t L_11 = V_2; if ((((int32_t)L_11) == ((int32_t)6))) { goto IL_0147; } } { goto IL_02f2; } IL_0041: { // ECFieldElement Y1 = this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12; L_12 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); // ECFieldElement L1 = Y1.Divide(X1).Add(X1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_13 = V_1; NullCheck(L_12); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_14; L_14 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_12, L_13); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15 = V_1; NullCheck(L_14); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16; L_16 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_14, L_15); V_3 = L_16; // ECFieldElement X3 = L1.Square().Add(L1).Add(curve.A); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17 = V_3; NullCheck(L_17); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_18; L_18 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_17); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = V_3; NullCheck(L_18); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_20; L_20 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_18, L_19); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_21 = V_0; NullCheck(L_21); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_22; L_22 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_21); NullCheck(L_20); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_23; L_23 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_20, L_22); V_4 = L_23; // ECFieldElement Y3 = X1.SquarePlusProduct(X3, L1.AddOne()); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_24 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_25 = V_4; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_26 = V_3; NullCheck(L_26); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_27; L_27 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::AddOne() */, L_26); NullCheck(L_24); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_28; L_28 = VirtualFuncInvoker2< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_24, L_25, L_27); V_5 = L_28; // return new F2mPoint(curve, X3, Y3, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_29 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_30 = V_4; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_31 = V_5; bool L_32; L_32 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * L_33 = (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F *)il2cpp_codegen_object_new(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); F2mPoint__ctor_m65E1C02566C4EE502A10DB026B3645432C905168(L_33, L_29, L_30, L_31, L_32, /*hidden argument*/NULL); return L_33; } IL_008e: { // ECFieldElement Y1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_34; L_34 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_6 = L_34; // ECFieldElement Y1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_35; L_35 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_35); int32_t L_36 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_37 = (L_35)->GetAt(static_cast(L_36)); V_7 = L_37; // bool Z1IsOne = Z1.IsOne; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_38 = V_7; NullCheck(L_38); bool L_39; L_39 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_38); // ECFieldElement X1Z1 = Z1IsOne ? X1 : X1.Multiply(Z1); bool L_40 = L_39; G_B10_0 = L_40; if (L_40) { G_B11_0 = L_40; goto IL_00b4; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_41 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_42 = V_7; NullCheck(L_41); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_43; L_43 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_41, L_42); G_B12_0 = L_43; G_B12_1 = G_B10_0; goto IL_00b5; } IL_00b4: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_44 = V_1; G_B12_0 = L_44; G_B12_1 = G_B11_0; } IL_00b5: { V_8 = G_B12_0; // ECFieldElement Y1Z1 = Z1IsOne ? Y1 : Y1.Multiply(Z1); if (G_B12_1) { goto IL_00c4; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_45 = V_6; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_46 = V_7; NullCheck(L_45); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_47; L_47 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_45, L_46); G_B15_0 = L_47; goto IL_00c6; } IL_00c4: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_48 = V_6; G_B15_0 = L_48; } IL_00c6: { V_9 = G_B15_0; // ECFieldElement X1Sq = X1.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_49 = V_1; NullCheck(L_49); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_50; L_50 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_49); // ECFieldElement S = X1Sq.Add(Y1Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_51 = L_50; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_52 = V_9; NullCheck(L_51); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_53; L_53 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_51, L_52); V_10 = L_53; // ECFieldElement V = X1Z1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_54 = V_8; V_11 = L_54; // ECFieldElement vSquared = V.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_55 = V_11; NullCheck(L_55); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_56; L_56 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_55); V_12 = L_56; // ECFieldElement sv = S.Add(V); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_57 = V_10; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_58 = V_11; NullCheck(L_57); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_59; L_59 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_57, L_58); V_13 = L_59; // ECFieldElement h = sv.MultiplyPlusProduct(S, vSquared, curve.A); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_60 = V_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_61 = V_10; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_62 = V_12; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_63 = V_0; NullCheck(L_63); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_64; L_64 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_63); NullCheck(L_60); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_65; L_65 = VirtualFuncInvoker3< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_60, L_61, L_62, L_64); V_14 = L_65; // ECFieldElement X3 = V.Multiply(h); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_66 = V_11; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_67 = V_14; NullCheck(L_66); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_68; L_68 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_66, L_67); V_15 = L_68; // ECFieldElement Y3 = X1Sq.Square().MultiplyPlusProduct(V, h, sv); NullCheck(L_51); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_69; L_69 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_51); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_70 = V_11; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_71 = V_14; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_72 = V_13; NullCheck(L_69); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_73; L_73 = VirtualFuncInvoker3< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_69, L_70, L_71, L_72); V_16 = L_73; // ECFieldElement Z3 = V.Multiply(vSquared); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_74 = V_11; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_75 = V_12; NullCheck(L_74); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_76; L_76 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_74, L_75); V_17 = L_76; // return new F2mPoint(curve, X3, Y3, new ECFieldElement[] { Z3 }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_77 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_78 = V_15; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_79 = V_16; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_80 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_81 = L_80; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_82 = V_17; NullCheck(L_81); ArrayElementTypeCheck (L_81, L_82); (L_81)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_82); bool L_83; L_83 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * L_84 = (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F *)il2cpp_codegen_object_new(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); F2mPoint__ctor_m53137F72B84CB10FA72233547AECF3913930E0E5(L_84, L_77, L_78, L_79, L_81, L_83, /*hidden argument*/NULL); return L_84; } IL_0147: { // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_85; L_85 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_18 = L_85; // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_86; L_86 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_86); int32_t L_87 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_88 = (L_86)->GetAt(static_cast(L_87)); V_19 = L_88; // bool Z1IsOne = Z1.IsOne; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_89 = V_19; NullCheck(L_89); bool L_90; L_90 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_89); V_20 = L_90; // ECFieldElement L1Z1 = Z1IsOne ? L1 : L1.Multiply(Z1); bool L_91 = V_20; if (L_91) { goto IL_0171; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_92 = V_18; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_93 = V_19; NullCheck(L_92); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_94; L_94 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_92, L_93); G_B19_0 = L_94; goto IL_0173; } IL_0171: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_95 = V_18; G_B19_0 = L_95; } IL_0173: { V_21 = G_B19_0; // ECFieldElement Z1Sq = Z1IsOne ? Z1 : Z1.Square(); bool L_96 = V_20; if (L_96) { goto IL_0182; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_97 = V_19; NullCheck(L_97); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_98; L_98 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_97); G_B22_0 = L_98; goto IL_0184; } IL_0182: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_99 = V_19; G_B22_0 = L_99; } IL_0184: { V_22 = G_B22_0; // ECFieldElement a = curve.A; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_100 = V_0; NullCheck(L_100); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_101; L_101 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_100); V_23 = L_101; // ECFieldElement aZ1Sq = Z1IsOne ? a : a.Multiply(Z1Sq); bool L_102 = V_20; if (L_102) { goto IL_019d; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_103 = V_23; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_104 = V_22; NullCheck(L_103); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_105; L_105 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_103, L_104); G_B25_0 = L_105; goto IL_019f; } IL_019d: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_106 = V_23; G_B25_0 = L_106; } IL_019f: { V_24 = G_B25_0; // ECFieldElement T = L1.Square().Add(L1Z1).Add(aZ1Sq); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_107 = V_18; NullCheck(L_107); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_108; L_108 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_107); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_109 = V_21; NullCheck(L_108); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_110; L_110 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_108, L_109); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_111 = V_24; NullCheck(L_110); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_112; L_112 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_110, L_111); V_25 = L_112; // if (T.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_113 = V_25; NullCheck(L_113); bool L_114; L_114 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_113); if (!L_114) { goto IL_01db; } } { // return new F2mPoint(curve, T, curve.B.Sqrt(), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_115 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_116 = V_25; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_117 = V_0; NullCheck(L_117); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_118; L_118 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_117); NullCheck(L_118); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_119; L_119 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Sqrt() */, L_118); bool L_120; L_120 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * L_121 = (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F *)il2cpp_codegen_object_new(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); F2mPoint__ctor_m65E1C02566C4EE502A10DB026B3645432C905168(L_121, L_115, L_116, L_119, L_120, /*hidden argument*/NULL); return L_121; } IL_01db: { // ECFieldElement X3 = T.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_122 = V_25; NullCheck(L_122); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_123; L_123 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_122); V_26 = L_123; // ECFieldElement Z3 = Z1IsOne ? T : T.Multiply(Z1Sq); bool L_124 = V_20; if (L_124) { goto IL_01f3; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_125 = V_25; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_126 = V_22; NullCheck(L_125); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_127; L_127 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_125, L_126); G_B30_0 = L_127; goto IL_01f5; } IL_01f3: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_128 = V_25; G_B30_0 = L_128; } IL_01f5: { V_27 = G_B30_0; // ECFieldElement b = curve.B; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_129 = V_0; NullCheck(L_129); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_130; L_130 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_129); V_28 = L_130; // if (b.BitLength < (curve.FieldSize >> 1)) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_131 = V_28; NullCheck(L_131); int32_t L_132; L_132 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_BitLength() */, L_131); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_133 = V_0; NullCheck(L_133); int32_t L_134; L_134 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_FieldSize() */, L_133); if ((((int32_t)L_132) >= ((int32_t)((int32_t)((int32_t)L_134>>(int32_t)1))))) { goto IL_02ae; } } { // ECFieldElement t1 = L1.Add(X1).Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_135 = V_18; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_136 = V_1; NullCheck(L_135); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_137; L_137 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_135, L_136); NullCheck(L_137); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_138; L_138 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_137); V_30 = L_138; // if (b.IsOne) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_139 = V_28; NullCheck(L_139); bool L_140; L_140 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_139); if (!L_140) { goto IL_023d; } } { // t2 = aZ1Sq.Add(Z1Sq).Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_141 = V_24; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_142 = V_22; NullCheck(L_141); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_143; L_143 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_141, L_142); NullCheck(L_143); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_144; L_144 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_143); V_31 = L_144; // } goto IL_024f; } IL_023d: { // t2 = aZ1Sq.SquarePlusProduct(b, Z1Sq.Square()); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_145 = V_24; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_146 = V_28; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_147 = V_22; NullCheck(L_147); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_148; L_148 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_147); NullCheck(L_145); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_149; L_149 = VirtualFuncInvoker2< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_145, L_146, L_148); V_31 = L_149; } IL_024f: { // L3 = t1.Add(T).Add(Z1Sq).Multiply(t1).Add(t2).Add(X3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_150 = V_30; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_151 = V_25; NullCheck(L_150); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_152; L_152 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_150, L_151); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_153 = V_22; NullCheck(L_152); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_154; L_154 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_152, L_153); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_155 = V_30; NullCheck(L_154); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_156; L_156 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_154, L_155); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_157 = V_31; NullCheck(L_156); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_158; L_158 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_156, L_157); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_159 = V_26; NullCheck(L_158); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_160; L_160 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_158, L_159); V_29 = L_160; // if (a.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_161 = V_23; NullCheck(L_161); bool L_162; L_162 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_161); if (!L_162) { goto IL_028c; } } { // L3 = L3.Add(Z3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_163 = V_29; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_164 = V_27; NullCheck(L_163); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_165; L_165 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_163, L_164); V_29 = L_165; // } goto IL_02d6; } IL_028c: { // else if (!a.IsOne) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_166 = V_23; NullCheck(L_166); bool L_167; L_167 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_166); if (L_167) { goto IL_02d6; } } { // L3 = L3.Add(a.AddOne().Multiply(Z3)); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_168 = V_29; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_169 = V_23; NullCheck(L_169); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_170; L_170 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::AddOne() */, L_169); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_171 = V_27; NullCheck(L_170); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_172; L_172 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_170, L_171); NullCheck(L_168); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_173; L_173 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_168, L_172); V_29 = L_173; // } goto IL_02d6; } IL_02ae: { // ECFieldElement X1Z1 = Z1IsOne ? X1 : X1.Multiply(Z1); bool L_174 = V_20; if (L_174) { goto IL_02bc; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_175 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_176 = V_19; NullCheck(L_175); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_177; L_177 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_175, L_176); G_B41_0 = L_177; goto IL_02bd; } IL_02bc: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_178 = V_1; G_B41_0 = L_178; } IL_02bd: { // L3 = X1Z1.SquarePlusProduct(T, L1Z1).Add(X3).Add(Z3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_179 = V_25; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_180 = V_21; NullCheck(G_B41_0); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_181; L_181 = VirtualFuncInvoker2< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, G_B41_0, L_179, L_180); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_182 = V_26; NullCheck(L_181); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_183; L_183 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_181, L_182); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_184 = V_27; NullCheck(L_183); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_185; L_185 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_183, L_184); V_29 = L_185; } IL_02d6: { // return new F2mPoint(curve, X3, L3, new ECFieldElement[] { Z3 }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_186 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_187 = V_26; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_188 = V_29; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_189 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_190 = L_189; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_191 = V_27; NullCheck(L_190); ArrayElementTypeCheck (L_190, L_191); (L_190)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_191); bool L_192; L_192 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * L_193 = (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F *)il2cpp_codegen_object_new(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); F2mPoint__ctor_m53137F72B84CB10FA72233547AECF3913930E0E5(L_193, L_186, L_187, L_188, L_190, L_192, /*hidden argument*/NULL); return L_193; } IL_02f2: { // throw new InvalidOperationException("unsupported coordinate system"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_194 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_194, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88FDE4E981039D470D95B3A195A7183361D9E468)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_194, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&F2mPoint_Twice_m24B819D4C5C3BF46A94C253A6DC63254A3214847_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mPoint::TwicePlus(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * F2mPoint_TwicePlus_mECF1087F8A9F1744A78028C580816898C8A5C4E4 (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_4 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_6 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_7 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_8 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_9 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_10 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_11 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_12 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_13 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_14 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_15 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_16 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_17 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___b0; return L_1; } IL_000a: { // if (b.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = ___b0; NullCheck(L_2); bool L_3; L_3 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0019; } } { // return Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4; L_4 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_4; } IL_0019: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5; L_5 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_5; // ECFieldElement X1 = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6; L_6 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_1 = L_6; // if (X1.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7 = V_1; NullCheck(L_7); bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_7); if (!L_8) { goto IL_0031; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_9 = ___b0; return L_9; } IL_0031: { // int coord = curve.CoordinateSystem; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10 = V_0; NullCheck(L_10); int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_CoordinateSystem() */, L_10); if ((!(((uint32_t)L_11) == ((uint32_t)6)))) { goto IL_01a8; } } { // ECFieldElement X2 = b.RawXCoord, Z2 = b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_12 = ___b0; NullCheck(L_12); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_13; L_13 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_12, /*hidden argument*/NULL); V_2 = L_13; // ECFieldElement X2 = b.RawXCoord, Z2 = b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_14 = ___b0; NullCheck(L_14); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_15; L_15 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(L_14, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17 = (L_15)->GetAt(static_cast(L_16)); V_3 = L_17; // if (X2.IsZero || !Z2.IsOne) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_18 = V_2; NullCheck(L_18); bool L_19; L_19 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_18); if (L_19) { goto IL_005d; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_20 = V_3; NullCheck(L_20); bool L_21; L_21 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_20); if (L_21) { goto IL_006a; } } IL_005d: { // return Twice().Add(b); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_22; L_22 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_23 = ___b0; NullCheck(L_22); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_24; L_24 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_22, L_23); return L_24; } IL_006a: { // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_25; L_25 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_26; L_26 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_26); int32_t L_27 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_28 = (L_26)->GetAt(static_cast(L_27)); V_4 = L_28; // ECFieldElement L2 = b.RawYCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_29 = ___b0; NullCheck(L_29); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_30; L_30 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_29, /*hidden argument*/NULL); V_5 = L_30; // ECFieldElement X1Sq = X1.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_31 = V_1; NullCheck(L_31); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_32; L_32 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_31); V_6 = L_32; // ECFieldElement L1Sq = L1.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_33 = L_25; NullCheck(L_33); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_34; L_34 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_33); V_7 = L_34; // ECFieldElement Z1Sq = Z1.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_35 = V_4; NullCheck(L_35); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_36; L_36 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_35); V_8 = L_36; // ECFieldElement L1Z1 = L1.Multiply(Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_37 = V_4; NullCheck(L_33); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_38; L_38 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_33, L_37); V_9 = L_38; // ECFieldElement T = curve.A.Multiply(Z1Sq).Add(L1Sq).Add(L1Z1); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_39 = V_0; NullCheck(L_39); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_40; L_40 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_39); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_41 = V_8; NullCheck(L_40); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_42; L_42 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_40, L_41); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_43 = V_7; NullCheck(L_42); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_44; L_44 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_42, L_43); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_45 = V_9; NullCheck(L_44); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_46; L_46 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_44, L_45); V_10 = L_46; // ECFieldElement L2plus1 = L2.AddOne(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_47 = V_5; NullCheck(L_47); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_48; L_48 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::AddOne() */, L_47); V_11 = L_48; // ECFieldElement A = curve.A.Add(L2plus1).Multiply(Z1Sq).Add(L1Sq).MultiplyPlusProduct(T, X1Sq, Z1Sq); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_49 = V_0; NullCheck(L_49); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_50; L_50 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_49); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_51 = V_11; NullCheck(L_50); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_52; L_52 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_50, L_51); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_53 = V_8; NullCheck(L_52); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_54; L_54 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_52, L_53); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_55 = V_7; NullCheck(L_54); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_56; L_56 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_54, L_55); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_57 = V_10; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_58 = V_6; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_59 = V_8; NullCheck(L_56); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_60; L_60 = VirtualFuncInvoker3< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_56, L_57, L_58, L_59); V_12 = L_60; // ECFieldElement X2Z1Sq = X2.Multiply(Z1Sq); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_61 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_62 = V_8; NullCheck(L_61); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_63; L_63 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_61, L_62); V_13 = L_63; // ECFieldElement B = X2Z1Sq.Add(T).Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_64 = V_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_65 = V_10; NullCheck(L_64); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_66; L_66 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_64, L_65); NullCheck(L_66); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_67; L_67 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_66); V_14 = L_67; // if (B.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_68 = V_14; NullCheck(L_68); bool L_69; L_69 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_68); if (!L_69) { goto IL_012c; } } { // if (A.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_70 = V_12; NullCheck(L_70); bool L_71; L_71 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_70); if (!L_71) { goto IL_0125; } } { // return b.Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_72 = ___b0; NullCheck(L_72); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_73; L_73 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, L_72); return L_73; } IL_0125: { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_74 = V_0; NullCheck(L_74); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_75; L_75 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_74); return L_75; } IL_012c: { // if (A.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_76 = V_12; NullCheck(L_76); bool L_77; L_77 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_76); if (!L_77) { goto IL_014f; } } { // return new F2mPoint(curve, A, curve.B.Sqrt(), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_78 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_79 = V_12; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_80 = V_0; NullCheck(L_80); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_81; L_81 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_80); NullCheck(L_81); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_82; L_82 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Sqrt() */, L_81); bool L_83; L_83 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * L_84 = (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F *)il2cpp_codegen_object_new(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); F2mPoint__ctor_m65E1C02566C4EE502A10DB026B3645432C905168(L_84, L_78, L_79, L_82, L_83, /*hidden argument*/NULL); return L_84; } IL_014f: { // ECFieldElement X3 = A.Square().Multiply(X2Z1Sq); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_85 = V_12; NullCheck(L_85); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_86; L_86 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_85); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_87 = V_13; NullCheck(L_86); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_88; L_88 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_86, L_87); V_15 = L_88; // ECFieldElement Z3 = A.Multiply(B).Multiply(Z1Sq); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_89 = V_12; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_90 = V_14; NullCheck(L_89); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_91; L_91 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_89, L_90); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_92 = V_8; NullCheck(L_91); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_93; L_93 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_91, L_92); V_16 = L_93; // ECFieldElement L3 = A.Add(B).Square().MultiplyPlusProduct(T, L2plus1, Z3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_94 = V_12; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_95 = V_14; NullCheck(L_94); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_96; L_96 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_94, L_95); NullCheck(L_96); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_97; L_97 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_96); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_98 = V_10; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_99 = V_11; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_100 = V_16; NullCheck(L_97); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_101; L_101 = VirtualFuncInvoker3< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_97, L_98, L_99, L_100); V_17 = L_101; // return new F2mPoint(curve, X3, L3, new ECFieldElement[] { Z3 }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_102 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_103 = V_15; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_104 = V_17; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_105 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_106 = L_105; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_107 = V_16; NullCheck(L_106); ArrayElementTypeCheck (L_106, L_107); (L_106)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_107); bool L_108; L_108 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * L_109 = (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F *)il2cpp_codegen_object_new(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); F2mPoint__ctor_m53137F72B84CB10FA72233547AECF3913930E0E5(L_109, L_102, L_103, L_104, L_106, L_108, /*hidden argument*/NULL); return L_109; } IL_01a8: { // return Twice().Add(b); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_110; L_110 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_111 = ___b0; NullCheck(L_110); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_112; L_112 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_110, L_111); return L_112; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mPoint::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * F2mPoint_Negate_mB6635859B4F15E344E25C45CE4D3C15D56E8BE4D (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; int32_t V_2 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_4 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_6 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_7 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_8 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // ECFieldElement X = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_0 = L_1; // if (X.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_2); if (!L_3) { goto IL_001b; } } { // return this; return __this; } IL_001b: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_4; L_4 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_1 = L_4; // int coord = curve.CoordinateSystem; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = V_1; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_CoordinateSystem() */, L_5); V_2 = L_6; int32_t L_7 = V_2; switch (L_7) { case 0: { goto IL_0050; } case 1: { goto IL_006c; } case 2: { goto IL_00f0; } case 3: { goto IL_00f0; } case 4: { goto IL_00f0; } case 5: { goto IL_009f; } case 6: { goto IL_00bc; } } } { goto IL_00f0; } IL_0050: { // ECFieldElement Y = this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_3 = L_8; // return new F2mPoint(curve, X, Y.Add(X), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_9 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11 = V_3; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12 = V_0; NullCheck(L_11); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_13; L_13 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_11, L_12); bool L_14; L_14 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * L_15 = (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F *)il2cpp_codegen_object_new(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); F2mPoint__ctor_m65E1C02566C4EE502A10DB026B3645432C905168(L_15, L_9, L_10, L_13, L_14, /*hidden argument*/NULL); return L_15; } IL_006c: { // ECFieldElement Y = this.RawYCoord, Z = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16; L_16 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_4 = L_16; // ECFieldElement Y = this.RawYCoord, Z = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_17; L_17 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_17); int32_t L_18 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = (L_17)->GetAt(static_cast(L_18)); V_5 = L_19; // return new F2mPoint(curve, X, Y.Add(X), new ECFieldElement[] { Z }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_20 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_21 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_22 = V_4; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_23 = V_0; NullCheck(L_22); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_24; L_24 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_22, L_23); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_25 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_26 = L_25; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_27 = V_5; NullCheck(L_26); ArrayElementTypeCheck (L_26, L_27); (L_26)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_27); bool L_28; L_28 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * L_29 = (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F *)il2cpp_codegen_object_new(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); F2mPoint__ctor_m53137F72B84CB10FA72233547AECF3913930E0E5(L_29, L_20, L_21, L_24, L_26, L_28, /*hidden argument*/NULL); return L_29; } IL_009f: { // ECFieldElement L = this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_30; L_30 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_6 = L_30; // return new F2mPoint(curve, X, L.AddOne(), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_31 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_32 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_33 = V_6; NullCheck(L_33); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_34; L_34 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::AddOne() */, L_33); bool L_35; L_35 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * L_36 = (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F *)il2cpp_codegen_object_new(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); F2mPoint__ctor_m65E1C02566C4EE502A10DB026B3645432C905168(L_36, L_31, L_32, L_34, L_35, /*hidden argument*/NULL); return L_36; } IL_00bc: { // ECFieldElement L = this.RawYCoord, Z = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_37; L_37 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_7 = L_37; // ECFieldElement L = this.RawYCoord, Z = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_38; L_38 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_38); int32_t L_39 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_40 = (L_38)->GetAt(static_cast(L_39)); V_8 = L_40; // return new F2mPoint(curve, X, L.Add(Z), new ECFieldElement[] { Z }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_41 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_42 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_43 = V_7; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_44 = V_8; NullCheck(L_43); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_45; L_45 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_43, L_44); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_46 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_47 = L_46; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_48 = V_8; NullCheck(L_47); ArrayElementTypeCheck (L_47, L_48); (L_47)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_48); bool L_49; L_49 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * L_50 = (F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F *)il2cpp_codegen_object_new(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F_il2cpp_TypeInfo_var); F2mPoint__ctor_m53137F72B84CB10FA72233547AECF3913930E0E5(L_50, L_41, L_42, L_45, L_47, L_49, /*hidden argument*/NULL); return L_50; } IL_00f0: { // throw new InvalidOperationException("unsupported coordinate system"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_51 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_51, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88FDE4E981039D470D95B3A195A7183361D9E468)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&F2mPoint_Negate_mB6635859B4F15E344E25C45CE4D3C15D56E8BE4D_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.Utility.FOVKick::Setup(UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FOVKick_Setup_m81A58E005DA8B84808DD83EFFD50ADD4E7439DCB (FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * __this, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera0, const RuntimeMethod* method) { { // CheckStatus(camera); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_0 = ___camera0; FOVKick_CheckStatus_m79FB404B3FA31459D29B576F15C186AB0000DE70(__this, L_0, /*hidden argument*/NULL); // Camera = camera; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_1 = ___camera0; __this->set_Camera_0(L_1); // originalFov = camera.fieldOfView; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_2 = ___camera0; NullCheck(L_2); float L_3; L_3 = Camera_get_fieldOfView_mA9BA910800B2E33B572929CDA9A12CE596353920(L_2, /*hidden argument*/NULL); __this->set_originalFov_1(L_3); // } return; } } // System.Void UnityStandardAssets.Utility.FOVKick::CheckStatus(UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FOVKick_CheckStatus_m79FB404B3FA31459D29B576F15C186AB0000DE70 (FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * __this, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera0, 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 (camera == null) Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_0 = ___camera0; 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_0014; } } { // throw new Exception("FOVKick camera is null, please supply the camera to the constructor"); Exception_t * L_2 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1EA6EEDCE2E77DE061420FA38CA55104CE5A588E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FOVKick_CheckStatus_m79FB404B3FA31459D29B576F15C186AB0000DE70_RuntimeMethod_var))); } IL_0014: { // if (IncreaseCurve == null) AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * L_3 = __this->get_IncreaseCurve_5(); if (L_3) { goto IL_0027; } } { // throw new Exception( // "FOVKick Increase curve is null, please define the curve for the field of view kicks"); Exception_t * L_4 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDED3C895BE054B4A0AD269D921EF3D2FE101EE44)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FOVKick_CheckStatus_m79FB404B3FA31459D29B576F15C186AB0000DE70_RuntimeMethod_var))); } IL_0027: { // } return; } } // System.Void UnityStandardAssets.Utility.FOVKick::ChangeCamera(UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FOVKick_ChangeCamera_m9BE2A7DCE3BEF7CBEB8CE5506C882331B38F256F (FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * __this, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera0, const RuntimeMethod* method) { { // Camera = camera; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_0 = ___camera0; __this->set_Camera_0(L_0); // } return; } } // System.Collections.IEnumerator UnityStandardAssets.Utility.FOVKick::FOVKickUp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FOVKick_FOVKickUp_m35F515049C6AE4E4A29C5A83CD6DE9BCC822ACFF (FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC * L_0 = (U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC *)il2cpp_codegen_object_new(U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC_il2cpp_TypeInfo_var); U3CFOVKickUpU3Ed__9__ctor_m1EF21E9B9DC9018D3B824D6DE00EB1E023012575(L_0, 0, /*hidden argument*/NULL); U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Collections.IEnumerator UnityStandardAssets.Utility.FOVKick::FOVKickDown() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FOVKick_FOVKickDown_mB964A3DD05D1E0337F3462DFF99864E2DD68B55D (FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935 * L_0 = (U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935 *)il2cpp_codegen_object_new(U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935_il2cpp_TypeInfo_var); U3CFOVKickDownU3Ed__10__ctor_mD224B124C39C58E12A97C903679950D1DA896021(L_0, 0, /*hidden argument*/NULL); U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Void UnityStandardAssets.Utility.FOVKick::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FOVKick__ctor_m4F96E75BF9E5BBB1DD95122C4A0E1E6BAF4815C1 (FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * __this, const RuntimeMethod* method) { { // public float FOVIncrease = 3f; // the amount the field of view increases when going into a run __this->set_FOVIncrease_2((3.0f)); // public float TimeToIncrease = 1f; // the amount of time the field of view will increase over __this->set_TimeToIncrease_3((1.0f)); // public float TimeToDecrease = 1f; // the amount of time the field of view will take to return to its original size __this->set_TimeToDecrease_4((1.0f)); 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 UnityStandardAssets.Utility.FPSCounter::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FPSCounter_Start_m6FD80CF9018A6D0D78201E830965399E32F694C5 (FPSCounter_tF2268A22CBACEC039559677EB549E1C0CA9CB094 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_FpsNextPeriod = Time.realtimeSinceStartup + fpsMeasurePeriod; float L_0; L_0 = Time_get_realtimeSinceStartup_m5228CC1C1E57213D4148E965499072EA70D8C02B(/*hidden argument*/NULL); __this->set_m_FpsNextPeriod_6(((float)il2cpp_codegen_add((float)L_0, (float)(0.5f)))); // m_Text = GetComponent(); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_1; L_1 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(__this, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); __this->set_m_Text_9(L_1); // } return; } } // System.Void UnityStandardAssets.Utility.FPSCounter::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FPSCounter_Update_m384CE1DC871CDE082E892B0FD1DEED2FBA73310A (FPSCounter_tF2268A22CBACEC039559677EB549E1C0CA9CB094 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB062586C8903B7ACECD5511FF254C2FC443B4352); s_Il2CppMethodInitialized = true; } { // m_FpsAccumulator++; int32_t L_0 = __this->get_m_FpsAccumulator_5(); __this->set_m_FpsAccumulator_5(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); // if (Time.realtimeSinceStartup > m_FpsNextPeriod) float L_1; L_1 = Time_get_realtimeSinceStartup_m5228CC1C1E57213D4148E965499072EA70D8C02B(/*hidden argument*/NULL); float L_2 = __this->get_m_FpsNextPeriod_6(); if ((!(((float)L_1) > ((float)L_2)))) { goto IL_0068; } } { // m_CurrentFps = (int) (m_FpsAccumulator/fpsMeasurePeriod); int32_t L_3 = __this->get_m_FpsAccumulator_5(); __this->set_m_CurrentFps_7(((int32_t)((int32_t)((float)((float)((float)((float)L_3))/(float)(0.5f)))))); // m_FpsAccumulator = 0; __this->set_m_FpsAccumulator_5(0); // m_FpsNextPeriod += fpsMeasurePeriod; float L_4 = __this->get_m_FpsNextPeriod_6(); __this->set_m_FpsNextPeriod_6(((float)il2cpp_codegen_add((float)L_4, (float)(0.5f)))); // m_Text.text = string.Format(display, m_CurrentFps); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_5 = __this->get_m_Text_9(); int32_t L_6 = __this->get_m_CurrentFps_7(); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_7); String_t* L_9; L_9 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralB062586C8903B7ACECD5511FF254C2FC443B4352, L_8, /*hidden argument*/NULL); NullCheck(L_5); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_5, L_9); } IL_0068: { // } return; } } // System.Void UnityStandardAssets.Utility.FPSCounter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FPSCounter__ctor_mA31248749E691ED7B04A6818FF2177EB00EBA9A5 (FPSCounter_tF2268A22CBACEC039559677EB549E1C0CA9CB094 * __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 FPSTester::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FPSTester_Awake_m091D566AF6852E4025D7CB0A943DE6A7F008D063 (FPSTester_t1377BC62F837A3B24174D7AC48AD13874B48C56F * __this, const RuntimeMethod* method) { { // Application.targetFrameRate=-1; Application_set_targetFrameRate_m0F44C8D07060E17D9D44D176888D14DBABE0CBFC((-1), /*hidden argument*/NULL); // } return; } } // System.Void FPSTester::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FPSTester_Start_m5700722ECD3950AE52BCBC6DA4C5122AD9D12606 (FPSTester_t1377BC62F837A3B24174D7AC48AD13874B48C56F * __this, const RuntimeMethod* method) { { // m_LastUpdateShowTime=Time.realtimeSinceStartup; float L_0; L_0 = Time_get_realtimeSinceStartup_m5228CC1C1E57213D4148E965499072EA70D8C02B(/*hidden argument*/NULL); __this->set_m_LastUpdateShowTime_4(L_0); // } return; } } // System.Void FPSTester::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FPSTester_Update_m11777FA3CFC02EF0D24A505E3E370F2FDEA862A6 (FPSTester_t1377BC62F837A3B24174D7AC48AD13874B48C56F * __this, const RuntimeMethod* method) { { // m_FrameUpdate++; int32_t L_0 = __this->get_m_FrameUpdate_6(); __this->set_m_FrameUpdate_6(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); // if(Time.realtimeSinceStartup-m_LastUpdateShowTime>=m_UpdateShowDeltaTime) float L_1; L_1 = Time_get_realtimeSinceStartup_m5228CC1C1E57213D4148E965499072EA70D8C02B(/*hidden argument*/NULL); float L_2 = __this->get_m_LastUpdateShowTime_4(); float L_3 = __this->get_m_UpdateShowDeltaTime_5(); if ((!(((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2))) >= ((float)L_3)))) { goto IL_004e; } } { // m_FPS=m_FrameUpdate/(Time.realtimeSinceStartup-m_LastUpdateShowTime); int32_t L_4 = __this->get_m_FrameUpdate_6(); float L_5; L_5 = Time_get_realtimeSinceStartup_m5228CC1C1E57213D4148E965499072EA70D8C02B(/*hidden argument*/NULL); float L_6 = __this->get_m_LastUpdateShowTime_4(); __this->set_m_FPS_7(((float)((float)((float)((float)L_4))/(float)((float)il2cpp_codegen_subtract((float)L_5, (float)L_6))))); // m_FrameUpdate=0; __this->set_m_FrameUpdate_6(0); // m_LastUpdateShowTime=Time.realtimeSinceStartup; float L_7; L_7 = Time_get_realtimeSinceStartup_m5228CC1C1E57213D4148E965499072EA70D8C02B(/*hidden argument*/NULL); __this->set_m_LastUpdateShowTime_4(L_7); } IL_004e: { // } return; } } // System.Void FPSTester::OnGUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FPSTester_OnGUI_m51042C7FBE204BD34C3F051AE25F30064AF3E943 (FPSTester_t1377BC62F837A3B24174D7AC48AD13874B48C56F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB0BB5D4FA59FF963FDE2494755AB4182D0F8AA2); s_Il2CppMethodInitialized = true; } GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * V_0 = NULL; { // GUIStyle labelFont = new GUIStyle(); GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * L_0 = (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 *)il2cpp_codegen_object_new(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_il2cpp_TypeInfo_var); GUIStyle__ctor_mDA0E00D0017FC0B2FC333C5DD6E1EDBAE3BCB8E3(L_0, /*hidden argument*/NULL); V_0 = L_0; // labelFont.normal.textColor = new Color(1, 0.6f, 0.6f); GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * L_1 = V_0; NullCheck(L_1); GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * L_2; L_2 = GUIStyle_get_normal_mAD82F2E3C188C5B112B82807398D61B9998E9CDE(L_1, /*hidden argument*/NULL); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_3; memset((&L_3), 0, sizeof(L_3)); Color__ctor_m9FEDC8486B9D40C01BF10FDC821F5E76C8705494((&L_3), (1.0f), (0.600000024f), (0.600000024f), /*hidden argument*/NULL); NullCheck(L_2); GUIStyleState_set_textColor_mB4B61B9CAC1D6B4694471A2BB1191B5F0D5D764A(L_2, L_3, /*hidden argument*/NULL); // labelFont.fontSize = Mathf.CeilToInt(Screen.height * 0.05f); GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * L_4 = V_0; int32_t L_5; L_5 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); int32_t L_6; L_6 = Mathf_CeilToInt_m3A3E7C0F6A3CF731411BB90F264F989D8311CC6F(((float)il2cpp_codegen_multiply((float)((float)((float)L_5)), (float)(0.0500000007f))), /*hidden argument*/NULL); NullCheck(L_4); GUIStyle_set_fontSize_mFA02B9950E09F880976FD2FF646FB8AAEED1C5C6(L_4, L_6, /*hidden argument*/NULL); // GUI.Label(new Rect(Screen.width/100,Screen.height/100,100,100),"FPS: "+m_FPS, labelFont); int32_t L_7; L_7 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_8; L_8 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_9; memset((&L_9), 0, sizeof(L_9)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_9), ((float)((float)((int32_t)((int32_t)L_7/(int32_t)((int32_t)100))))), ((float)((float)((int32_t)((int32_t)L_8/(int32_t)((int32_t)100))))), (100.0f), (100.0f), /*hidden argument*/NULL); float* L_10 = __this->get_address_of_m_FPS_7(); String_t* L_11; L_11 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_10, /*hidden argument*/NULL); String_t* L_12; L_12 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralEB0BB5D4FA59FF963FDE2494755AB4182D0F8AA2, L_11, /*hidden argument*/NULL); GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); GUI_Label_mE97FBC73519323E93EFF86E1F1C96E7F4B612850(L_9, L_12, L_13, /*hidden argument*/NULL); // } return; } } // System.Void FPSTester::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FPSTester__ctor_m039426C238C5082762CE09E1095FF9C1F8F4FEB7 (FPSTester_t1377BC62F837A3B24174D7AC48AD13874B48C56F * __this, const RuntimeMethod* method) { { // private float m_UpdateShowDeltaTime=1f;//?????????; __this->set_m_UpdateShowDeltaTime_5((1.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.SignalR.MessageTypes BestHTTP.SignalR.Messages.FailureMessage::BestHTTP.SignalR.Messages.IServerMessage.get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FailureMessage_BestHTTP_SignalR_Messages_IServerMessage_get_Type_m1CE83484F1E24B3F9C14037CF63475B4DDA7F314 (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, const RuntimeMethod* method) { { // MessageTypes IServerMessage.Type { get { return MessageTypes.Failure; } } return (int32_t)(4); } } // System.UInt64 BestHTTP.SignalR.Messages.FailureMessage::get_InvocationId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t FailureMessage_get_InvocationId_m89923BDFB0EFCEA2709152CAB3F72594151EC137 (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, const RuntimeMethod* method) { { // public UInt64 InvocationId { get; private set; } uint64_t L_0 = __this->get_U3CInvocationIdU3Ek__BackingField_0(); return L_0; } } // System.Void BestHTTP.SignalR.Messages.FailureMessage::set_InvocationId(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FailureMessage_set_InvocationId_m091A54E1EF3C01242F6D5D9461D05C85786164F0 (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, uint64_t ___value0, const RuntimeMethod* method) { { // public UInt64 InvocationId { get; private set; } uint64_t L_0 = ___value0; __this->set_U3CInvocationIdU3Ek__BackingField_0(L_0); return; } } // System.Boolean BestHTTP.SignalR.Messages.FailureMessage::get_IsHubError() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FailureMessage_get_IsHubError_m275D9611F22CB6896E1F93450DB1D8A8FA0509BF (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, const RuntimeMethod* method) { { // public bool IsHubError { get; private set; } bool L_0 = __this->get_U3CIsHubErrorU3Ek__BackingField_1(); return L_0; } } // System.Void BestHTTP.SignalR.Messages.FailureMessage::set_IsHubError(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FailureMessage_set_IsHubError_mDDA16773299724FDCFA59CDA7EDA6705BC842323 (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsHubError { get; private set; } bool L_0 = ___value0; __this->set_U3CIsHubErrorU3Ek__BackingField_1(L_0); return; } } // System.String BestHTTP.SignalR.Messages.FailureMessage::get_ErrorMessage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FailureMessage_get_ErrorMessage_m696C1BBC6C0A073A98300BD60021D4CC3128F60C (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, const RuntimeMethod* method) { { // public string ErrorMessage { get; private set; } String_t* L_0 = __this->get_U3CErrorMessageU3Ek__BackingField_2(); return L_0; } } // System.Void BestHTTP.SignalR.Messages.FailureMessage::set_ErrorMessage(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FailureMessage_set_ErrorMessage_m18E89D96A4CFC506E7AA358D918BD6083708AB30 (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string ErrorMessage { get; private set; } String_t* L_0 = ___value0; __this->set_U3CErrorMessageU3Ek__BackingField_2(L_0); return; } } // System.Collections.Generic.IDictionary`2 BestHTTP.SignalR.Messages.FailureMessage::get_AdditionalData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FailureMessage_get_AdditionalData_mDA8B578649C0C5A64EEFDADD8E8CF94FAF7040F7 (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, const RuntimeMethod* method) { { // public IDictionary AdditionalData { get; private set; } RuntimeObject* L_0 = __this->get_U3CAdditionalDataU3Ek__BackingField_3(); return L_0; } } // System.Void BestHTTP.SignalR.Messages.FailureMessage::set_AdditionalData(System.Collections.Generic.IDictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FailureMessage_set_AdditionalData_mAA524E3617AFF0FD8FE6B9C3899F473C6FCA8BB5 (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { // public IDictionary AdditionalData { get; private set; } RuntimeObject* L_0 = ___value0; __this->set_U3CAdditionalDataU3Ek__BackingField_3(L_0); return; } } // System.String BestHTTP.SignalR.Messages.FailureMessage::get_StackTrace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FailureMessage_get_StackTrace_m669E82F704B0F2DE862FC49C2B4E31B702AB39DE (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, const RuntimeMethod* method) { { // public string StackTrace { get; private set; } String_t* L_0 = __this->get_U3CStackTraceU3Ek__BackingField_4(); return L_0; } } // System.Void BestHTTP.SignalR.Messages.FailureMessage::set_StackTrace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FailureMessage_set_StackTrace_m7E2FD930BA0B11B62655D94E090352C1FF50F7F6 (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string StackTrace { get; private set; } String_t* L_0 = ___value0; __this->set_U3CStackTraceU3Ek__BackingField_4(L_0); return; } } // System.Collections.Generic.IDictionary`2 BestHTTP.SignalR.Messages.FailureMessage::get_State() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FailureMessage_get_State_mD90A025ED372A155AD04036FE7A6F5318B36FBED (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, const RuntimeMethod* method) { { // public IDictionary State { get; private set; } RuntimeObject* L_0 = __this->get_U3CStateU3Ek__BackingField_5(); return L_0; } } // System.Void BestHTTP.SignalR.Messages.FailureMessage::set_State(System.Collections.Generic.IDictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FailureMessage_set_State_m4365A83CF27E945F61FFA368F6C7F0A6C4C0AAA0 (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { // public IDictionary State { get; private set; } RuntimeObject* L_0 = ___value0; __this->set_U3CStateU3Ek__BackingField_5(L_0); return; } } // System.Void BestHTTP.SignalR.Messages.FailureMessage::BestHTTP.SignalR.Messages.IServerMessage.Parse(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FailureMessage_BestHTTP_SignalR_Messages_IServerMessage_Parse_m39B8571C363FB08CB7A5163A2917D351CCE4C01E (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, RuntimeObject * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_tED3FAE588A6FD3ED0A4589C52122AB8F53D8A3B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral410E5346BCA8EE150FFD507311DD85789F2E171E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral579A50C67ADB00AC3925859C23590322B2D0BE9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CB05FD18E12F98F81A204339D25DD82BC993FDD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B18F301A198B83778B5E546729B0539A0D4E758); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * G_B5_0 = NULL; FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * G_B4_0 = NULL; int32_t G_B6_0 = 0; FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * G_B6_1 = NULL; { // IDictionary dic = data as IDictionary; RuntimeObject * L_0 = ___data0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IDictionary_2_tED3FAE588A6FD3ED0A4589C52122AB8F53D8A3B8_il2cpp_TypeInfo_var)); // InvocationId = UInt64.Parse(dic["I"].ToString()); RuntimeObject* L_1 = V_0; NullCheck(L_1); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject *, String_t* >::Invoke(0 /* !1 System.Collections.Generic.IDictionary`2::get_Item(!0) */, IDictionary_2_tED3FAE588A6FD3ED0A4589C52122AB8F53D8A3B8_il2cpp_TypeInfo_var, L_1, _stringLiteral6CB05FD18E12F98F81A204339D25DD82BC993FDD); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); uint64_t L_4; L_4 = UInt64_Parse_mF4BDC98BB5988FA03D4750E7F44A38766C48ADAD(L_3, /*hidden argument*/NULL); FailureMessage_set_InvocationId_m091A54E1EF3C01242F6D5D9461D05C85786164F0_inline(__this, L_4, /*hidden argument*/NULL); // if (dic.TryGetValue("E", out value)) RuntimeObject* L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = InterfaceFuncInvoker2< bool, String_t*, RuntimeObject ** >::Invoke(7 /* System.Boolean System.Collections.Generic.IDictionary`2::TryGetValue(!0,!1&) */, IDictionary_2_tED3FAE588A6FD3ED0A4589C52122AB8F53D8A3B8_il2cpp_TypeInfo_var, L_5, _stringLiteral579A50C67ADB00AC3925859C23590322B2D0BE9D, (RuntimeObject **)(&V_1)); if (!L_6) { goto IL_003d; } } { // ErrorMessage = value.ToString(); RuntimeObject * L_7 = V_1; NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); FailureMessage_set_ErrorMessage_m18E89D96A4CFC506E7AA358D918BD6083708AB30_inline(__this, L_8, /*hidden argument*/NULL); } IL_003d: { // if (dic.TryGetValue("H", out value)) RuntimeObject* L_9 = V_0; NullCheck(L_9); bool L_10; L_10 = InterfaceFuncInvoker2< bool, String_t*, RuntimeObject ** >::Invoke(7 /* System.Boolean System.Collections.Generic.IDictionary`2::TryGetValue(!0,!1&) */, IDictionary_2_tED3FAE588A6FD3ED0A4589C52122AB8F53D8A3B8_il2cpp_TypeInfo_var, L_9, _stringLiteral410E5346BCA8EE150FFD507311DD85789F2E171E, (RuntimeObject **)(&V_1)); if (!L_10) { goto IL_0064; } } { // IsHubError = int.Parse(value.ToString()) == 1 ? true : false; RuntimeObject * L_11 = V_1; NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11); int32_t L_13; L_13 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_12, /*hidden argument*/NULL); G_B4_0 = __this; if ((((int32_t)L_13) == ((int32_t)1))) { G_B5_0 = __this; goto IL_005e; } } { G_B6_0 = 0; G_B6_1 = G_B4_0; goto IL_005f; } IL_005e: { G_B6_0 = 1; G_B6_1 = G_B5_0; } IL_005f: { NullCheck(G_B6_1); FailureMessage_set_IsHubError_mDDA16773299724FDCFA59CDA7EDA6705BC842323_inline(G_B6_1, (bool)G_B6_0, /*hidden argument*/NULL); } IL_0064: { // if (dic.TryGetValue("D", out value)) RuntimeObject* L_14 = V_0; NullCheck(L_14); bool L_15; L_15 = InterfaceFuncInvoker2< bool, String_t*, RuntimeObject ** >::Invoke(7 /* System.Boolean System.Collections.Generic.IDictionary`2::TryGetValue(!0,!1&) */, IDictionary_2_tED3FAE588A6FD3ED0A4589C52122AB8F53D8A3B8_il2cpp_TypeInfo_var, L_14, _stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158, (RuntimeObject **)(&V_1)); if (!L_15) { goto IL_007f; } } { // AdditionalData = value as IDictionary; RuntimeObject * L_16 = V_1; FailureMessage_set_AdditionalData_mAA524E3617AFF0FD8FE6B9C3899F473C6FCA8BB5_inline(__this, ((RuntimeObject*)IsInst((RuntimeObject*)L_16, IDictionary_2_tED3FAE588A6FD3ED0A4589C52122AB8F53D8A3B8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_007f: { // if (dic.TryGetValue("T", out value)) RuntimeObject* L_17 = V_0; NullCheck(L_17); bool L_18; L_18 = InterfaceFuncInvoker2< bool, String_t*, RuntimeObject ** >::Invoke(7 /* System.Boolean System.Collections.Generic.IDictionary`2::TryGetValue(!0,!1&) */, IDictionary_2_tED3FAE588A6FD3ED0A4589C52122AB8F53D8A3B8_il2cpp_TypeInfo_var, L_17, _stringLiteral7B18F301A198B83778B5E546729B0539A0D4E758, (RuntimeObject **)(&V_1)); if (!L_18) { goto IL_009a; } } { // StackTrace = value.ToString(); RuntimeObject * L_19 = V_1; NullCheck(L_19); String_t* L_20; L_20 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_19); FailureMessage_set_StackTrace_m7E2FD930BA0B11B62655D94E090352C1FF50F7F6_inline(__this, L_20, /*hidden argument*/NULL); } IL_009a: { // if (dic.TryGetValue("S", out value)) RuntimeObject* L_21 = V_0; NullCheck(L_21); bool L_22; L_22 = InterfaceFuncInvoker2< bool, String_t*, RuntimeObject ** >::Invoke(7 /* System.Boolean System.Collections.Generic.IDictionary`2::TryGetValue(!0,!1&) */, IDictionary_2_tED3FAE588A6FD3ED0A4589C52122AB8F53D8A3B8_il2cpp_TypeInfo_var, L_21, _stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10, (RuntimeObject **)(&V_1)); if (!L_22) { goto IL_00b5; } } { // State = value as IDictionary; RuntimeObject * L_23 = V_1; FailureMessage_set_State_m4365A83CF27E945F61FFA368F6C7F0A6C4C0AAA0_inline(__this, ((RuntimeObject*)IsInst((RuntimeObject*)L_23, IDictionary_2_tED3FAE588A6FD3ED0A4589C52122AB8F53D8A3B8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_00b5: { // } return; } } // System.Void BestHTTP.SignalR.Messages.FailureMessage::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FailureMessage__ctor_m6AD1E5DD6EA6A6F46541B212D5745E5686FBDEC3 (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.FileConnection::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileConnection__ctor_m0DC30A10F6505974C622DBF225D366B5F08EB633 (FileConnection_tA6431B122AA31FBDD3050A1D909840045D1B0BAA * __this, String_t* ___serverAddress0, const RuntimeMethod* method) { { // :base(serverAddress) String_t* L_0 = ___serverAddress0; ConnectionBase__ctor_m9A79113A8DBCEEC7F899BF26FCE9B1F684C85F39(__this, L_0, /*hidden argument*/NULL); // { } return; } } // System.Void BestHTTP.FileConnection::Abort(BestHTTP.HTTPConnectionStates) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileConnection_Abort_m07622A941E132381F4CA69FCF6156CB18875EB79 (FileConnection_tA6431B122AA31FBDD3050A1D909840045D1B0BAA * __this, int32_t ___newState0, const RuntimeMethod* method) { { // State = newState; int32_t L_0 = ___newState0; ConnectionBase_set_State_m5B221CF3A4563ABCB163FE5B1EC9A4FFA2D745A6_inline(__this, L_0, /*hidden argument*/NULL); // switch (State) int32_t L_1; L_1 = ConnectionBase_get_State_m622F93DB6DF6845C5025622F383FB3B59A7FB164_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)8)))) { goto IL_001b; } } { // case HTTPConnectionStates.TimedOut: TimedOutStart = DateTime.UtcNow; break; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); ConnectionBase_set_TimedOutStart_m763485949BAF9B456D79B83A1884AE4C9B602500_inline(__this, L_2, /*hidden argument*/NULL); } IL_001b: { // throw new NotImplementedException(); NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_3 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileConnection_Abort_m07622A941E132381F4CA69FCF6156CB18875EB79_RuntimeMethod_var))); } } // System.Void BestHTTP.FileConnection::ThreadFunc(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileConnection_ThreadFunc_mC9BA4860371D767446FAF52A8CA5EBF0E8C2353D (FileConnection_tA6431B122AA31FBDD3050A1D909840045D1B0BAA * __this, RuntimeObject * ___param0, 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*)&HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IIOService_tF7DA01C1F131FD1C1649DAA43FA8E1DB006B8586_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4133EC0E83E4C69B6C0094B47BFD1408F0C8D4C5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6368F0E7D93228A17418B2196B50D031204143E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC69F134FCE6BE548F26C7BE156FB702439F11B5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA39020C836CD42D19EDADD1004BFFEC38C8BA33); s_Il2CppMethodInitialized = true; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_0 = NULL; StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * V_1 = NULL; int64_t V_2 = 0; Exception_t * V_3 = NULL; int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) try {// begin try (depth: 2) { // using (System.IO.Stream fs = HTTPManager.IOService.CreateFileStream(this.CurrentRequest.CurrentUri.LocalPath, FileStreamModes.Open)) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))->get_IOService_20(); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_1; L_1 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2; L_2 = HTTPRequest_get_CurrentUri_mF08CB7FC8F25CCCC9128FFE014B19E17B74D8264(L_1, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3; L_3 = Uri_get_LocalPath_mED5287A7F9ADF1CCBAFD77221135A37C133F067E(L_2, /*hidden argument*/NULL); NullCheck(L_0); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4; L_4 = InterfaceFuncInvoker2< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, String_t*, int32_t >::Invoke(5 /* System.IO.Stream BestHTTP.PlatformSupport.FileSystem.IIOService::CreateFileStream(System.String,BestHTTP.PlatformSupport.FileSystem.FileStreamModes) */, IIOService_tF7DA01C1F131FD1C1649DAA43FA8E1DB006B8586_il2cpp_TypeInfo_var, L_0, L_3, 1); V_0 = L_4; } IL_001c: try {// begin try (depth: 3) { // using (StreamList stream = new StreamList(new System.IO.MemoryStream(), fs)) StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_5 = (StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079*)(StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079*)SZArrayNew(StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079_il2cpp_TypeInfo_var, (uint32_t)2); StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_6 = L_5; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_7 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_7, /*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(0), (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_7); StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_8 = L_6; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_9); StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * L_10 = (StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 *)il2cpp_codegen_object_new(StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5_il2cpp_TypeInfo_var); StreamList__ctor_mDD212CDFB5AE62FCEEA4BFE85A25C34BC9C30597(L_10, L_8, /*hidden argument*/NULL); V_1 = L_10; } IL_0034: try {// begin try (depth: 4) { // stream.Write("HTTP/1.1 200 Ok\r\n"); StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * L_11 = V_1; NullCheck(L_11); StreamList_Write_mCA0C138146CC8A920E3970F1897CFCF16DB81F40(L_11, _stringLiteralFA39020C836CD42D19EDADD1004BFFEC38C8BA33, /*hidden argument*/NULL); // stream.Write("Content-Type: application/octet-stream\r\n"); StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * L_12 = V_1; NullCheck(L_12); StreamList_Write_mCA0C138146CC8A920E3970F1897CFCF16DB81F40(L_12, _stringLiteralCC69F134FCE6BE548F26C7BE156FB702439F11B5, /*hidden argument*/NULL); // stream.Write("Content-Length: " + fs.Length.ToString() + "\r\n"); StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * L_13 = V_1; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = V_0; NullCheck(L_14); int64_t L_15; L_15 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_14); V_2 = L_15; String_t* L_16; L_16 = Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F((int64_t*)(&V_2), /*hidden argument*/NULL); String_t* L_17; L_17 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteralA6368F0E7D93228A17418B2196B50D031204143E, L_16, _stringLiteral4133EC0E83E4C69B6C0094B47BFD1408F0C8D4C5, /*hidden argument*/NULL); NullCheck(L_13); StreamList_Write_mCA0C138146CC8A920E3970F1897CFCF16DB81F40(L_13, L_17, /*hidden argument*/NULL); // stream.Write("\r\n"); StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * L_18 = V_1; NullCheck(L_18); StreamList_Write_mCA0C138146CC8A920E3970F1897CFCF16DB81F40(L_18, _stringLiteral4133EC0E83E4C69B6C0094B47BFD1408F0C8D4C5, /*hidden argument*/NULL); // stream.Seek(0, System.IO.SeekOrigin.Begin); StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * L_19 = V_1; NullCheck(L_19); int64_t L_20; L_20 = VirtualFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(28 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_19, ((int64_t)((int64_t)0)), 0); // base.CurrentRequest.Response = new HTTPResponse(base.CurrentRequest, stream, base.CurrentRequest.UseStreaming, false); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_21; L_21 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_22; L_22 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * L_23 = V_1; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_24; L_24 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_24); bool L_25; L_25 = HTTPRequest_get_UseStreaming_m85DCE89D5F354C9220188675669714BBC3A89053_inline(L_24, /*hidden argument*/NULL); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_26 = (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)il2cpp_codegen_object_new(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD_il2cpp_TypeInfo_var); HTTPResponse__ctor_mEE080B7F104F05A1D099B6D51804077185591D16(L_26, L_22, L_23, L_25, (bool)0, /*hidden argument*/NULL); NullCheck(L_21); HTTPRequest_set_Response_mB4466BAA1F8D09D4828DD49FB3DBEC2E514367E3_inline(L_21, L_26, /*hidden argument*/NULL); // if (!CurrentRequest.Response.Receive()) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_27; L_27 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_27); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_28; L_28 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_27, /*hidden argument*/NULL); NullCheck(L_28); bool L_29; L_29 = VirtualFuncInvoker2< bool, int32_t, bool >::Invoke(5 /* System.Boolean BestHTTP.HTTPResponse::Receive(System.Int32,System.Boolean) */, L_28, (-1), (bool)1); if (L_29) { goto IL_00c5; } } IL_00b9: { // CurrentRequest.Response = null; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_30; L_30 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_30); HTTPRequest_set_Response_mB4466BAA1F8D09D4828DD49FB3DBEC2E514367E3_inline(L_30, (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)NULL, /*hidden argument*/NULL); } IL_00c5: { // } IL2CPP_LEAVE(0xD1, FINALLY_00c7); } }// end try (depth: 4) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c7; } FINALLY_00c7: {// begin finally (depth: 4) { StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * L_31 = V_1; if (!L_31) { goto IL_00d0; } } IL_00ca: { StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * L_32 = V_1; NullCheck(L_32); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_32); } IL_00d0: { IL2CPP_END_FINALLY(199) } }// end finally (depth: 4) IL2CPP_CLEANUP(199) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD1, IL_00d1) } IL_00d1: { IL2CPP_LEAVE(0xDD, FINALLY_00d3); } }// end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d3; } FINALLY_00d3: {// begin finally (depth: 3) { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_33 = V_0; if (!L_33) { goto IL_00dc; } } IL_00d6: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_34 = V_0; NullCheck(L_34); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_34); } IL_00dc: { IL2CPP_END_FINALLY(211) } }// end finally (depth: 3) IL2CPP_CLEANUP(211) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xDD, IL_00dd) } IL_00dd: { // } IL2CPP_LEAVE(0x17F, FINALLY_0141); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00e2; } throw e; } CATCH_00e2: {// begin catch(System.Exception) { // catch(Exception ex) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // if (CurrentRequest != null) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_35; L_35 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); if (!L_35) { goto IL_013f; } } IL_00eb: { // CurrentRequest.Response = null; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_36; L_36 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_36); HTTPRequest_set_Response_mB4466BAA1F8D09D4828DD49FB3DBEC2E514367E3_inline(L_36, (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)NULL, /*hidden argument*/NULL); // switch (State) int32_t L_37; L_37 = ConnectionBase_get_State_m622F93DB6DF6845C5025622F383FB3B59A7FB164_inline(__this, /*hidden argument*/NULL); V_4 = L_37; int32_t L_38 = V_4; if ((((int32_t)L_38) == ((int32_t)7))) { goto IL_010b; } } IL_0104: { int32_t L_39 = V_4; if ((((int32_t)L_39) == ((int32_t)8))) { goto IL_0119; } } IL_0109: { goto IL_0127; } IL_010b: { // CurrentRequest.State = HTTPRequestStates.Aborted; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_40; L_40 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_40); HTTPRequest_set_State_m8B42AABAE06683325CA663653FEB8692EC78B4DA_inline(L_40, 5, /*hidden argument*/NULL); // break; goto IL_013f; } IL_0119: { // CurrentRequest.State = HTTPRequestStates.TimedOut; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_41; L_41 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_41); HTTPRequest_set_State_m8B42AABAE06683325CA663653FEB8692EC78B4DA_inline(L_41, 7, /*hidden argument*/NULL); // break; goto IL_013f; } IL_0127: { // CurrentRequest.Exception = ex; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_42; L_42 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); Exception_t * L_43 = V_3; NullCheck(L_42); HTTPRequest_set_Exception_mA64B041648A30DDA995B04F2137B0A7B2A93EC00_inline(L_42, L_43, /*hidden argument*/NULL); // CurrentRequest.State = HTTPRequestStates.Error; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_44; L_44 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_44); HTTPRequest_set_State_m8B42AABAE06683325CA663653FEB8692EC78B4DA_inline(L_44, 4, /*hidden argument*/NULL); } IL_013f: { // } IL2CPP_POP_ACTIVE_EXCEPTION(); IL2CPP_LEAVE(0x17F, FINALLY_0141); } }// end catch (depth: 2) }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0141; } FINALLY_0141: {// begin finally (depth: 1) { // State = HTTPConnectionStates.Closed; ConnectionBase_set_State_m5B221CF3A4563ABCB163FE5B1EC9A4FFA2D745A6_inline(__this, ((int32_t)9), /*hidden argument*/NULL); // if (CurrentRequest.State == HTTPRequestStates.Processing) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_45; L_45 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_45); int32_t L_46; L_46 = HTTPRequest_get_State_mA2343B8DDC11F4489B724FDC12DD6671C55DA82A_inline(L_45, /*hidden argument*/NULL); if ((!(((uint32_t)L_46) == ((uint32_t)2)))) { goto IL_017e; } } IL_0157: { // if (CurrentRequest.Response != null) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_47; L_47 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_47); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_48; L_48 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_0172; } } IL_0164: { // CurrentRequest.State = HTTPRequestStates.Finished; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_49; L_49 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_49); HTTPRequest_set_State_m8B42AABAE06683325CA663653FEB8692EC78B4DA_inline(L_49, 3, /*hidden argument*/NULL); goto IL_017e; } IL_0172: { // CurrentRequest.State = HTTPRequestStates.Error; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_50; L_50 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_50); HTTPRequest_set_State_m8B42AABAE06683325CA663653FEB8692EC78B4DA_inline(L_50, 4, /*hidden argument*/NULL); } IL_017e: { // } IL2CPP_END_FINALLY(321) } }// end finally (depth: 1) IL2CPP_CLEANUP(321) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x17F, IL_017f) } IL_017f: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Utilities.FilterStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream__ctor_mA1BEDEF19DB753755A09A200312EC0B721A90352 (FilterStream_t252B95C9E565E7E252909416611E4FE424C8D3B4 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s0, 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 FilterStream(Stream s) IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); // this.s = s; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___s0; __this->set_s_5(L_0); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Utilities.FilterStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FilterStream_get_CanRead_m027D9CDDEF103BB7A16B0BB5111144FD23D067E7 (FilterStream_t252B95C9E565E7E252909416611E4FE424C8D3B4 * __this, const RuntimeMethod* method) { { // get { return s.CanRead; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_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.Asn1.Utilities.FilterStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FilterStream_get_CanSeek_mB692A5DFF6B2143A514C68BC1336479A993CA42C (FilterStream_t252B95C9E565E7E252909416611E4FE424C8D3B4 * __this, const RuntimeMethod* method) { { // get { return s.CanSeek; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_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.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Utilities.FilterStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FilterStream_get_CanWrite_mD31EC5A46D87632230F461558B2F581494CD3F46 (FilterStream_t252B95C9E565E7E252909416611E4FE424C8D3B4 * __this, const RuntimeMethod* method) { { // get { return s.CanWrite; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_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.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Utilities.FilterStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FilterStream_get_Length_mC73BB60499763871DD2001D6E6C970E714345318 (FilterStream_t252B95C9E565E7E252909416611E4FE424C8D3B4 * __this, const RuntimeMethod* method) { { // get { return s.Length; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_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.Asn1.Utilities.FilterStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FilterStream_get_Position_mFE994CBEE0D763C87D4962804D986E8ED26DDCF1 (FilterStream_t252B95C9E565E7E252909416611E4FE424C8D3B4 * __this, const RuntimeMethod* method) { { // get { return s.Position; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_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.Asn1.Utilities.FilterStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream_set_Position_mD0B6430B89995EA817E73F7A3E75D3B634A48145 (FilterStream_t252B95C9E565E7E252909416611E4FE424C8D3B4 * __this, int64_t ___value0, const RuntimeMethod* method) { { // set { s.Position = value; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_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 { s.Position = value; } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Utilities.FilterStream::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream_Close_m23993BD545D83D05CA02960A1C68C438E862970C (FilterStream_t252B95C9E565E7E252909416611E4FE424C8D3B4 * __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(s); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_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.Asn1.Utilities.FilterStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream_Flush_m2FCFF2AA8EA69DA5B207D1EBDBB7BB3DC6085B9B (FilterStream_t252B95C9E565E7E252909416611E4FE424C8D3B4 * __this, const RuntimeMethod* method) { { // s.Flush(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_5(); NullCheck(L_0); VirtualActionInvoker0::Invoke(20 /* System.Void System.IO.Stream::Flush() */, L_0); // } return; } } // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Utilities.FilterStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FilterStream_Seek_m8BA230ADEF8338C21695542E23DA2D4B7C18AA06 (FilterStream_t252B95C9E565E7E252909416611E4FE424C8D3B4 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { { // return s.Seek(offset, origin); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_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.Asn1.Utilities.FilterStream::SetLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream_SetLength_mDE1E1190E556341F16068E8C7133089443F5E62D (FilterStream_t252B95C9E565E7E252909416611E4FE424C8D3B4 * __this, int64_t ___value0, const RuntimeMethod* method) { { // s.SetLength(value); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_5(); int64_t L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< int64_t >::Invoke(29 /* System.Void System.IO.Stream::SetLength(System.Int64) */, L_0, L_1); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Utilities.FilterStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FilterStream_Read_mF2D4F328E0B5FBD4FD921599C95CC941CE6B011A (FilterStream_t252B95C9E565E7E252909416611E4FE424C8D3B4 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { // return s.Read(buffer, offset, count); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_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); return L_4; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Utilities.FilterStream::ReadByte() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FilterStream_ReadByte_m248EA22CF48DD1FCD2170975495CA60B0BFF9BA5 (FilterStream_t252B95C9E565E7E252909416611E4FE424C8D3B4 * __this, const RuntimeMethod* method) { { // return s.ReadByte(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_5(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 System.IO.Stream::ReadByte() */, L_0); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Utilities.FilterStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream_Write_m35839FB680EE9D857024149EB0761E3FB8B71AA6 (FilterStream_t252B95C9E565E7E252909416611E4FE424C8D3B4 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { // s.Write(buffer, offset, count); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Utilities.FilterStream::WriteByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream_WriteByte_mD3B5DDDBFC583965E4069F21D4EBA938E556EF65 (FilterStream_t252B95C9E565E7E252909416611E4FE424C8D3B4 * __this, uint8_t ___value0, const RuntimeMethod* method) { { // s.WriteByte(value); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_5(); uint8_t L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, 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.Utilities.IO.FilterStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream__ctor_mABD9C5C4D90ECA6D53111063AAA81181A2E11449 (FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public FilterStream(Stream s) IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); // this.s = s; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___s0; __this->set_s_5(L_0); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FilterStream_get_CanRead_m1CDD2F1F5270EB1EDB34B9D3BB239234BD8546CD (FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A * __this, const RuntimeMethod* method) { { // get { return s.CanRead; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_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.Utilities.IO.FilterStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FilterStream_get_CanSeek_mBCA5CBBA53A4E5391987F9E492055DABF89844DC (FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A * __this, const RuntimeMethod* method) { { // get { return s.CanSeek; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_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.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FilterStream_get_CanWrite_mBC38D605086ED96952422D5D7E6A2EF816955F74 (FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A * __this, const RuntimeMethod* method) { { // get { return s.CanWrite; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_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.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FilterStream_get_Length_m89253568AA21333A21F59F12FDB005280E02ACAD (FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A * __this, const RuntimeMethod* method) { { // get { return s.Length; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_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.Utilities.IO.FilterStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FilterStream_get_Position_m8AC5C8ECD9743E5DAE715BD4576FD1EEFA3EF0F8 (FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A * __this, const RuntimeMethod* method) { { // get { return s.Position; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_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.Utilities.IO.FilterStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream_set_Position_m1818B562390D3167EC7161087ED1D356D9A2A2E2 (FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A * __this, int64_t ___value0, const RuntimeMethod* method) { { // set { s.Position = value; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_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 { s.Position = value; } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream_Close_m92BD29E7718354DFE042C34FFDF7C7BE4341E725 (FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A * __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(s); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_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.Utilities.IO.FilterStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream_Flush_m7A128FDEB0A5BA99159F75B90ED55C96D6C9A1B8 (FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A * __this, const RuntimeMethod* method) { { // s.Flush(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_5(); NullCheck(L_0); VirtualActionInvoker0::Invoke(20 /* System.Void System.IO.Stream::Flush() */, L_0); // } return; } } // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FilterStream_Seek_m8C5AC0272D5EC48718BFC4FFF873FFA7B840125E (FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { { // return s.Seek(offset, origin); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_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.Utilities.IO.FilterStream::SetLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream_SetLength_m830755BF5460259FB71683EEDD933989B0E4CA4C (FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A * __this, int64_t ___value0, const RuntimeMethod* method) { { // s.SetLength(value); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_5(); int64_t L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< int64_t >::Invoke(29 /* System.Void System.IO.Stream::SetLength(System.Int64) */, L_0, L_1); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FilterStream_Read_m6F250EE31C84572FCE8DE1216D2A9D161F35C343 (FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { // return s.Read(buffer, offset, count); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_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); return L_4; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream::ReadByte() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FilterStream_ReadByte_mAD30D782B42E17E08BFAF59E4AAD35C79D7556B1 (FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A * __this, const RuntimeMethod* method) { { // return s.ReadByte(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_5(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 System.IO.Stream::ReadByte() */, L_0); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream_Write_m5AA2D04F5A87778379E97F98309BEB1D46313C70 (FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { // s.Write(buffer, offset, count); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream::WriteByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream_WriteByte_m26B3499B0AF82EBF8BFC72D9436546D2CB97C361 (FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A * __this, uint8_t ___value0, const RuntimeMethod* method) { { // s.WriteByte(value); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_s_5(); uint8_t L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, 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.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.FiniteFieldDheGroup::IsValid(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FiniteFieldDheGroup_IsValid_m246A66A9F576A6016D3A4DBE27743E28D3AC708C (uint8_t ___group0, const RuntimeMethod* method) { { // return group >= ffdhe2432 && group <= ffdhe8192; uint8_t L_0 = ___group0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000c; } } { uint8_t L_1 = ___group0; return (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)4))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_000c: { return (bool)0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.FiniteFieldDheGroup::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FiniteFieldDheGroup__ctor_m1F82DCF832BD03C9F132485B81BCE4DA52B25A32 (FiniteFieldDheGroup_t0A77A200BF2D1BC9CFFEECAB0D19E7B7AB613837 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IPolynomialExtensionField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.FiniteFields::GetBinaryExtensionField(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FiniteFields_GetBinaryExtensionField_m3E37D84D65534151FCB3C6D0B21EC60876B22494 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___exponents0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GF2Polynomial_t15EDB2CE19D33BA2DD7A61FCFBA02D1673C12EC9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GenericPolynomialExtensionField_tDE7269B3338AA2B4391306FB7C10C32AD0960F44_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (exponents[0] != 0) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___exponents0; NullCheck(L_0); int32_t L_1 = 0; int32_t L_2 = (L_0)->GetAt(static_cast(L_1)); if (!L_2) { goto IL_0015; } } { // throw new ArgumentException("Irreducible polynomials in GF(2) must have constant term", "exponents"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC418DF12EFC3347B9249DB32348AF09079D4B8F)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC124196B821FEEA4E6C89B04C026563A557FFB2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FiniteFields_GetBinaryExtensionField_m3E37D84D65534151FCB3C6D0B21EC60876B22494_RuntimeMethod_var))); } IL_0015: { // for (int i = 1; i < exponents.Length; ++i) V_0 = 1; goto IL_0037; } IL_0019: { // if (exponents[i] <= exponents[i - 1]) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = ___exponents0; int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; int32_t L_7 = (L_4)->GetAt(static_cast(L_6)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = ___exponents0; int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); int32_t L_11 = (L_8)->GetAt(static_cast(L_10)); if ((((int32_t)L_7) > ((int32_t)L_11))) { goto IL_0033; } } { // throw new ArgumentException("Polynomial exponents must be montonically increasing", "exponents"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E7E5B27C32F322062A3E24D8F2436975287AD24)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC124196B821FEEA4E6C89B04C026563A557FFB2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FiniteFields_GetBinaryExtensionField_m3E37D84D65534151FCB3C6D0B21EC60876B22494_RuntimeMethod_var))); } IL_0033: { // for (int i = 1; i < exponents.Length; ++i) int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0037: { // for (int i = 1; i < exponents.Length; ++i) int32_t L_14 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = ___exponents0; NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))) { goto IL_0019; } } { // return new GenericPolynomialExtensionField(GF_2, new GF2Polynomial(exponents)); IL2CPP_RUNTIME_CLASS_INIT(FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_il2cpp_TypeInfo_var); RuntimeObject* L_16 = ((FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_StaticFields*)il2cpp_codegen_static_fields_for(FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_il2cpp_TypeInfo_var))->get_GF_2_0(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17 = ___exponents0; GF2Polynomial_t15EDB2CE19D33BA2DD7A61FCFBA02D1673C12EC9 * L_18 = (GF2Polynomial_t15EDB2CE19D33BA2DD7A61FCFBA02D1673C12EC9 *)il2cpp_codegen_object_new(GF2Polynomial_t15EDB2CE19D33BA2DD7A61FCFBA02D1673C12EC9_il2cpp_TypeInfo_var); GF2Polynomial__ctor_m0EDCF28FBBDCC4C50B15841A5206D14729DE8BB3(L_18, L_17, /*hidden argument*/NULL); GenericPolynomialExtensionField_tDE7269B3338AA2B4391306FB7C10C32AD0960F44 * L_19 = (GenericPolynomialExtensionField_tDE7269B3338AA2B4391306FB7C10C32AD0960F44 *)il2cpp_codegen_object_new(GenericPolynomialExtensionField_tDE7269B3338AA2B4391306FB7C10C32AD0960F44_il2cpp_TypeInfo_var); GenericPolynomialExtensionField__ctor_m0609EE6B001CFB9EFF8DA11A20AE33A93D27E420(L_19, L_16, L_18, /*hidden argument*/NULL); return L_19; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.FiniteFields::GetPrimeField(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FiniteFields_GetPrimeField_mA2B298E77BE1A338610E2C8EF14B55A13F00B45F (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___characteristic0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimeField_t0FE38EAEDBDA80F49F0A7791318D76083C397797_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // int bitLength = characteristic.BitLength; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___characteristic0; NullCheck(L_0); int32_t L_1; L_1 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (characteristic.SignValue <= 0 || bitLength < 2) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___characteristic0; NullCheck(L_2); int32_t L_3; L_3 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0014; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) >= ((int32_t)2))) { goto IL_0024; } } IL_0014: { // throw new ArgumentException("Must be >= 2", "characteristic"); 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*)&_stringLiteral1A997B3A9A8B12CFDBF937AF62469873CB6FAADD)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral11458CB676B17FDBC854E855460B86C0F96BD86E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FiniteFields_GetPrimeField_mA2B298E77BE1A338610E2C8EF14B55A13F00B45F_RuntimeMethod_var))); } IL_0024: { // if (bitLength < 3) int32_t L_6 = V_0; if ((((int32_t)L_6) >= ((int32_t)3))) { goto IL_0045; } } { // switch (characteristic.IntValue) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = ___characteristic0; NullCheck(L_7); int32_t L_8; L_8 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_7, /*hidden argument*/NULL); V_1 = L_8; int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)2))) { goto IL_0039; } } { int32_t L_10 = V_1; if ((((int32_t)L_10) == ((int32_t)3))) { goto IL_003f; } } { goto IL_0045; } IL_0039: { // return GF_2; IL2CPP_RUNTIME_CLASS_INIT(FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_il2cpp_TypeInfo_var); RuntimeObject* L_11 = ((FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_StaticFields*)il2cpp_codegen_static_fields_for(FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_il2cpp_TypeInfo_var))->get_GF_2_0(); return L_11; } IL_003f: { // return GF_3; IL2CPP_RUNTIME_CLASS_INIT(FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_il2cpp_TypeInfo_var); RuntimeObject* L_12 = ((FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_StaticFields*)il2cpp_codegen_static_fields_for(FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_il2cpp_TypeInfo_var))->get_GF_3_1(); return L_12; } IL_0045: { // return new PrimeField(characteristic); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13 = ___characteristic0; PrimeField_t0FE38EAEDBDA80F49F0A7791318D76083C397797 * L_14 = (PrimeField_t0FE38EAEDBDA80F49F0A7791318D76083C397797 *)il2cpp_codegen_object_new(PrimeField_t0FE38EAEDBDA80F49F0A7791318D76083C397797_il2cpp_TypeInfo_var); PrimeField__ctor_mDE51738FE2B9133299579F412A3000A461A5C0EE(L_14, L_13, /*hidden argument*/NULL); return L_14; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.FiniteFields::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FiniteFields__ctor_m70466CB0F0C64350CC1DB240DD8A112957981C29 (FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.FiniteFields::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FiniteFields__cctor_m4F1EA5717670BD92BDA1CCA38D357F80B93290DC (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*)&FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimeField_t0FE38EAEDBDA80F49F0A7791318D76083C397797_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly IFiniteField GF_2 = new PrimeField(BigInteger.ValueOf(2)); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0; L_0 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(((int64_t)((int64_t)2)), /*hidden argument*/NULL); PrimeField_t0FE38EAEDBDA80F49F0A7791318D76083C397797 * L_1 = (PrimeField_t0FE38EAEDBDA80F49F0A7791318D76083C397797 *)il2cpp_codegen_object_new(PrimeField_t0FE38EAEDBDA80F49F0A7791318D76083C397797_il2cpp_TypeInfo_var); PrimeField__ctor_mDE51738FE2B9133299579F412A3000A461A5C0EE(L_1, L_0, /*hidden argument*/NULL); ((FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_StaticFields*)il2cpp_codegen_static_fields_for(FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_il2cpp_TypeInfo_var))->set_GF_2_0(L_1); // internal static readonly IFiniteField GF_3 = new PrimeField(BigInteger.ValueOf(3)); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(((int64_t)((int64_t)3)), /*hidden argument*/NULL); PrimeField_t0FE38EAEDBDA80F49F0A7791318D76083C397797 * L_3 = (PrimeField_t0FE38EAEDBDA80F49F0A7791318D76083C397797 *)il2cpp_codegen_object_new(PrimeField_t0FE38EAEDBDA80F49F0A7791318D76083C397797_il2cpp_TypeInfo_var); PrimeField__ctor_mDE51738FE2B9133299579F412A3000A461A5C0EE(L_3, L_2, /*hidden argument*/NULL); ((FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_StaticFields*)il2cpp_codegen_static_fields_for(FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_il2cpp_TypeInfo_var))->set_GF_3_1(L_3); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.Effects.FireLight::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FireLight_Start_m0119386C1B5952F44A8BADE374CB05E636456570 (FireLight_tA88E590256D6565021C06711C4DDCA7D794C19AC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisLight_tA2F349FE839781469A0344CF6039B51512394275_m2D53E1867416F554704220CF0936B61F6FD4A002_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_Rnd = Random.value*100; float L_0; L_0 = Random_get_value_m9AEBC7DF0BB6C57C928B0798349A7D3C0B3FB872(/*hidden argument*/NULL); __this->set_m_Rnd_4(((float)il2cpp_codegen_multiply((float)L_0, (float)(100.0f)))); // m_Light = GetComponent(); Light_tA2F349FE839781469A0344CF6039B51512394275 * L_1; L_1 = Component_GetComponent_TisLight_tA2F349FE839781469A0344CF6039B51512394275_m2D53E1867416F554704220CF0936B61F6FD4A002(__this, /*hidden argument*/Component_GetComponent_TisLight_tA2F349FE839781469A0344CF6039B51512394275_m2D53E1867416F554704220CF0936B61F6FD4A002_RuntimeMethod_var); __this->set_m_Light_6(L_1); // } return; } } // System.Void UnityStandardAssets.Effects.FireLight::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FireLight_Update_mE20D336BAB5800F4E7EE05A3BA1E74F3C070C53C (FireLight_tA88E590256D6565021C06711C4DDCA7D794C19AC * __this, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; { // if (m_Burning) bool L_0 = __this->get_m_Burning_5(); if (!L_0) { goto IL_0120; } } { // m_Light.intensity = 2*Mathf.PerlinNoise(m_Rnd + Time.time, m_Rnd + 1 + Time.time*1); Light_tA2F349FE839781469A0344CF6039B51512394275 * L_1 = __this->get_m_Light_6(); float L_2 = __this->get_m_Rnd_4(); float L_3; L_3 = Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844(/*hidden argument*/NULL); float L_4 = __this->get_m_Rnd_4(); float L_5; L_5 = Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844(/*hidden argument*/NULL); float L_6; L_6 = Mathf_PerlinNoise_mBCF172821FEB8FAD7E7CF7F7982018846E702519(((float)il2cpp_codegen_add((float)L_2, (float)L_3)), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_4, (float)(1.0f))), (float)((float)il2cpp_codegen_multiply((float)L_5, (float)(1.0f))))), /*hidden argument*/NULL); NullCheck(L_1); Light_set_intensity_m372D5B9494809AFAD717B2707957DD1478C52DFC(L_1, ((float)il2cpp_codegen_multiply((float)(2.0f), (float)L_6)), /*hidden argument*/NULL); // float x = Mathf.PerlinNoise(m_Rnd + 0 + Time.time*2, m_Rnd + 1 + Time.time*2) - 0.5f; float L_7 = __this->get_m_Rnd_4(); float L_8; L_8 = Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844(/*hidden argument*/NULL); float L_9 = __this->get_m_Rnd_4(); float L_10; L_10 = Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844(/*hidden argument*/NULL); float L_11; L_11 = Mathf_PerlinNoise_mBCF172821FEB8FAD7E7CF7F7982018846E702519(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_7, (float)(0.0f))), (float)((float)il2cpp_codegen_multiply((float)L_8, (float)(2.0f))))), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_9, (float)(1.0f))), (float)((float)il2cpp_codegen_multiply((float)L_10, (float)(2.0f))))), /*hidden argument*/NULL); V_0 = ((float)il2cpp_codegen_subtract((float)L_11, (float)(0.5f))); // float y = Mathf.PerlinNoise(m_Rnd + 2 + Time.time*2, m_Rnd + 3 + Time.time*2) - 0.5f; float L_12 = __this->get_m_Rnd_4(); float L_13; L_13 = Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844(/*hidden argument*/NULL); float L_14 = __this->get_m_Rnd_4(); float L_15; L_15 = Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844(/*hidden argument*/NULL); float L_16; L_16 = Mathf_PerlinNoise_mBCF172821FEB8FAD7E7CF7F7982018846E702519(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_12, (float)(2.0f))), (float)((float)il2cpp_codegen_multiply((float)L_13, (float)(2.0f))))), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_14, (float)(3.0f))), (float)((float)il2cpp_codegen_multiply((float)L_15, (float)(2.0f))))), /*hidden argument*/NULL); V_1 = ((float)il2cpp_codegen_subtract((float)L_16, (float)(0.5f))); // float z = Mathf.PerlinNoise(m_Rnd + 4 + Time.time*2, m_Rnd + 5 + Time.time*2) - 0.5f; float L_17 = __this->get_m_Rnd_4(); float L_18; L_18 = Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844(/*hidden argument*/NULL); float L_19 = __this->get_m_Rnd_4(); float L_20; L_20 = Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844(/*hidden argument*/NULL); float L_21; L_21 = Mathf_PerlinNoise_mBCF172821FEB8FAD7E7CF7F7982018846E702519(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_17, (float)(4.0f))), (float)((float)il2cpp_codegen_multiply((float)L_18, (float)(2.0f))))), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_19, (float)(5.0f))), (float)((float)il2cpp_codegen_multiply((float)L_20, (float)(2.0f))))), /*hidden argument*/NULL); V_2 = ((float)il2cpp_codegen_subtract((float)L_21, (float)(0.5f))); // transform.localPosition = Vector3.up + new Vector3(x, y, z)*1; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_22; L_22 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; L_23 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); float L_24 = V_0; float L_25 = V_1; float L_26 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27; memset((&L_27), 0, sizeof(L_27)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_27), L_24, L_25, L_26, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28; L_28 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_27, (1.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; L_29 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_23, L_28, /*hidden argument*/NULL); NullCheck(L_22); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_22, L_29, /*hidden argument*/NULL); } IL_0120: { // } return; } } // System.Void UnityStandardAssets.Effects.FireLight::Extinguish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FireLight_Extinguish_mB3B9BE9E97F4DDA2287B39283777FEA2AC25AEBC (FireLight_tA88E590256D6565021C06711C4DDCA7D794C19AC * __this, const RuntimeMethod* method) { { // m_Burning = false; __this->set_m_Burning_5((bool)0); // m_Light.enabled = false; Light_tA2F349FE839781469A0344CF6039B51512394275 * L_0 = __this->get_m_Light_6(); NullCheck(L_0); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_0, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Effects.FireLight::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FireLight__ctor_m4B61AB72ED30781C0121834171C63104F01223CE (FireLight_tA88E590256D6565021C06711C4DDCA7D794C19AC * __this, const RuntimeMethod* method) { { // private bool m_Burning = true; __this->set_m_Burning_5((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 UnityStandardAssets.Characters.FirstPerson.FirstPersonController::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirstPersonController_Start_mAA4A49EB87FBB7902C8EB60B2DBCB98560A86539 (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E_m2A645767B14C2A134D7FD9B6DF61328861B0661D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_CharacterController = GetComponent(); CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * L_0; L_0 = Component_GetComponent_TisCharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E_m2A645767B14C2A134D7FD9B6DF61328861B0661D(__this, /*hidden argument*/Component_GetComponent_TisCharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E_m2A645767B14C2A134D7FD9B6DF61328861B0661D_RuntimeMethod_var); __this->set_m_CharacterController_26(L_0); // m_Camera = Camera.main; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_1; L_1 = Camera_get_main_mC337C621B91591CEF89504C97EF64D717C12871C(/*hidden argument*/NULL); __this->set_m_Camera_21(L_1); // m_OriginalCameraPosition = m_Camera.transform.localPosition; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_2 = __this->get_m_Camera_21(); NullCheck(L_2); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_2, /*hidden argument*/NULL); NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_3, /*hidden argument*/NULL); __this->set_m_OriginalCameraPosition_29(L_4); // m_FovKick.Setup(m_Camera); FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_5 = __this->get_m_FovKick_13(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_6 = __this->get_m_Camera_21(); NullCheck(L_5); FOVKick_Setup_m81A58E005DA8B84808DD83EFFD50ADD4E7439DCB(L_5, L_6, /*hidden argument*/NULL); // m_HeadBob.Setup(m_Camera, m_StepInterval); CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * L_7 = __this->get_m_HeadBob_15(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_8 = __this->get_m_Camera_21(); float L_9 = __this->get_m_StepInterval_17(); NullCheck(L_7); CurveControlledBob_Setup_mBBE7165C9869012E40D574FE4CFC080B77E36E4E(L_7, L_8, L_9, /*hidden argument*/NULL); // m_StepCycle = 0f; __this->set_m_StepCycle_30((0.0f)); // m_NextStep = m_StepCycle/2f; float L_10 = __this->get_m_StepCycle_30(); __this->set_m_NextStep_31(((float)((float)L_10/(float)(2.0f)))); // m_Jumping = false; __this->set_m_Jumping_32((bool)0); // m_AudioSource = GetComponent(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_11; L_11 = Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mA69EBE3F73FD0F44F55FF2855F55FA6DA7B459EA(__this, /*hidden argument*/Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mA69EBE3F73FD0F44F55FF2855F55FA6DA7B459EA_RuntimeMethod_var); __this->set_m_AudioSource_33(L_11); // m_MouseLook.Init(transform , m_Camera.transform); MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 * L_12 = __this->get_m_MouseLook_11(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13; L_13 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_14 = __this->get_m_Camera_21(); NullCheck(L_14); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15; L_15 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_14, /*hidden argument*/NULL); NullCheck(L_12); MouseLook_Init_m65D7184A71FB03E7D8A91B5568B29B95A2966F81(L_12, L_13, L_15, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Characters.FirstPerson.FirstPersonController::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirstPersonController_Update_m7A06B61C940B9C029DEA5CAA52E071FEF1E4101F (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __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*)&_stringLiteral70253F929BCE7F81DF1A5A1C0900BED744E86C9C); s_Il2CppMethodInitialized = true; } { // RotateView(); FirstPersonController_RotateView_mD729D6CB1C9C70DAFC522878C2655D6E22989319(__this, /*hidden argument*/NULL); // if (!m_Jump) bool L_0 = __this->get_m_Jump_22(); if (L_0) { goto IL_001e; } } { // m_Jump = CrossPlatformInputManager.GetButtonDown("Jump"); IL2CPP_RUNTIME_CLASS_INIT(CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var); bool L_1; L_1 = CrossPlatformInputManager_GetButtonDown_mCA7A96BB65979ADD959C6BFD8B6A3A1A7B1CDC26(_stringLiteral70253F929BCE7F81DF1A5A1C0900BED744E86C9C, /*hidden argument*/NULL); __this->set_m_Jump_22(L_1); } IL_001e: { // if (!m_PreviouslyGrounded && m_CharacterController.isGrounded) bool L_2 = __this->get_m_PreviouslyGrounded_28(); if (L_2) { goto IL_0062; } } { CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * L_3 = __this->get_m_CharacterController_26(); NullCheck(L_3); bool L_4; L_4 = CharacterController_get_isGrounded_m327A1A1940F225FE81E751F255316BB0D8698CBC(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0062; } } { // StartCoroutine(m_JumpBob.DoBobCycle()); LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * L_5 = __this->get_m_JumpBob_16(); NullCheck(L_5); RuntimeObject* L_6; L_6 = LerpControlledBob_DoBobCycle_mC05BB8C73BDBE83D173E5495474AA83D5696705E(L_5, /*hidden argument*/NULL); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_7; L_7 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(__this, L_6, /*hidden argument*/NULL); // PlayLandingSound(); FirstPersonController_PlayLandingSound_m1163F5994A1ECC6354A71D3B14463AA52BD6AD0C(__this, /*hidden argument*/NULL); // m_MoveDir.y = 0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_8 = __this->get_address_of_m_MoveDir_25(); L_8->set_y_3((0.0f)); // m_Jumping = false; __this->set_m_Jumping_32((bool)0); } IL_0062: { // if (!m_CharacterController.isGrounded && !m_Jumping && m_PreviouslyGrounded) CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * L_9 = __this->get_m_CharacterController_26(); NullCheck(L_9); bool L_10; L_10 = CharacterController_get_isGrounded_m327A1A1940F225FE81E751F255316BB0D8698CBC(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_008f; } } { bool L_11 = __this->get_m_Jumping_32(); if (L_11) { goto IL_008f; } } { bool L_12 = __this->get_m_PreviouslyGrounded_28(); if (!L_12) { goto IL_008f; } } { // m_MoveDir.y = 0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_13 = __this->get_address_of_m_MoveDir_25(); L_13->set_y_3((0.0f)); } IL_008f: { // m_PreviouslyGrounded = m_CharacterController.isGrounded; CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * L_14 = __this->get_m_CharacterController_26(); NullCheck(L_14); bool L_15; L_15 = CharacterController_get_isGrounded_m327A1A1940F225FE81E751F255316BB0D8698CBC(L_14, /*hidden argument*/NULL); __this->set_m_PreviouslyGrounded_28(L_15); // } return; } } // System.Void UnityStandardAssets.Characters.FirstPerson.FirstPersonController::PlayLandingSound() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirstPersonController_PlayLandingSound_m1163F5994A1ECC6354A71D3B14463AA52BD6AD0C (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __this, const RuntimeMethod* method) { { // m_AudioSource.clip = m_LandSound; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_0 = __this->get_m_AudioSource_33(); AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_1 = __this->get_m_LandSound_20(); NullCheck(L_0); AudioSource_set_clip_mD1F50F7BA6EA3AF25B4922473352C5180CFF7B2B(L_0, L_1, /*hidden argument*/NULL); // m_AudioSource.Play(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_2 = __this->get_m_AudioSource_33(); NullCheck(L_2); AudioSource_Play_mED16664B8F8F3E4D68785C8C00FC96C4DF053AE1(L_2, /*hidden argument*/NULL); // m_NextStep = m_StepCycle + .5f; float L_3 = __this->get_m_StepCycle_30(); __this->set_m_NextStep_31(((float)il2cpp_codegen_add((float)L_3, (float)(0.5f)))); // } return; } } // System.Void UnityStandardAssets.Characters.FirstPerson.FirstPersonController::FixedUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirstPersonController_FixedUpdate_m885A83AC79736376ADA18D55A166A552B364EE39 (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __this, const RuntimeMethod* method) { float V_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 V_2; memset((&V_2), 0, sizeof(V_2)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); { // GetInput(out speed); FirstPersonController_GetInput_mF4AB933D87EDE6957A437045F1BFEA59C7E6A07A(__this, (float*)(&V_0), /*hidden argument*/NULL); // Vector3 desiredMove = transform.forward*m_Input.y + transform.right*m_Input.x; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_0, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2 = __this->get_address_of_m_Input_24(); float L_3 = L_2->get_y_1(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_1, L_3, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_5); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Transform_get_right_mA8EB1882CCE8759766544448308C88D9200F06CE(L_5, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_7 = __this->get_address_of_m_Input_24(); float L_8 = L_7->get_x_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_6, L_8, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_4, L_9, /*hidden argument*/NULL); V_1 = L_10; // Physics.SphereCast(transform.position, m_CharacterController.radius, Vector3.down, out hitInfo, // m_CharacterController.height/2f, Physics.AllLayers, QueryTriggerInteraction.Ignore); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11; L_11 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_11); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_11, /*hidden argument*/NULL); CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * L_13 = __this->get_m_CharacterController_26(); NullCheck(L_13); float L_14; L_14 = CharacterController_get_radius_m2262E37FB4E2F7C5E2CA7FF95754B31C962C4AF0(L_13, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = Vector3_get_down_mFA85B870E184121D30F66395BB183ECAB9DD8629(/*hidden argument*/NULL); CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * L_16 = __this->get_m_CharacterController_26(); NullCheck(L_16); float L_17; L_17 = CharacterController_get_height_m0F5572DEDEB689040DC280636D7F8D4C258662F6(L_16, /*hidden argument*/NULL); bool L_18; L_18 = Physics_SphereCast_m3179B64AAFD6E888FF0A9CBB967CE342529C333D(L_12, L_14, L_15, (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)(&V_2), ((float)((float)L_17/(float)(2.0f))), (-1), 1, /*hidden argument*/NULL); // desiredMove = Vector3.ProjectOnPlane(desiredMove, hitInfo.normal).normalized; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20; L_20 = RaycastHit_get_normal_m2C813B25BAECD87FD9E9CB294278B291F4CC6674((RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)(&V_2), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = Vector3_ProjectOnPlane_m066BDEFD60B2828C4B531CD96C4DBFADF6B0EF3B(L_19, L_20, /*hidden argument*/NULL); V_3 = L_21; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_3), /*hidden argument*/NULL); V_1 = L_22; // m_MoveDir.x = desiredMove.x*speed; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_23 = __this->get_address_of_m_MoveDir_25(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24 = V_1; float L_25 = L_24.get_x_2(); float L_26 = V_0; L_23->set_x_2(((float)il2cpp_codegen_multiply((float)L_25, (float)L_26))); // m_MoveDir.z = desiredMove.z*speed; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_27 = __this->get_address_of_m_MoveDir_25(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28 = V_1; float L_29 = L_28.get_z_4(); float L_30 = V_0; L_27->set_z_4(((float)il2cpp_codegen_multiply((float)L_29, (float)L_30))); // if (m_CharacterController.isGrounded) CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * L_31 = __this->get_m_CharacterController_26(); NullCheck(L_31); bool L_32; L_32 = CharacterController_get_isGrounded_m327A1A1940F225FE81E751F255316BB0D8698CBC(L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_0104; } } { // m_MoveDir.y = -m_StickToGroundForce; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_33 = __this->get_address_of_m_MoveDir_25(); float L_34 = __this->get_m_StickToGroundForce_9(); L_33->set_y_3(((-L_34))); // if (m_Jump) bool L_35 = __this->get_m_Jump_22(); if (!L_35) { goto IL_012f; } } { // m_MoveDir.y = m_JumpSpeed; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_36 = __this->get_address_of_m_MoveDir_25(); float L_37 = __this->get_m_JumpSpeed_8(); L_36->set_y_3(L_37); // PlayJumpSound(); FirstPersonController_PlayJumpSound_m724953DFC405CE754883F265282A759DF54F0CD9(__this, /*hidden argument*/NULL); // m_Jump = false; __this->set_m_Jump_22((bool)0); // m_Jumping = true; __this->set_m_Jumping_32((bool)1); // } goto IL_012f; } IL_0104: { // m_MoveDir += Physics.gravity*m_GravityMultiplier*Time.fixedDeltaTime; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_38 = __this->get_m_MoveDir_25(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_39; L_39 = Physics_get_gravity_m58D5D94276B1E7A04E9F7108EEAAB7AB786BA532(/*hidden argument*/NULL); float L_40 = __this->get_m_GravityMultiplier_10(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_41; L_41 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_39, L_40, /*hidden argument*/NULL); float L_42; L_42 = Time_get_fixedDeltaTime_m8E94ECFF6A6A1D9B5D60BF82D116D540852484E5(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_43; L_43 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_41, L_42, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_44; L_44 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_38, L_43, /*hidden argument*/NULL); __this->set_m_MoveDir_25(L_44); } IL_012f: { // m_CollisionFlags = m_CharacterController.Move(m_MoveDir*Time.fixedDeltaTime); CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * L_45 = __this->get_m_CharacterController_26(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_46 = __this->get_m_MoveDir_25(); float L_47; L_47 = Time_get_fixedDeltaTime_m8E94ECFF6A6A1D9B5D60BF82D116D540852484E5(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_48; L_48 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_46, L_47, /*hidden argument*/NULL); NullCheck(L_45); int32_t L_49; L_49 = CharacterController_Move_mE0EBC32C72A0BEC18EDEBE748D44309A4BA32E60(L_45, L_48, /*hidden argument*/NULL); __this->set_m_CollisionFlags_27(L_49); // ProgressStepCycle(speed); float L_50 = V_0; FirstPersonController_ProgressStepCycle_m4A0C50AA385E80A025CD791C8551A0A59428DFD1(__this, L_50, /*hidden argument*/NULL); // UpdateCameraPosition(speed); float L_51 = V_0; FirstPersonController_UpdateCameraPosition_m45F7DDF70CB43963FB5A36BA11EF8ADF67CD127E(__this, L_51, /*hidden argument*/NULL); // m_MouseLook.UpdateCursorLock(); MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 * L_52 = __this->get_m_MouseLook_11(); NullCheck(L_52); MouseLook_UpdateCursorLock_m2A544D023BF6BC47AD20026BC6BD2ECCAA3DFABB(L_52, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Characters.FirstPerson.FirstPersonController::PlayJumpSound() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirstPersonController_PlayJumpSound_m724953DFC405CE754883F265282A759DF54F0CD9 (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __this, const RuntimeMethod* method) { { // m_AudioSource.clip = m_JumpSound; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_0 = __this->get_m_AudioSource_33(); AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_1 = __this->get_m_JumpSound_19(); NullCheck(L_0); AudioSource_set_clip_mD1F50F7BA6EA3AF25B4922473352C5180CFF7B2B(L_0, L_1, /*hidden argument*/NULL); // m_AudioSource.Play(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_2 = __this->get_m_AudioSource_33(); NullCheck(L_2); AudioSource_Play_mED16664B8F8F3E4D68785C8C00FC96C4DF053AE1(L_2, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Characters.FirstPerson.FirstPersonController::ProgressStepCycle(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirstPersonController_ProgressStepCycle_m4A0C50AA385E80A025CD791C8551A0A59428DFD1 (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __this, float ___speed0, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); float G_B5_0 = 0.0f; float G_B5_1 = 0.0f; float G_B5_2 = 0.0f; FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * G_B5_3 = NULL; float G_B4_0 = 0.0f; float G_B4_1 = 0.0f; float G_B4_2 = 0.0f; FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * G_B4_3 = NULL; float G_B6_0 = 0.0f; float G_B6_1 = 0.0f; float G_B6_2 = 0.0f; float G_B6_3 = 0.0f; FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * G_B6_4 = NULL; { // if (m_CharacterController.velocity.sqrMagnitude > 0 && (m_Input.x != 0 || m_Input.y != 0)) CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * L_0 = __this->get_m_CharacterController_26(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = CharacterController_get_velocity_m13A2C2D13A171D9A6E899C0E472C68FCF5E3D5A6(L_0, /*hidden argument*/NULL); V_0 = L_1; float L_2; L_2 = Vector3_get_sqrMagnitude_mC567EE6DF411501A8FE1F23A0038862630B88249((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); if ((!(((float)L_2) > ((float)(0.0f))))) { goto IL_007c; } } { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_3 = __this->get_address_of_m_Input_24(); float L_4 = L_3->get_x_0(); if ((!(((float)L_4) == ((float)(0.0f))))) { goto IL_003e; } } { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_5 = __this->get_address_of_m_Input_24(); float L_6 = L_5->get_y_1(); if ((((float)L_6) == ((float)(0.0f)))) { goto IL_007c; } } IL_003e: { // m_StepCycle += (m_CharacterController.velocity.magnitude + (speed*(m_IsWalking ? 1f : m_RunstepLenghten)))* // Time.fixedDeltaTime; float L_7 = __this->get_m_StepCycle_30(); CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * L_8 = __this->get_m_CharacterController_26(); NullCheck(L_8); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = CharacterController_get_velocity_m13A2C2D13A171D9A6E899C0E472C68FCF5E3D5A6(L_8, /*hidden argument*/NULL); V_0 = L_9; float L_10; L_10 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); float L_11 = ___speed0; bool L_12 = __this->get_m_IsWalking_4(); G_B4_0 = L_11; G_B4_1 = L_10; G_B4_2 = L_7; G_B4_3 = __this; if (L_12) { G_B5_0 = L_11; G_B5_1 = L_10; G_B5_2 = L_7; G_B5_3 = __this; goto IL_0069; } } { float L_13 = __this->get_m_RunstepLenghten_7(); G_B6_0 = L_13; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; G_B6_3 = G_B4_2; G_B6_4 = G_B4_3; goto IL_006e; } IL_0069: { G_B6_0 = (1.0f); G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; G_B6_3 = G_B5_2; G_B6_4 = G_B5_3; } IL_006e: { float L_14; L_14 = Time_get_fixedDeltaTime_m8E94ECFF6A6A1D9B5D60BF82D116D540852484E5(/*hidden argument*/NULL); NullCheck(G_B6_4); G_B6_4->set_m_StepCycle_30(((float)il2cpp_codegen_add((float)G_B6_3, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)G_B6_2, (float)((float)il2cpp_codegen_multiply((float)G_B6_1, (float)G_B6_0)))), (float)L_14))))); } IL_007c: { // if (!(m_StepCycle > m_NextStep)) float L_15 = __this->get_m_StepCycle_30(); float L_16 = __this->get_m_NextStep_31(); if ((((float)L_15) > ((float)L_16))) { goto IL_008b; } } { // return; return; } IL_008b: { // m_NextStep = m_StepCycle + m_StepInterval; float L_17 = __this->get_m_StepCycle_30(); float L_18 = __this->get_m_StepInterval_17(); __this->set_m_NextStep_31(((float)il2cpp_codegen_add((float)L_17, (float)L_18))); // PlayFootStepAudio(); FirstPersonController_PlayFootStepAudio_mEAFE8B9F81AC4CE7A91E3B2D7ADA146FBC2C38DD(__this, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Characters.FirstPerson.FirstPersonController::PlayFootStepAudio() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirstPersonController_PlayFootStepAudio_mEAFE8B9F81AC4CE7A91E3B2D7ADA146FBC2C38DD (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (!m_CharacterController.isGrounded) CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * L_0 = __this->get_m_CharacterController_26(); NullCheck(L_0); bool L_1; L_1 = CharacterController_get_isGrounded_m327A1A1940F225FE81E751F255316BB0D8698CBC(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000e; } } { // return; return; } IL_000e: { // int n = Random.Range(1, m_FootstepSounds.Length); AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* L_2 = __this->get_m_FootstepSounds_18(); NullCheck(L_2); int32_t L_3; L_3 = Random_Range_m4B3A0037ACA057F33C94508F908546B9317D996A(1, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), /*hidden argument*/NULL); V_0 = L_3; // m_AudioSource.clip = m_FootstepSounds[n]; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_4 = __this->get_m_AudioSource_33(); AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* L_5 = __this->get_m_FootstepSounds_18(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_4); AudioSource_set_clip_mD1F50F7BA6EA3AF25B4922473352C5180CFF7B2B(L_4, L_8, /*hidden argument*/NULL); // m_AudioSource.PlayOneShot(m_AudioSource.clip); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_9 = __this->get_m_AudioSource_33(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_10 = __this->get_m_AudioSource_33(); NullCheck(L_10); AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_11; L_11 = AudioSource_get_clip_mE4454E38D2C0A4C8CC780A435FC1DBD4D47D16DC(L_10, /*hidden argument*/NULL); NullCheck(L_9); AudioSource_PlayOneShot_mA90B136041A61C30909301D45D0315088CA7D796(L_9, L_11, /*hidden argument*/NULL); // m_FootstepSounds[n] = m_FootstepSounds[0]; AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* L_12 = __this->get_m_FootstepSounds_18(); int32_t L_13 = V_0; AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* L_14 = __this->get_m_FootstepSounds_18(); NullCheck(L_14); int32_t L_15 = 0; AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_16 = (L_14)->GetAt(static_cast(L_15)); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_16); (L_12)->SetAt(static_cast(L_13), (AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE *)L_16); // m_FootstepSounds[0] = m_AudioSource.clip; AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* L_17 = __this->get_m_FootstepSounds_18(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_18 = __this->get_m_AudioSource_33(); NullCheck(L_18); AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_19; L_19 = AudioSource_get_clip_mE4454E38D2C0A4C8CC780A435FC1DBD4D47D16DC(L_18, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAt(static_cast(0), (AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE *)L_19); // } return; } } // System.Void UnityStandardAssets.Characters.FirstPerson.FirstPersonController::UpdateCameraPosition(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirstPersonController_UpdateCameraPosition_m45F7DDF70CB43963FB5A36BA11EF8ADF67CD127E (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __this, float ___speed0, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); float G_B6_0 = 0.0f; float G_B6_1 = 0.0f; CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * G_B6_2 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B6_3 = NULL; float G_B5_0 = 0.0f; float G_B5_1 = 0.0f; CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * G_B5_2 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B5_3 = NULL; float G_B7_0 = 0.0f; float G_B7_1 = 0.0f; float G_B7_2 = 0.0f; CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * G_B7_3 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B7_4 = NULL; { // if (!m_UseHeadBob) bool L_0 = __this->get_m_UseHeadBob_14(); if (L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // if (m_CharacterController.velocity.magnitude > 0 && m_CharacterController.isGrounded) CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * L_1 = __this->get_m_CharacterController_26(); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = CharacterController_get_velocity_m13A2C2D13A171D9A6E899C0E472C68FCF5E3D5A6(L_1, /*hidden argument*/NULL); V_1 = L_2; float L_3; L_3 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), /*hidden argument*/NULL); if ((!(((float)L_3) > ((float)(0.0f))))) { goto IL_00b7; } } { CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * L_4 = __this->get_m_CharacterController_26(); NullCheck(L_4); bool L_5; L_5 = CharacterController_get_isGrounded_m327A1A1940F225FE81E751F255316BB0D8698CBC(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_00b7; } } { // m_Camera.transform.localPosition = // m_HeadBob.DoHeadBob(m_CharacterController.velocity.magnitude + // (speed*(m_IsWalking ? 1f : m_RunstepLenghten))); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_6 = __this->get_m_Camera_21(); NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_6, /*hidden argument*/NULL); CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * L_8 = __this->get_m_HeadBob_15(); CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * L_9 = __this->get_m_CharacterController_26(); NullCheck(L_9); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = CharacterController_get_velocity_m13A2C2D13A171D9A6E899C0E472C68FCF5E3D5A6(L_9, /*hidden argument*/NULL); V_1 = L_10; float L_11; L_11 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), /*hidden argument*/NULL); float L_12 = ___speed0; bool L_13 = __this->get_m_IsWalking_4(); G_B5_0 = L_12; G_B5_1 = L_11; G_B5_2 = L_8; G_B5_3 = L_7; if (L_13) { G_B6_0 = L_12; G_B6_1 = L_11; G_B6_2 = L_8; G_B6_3 = L_7; goto IL_006b; } } { float L_14 = __this->get_m_RunstepLenghten_7(); G_B7_0 = L_14; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; G_B7_3 = G_B5_2; G_B7_4 = G_B5_3; goto IL_0070; } IL_006b: { G_B7_0 = (1.0f); G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; G_B7_3 = G_B6_2; G_B7_4 = G_B6_3; } IL_0070: { NullCheck(G_B7_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = CurveControlledBob_DoHeadBob_mB0983151149C57CFAEAF837EC93D6DE9BA07F09E(G_B7_3, ((float)il2cpp_codegen_add((float)G_B7_2, (float)((float)il2cpp_codegen_multiply((float)G_B7_1, (float)G_B7_0)))), /*hidden argument*/NULL); NullCheck(G_B7_4); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(G_B7_4, L_15, /*hidden argument*/NULL); // newCameraPosition = m_Camera.transform.localPosition; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_16 = __this->get_m_Camera_21(); NullCheck(L_16); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17; L_17 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_16, /*hidden argument*/NULL); NullCheck(L_17); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_17, /*hidden argument*/NULL); V_0 = L_18; // newCameraPosition.y = m_Camera.transform.localPosition.y - m_JumpBob.Offset(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_19 = __this->get_m_Camera_21(); NullCheck(L_19); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_20; L_20 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_19, /*hidden argument*/NULL); NullCheck(L_20); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_20, /*hidden argument*/NULL); float L_22 = L_21.get_y_3(); LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * L_23 = __this->get_m_JumpBob_16(); NullCheck(L_23); float L_24; L_24 = LerpControlledBob_Offset_mB3F28F3F7F003505776686DF7416FF0283EB6A82_inline(L_23, /*hidden argument*/NULL); (&V_0)->set_y_3(((float)il2cpp_codegen_subtract((float)L_22, (float)L_24))); // } goto IL_00e6; } IL_00b7: { // newCameraPosition = m_Camera.transform.localPosition; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_25 = __this->get_m_Camera_21(); NullCheck(L_25); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_26; L_26 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_25, /*hidden argument*/NULL); NullCheck(L_26); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27; L_27 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_26, /*hidden argument*/NULL); V_0 = L_27; // newCameraPosition.y = m_OriginalCameraPosition.y - m_JumpBob.Offset(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_28 = __this->get_address_of_m_OriginalCameraPosition_29(); float L_29 = L_28->get_y_3(); LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * L_30 = __this->get_m_JumpBob_16(); NullCheck(L_30); float L_31; L_31 = LerpControlledBob_Offset_mB3F28F3F7F003505776686DF7416FF0283EB6A82_inline(L_30, /*hidden argument*/NULL); (&V_0)->set_y_3(((float)il2cpp_codegen_subtract((float)L_29, (float)L_31))); } IL_00e6: { // m_Camera.transform.localPosition = newCameraPosition; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_32 = __this->get_m_Camera_21(); NullCheck(L_32); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_33; L_33 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_32, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_34 = V_0; NullCheck(L_33); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_33, L_34, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Characters.FirstPerson.FirstPersonController::GetInput(System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirstPersonController_GetInput_mF4AB933D87EDE6957A437045F1BFEA59C7E6A07A (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __this, float* ___speed0, 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*)&_stringLiteral265E15F1F86F1C766555899D5771CF29055DE75A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; bool V_2 = false; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); float* G_B2_0 = NULL; float* G_B1_0 = NULL; float G_B3_0 = 0.0f; float* G_B3_1 = NULL; FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * G_B10_0 = NULL; FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * G_B9_0 = NULL; RuntimeObject* G_B11_0 = NULL; FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * G_B11_1 = NULL; { // float horizontal = CrossPlatformInputManager.GetAxis("Horizontal"); IL2CPP_RUNTIME_CLASS_INIT(CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var); float L_0; L_0 = CrossPlatformInputManager_GetAxis_mB7AB6DA9693D497643353CF2B97A48C75F95007E(_stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E, /*hidden argument*/NULL); V_0 = L_0; // float vertical = CrossPlatformInputManager.GetAxis("Vertical"); float L_1; L_1 = CrossPlatformInputManager_GetAxis_mB7AB6DA9693D497643353CF2B97A48C75F95007E(_stringLiteral265E15F1F86F1C766555899D5771CF29055DE75A, /*hidden argument*/NULL); V_1 = L_1; // bool waswalking = m_IsWalking; bool L_2 = __this->get_m_IsWalking_4(); V_2 = L_2; // speed = m_IsWalking ? m_WalkSpeed : m_RunSpeed; float* L_3 = ___speed0; bool L_4 = __this->get_m_IsWalking_4(); G_B1_0 = L_3; if (L_4) { G_B2_0 = L_3; goto IL_002e; } } { float L_5 = __this->get_m_RunSpeed_6(); G_B3_0 = L_5; G_B3_1 = G_B1_0; goto IL_0034; } IL_002e: { float L_6 = __this->get_m_WalkSpeed_5(); G_B3_0 = L_6; G_B3_1 = G_B2_0; } IL_0034: { *((float*)G_B3_1) = (float)G_B3_0; // m_Input = new Vector2(horizontal, vertical); float L_7 = V_0; float L_8 = V_1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_9; memset((&L_9), 0, sizeof(L_9)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_9), L_7, L_8, /*hidden argument*/NULL); __this->set_m_Input_24(L_9); // if (m_Input.sqrMagnitude > 1) Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_10 = __this->get_address_of_m_Input_24(); float L_11; L_11 = Vector2_get_sqrMagnitude_mF489F0EF7E88FF046BA36767ECC50B89674C925A((Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)L_10, /*hidden argument*/NULL); if ((!(((float)L_11) > ((float)(1.0f))))) { goto IL_005f; } } { // m_Input.Normalize(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_12 = __this->get_address_of_m_Input_24(); Vector2_Normalize_m0F1341493AD5F0B7DA4D504A44F52A1E2FFCCEC3((Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)L_12, /*hidden argument*/NULL); } IL_005f: { // if (m_IsWalking != waswalking && m_UseFovKick && m_CharacterController.velocity.sqrMagnitude > 0) bool L_13 = __this->get_m_IsWalking_4(); bool L_14 = V_2; if ((((int32_t)L_13) == ((int32_t)L_14))) { goto IL_00b7; } } { bool L_15 = __this->get_m_UseFovKick_12(); if (!L_15) { goto IL_00b7; } } { CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * L_16 = __this->get_m_CharacterController_26(); NullCheck(L_16); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17; L_17 = CharacterController_get_velocity_m13A2C2D13A171D9A6E899C0E472C68FCF5E3D5A6(L_16, /*hidden argument*/NULL); V_3 = L_17; float L_18; L_18 = Vector3_get_sqrMagnitude_mC567EE6DF411501A8FE1F23A0038862630B88249((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_3), /*hidden argument*/NULL); if ((!(((float)L_18) > ((float)(0.0f))))) { goto IL_00b7; } } { // StopAllCoroutines(); MonoBehaviour_StopAllCoroutines_m6CFEADAA0266A99176A33B47129392DF954962B4(__this, /*hidden argument*/NULL); // StartCoroutine(!m_IsWalking ? m_FovKick.FOVKickUp() : m_FovKick.FOVKickDown()); bool L_19 = __this->get_m_IsWalking_4(); G_B9_0 = __this; if (!L_19) { G_B10_0 = __this; goto IL_00a6; } } { FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_20 = __this->get_m_FovKick_13(); NullCheck(L_20); RuntimeObject* L_21; L_21 = FOVKick_FOVKickDown_mB964A3DD05D1E0337F3462DFF99864E2DD68B55D(L_20, /*hidden argument*/NULL); G_B11_0 = L_21; G_B11_1 = G_B9_0; goto IL_00b1; } IL_00a6: { FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_22 = __this->get_m_FovKick_13(); NullCheck(L_22); RuntimeObject* L_23; L_23 = FOVKick_FOVKickUp_m35F515049C6AE4E4A29C5A83CD6DE9BCC822ACFF(L_22, /*hidden argument*/NULL); G_B11_0 = L_23; G_B11_1 = G_B10_0; } IL_00b1: { NullCheck(G_B11_1); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_24; L_24 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(G_B11_1, G_B11_0, /*hidden argument*/NULL); } IL_00b7: { // } return; } } // System.Void UnityStandardAssets.Characters.FirstPerson.FirstPersonController::RotateView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirstPersonController_RotateView_mD729D6CB1C9C70DAFC522878C2655D6E22989319 (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __this, const RuntimeMethod* method) { { // m_MouseLook.LookRotation (transform, m_Camera.transform); MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 * L_0 = __this->get_m_MouseLook_11(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_2 = __this->get_m_Camera_21(); NullCheck(L_2); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_2, /*hidden argument*/NULL); NullCheck(L_0); MouseLook_LookRotation_mA488F8CAAF8FF957AC2CDF5C6BC13C6AECE13FE4(L_0, L_1, L_3, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Characters.FirstPerson.FirstPersonController::OnControllerColliderHit(UnityEngine.ControllerColliderHit) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirstPersonController_OnControllerColliderHit_m61BE461A3EFCAFDA23EBD42CF46427753A1D5975 (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __this, ControllerColliderHit_t483E787AA2D92263EC1F899BCF1FFC3F2B96D550 * ___hit0, 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; } Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * V_0 = NULL; { // Rigidbody body = hit.collider.attachedRigidbody; ControllerColliderHit_t483E787AA2D92263EC1F899BCF1FFC3F2B96D550 * L_0 = ___hit0; NullCheck(L_0); Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_1; L_1 = ControllerColliderHit_get_collider_mD522F9B1F215BD1E803FF75A2FC66C03E5D7554E(L_0, /*hidden argument*/NULL); NullCheck(L_1); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_2; L_2 = Collider_get_attachedRigidbody_m101FED12AD292F372F98E94A6D02A5E428AA896A(L_1, /*hidden argument*/NULL); V_0 = L_2; // if (m_CollisionFlags == CollisionFlags.Below) int32_t L_3 = __this->get_m_CollisionFlags_27(); if ((!(((uint32_t)L_3) == ((uint32_t)4)))) { goto IL_0016; } } { // return; return; } IL_0016: { // if (body == null || body.isKinematic) Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_5; L_5 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_4, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_5) { goto IL_0027; } } { Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = Rigidbody_get_isKinematic_m597B48C45021313B6C6C4B126E405EF566C5C80C(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0028; } } IL_0027: { // return; return; } IL_0028: { // body.AddForceAtPosition(m_CharacterController.velocity*0.1f, hit.point, ForceMode.Impulse); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_8 = V_0; CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * L_9 = __this->get_m_CharacterController_26(); NullCheck(L_9); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = CharacterController_get_velocity_m13A2C2D13A171D9A6E899C0E472C68FCF5E3D5A6(L_9, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_10, (0.100000001f), /*hidden argument*/NULL); ControllerColliderHit_t483E787AA2D92263EC1F899BCF1FFC3F2B96D550 * L_12 = ___hit0; NullCheck(L_12); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = ControllerColliderHit_get_point_m9625350F7F377C2BC98AD0FA6699F44226B3F60D(L_12, /*hidden argument*/NULL); NullCheck(L_8); Rigidbody_AddForceAtPosition_mEE49C058A6D57C1D5A78207494BFED5906D80D0F(L_8, L_11, L_13, 1, /*hidden argument*/NULL); // } return; } } // System.Boolean UnityStandardAssets.Characters.FirstPerson.FirstPersonController::get_IsQuiet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirstPersonController_get_IsQuiet_m2115B9A9DACFBB62C4F3C96D028D04BFF0FC46B9 (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // if (!m_Jumping && m_CharacterController.velocity.magnitude <= 0) bool L_0 = __this->get_m_Jumping_32(); if (L_0) { goto IL_0024; } } { CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * L_1 = __this->get_m_CharacterController_26(); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = CharacterController_get_velocity_m13A2C2D13A171D9A6E899C0E472C68FCF5E3D5A6(L_1, /*hidden argument*/NULL); V_0 = L_2; float L_3; L_3 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); if ((!(((float)L_3) <= ((float)(0.0f))))) { goto IL_0024; } } { // return true; return (bool)1; } IL_0024: { // return false; } } return (bool)0; } } // System.Boolean UnityStandardAssets.Characters.FirstPerson.FirstPersonController::get_IsWalking() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirstPersonController_get_IsWalking_mD315A66979A8E46C8879068A4014BD68D9AE9A2B (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // if (!m_Jumping && m_IsWalking && m_CharacterController.velocity.magnitude > 0) bool L_0 = __this->get_m_Jumping_32(); if (L_0) { goto IL_002c; } } { bool L_1 = __this->get_m_IsWalking_4(); if (!L_1) { goto IL_002c; } } { CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * L_2 = __this->get_m_CharacterController_26(); NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = CharacterController_get_velocity_m13A2C2D13A171D9A6E899C0E472C68FCF5E3D5A6(L_2, /*hidden argument*/NULL); V_0 = L_3; float L_4; L_4 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); if ((!(((float)L_4) > ((float)(0.0f))))) { goto IL_002c; } } { // return true; return (bool)1; } IL_002c: { // return false; } } return (bool)0; } } // System.Boolean UnityStandardAssets.Characters.FirstPerson.FirstPersonController::get_IsJumping() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirstPersonController_get_IsJumping_mF537167E61F8A5DA36EE1C4538E7AA8DC704E1F1 (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __this, const RuntimeMethod* method) { { // return m_Jumping; bool L_0 = __this->get_m_Jumping_32(); return L_0; } } // System.Boolean UnityStandardAssets.Characters.FirstPerson.FirstPersonController::get_IsRunning() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirstPersonController_get_IsRunning_m442A48A5AF19C89588F8DA87C9CEAAC1AEE7C7B5 (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // if (!m_Jumping && !m_IsWalking && m_CharacterController.velocity.magnitude >= 0) bool L_0 = __this->get_m_Jumping_32(); if (L_0) { goto IL_002c; } } { bool L_1 = __this->get_m_IsWalking_4(); if (L_1) { goto IL_002c; } } { CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E * L_2 = __this->get_m_CharacterController_26(); NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = CharacterController_get_velocity_m13A2C2D13A171D9A6E899C0E472C68FCF5E3D5A6(L_2, /*hidden argument*/NULL); V_0 = L_3; float L_4; L_4 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); if ((!(((float)L_4) >= ((float)(0.0f))))) { goto IL_002c; } } { // return true; return (bool)1; } IL_002c: { // return false; } } return (bool)0; } } // System.Void UnityStandardAssets.Characters.FirstPerson.FirstPersonController::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirstPersonController__ctor_mC29C4274392FB92FA99B4CBD7CAE7EAD76E71D60 (FirstPersonController_t1D81593FDD23E3A49FBB0ABFA170F720F44CDBDA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // [SerializeField] private FOVKick m_FovKick = new FOVKick(); FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_0 = (FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B *)il2cpp_codegen_object_new(FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B_il2cpp_TypeInfo_var); FOVKick__ctor_m4F96E75BF9E5BBB1DD95122C4A0E1E6BAF4815C1(L_0, /*hidden argument*/NULL); __this->set_m_FovKick_13(L_0); // [SerializeField] private CurveControlledBob m_HeadBob = new CurveControlledBob(); CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * L_1 = (CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 *)il2cpp_codegen_object_new(CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039_il2cpp_TypeInfo_var); CurveControlledBob__ctor_m0EAE6C6C687D9144555AEFC5E5667CDCE1DAFE9C(L_1, /*hidden argument*/NULL); __this->set_m_HeadBob_15(L_1); // [SerializeField] private LerpControlledBob m_JumpBob = new LerpControlledBob(); LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * L_2 = (LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 *)il2cpp_codegen_object_new(LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214_il2cpp_TypeInfo_var); LerpControlledBob__ctor_m5298F226DA9B6BD3747475A2B90FF8AC5057ACE6(L_2, /*hidden argument*/NULL); __this->set_m_JumpBob_16(L_2); // private Vector3 m_MoveDir = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); __this->set_m_MoveDir_25(L_3); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * KeyGenerationParameters_get_Random_m96B13620B3ECF5CEB64561A4DBCBC18AC6CB11F4_inline (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * __this, const RuntimeMethod* method) { { // get { return random; } SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = __this->get_random_0(); return L_0; } } 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 RuntimeObject* ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * __this, const RuntimeMethod* method) { { // get { return parameters; } RuntimeObject* L_0 = __this->get_parameters_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ParametersWithRandom_get_Random_mF9C641B992B3D83AC3CE3E4E7AD7D56545538F91_inline (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * __this, const RuntimeMethod* method) { { // get { return random; } SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = __this->get_random_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ElGamalKeyParameters_get_Parameters_mCE4C3D4C8C4BAA830886D6C000C5A450B69E7C29_inline (ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * __this, const RuntimeMethod* method) { { // get { return parameters; } ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_0 = __this->get_parameters_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ElGamalParameters_get_P_mA79BF30B25404781643C8BA50B1DAD8C76B67765_inline (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * __this, const RuntimeMethod* method) { { // get { return p; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_p_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ElGamalPrivateKeyParameters_get_X_m0973856A95C12877440A15A5FD2829CDCB9C7E86_inline (ElGamalPrivateKeyParameters_t695B21670251B5186FBBA7550D3A1B73C4D23C68 * __this, const RuntimeMethod* method) { { // get { return x; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_x_2(); 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 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ElGamalParameters_get_G_mDFF45B690EE3358A09CC773AA1F9844FC1743DBF_inline (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * __this, const RuntimeMethod* method) { { // get { return g; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_g_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ElGamalPublicKeyParameters_get_Y_mA905DC4C7160BC625BC2256F5F10E5719FB5117A_inline (ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * __this, const RuntimeMethod* method) { { // get { return y; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_y_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ElGamalParameters_get_L_m25596E15113C3F1C3BC4030E9AC81C13A3391BFA_inline (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * __this, const RuntimeMethod* method) { { // get { return l; } int32_t L_0 = __this->get_l_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ElGamalKeyGenerationParameters_get_Parameters_m92D0FAA094F0474AE08983E2D0BB8721EB687B2E_inline (ElGamalKeyGenerationParameters_t9DD985B7F64F63A0FC4CAE066DCAB75473B01061 * __this, const RuntimeMethod* method) { { // get { return parameters; } ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_0 = __this->get_parameters_2(); return L_0; } } 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 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 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 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 void Error_set_Code_mB37CCA7F34F48741F9F8F0ED5EEC2E9683DD4A96_inline (Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public SocketIOErrors Code { get; private set; } int32_t L_0 = ___value0; __this->set_U3CCodeU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Error_set_Message_m4115E6745483E9F7AA6D6903C06382D332842CD8_inline (Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string Message { get; private set; } String_t* L_0 = ___value0; __this->set_U3CMessageU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Error_get_Code_m8C9767946B8DDCC25AE36B01DE096AFBE62F7D31_inline (Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 * __this, const RuntimeMethod* method) { { // public SocketIOErrors Code { get; private set; } int32_t L_0 = __this->get_U3CCodeU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Error_get_Message_m326BD28574BAC8CD3019A9A115FDB0572A2CC040_inline (Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 * __this, const RuntimeMethod* method) { { // public string Message { get; private set; } String_t* L_0 = __this->get_U3CMessageU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventDescriptor_set_OnlyOnce_m6CE8E68C9857AC948C6A8349939F47F5DE2F7208_inline (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, bool ___value0, const RuntimeMethod* method) { { // public bool OnlyOnce { get; private set; } bool L_0 = ___value0; __this->set_U3COnlyOnceU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventDescriptor_set_AutoDecodePayload_mDF416F1895CAEDF72D4F4248F24B25BBC07DE3C4_inline (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, bool ___value0, const RuntimeMethod* method) { { // public bool AutoDecodePayload { get; private set; } bool L_0 = ___value0; __this->set_U3CAutoDecodePayloadU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventDescriptor_set_Callbacks_mE6CD8F7477E1DD45EEF98BA4B31E690BAF2394B6_inline (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * ___value0, const RuntimeMethod* method) { { // public List Callbacks { get; private set; } List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * L_0 = ___value0; __this->set_U3CCallbacksU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * EventDescriptor_get_Callbacks_mCACAF3979FF93DCE11972F1055BDCE59C6D7E48B_inline (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, const RuntimeMethod* method) { { // public List Callbacks { get; private set; } List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * L_0 = __this->get_U3CCallbacksU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool EventDescriptor_get_OnlyOnce_mFBD85AEE0A80C2E6099CBB42911657A7F41889B4_inline (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, const RuntimeMethod* method) { { // public bool OnlyOnce { get; private set; } bool L_0 = __this->get_U3COnlyOnceU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventSource_set_Uri_m340E2454D328604CD5147D5224935F58330A1BDC_inline (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method) { { // public Uri Uri { get; private set; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___value0; __this->set_U3CUriU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventSource_set_ReconnectionTime_m5B52999E64E8A67D1D0AE8513C5AC9A12E692EF2_inline (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { // public TimeSpan ReconnectionTime { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; __this->set_U3CReconnectionTimeU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * EventSource_get_Uri_m1370AB0530BBE845F4A179A904EB08F957401A8D_inline (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method) { { // public Uri Uri { get; private set; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_U3CUriU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventSource_set_InternalRequest_m00CEB292B8401A4499B493A3ABB23FF53FC93E2F_inline (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___value0, const RuntimeMethod* method) { { // public HTTPRequest InternalRequest { get; private set; } HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_0 = ___value0; __this->set_U3CInternalRequestU3Ek__BackingField_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * EventSource_get_InternalRequest_m3483FCCAF2FE37C4C1612A90670AC1DE93C14B92_inline (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method) { { // public HTTPRequest InternalRequest { get; private set; } HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_0 = __this->get_U3CInternalRequestU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_ProtocolHandler_m8B2D5D3A8B05C65B0D6D354B0DC73FC280096B28_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public SupportedProtocols ProtocolHandler { get; set; } int32_t L_0 = ___value0; __this->set_U3CProtocolHandlerU3Ek__BackingField_39(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_DisableRetry_m86128201E93DF4B8F3FDB048878FDEBE8E321A73_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool DisableRetry { get; set; } bool L_0 = ___value0; __this->set_U3CDisableRetryU3Ek__BackingField_14(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t EventSource_get_State_mF75BD4D04D925F4F674F938260B3C7422319F966_inline (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method) { { // return _state; int32_t L_0 = __this->get__state_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EventSource_get_LastEventId_mFF492F986B249B4F97F3A70AA2F7B96AB16A589D_inline (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method) { { // public string LastEventId { get; private set; } String_t* L_0 = __this->get_U3CLastEventIdU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_State_mA2343B8DDC11F4489B724FDC12DD6671C55DA82A_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // public HTTPRequestStates State { get; internal set; } int32_t L_0 = __this->get_U3CStateU3Ek__BackingField_28(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public int StatusCode { get; protected set; } int32_t L_0 = __this->get_U3CStatusCodeU3Ek__BackingField_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_Message_m1898E05F9D431E994A4D955B9B6C92A3C98A9383_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public string Message { get; protected set; } String_t* L_0 = __this->get_U3CMessageU3Ek__BackingField_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // public Exception Exception { get; internal set; } Exception_t * L_0 = __this->get_U3CExceptionU3Ek__BackingField_19(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Message_get_Id_m7047ACC6B450EE467B5D7A388C58394ADE9B7B74_inline (Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * __this, const RuntimeMethod* method) { { // public string Id { get; internal set; } String_t* L_0 = __this->get_U3CIdU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventSource_set_LastEventId_m8702187A273C720ADFC5443EEA64853F274A4BAF_inline (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string LastEventId { get; private set; } String_t* L_0 = ___value0; __this->set_U3CLastEventIdU3Ek__BackingField_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Message_get_Retry_mDAF12129C39A52272E058905E76F82A9D2A57115_inline (Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * __this, const RuntimeMethod* method) { { // public TimeSpan Retry { get; internal set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CRetryU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Message_get_Data_mAD7C9339E8BAE0BC5FD2F574ACCC87B72381E92F_inline (Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * __this, const RuntimeMethod* method) { { // public string Data { get; internal set; } String_t* L_0 = __this->get_U3CDataU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Message_get_Event_m8BA5F0060559B496A9F6275F64BB40214C0667F3_inline (Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * __this, const RuntimeMethod* method) { { // public string Event { get; internal set; } String_t* L_0 = __this->get_U3CEventU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 EventSource_get_ReconnectionTime_m51CE8BD10EEAD005804C6BD8E22F9F9F5D6C708D_inline (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method) { { // public TimeSpan ReconnectionTime { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CReconnectionTimeU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPResponse_set_IsClosedManually_m39AF781E305670B505A4309FCC6807C975E9C363_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsClosedManually { get; protected set; } bool L_0 = ___value0; __this->set_U3CIsClosedManuallyU3Ek__BackingField_18(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPResponse_set_IsUpgraded_m7381ACA9903626CFE960A5194EF559142F831A58_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsUpgraded { get; protected set; } bool L_0 = ___value0; __this->set_U3CIsUpgradedU3Ek__BackingField_14(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsUpgraded_m741260E1BB78F03FC9A3446C2FF692698B2629E3_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public bool IsUpgraded { get; protected set; } bool L_0 = __this->get_U3CIsUpgradedU3Ek__BackingField_14(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_State_m8B42AABAE06683325CA663653FEB8692EC78B4DA_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public HTTPRequestStates State { get; internal set; } int32_t L_0 = ___value0; __this->set_U3CStateU3Ek__BackingField_28(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPUpdateDelegator_get_IsCreated_m31E559E5D6674AC4F0F4AB3BAF2C5C1CFB751F25_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static bool IsCreated { get; private set; } IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); bool L_0 = ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->get_U3CIsCreatedU3Ek__BackingField_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_Exception_mA64B041648A30DDA995B04F2137B0A7B2A93EC00_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, Exception_t * ___value0, const RuntimeMethod* method) { { // public Exception Exception { get; internal set; } Exception_t * L_0 = ___value0; __this->set_U3CExceptionU3Ek__BackingField_19(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventSourceResponse_set_IsClosed_m22DE678CE7910E2397D39A2CED5FAD4E3D842383_inline (EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsClosed { get; private set; } bool L_0 = ___value0; __this->set_U3CIsClosedU3Ek__BackingField_32(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Message_set_Id_mD5B900562221AD61CF8604A6D9033BD8950D03AD_inline (Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string Id { get; internal set; } String_t* L_0 = ___value0; __this->set_U3CIdU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Message_set_Event_m62DE054742EA6AD15BD4439A4D444EAE1D14DA72_inline (Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string Event { get; internal set; } String_t* L_0 = ___value0; __this->set_U3CEventU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Message_set_Data_mBE4030C1796437AF7CEAC49344FF36B57CB511BB_inline (Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string Data { get; internal set; } String_t* L_0 = ___value0; __this->set_U3CDataU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Message_set_Retry_mBAF5BED69C4C63AE9CFFCD07F7E1A0F8986C9346_inline (Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { // public TimeSpan Retry { get; internal set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; __this->set_U3CRetryU3Ek__BackingField_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool EventSourceResponse_get_IsClosed_m1A3BA9F0733F33BE1CBAE486C231F86C003CFD22_inline (EventSourceResponse_t8DF68E0CA897F157917279A5863C7A8730E5524A * __this, const RuntimeMethod* method) { { // public bool IsClosed { get; private set; } bool L_0 = __this->get_U3CIsClosedU3Ek__BackingField_32(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventTable_set_Socket_m6C3BDBC65303F2F1B88841DC0CAD62FA14860D5B_inline (EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___value0, const RuntimeMethod* method) { { // private Socket Socket { get; set; } Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_0 = ___value0; __this->set_U3CSocketU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * EventTable_get_Socket_mFD914C56440C825BFFB25B6D7DEA2692203AAA4C_inline (EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * __this, const RuntimeMethod* method) { { // private Socket Socket { get; set; } Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_0 = __this->get_U3CSocketU3Ek__BackingField_0(); 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_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 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 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 bool Packet_get_IsDecoded_mCF5FEA7F70C112BA3FBBBEC0759B09A09C571D6B_inline (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method) { { // public bool IsDecoded { get; private set; } bool L_0 = __this->get_U3CIsDecodedU3Ek__BackingField_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool EventDescriptor_get_AutoDecodePayload_mAC54D034196B63010CF12B8AF7862F7A732A49E9_inline (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, const RuntimeMethod* method) { { // public bool AutoDecodePayload { get; private set; } bool L_0 = __this->get_U3CAutoDecodePayloadU3Ek__BackingField_2(); 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_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___b1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___b1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___a0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___b1; float L_11 = L_10.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_12), ((float)il2cpp_codegen_add((float)L_1, (float)L_3)), ((float)il2cpp_codegen_add((float)L_5, (float)L_7)), ((float)il2cpp_codegen_add((float)L_9, (float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0030; } IL_0030: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Quaternion_get_x_m5804576B9ECE22F12FB5124D1F6BDD43EE6F9BAC_inline (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * __this, const RuntimeMethod* method) { { double L_0 = __this->get_U3CxU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Quaternion_get_y_m23E8626BD7B51A7524CABCDD8EB6FF1A93DA6485_inline (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * __this, const RuntimeMethod* method) { { double L_0 = __this->get_U3CyU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Quaternion_get_z_m7ED0921757A35EBAEB777FE1F945DCB3F15B877B_inline (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * __this, const RuntimeMethod* method) { { double L_0 = __this->get_U3CzU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Quaternion_get_w_m45F5943EEAAB4831F5A79F0131CC7FB2AAF15DC3_inline (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * __this, const RuntimeMethod* method) { { double L_0 = __this->get_U3CwU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MatrixF2D_get_Width_m491C29326ECF1B5C5D5AF67699AC09E0B9F880DC_inline (MatrixF2D_t7D409AD455553A67E553F84167659FE55436DC9C * __this, const RuntimeMethod* method) { { // public int Width { get { return _Width; } } int32_t L_0 = __this->get__Width_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_Family_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HeaderValue_set_Value_m65052F683739A015843D4FB9C0DAF3244DC31403_inline (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string Value { get; set; } String_t* L_0 = ___value0; __this->set_U3CValueU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // get { return m_x; } ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = __this->get_m_x_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // get { return m_y; } ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = __this->get_m_y_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // get { return m_zs; } ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_0 = __this->get_m_zs_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // get { return m_withCompression; } bool L_0 = __this->get_m_withCompression_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_InvocationId_m091A54E1EF3C01242F6D5D9461D05C85786164F0_inline (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, uint64_t ___value0, const RuntimeMethod* method) { { // public UInt64 InvocationId { get; private set; } uint64_t L_0 = ___value0; __this->set_U3CInvocationIdU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_ErrorMessage_m18E89D96A4CFC506E7AA358D918BD6083708AB30_inline (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string ErrorMessage { get; private set; } String_t* L_0 = ___value0; __this->set_U3CErrorMessageU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_IsHubError_mDDA16773299724FDCFA59CDA7EDA6705BC842323_inline (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsHubError { get; private set; } bool L_0 = ___value0; __this->set_U3CIsHubErrorU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_AdditionalData_mAA524E3617AFF0FD8FE6B9C3899F473C6FCA8BB5_inline (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { // public IDictionary AdditionalData { get; private set; } RuntimeObject* L_0 = ___value0; __this->set_U3CAdditionalDataU3Ek__BackingField_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_StackTrace_m7E2FD930BA0B11B62655D94E090352C1FF50F7F6_inline (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string StackTrace { get; private set; } String_t* L_0 = ___value0; __this->set_U3CStackTraceU3Ek__BackingField_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FailureMessage_set_State_m4365A83CF27E945F61FFA368F6C7F0A6C4C0AAA0_inline (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { // public IDictionary State { get; private set; } RuntimeObject* L_0 = ___value0; __this->set_U3CStateU3Ek__BackingField_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_State_m5B221CF3A4563ABCB163FE5B1EC9A4FFA2D745A6_inline (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public HTTPConnectionStates State { get; protected set; } int32_t L_0 = ___value0; __this->set_U3CStateU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ConnectionBase_get_State_m622F93DB6DF6845C5025622F383FB3B59A7FB164_inline (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method) { { // public HTTPConnectionStates State { get; protected set; } int32_t L_0 = __this->get_U3CStateU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_TimedOutStart_m763485949BAF9B456D79B83A1884AE4C9B602500_inline (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { { // public DateTime TimedOutStart { get; protected set; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; __this->set_U3CTimedOutStartU3Ek__BackingField_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method) { { // public HTTPRequest CurrentRequest { get; protected set; } HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_0 = __this->get_U3CCurrentRequestU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPRequest_get_UseStreaming_m85DCE89D5F354C9220188675669714BBC3A89053_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // get { return useStreaming; } bool L_0 = __this->get_useStreaming_53(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_Response_mB4466BAA1F8D09D4828DD49FB3DBEC2E514367E3_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___value0, const RuntimeMethod* method) { { // public HTTPResponse Response { get; internal set; } HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_0 = ___value0; __this->set_U3CResponseU3Ek__BackingField_17(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // public HTTPResponse Response { get; internal set; } HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_0 = __this->get_U3CResponseU3Ek__BackingField_17(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float LerpControlledBob_Offset_mB3F28F3F7F003505776686DF7416FF0283EB6A82_inline (LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * __this, const RuntimeMethod* method) { { // return m_Offset; float L_0 = __this->get_m_Offset_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_gshared_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __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 Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_gshared_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __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: { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_2 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__items_1(); int32_t L_3 = ___index0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)L_2, (int32_t)L_3); return (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_4; } } 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 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; } }