#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 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 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 InterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; // System.Action`1 struct Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tAF97BD994FECC209A1DDB69EC91DF3972CE03ED3; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6; // System.Func`1 struct Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F; // System.Func`2 struct Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C; // System.Func`2 struct Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82; // System.Func`4 struct Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84; // System.Collections.Generic.HashSet`1 struct HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5; // System.Collections.Generic.HashSet`1 struct HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229; // System.Collections.Generic.HashSet`1 struct HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551; // System.Collections.Generic.HashSet`1 struct HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130; // System.Collections.Generic.HashSet`1 struct HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tBD60400523D840591A17E4CBBACC79397F68FAA2; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tDBC849B8248C833C53F1762E771EFC477EB8AF18; // System.Collections.Generic.List`1 struct List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE; // System.Collections.Generic.List`1 struct List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF; // System.Collections.Generic.List`1 struct List_1_t34AA4AF4E7352129CA58045901530E41445AC16D; // System.Collections.Generic.List`1 struct List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1; // System.Collections.Generic.List`1 struct List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5; // System.Collections.Generic.List`1 struct List_1_t406EC705E72137D2240DC7D4E2B21A200546B181; // System.Collections.Generic.List`1 struct List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7; // System.Collections.Generic.List`1 struct List_1_t815A476B0A21E183042059E705F9E505478CD8AE; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7; // System.Collections.Generic.List`1 struct List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_tE52E5C2E148404DCA0A2B88A1600C766B82394C6; // System.Collections.Generic.List`1 struct List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C; // System.Collections.Generic.List`1 struct List_1_t432BA4439FC00E108A9A351BD7FBCD9242270BB3; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 struct ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789; // System.Collections.Generic.Queue`1 struct Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64; // System.Collections.Generic.Queue`1 struct Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D; // System.Collections.Generic.Queue`1 struct Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4; // System.Collections.Generic.Queue`1 struct Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t00EE92422CBB066CEAB95CDDBF901E2967EC7B1A; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647; // UnityEngine.Events.UnityAction`2 struct UnityAction_2_tAD71BB8400F962D7BF56B62AB0BDE240DB0E1C9C; // UnityEngine.Events.UnityAction`2 struct UnityAction_2_tEFCA18FE3C90D2F7EB8020567924EABADE83DF0D; // UnityEngine.Events.UnityAction`3 struct UnityAction_3_tC1189A1E8FC4BAD7A18A012CB5287659C9CCE7BF; // UnityEngine.Events.UnityAction`3 struct UnityAction_3_t67889EAAB8B22A51A51E16D584F6431D521E06C1; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t32063FE815890FF672DF76288FAC4ABE089B899F; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t208A952325F66BFCB1EDEECEFEF5F1C7A16298A0; // UnityEngine.Events.UnityEvent`2 struct UnityEvent_2_t528947688904F26DFB16C3AFF468E62DF205DC60; // UnityEngine.Events.UnityEvent`2 struct UnityEvent_2_t87EBBE9C0951F807F3734879525E5449ED7779D1; // UnityEngine.Events.UnityEvent`3 struct UnityEvent_3_t40EF0E7CE2D5D60141A44163D21A499541084F4F; // UnityEngine.Events.UnityEvent`3 struct UnityEvent_3_t491B50A20C43814FDE7F5D7B4564E3D5472B90C9; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] struct DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString[] struct DirectoryStringU5BU5D_t34180A3388F3D0BBF1EEE4A11DBDB978042EC7FB; // UnityEngine.GameObject[] struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642; // BestHTTP.SignalR.Hubs.Hub[] struct HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44; // BestHTTP.WebSocket.Extensions.IExtension[] struct IExtensionU5BU5D_t509054E3F4ED8DB407352F0A62AF618B4BB9C2B8; // UnityEngine.UI.Image[] struct ImageU5BU5D_t173C9D1F1D57DABC8260713678F7094C9E7FD224; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // LanguageFontSize[] struct LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0; // MenuBackInterface[] struct MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // PropConfig[] struct PropConfigU5BU5D_t943E037504A78778E3718204CCB7B1552A7A7CF0; // PropInfo[] struct PropInfoU5BU5D_tE6511FABDB0A764A9F15A5200E0CEE5130C0FC34; // UnityEngine.Quaternion[] struct QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6; // UnityEngine.UI.Selectable[] struct SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SigPolicyQualifierInfo[] struct SigPolicyQualifierInfoU5BU5D_t60368F7D1C4A6E09E81F07F4635AAA40C6FF2086; // UnityEngine.Sprite[] struct SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure[] struct X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58; // AgreementView struct AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C; // AimHandler struct AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9; // AnimationPlayer struct AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // ArmBow struct ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4; // 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.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Attribute struct Attribute_tFAC290DB5D91F7BA3B40B3568E446535DE0B111D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate struct AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificateInfo struct AttributeCertificateInfo_t8A4397436EDC1C23F6E7CEFDB206046F68DABC00; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable struct AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Attributes struct Attributes_t241AA09EB05F1DC88E6C0EEAFB35EA2A8D865ECF; // AudioMgr struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B; // System.Threading.AutoResetEvent struct AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D; // AxisBaseHandler struct AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.BasicConstraints struct BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C; // 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.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // BluetoothAim struct BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243; // ArduinoBluetoothAPI.BluetoothHelper struct BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2; // ArduinoBluetoothAPI.BluetoothHelperCharacteristic struct BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9; // ArduinoBluetoothAPI.BluetoothHelperService struct BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9; // BluetoothShoot struct BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6; // BowCamera struct BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9; // BowRotateConvert struct BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384; // BestHTTP.Extensions.BufferPoolMemoryStream struct BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B; // UnityEngine.UI.Button struct Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D; // CMD struct CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate struct Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest struct CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620; // JCEngineCore.Channel struct Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator struct CmsAttributeTableGenerator_tC4D4B76820435A34F98C630ABFE66A3DAB36D4EF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper struct CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsException struct CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable struct CmsProcessable_tE731977763D33565DE06C75C81DE8EF238932D03; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper struct CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsStreamException struct CmsStreamException_t7C04653FDED0D9FFF1FC6E17B72026855A012AD0; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // BestHTTP.SignalR.Connection struct Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo struct ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.ContentInfo struct ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser struct ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7; // JCUnityLib.CountLock struct CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CounterSignatureDigestCalculator struct CounterSignatureDigestCalculator_tE2F206230523377D4B74C24CDAD851A4BD8DE2AF; // BestHTTP.Authentication.Credentials struct Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject struct DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54; // DebugForDevice struct DebugForDevice_t2AA686C4546FE35496F1B5EC8FD1FC91A5439900; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.DefaultSignedAttributeTableGenerator struct DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C; // 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.DerSet struct DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase struct DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String struct DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DigestInfo struct DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestSink struct DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString struct DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // UnityEngine.Event struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E; // BestHTTP.ServerSentEvents.EventSource struct EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39; // System.Exception struct Exception_t; // UnityEngine.UI.FontData struct FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738; // BestHTTP.Decompression.Zlib.GZipStream struct GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest struct GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException struct GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24; // BestHTTP.Caching.HTTPCacheFileInfo struct HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA; // BestHTTP.Forms.HTTPFormBase struct HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2; // BestHTTP.HTTPRequest struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42; // BestHTTP.HTTPResponse struct HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher struct IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // BestHTTP.SignalR.Authentication.IAuthenticationProvider struct IAuthenticationProvider_t1EEDDE546985C71F5FB8EF9B1B944FAE3C572508; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher struct IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher struct IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915; // 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; // BestHTTP.SignalR.IConnection struct IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest struct IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.IDigestCalculator struct IDigestCalculator_t4463FF04961631D59AEC02584C37C949C0932435; // System.Collections.IEnumerable struct IEnumerable_t47A618747A1BB2A868710316F7372094849163A2; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // BestHTTP.SignalR.JsonEncoders.IJsonEncoder struct IJsonEncoder_t60633286C2A6690DBCBCF55E0F1322DC6C8B13CD; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // BestHTTP.Logger.ILogger struct ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable struct IMemoable_tCAA06406EC7801BBF87BFBDB788638640A87D5BC; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IRsa struct IRsa_t5A726381CECF18A2B9E14F74788E42C24FD7D46F; // BestHTTP.SignalR.Messages.IServerMessage struct IServerMessage_t49A44EB2445F67443853A8C0C7775D328B2B43A5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet struct ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISignatureFactory struct ISignatureFactory_t1572BDBCE1A2741BB5DF8A6BE3FC219B7722135B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner struct ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA; // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C; // UnityEngine.UI.InputField struct InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // UnityEngine.Events.InvokableCallList struct InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber struct IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.IssuerAndSerialNumber struct IssuerAndSerialNumber_t9AF3BE30F7F3AD3A743165140216BE29DD3E9F85; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest struct KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C; // LanguageDefault struct LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest struct LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.MemoableResetException struct MemoableResetException_tFB7EEBFF78B0C7435E4E3F57922ECA8DD1CBE97E; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // MenuBackController struct MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4; // MenuBackInterface struct MenuBackInterface_t83F97C72E65FAFC7D5CBB95AEC59CFFB70710488; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // BestHTTP.ServerSentEvents.Message struct Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // MouseConfirm struct MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA; // BestHTTP.SignalR.Messages.MultiMessage struct MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4; // BestHTTP.SignalR.NegotiationData struct NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // BestHTTP.OnBeforeHeaderSendDelegate struct OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F; // BestHTTP.OnBeforeRedirectionDelegate struct OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238; // BestHTTP.SignalR.OnClosedDelegate struct OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA; // BestHTTP.SignalR.OnConnectedDelegate struct OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99; // BestHTTP.OnDownloadProgressDelegate struct OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69; // BestHTTP.ServerSentEvents.OnErrorDelegate struct OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6; // BestHTTP.SignalR.OnErrorDelegate struct OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30; // BestHTTP.ServerSentEvents.OnGeneralEventDelegate struct OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C; // BestHTTP.ServerSentEvents.OnMessageDelegate struct OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F; // BestHTTP.SignalR.OnNonHubMessageDelegate struct OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4; // BestHTTP.SignalR.OnPrepareRequestDelegate struct OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6; // BestHTTP.OnRequestFinishedDelegate struct OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4; // BestHTTP.ServerSentEvents.OnRetryDelegate struct OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33; // BestHTTP.SignalR.OnStateChanged struct OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24; // BestHTTP.ServerSentEvents.OnStateChangedDelegate struct OnStateChangedDelegate_t6EE433C3A171EBB3BE1825700E2DE0EDA19AD3B1; // BestHTTP.SignalR.Transports.OnTransportStateChangedDelegate struct OnTransportStateChangedDelegate_t0B3FDEA307B3DBE1EC22A4A7E4DF6493D2CF1AC3; // BestHTTP.OnUploadProgressDelegate struct OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D; // BestHTTP.WebSocket.OnWebSocketBinaryDelegate struct OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB; // BestHTTP.WebSocket.OnWebSocketClosedDelegate struct OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E; // BestHTTP.WebSocket.OnWebSocketErrorDelegate struct OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9; // BestHTTP.WebSocket.OnWebSocketErrorDescriptionDelegate struct OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0; // BestHTTP.WebSocket.OnWebSocketIncompleteFrameDelegate struct OnWebSocketIncompleteFrameDelegate_t73D097DAFC62900EFBCBC85DB4EAEA86C2080369; // BestHTTP.WebSocket.OnWebSocketMessageDelegate struct OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8; // BestHTTP.WebSocket.OnWebSocketOpenDelegate struct OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherHashAlgAndValue struct OtherHashAlgAndValue_tD32252A5AC1A2D5F58BD9D8CEF2E2B94E615AD62; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV struct ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0; // UnityEngine.Events.PersistentCallGroup struct PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC; // PopupMgr struct PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC; // BestHTTP.SignalR.Transports.PostSendTransportBase struct PostSendTransportBase_t4451881D9F7333892B8989F3D99EEBF81E2A54DC; // PropConfig struct PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6; // PropInfo struct PropInfo_tF5BCABE6987410BB5DAF7F5C0A96E9A9DC5E776A; // PropMgr struct PropMgr_tC6D3D347EF5EB70CDA29E2F63C9545191AD20E38; // BestHTTP.Proxy struct Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner struct PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine struct RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters struct RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters struct RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69; // SB_EventSystem struct SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // JC.ScrollPanel struct ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5; // UnityEngine.UI.ScrollRect struct ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA; // UnityEngine.UI.Scrollbar struct Scrollbar_tECAC7FD315210FC856A3EC60AE1847A66AAF6C28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName struct ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerNameList struct ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerOnlyTlsAuthentication struct ServerOnlyTlsAuthentication_t95A12CA10D44DF71E6DEC6EECDD5FCD3A78ABEE2; // BestHTTP.SignalR.Transports.ServerSentEventsTransport struct ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerSrpParams struct ServerSrpParams_t187D4885F90F22B7E89EB4021EDF9D3F1CE01B50; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ServiceLocator struct ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters struct SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D; // SettingsGameView struct SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656; // SettingsView struct SettingsView_tDAD6B295B0B7B233AA49189237C3EB4B3CDD2741; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest struct Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest struct Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest struct Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha384Digest struct Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha3Digest struct Sha3Digest_t993BA389E13B74994A26F9F3C4C84AA3DB8F1DE8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512Digest struct Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest struct Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest struct ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A; // BestHTTP.Decompression.Zlib.SharedUtils struct SharedUtils_t84EE6B482B5F5C2D610AE3BF4A56651123A8AE28; // ShootCheck struct ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0; // ShopView struct ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShortenedDigest struct ShortenedDigest_t428C6BAE7B770E7CA09EA85E0098F4F1ED2080CB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher struct SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6; // SideTipView struct SideTipView_tF29D7FCAD1E07BA87540FE146D264BE312108248; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SigI.SigIObjectIdentifiers struct SigIObjectIdentifiers_tBEDCBB0806734575D202EBE2405F472E46F353A1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SigPolicyQualifierInfo struct SigPolicyQualifierInfo_tA854D3B632C523348AC215A4721BF7CF5B238D79; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.Signature struct Signature_t0830F05877C4A5992C08D4C2C0A64B7E600BE83E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAlgorithm struct SignatureAlgorithm_t75694E80722E0B12332E722BCC98F3D48451925C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm struct SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignatureException struct SignatureException_t8646C7AB185E39DCCA9ED2BC70B36207BA5A8EBA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignaturePolicyId struct SignaturePolicyId_t376F319DB0453CACDD72EA8FCF056CD407DF1C39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignaturePolicyIdentifier struct SignaturePolicyIdentifier_tC09C08D2D004844C422B3E1168F8574BF3956383; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData struct SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignedData struct SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser struct SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignerAttribute struct SignerAttribute_t5C65A4641A29A92003ED149F2C73D3B00FA9157E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerID struct SignerID_t01F15D9BDA153DAD4973F016A2B9D6D239145660; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier struct SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo struct SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignerInfo struct SignerInfo_t1A07810454919481C4CFCAB997EF39E12E0174C8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGenerator struct SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGeneratorBuilder struct SignerInfoGeneratorBuilder_t09BECEA2C8C3FA636E2020B6E7E1A6CCC46ED843; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation struct SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore struct SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignerInputBuffer struct SignerInputBuffer_t4D8817DAFF2A9470AF8F642D77F17B84F6252CBF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignerLocation struct SignerLocation_tA2A47942C3C6F9D1DEEA0B2C6307D99F91928A8F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerSink struct SignerSink_tD8D17441864F2FD3C6FDBE457D3C3D88F1588B43; // JC.Unity.SimulateMouse struct SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo struct SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // TextAutoLanguage struct TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1; // TextAutoLanguage2 struct TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE; // UnityEngine.TextGenerator struct TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Time struct Time_t022AC85BCF201BD56C0B10B4B311BD7869A1BA41; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext struct TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCredentials struct TlsCredentials_t6C3F3B2C48D027442C1753CA9C9E1D75BC3B4CA7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert struct TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946; // UnityEngine.TouchScreenKeyboard struct TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // BestHTTP.SignalR.Transports.TransportBase struct TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC; // System.Type struct Type_t; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // UnityEngine.Events.UnityEvent struct UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4; // UnityEngine.Events.UnityEventBase struct UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // UserPlayer struct UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6; // UserSettings struct UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // JCUnityLib.ViewBase struct ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC; // ViewMgr struct ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.WaitForSecondsRealtime struct WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40; // BestHTTP.WebSocket.WebSocket struct WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54; // BestHTTP.WebSocket.WebSocketResponse struct WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector struct X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate struct X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure struct X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509NameEntryConverter struct X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351; // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F; // UnityEngine.UI.InputField/EndEditEvent struct EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D; // UnityEngine.UI.InputField/OnChangeEvent struct OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7; // UnityEngine.UI.InputField/OnValidateInput struct OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F; // UnityEngine.UI.InputField/SubmitEvent struct SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE; // SB_EventSystem/MouseTest struct MouseTest_t19667380CD6500B956B18AF63436737941DB14FD; // UnityEngine.UI.ScrollRect/ScrollRectEvent struct ScrollRectEvent_tA2F08EF8BB0B0B0F72DB8242DC5AB17BB0D1731E; // ShopView/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t82E7CEB3FC7547CADE8AA758B1150EDCDC82ECE0; // ShopView/<>c__DisplayClass14_0 struct U3CU3Ec__DisplayClass14_0_tFCF1275BE316A96A3BFD414FACC9C59E654BB67E; // ShopView/<>c__DisplayClass14_1 struct U3CU3Ec__DisplayClass14_1_t82BB31FE6DF982DB7134B1F4B306B4F453C4A3C9; // ShopView/<>c__DisplayClass15_0 struct U3CU3Ec__DisplayClass15_0_t0AADC054BEC42A4CCE6171485B575A41EAA43DDA; // ShopView/<>c__DisplayClass15_1 struct U3CU3Ec__DisplayClass15_1_t751C0280E1BB6455628D8294C4AD02022EA53EA7; // ShopView/<>c__DisplayClass16_0 struct U3CU3Ec__DisplayClass16_0_tEC4FFE322400974054392879A9D79F37519F6B63; // ShopView/<>c__DisplayClass16_1 struct U3CU3Ec__DisplayClass16_1_t3265DACF9A3ABB6136EF0A6604DBA4AD9E67C445; // SideTipView/d__7 struct U3CAutoDestroyU3Ed__7_tB7993D43107BFA22F2C61663AB4A36F746FF8C3F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignerInputBuffer/SigStream struct SigStream_t5BB9FB13CF4532AA07553F3575F1F5ED87490E34; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; // UserPlayer/TempData struct TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A; IL2CPP_EXTERN_C RuntimeClass* AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* 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* Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49_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* AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Attribute_tFAC290DB5D91F7BA3B40B3568E446535DE0B111D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsProcessable_tE731977763D33565DE06C75C81DE8EF238932D03_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsStreamException_t7C04653FDED0D9FFF1FC6E17B72026855A012AD0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CounterSignatureDigestCalculator_tE2F206230523377D4B74C24CDAD851A4BD8DE2AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DebugForDevice_t2AA686C4546FE35496F1B5EC8FD1FC91A5439900_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_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* DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_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* DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DirectoryStringU5BU5D_t34180A3388F3D0BBF1EEE4A11DBDB978042EC7FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_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* IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDigestCalculator_t4463FF04961631D59AEC02584C37C949C0932435_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ImageAutoLanguage_t2F397D7AB36C88F6B5376313709456EBA4DE1F91_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* InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoableResetException_tFB7EEBFF78B0C7435E4E3F57922ECA8DD1CBE97E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* 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* OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropMgr_tC6D3D347EF5EB70CDA29E2F63C9545191AD20E38_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServerSrpParams_t187D4885F90F22B7E89EB4021EDF9D3F1CE01B50_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sha3Digest_t993BA389E13B74994A26F9F3C4C84AA3DB8F1DE8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SideTipView_tF29D7FCAD1E07BA87540FE146D264BE312108248_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SigIObjectIdentifiers_tBEDCBB0806734575D202EBE2405F472E46F353A1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SigPolicyQualifierInfoU5BU5D_t60368F7D1C4A6E09E81F07F4635AAA40C6FF2086_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SigPolicyQualifierInfo_tA854D3B632C523348AC215A4721BF7CF5B238D79_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SigStream_t5BB9FB13CF4532AA07553F3575F1F5ED87490E34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignatureException_t8646C7AB185E39DCCA9ED2BC70B36207BA5A8EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignaturePolicyId_t376F319DB0453CACDD72EA8FCF056CD407DF1C39_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignaturePolicyIdentifier_tC09C08D2D004844C422B3E1168F8574BF3956383_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Signature_t0830F05877C4A5992C08D4C2C0A64B7E600BE83E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignerAttribute_t5C65A4641A29A92003ED149F2C73D3B00FA9157E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignerID_t01F15D9BDA153DAD4973F016A2B9D6D239145660_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignerInfo_t1A07810454919481C4CFCAB997EF39E12E0174C8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignerLocation_tA2A47942C3C6F9D1DEEA0B2C6307D99F91928A8F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignerSink_tD8D17441864F2FD3C6FDBE457D3C3D88F1588B43_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_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* TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CAutoDestroyU3Ed__7_tB7993D43107BFA22F2C61663AB4A36F746FF8C3F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_0_t82E7CEB3FC7547CADE8AA758B1150EDCDC82ECE0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass14_0_tFCF1275BE316A96A3BFD414FACC9C59E654BB67E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass14_1_t82BB31FE6DF982DB7134B1F4B306B4F453C4A3C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass15_0_t0AADC054BEC42A4CCE6171485B575A41EAA43DDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass15_1_t751C0280E1BB6455628D8294C4AD02022EA53EA7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass16_0_tEC4FFE322400974054392879A9D79F37519F6B63_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass16_1_t3265DACF9A3ABB6136EF0A6604DBA4AD9E67C445_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tE66EC25A1C7B908B7B658FB8FFA314FC400CD9EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tF906BA8D634B37EA9DDBB816A1565E74B70ABFF0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_2_tEFCA18FE3C90D2F7EB8020567924EABADE83DF0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_3_t67889EAAB8B22A51A51E16D584F6431D521E06C1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD; IL2CPP_EXTERN_C String_t* _stringLiteral012063E0CF480C0B5B851770FF539E001865D7D5; IL2CPP_EXTERN_C String_t* _stringLiteral034D8E3AE35D6C7A6526D5D865CCF44A42C063B4; IL2CPP_EXTERN_C String_t* _stringLiteral048485050442303CDDBF4478C3D79BC2C1031936; IL2CPP_EXTERN_C String_t* _stringLiteral07295DDF6E8E21B6A47CA0A61182C758BEE31F54; IL2CPP_EXTERN_C String_t* _stringLiteral07FB947A70C3A629DFE896799EBA6F3D465B4AD3; IL2CPP_EXTERN_C String_t* _stringLiteral0B4A4AA6121201F776D1F819A9AF3391C792F2C8; IL2CPP_EXTERN_C String_t* _stringLiteral0C74E900B2604C85FFABACC5555F5D44968A5A22; IL2CPP_EXTERN_C String_t* _stringLiteral0CD2071F319EE9A791EEFEE0FDDB6B3831A02D8F; IL2CPP_EXTERN_C String_t* _stringLiteral0DF4AFAA1DC3E38B02EC7E05449C812F899561DD; IL2CPP_EXTERN_C String_t* _stringLiteral0E1BB40D3151F7D284144C16BA0C1E7558A35EC1; IL2CPP_EXTERN_C String_t* _stringLiteral0F3DE3F30E54D68E0BA687ADBDEFC42493C1B386; IL2CPP_EXTERN_C String_t* _stringLiteral10B90A80A9B763C570484E9E4951FB05683E6762; IL2CPP_EXTERN_C String_t* _stringLiteral11208C86A379F74F4A5228C6512318CCDFEF574A; IL2CPP_EXTERN_C String_t* _stringLiteral114BCE5E07B2B89600E7B0C1E7991AC7281CDDA6; IL2CPP_EXTERN_C String_t* _stringLiteral12779D16EE04D6D7E5F5C44BDFCE1ED63017F887; IL2CPP_EXTERN_C String_t* _stringLiteral131F00C551D8B6B06586707B7CB54DE4DF424670; IL2CPP_EXTERN_C String_t* _stringLiteral166E3CC536E3F3644B2944B3AF9B5AF69D5153E2; IL2CPP_EXTERN_C String_t* _stringLiteral18A51F3163E9EBC2ABE5D098BC5BB929C16D19F1; IL2CPP_EXTERN_C String_t* _stringLiteral19460F5D28C2B08972D63DFE47B1B5CEC7678BF6; IL2CPP_EXTERN_C String_t* _stringLiteral19FB3CD4B7B38F2388B8B4E21549B8B578525D24; IL2CPP_EXTERN_C String_t* _stringLiteral1A7B76E1B86885AF207706471D793904DAEC86F4; IL2CPP_EXTERN_C String_t* _stringLiteral1A9F16795C5361CAF64806CC119896915C20EA07; IL2CPP_EXTERN_C String_t* _stringLiteral1ACEB73B96C6D76AD6147560E4475841C07389B9; IL2CPP_EXTERN_C String_t* _stringLiteral1C3AE0B57D22B35A3B8E08238E288111D108AC81; IL2CPP_EXTERN_C String_t* _stringLiteral1CA3B7D9A3011ABAD8E8918EEC757172269F6CE8; IL2CPP_EXTERN_C String_t* _stringLiteral1D69782EF9836EC1DCF876C313718F85B5ED2334; IL2CPP_EXTERN_C String_t* _stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C; IL2CPP_EXTERN_C String_t* _stringLiteral1EA8F4BA1A5D713C08007137347E059D8868BFF4; IL2CPP_EXTERN_C String_t* _stringLiteral1EDAC48A62326243CB4AA503FE4EEF697E513C2B; IL2CPP_EXTERN_C String_t* _stringLiteral1FAAC4C64BF7977C10655B4C43E003EAFFC5F598; IL2CPP_EXTERN_C String_t* _stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE; IL2CPP_EXTERN_C String_t* _stringLiteral217C5C77DED66F0E662FA8B7DCE620876E0B9DD5; IL2CPP_EXTERN_C String_t* _stringLiteral22100BCCDB3BF3335D2C3A6D6EF8E50A1B83B181; IL2CPP_EXTERN_C String_t* _stringLiteral23EA2F36178B2833C0426E8F489BF742379518CD; IL2CPP_EXTERN_C String_t* _stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469; IL2CPP_EXTERN_C String_t* _stringLiteral27002B9BE41A625217AB81BE1906E31855175FDD; IL2CPP_EXTERN_C String_t* _stringLiteral283A7D32B5B4E6B494E6701B8AD8381563ED4FFD; IL2CPP_EXTERN_C String_t* _stringLiteral28AD1806F11CE42C4FD05511858D38470374C1F7; IL2CPP_EXTERN_C String_t* _stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7; IL2CPP_EXTERN_C String_t* _stringLiteral297C3813F87508FA5AF56606C8F4EF322884131D; IL2CPP_EXTERN_C String_t* _stringLiteral2B3AD6333F669606E87648FD08F4CF7B98B051B5; IL2CPP_EXTERN_C String_t* _stringLiteral2B86D66477376A42A49B3CD3983CF53BEF4E55A0; IL2CPP_EXTERN_C String_t* _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08; IL2CPP_EXTERN_C String_t* _stringLiteral30277B35FF6B21B0CCE6DE04C0EDF4C9033725ED; IL2CPP_EXTERN_C String_t* _stringLiteral32443E32E6F14F8466A44B95613267F7F67A645D; IL2CPP_EXTERN_C String_t* _stringLiteral3432BEFEC70FFAAEC3E17E139E849DC1F8251267; IL2CPP_EXTERN_C String_t* _stringLiteral37740C80B0BD30B8980A30D615154368344D8EEF; IL2CPP_EXTERN_C String_t* _stringLiteral3CBDA36F98C255223692548513831A8BB192F40A; IL2CPP_EXTERN_C String_t* _stringLiteral3EBE07D375608F2B13073190C50F126EBAB8BE2C; IL2CPP_EXTERN_C String_t* _stringLiteral3EFC986EF706EA249959E69418FFE498D2144813; IL2CPP_EXTERN_C String_t* _stringLiteral3FDAB44963B739C563B4CBB8193839AB37E78B75; IL2CPP_EXTERN_C String_t* _stringLiteral42FCF63D17717E94129B1681B68C3D08DBD7E187; IL2CPP_EXTERN_C String_t* _stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09; IL2CPP_EXTERN_C String_t* _stringLiteral472878A3620995CAE5AF17994AE6F159ABB9250A; IL2CPP_EXTERN_C String_t* _stringLiteral480958113DE2930C4C0D240CBC907F6B3B849540; IL2CPP_EXTERN_C String_t* _stringLiteral4927EB3BE9CF12DBE6149120D20E62B8A90EB80D; IL2CPP_EXTERN_C String_t* _stringLiteral4B92D139CA7A86C206481EC1152F4AE74E94133F; IL2CPP_EXTERN_C String_t* _stringLiteral4C23E639A5A412FD6FD6D1C92298ADD2B8DF4D0E; IL2CPP_EXTERN_C String_t* _stringLiteral4C272B1013F6BCFD2376C951EF8457C19DC5E555; IL2CPP_EXTERN_C String_t* _stringLiteral4CA565A3A16EC55E54E935373E6AED7F009EC5CF; IL2CPP_EXTERN_C String_t* _stringLiteral502265F2BE3A227F4520D5BBA2B61AAB8B271F47; IL2CPP_EXTERN_C String_t* _stringLiteral50A03276CDCF780E3EC05BDBA7CD074DBB6471DE; IL2CPP_EXTERN_C String_t* _stringLiteral551A56E699A1D330BA6125604C7025562B94E331; IL2CPP_EXTERN_C String_t* _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78; IL2CPP_EXTERN_C String_t* _stringLiteral5ACB22437418C71228215402BB3EB80196A9963F; IL2CPP_EXTERN_C String_t* _stringLiteral5BEE368EA982621E54D2A7C09FFCF8C26AD840CA; IL2CPP_EXTERN_C String_t* _stringLiteral5C4BD11123512A80040FC81B0941838E6447553E; IL2CPP_EXTERN_C String_t* _stringLiteral5CD8FF4CA51BC37A334DB510FA6E0AAD59D910C1; IL2CPP_EXTERN_C String_t* _stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8; IL2CPP_EXTERN_C String_t* _stringLiteral5E18D05291325460B19B20E62D6926FB407F8F2A; IL2CPP_EXTERN_C String_t* _stringLiteral5F51AC8A093B47D905EE5EB2D8D256D82F5CD24E; IL2CPP_EXTERN_C String_t* _stringLiteral612E84FBECBC675B907AD95B5F48D659BB0281F4; IL2CPP_EXTERN_C String_t* _stringLiteral61B31C19DE7C48ABC7415193FCCC36F18E771917; IL2CPP_EXTERN_C String_t* _stringLiteral652B980D4E2EC8220BE6CD60DC372C49F907309E; IL2CPP_EXTERN_C String_t* _stringLiteral65A25B986EAEF72B5CC0F7ADCF09AD633CFD22B2; IL2CPP_EXTERN_C String_t* _stringLiteral67BDF4025D16DF7E7D4AB123CFCFE175B7B4BDFD; IL2CPP_EXTERN_C String_t* _stringLiteral67D4050B2685208D62660AB589D35BE44E18FA88; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral6ABFFF3BD67769F2AB55B4BABBD22BA891774E3D; IL2CPP_EXTERN_C String_t* _stringLiteral6BFAB1794EFDBBB34C2E03E9E85E3A46A3AA4577; IL2CPP_EXTERN_C String_t* _stringLiteral6C82AC176D44AB958FCCD93A0CB2B9249429EA73; IL2CPP_EXTERN_C String_t* _stringLiteral6D969C92EDBAD9730C5F6E8C8C5A89FB999B2813; IL2CPP_EXTERN_C String_t* _stringLiteral6E28B77701E12A1794C995C45F1EF36494F5492C; IL2CPP_EXTERN_C String_t* _stringLiteral7163D086F1D5802D9CE16CA5335BC85CC5BFA59D; IL2CPP_EXTERN_C String_t* _stringLiteral7175EC3100BAFB35A31C5D59F4BB5654FB07033A; IL2CPP_EXTERN_C String_t* _stringLiteral73EDF3DE33954DB4D7B8C75E21DBF6876968E9F9; IL2CPP_EXTERN_C String_t* _stringLiteral74D6832BB18A75A11DF30B49EA171A43066C4C8D; IL2CPP_EXTERN_C String_t* _stringLiteral7917EAF27BED1C3C11CF1C8EED6774D8058C5665; IL2CPP_EXTERN_C String_t* _stringLiteral7946D3F2647C23A918F504BE05E3AA32C5580B2C; IL2CPP_EXTERN_C String_t* _stringLiteral7BEB20AEC94D40B2E736646D3EC7E2E6766DFDCB; IL2CPP_EXTERN_C String_t* _stringLiteral7D6D8BF5BF22ABB9B1C8F6CAB5AA6E30A9FE9DD4; IL2CPP_EXTERN_C String_t* _stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1; IL2CPP_EXTERN_C String_t* _stringLiteral8020C7D6696CB083F06538A14CF53AFC87D4339B; IL2CPP_EXTERN_C String_t* _stringLiteral835935470BE3AD56EC53600D8D5427C4EB9EE754; IL2CPP_EXTERN_C String_t* _stringLiteral83E7CB464FDC8578EC873AF1BB659EAA8A3DC47E; IL2CPP_EXTERN_C String_t* _stringLiteral85D87AD9D7A3B9DD9DD227A73329748CEA1D77D4; IL2CPP_EXTERN_C String_t* _stringLiteral871EC55A422B04410D5ECC481A2FED3DC27064EC; IL2CPP_EXTERN_C String_t* _stringLiteral8757BF3195772049AD3F14089969076716D7E66A; IL2CPP_EXTERN_C String_t* _stringLiteral875CF8A46A6E3F0725287DAF52B09AF91CB77C71; IL2CPP_EXTERN_C String_t* _stringLiteral890D118BC84244AFFCF60EAA8FFFEA9CE8344FE9; IL2CPP_EXTERN_C String_t* _stringLiteral8937CFA5896E655AAD92EC742F9F15393530F406; IL2CPP_EXTERN_C String_t* _stringLiteral894BC5458F5E1105129CC92FE8166EA51C2E0DCC; IL2CPP_EXTERN_C String_t* _stringLiteral8EB0E5D5DCB6F5A4C2E01CC41E2EEC8C95A4E55F; IL2CPP_EXTERN_C String_t* _stringLiteral8F3B1EC3278F236FE2EAE3C1F912C736BD7233C4; IL2CPP_EXTERN_C String_t* _stringLiteral8F75ECDB116DCBBF6FC5A38C92B230BE664085FE; IL2CPP_EXTERN_C String_t* _stringLiteral908515A87E426112A92BB18573484AF18E1B4B66; IL2CPP_EXTERN_C String_t* _stringLiteral93BE726939DDBA0E6885D8C0319C5F1CFCB97D0C; IL2CPP_EXTERN_C String_t* _stringLiteral950C39CAE45F5F16DC4BEA4960837A4742A450F7; IL2CPP_EXTERN_C String_t* _stringLiteral9B583F1F6160775F108F6AE25737BE1C776A5615; IL2CPP_EXTERN_C String_t* _stringLiteral9B8D14D639DB8AF98120F95FF2C1AE22BB3D69FD; IL2CPP_EXTERN_C String_t* _stringLiteral9D6EFDD171E5D11AF3F43BC8FFF973173D778F0C; IL2CPP_EXTERN_C String_t* _stringLiteralA0E67793A4D3DE65AF167530F995CAF3619BED81; IL2CPP_EXTERN_C String_t* _stringLiteralA1AAD77E0D6F2BD7056032DCB1AD8C88872DDFEF; IL2CPP_EXTERN_C String_t* _stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56; IL2CPP_EXTERN_C String_t* _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73; IL2CPP_EXTERN_C String_t* _stringLiteralA45007D7F3EEE3049CA245286566C5CA15FF403B; IL2CPP_EXTERN_C String_t* _stringLiteralA4BE569CCF2D02C05077C0DD81A65D77B046AD39; IL2CPP_EXTERN_C String_t* _stringLiteralA4EB124C785FEC42B917B72BB4DDECE768347BA3; IL2CPP_EXTERN_C String_t* _stringLiteralA544CCF5266B526165D018E936BA3BA015641353; IL2CPP_EXTERN_C String_t* _stringLiteralA8277F3CD521656EAB0D6FCE40E4676BDC1F623B; IL2CPP_EXTERN_C String_t* _stringLiteralA89CD942FD79F216942B7232944A0F9D22ED33DF; IL2CPP_EXTERN_C String_t* _stringLiteralABCC6F3C5A749F63D735FA04D743BE8387859504; IL2CPP_EXTERN_C String_t* _stringLiteralAC66887D4ECC4EA448EBC296229BC70CC1DCB211; IL2CPP_EXTERN_C String_t* _stringLiteralADBE8343A9CF02BC319373112FD79001EEAB35B3; IL2CPP_EXTERN_C String_t* _stringLiteralAE8B250714571DDED88423CC318BEF084C1CD05D; IL2CPP_EXTERN_C String_t* _stringLiteralAECF6AAE39164D5570474697258150E05145A918; IL2CPP_EXTERN_C String_t* _stringLiteralB033FD2F890CA8FC2F620F48B8407DD98B58052F; IL2CPP_EXTERN_C String_t* _stringLiteralB29507726751A09EA87DED5E5FE0A9DC3CA4F218; IL2CPP_EXTERN_C String_t* _stringLiteralB2D62E3F75706996C1B47FC533FBBFDE9C3C5173; IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D; IL2CPP_EXTERN_C String_t* _stringLiteralB5704B962798A753E7060D29CE1C009658D63AF5; IL2CPP_EXTERN_C String_t* _stringLiteralB6765A3F403DC14EACF320351BFC019F1605A13A; IL2CPP_EXTERN_C String_t* _stringLiteralC120E8086292A6919B443E0A183B424912411C70; IL2CPP_EXTERN_C String_t* _stringLiteralC254EEC2CA2BCE33A823BFB124DB50456B41F66F; IL2CPP_EXTERN_C String_t* _stringLiteralC35DA9F6259079DAB8E67658B3DE6DDF690E6BB6; IL2CPP_EXTERN_C String_t* _stringLiteralC3C9493809858A56C4D8F51896F7E5BB672EA360; IL2CPP_EXTERN_C String_t* _stringLiteralC4B3E310F1860F22262A10CABFC3BA896A16B094; IL2CPP_EXTERN_C String_t* _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E; IL2CPP_EXTERN_C String_t* _stringLiteralC5685E5842FC4776BE9FD2823383A8BC42C4AC9C; IL2CPP_EXTERN_C String_t* _stringLiteralC611A012636D51B5EBBC7ADEBD3C8631EA8DAF13; IL2CPP_EXTERN_C String_t* _stringLiteralC6DFD0DB5DCCBEA2955952C1E8681C39F05D5669; IL2CPP_EXTERN_C String_t* _stringLiteralC8F1293EEB02AE6F2FE33D9AF0AA6D2FA4563FAA; IL2CPP_EXTERN_C String_t* _stringLiteralC90E9C620FF08EC425BBC933A1E5074B3084EFB0; IL2CPP_EXTERN_C String_t* _stringLiteralCA6B7FD3C25F0A8391DBCA3F608C0B7EA6427785; IL2CPP_EXTERN_C String_t* _stringLiteralCBE844AF922BC0AC1AB4CA94466DC7FD7038D0E2; IL2CPP_EXTERN_C String_t* _stringLiteralCCDD2BB80FDD5E8E6A309332CA959EBF10BABCEC; IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F; IL2CPP_EXTERN_C String_t* _stringLiteralCF77B23DA45ED0CA56CC77CC0BDA992194AB941B; IL2CPP_EXTERN_C String_t* _stringLiteralD49031D0D467B3681002A50B9D326249CF1BF123; IL2CPP_EXTERN_C String_t* _stringLiteralD6039E3B90A16256B3C614D0E8BC0DDD20702589; IL2CPP_EXTERN_C String_t* _stringLiteralD63787E6B35BB952396D2BACB22788D548A4D710; IL2CPP_EXTERN_C String_t* _stringLiteralD81542C3AFFB1731A1C0C04F0388053787198282; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDA44D52A74CCA220B2B79817BE7022F6C1ECE186; IL2CPP_EXTERN_C String_t* _stringLiteralDD5E18F9B4A4E67DE0CF0039F1B1304B4531C40F; IL2CPP_EXTERN_C String_t* _stringLiteralDE054A5E1BABA51927182BE3F84243E301AA96E3; IL2CPP_EXTERN_C String_t* _stringLiteralDEB0DBAAF4E4B255EDD60658F1614463BD044E09; IL2CPP_EXTERN_C String_t* _stringLiteralDEFDD99707701302B4F3A4CE68BC9EB2926D7283; IL2CPP_EXTERN_C String_t* _stringLiteralE03BA3C6AD64DC05E453D4FA1A6C36D4DAAEA0C5; IL2CPP_EXTERN_C String_t* _stringLiteralE36579D590448724AB8CC8FF5BAFBD3419FEBF15; IL2CPP_EXTERN_C String_t* _stringLiteralE6D7F33ACC44191408F4A8D1E1D10FF87482DFD9; IL2CPP_EXTERN_C String_t* _stringLiteralE929F49F0A68161F2CFFC9B08A92729048EFD6F9; IL2CPP_EXTERN_C String_t* _stringLiteralE9BF0AD212FF31D14B66FB656531BB4AD38FD332; IL2CPP_EXTERN_C String_t* _stringLiteralEBB5D7714D5EEF1A0989BE43DC064A6C4296A1A1; IL2CPP_EXTERN_C String_t* _stringLiteralEBD7DD5990248FA7FD8609E41BB0CE71456BBF31; IL2CPP_EXTERN_C String_t* _stringLiteralECD6F19EE6614272F28D9E23B36506E3B9B91792; IL2CPP_EXTERN_C String_t* _stringLiteralED45F4AF48C69346087C97D466BF405E270AABE2; IL2CPP_EXTERN_C String_t* _stringLiteralEEBCA22C17C4D48A8EBEE1DC10D63BF6221D8C6B; IL2CPP_EXTERN_C String_t* _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5; IL2CPP_EXTERN_C String_t* _stringLiteralF02F0424EA43F624C8796CEBF8BB1212200A02D2; IL2CPP_EXTERN_C String_t* _stringLiteralF041ADCBEFA3A69BE9111D19C85A381C8D80D5D7; IL2CPP_EXTERN_C String_t* _stringLiteralF12E2B4EF48CA593693F5C58BE2CFDA342EC1970; IL2CPP_EXTERN_C String_t* _stringLiteralF27FA3E08E56BF73C75AF9A7EB5190B7ADFF9D48; IL2CPP_EXTERN_C String_t* _stringLiteralF547C3E04B2766B2A1EAFD7ED12C38E149CA9EBE; IL2CPP_EXTERN_C String_t* _stringLiteralF5A6CF29A555ECBEC5F0AF56948729DEBFDB427E; IL2CPP_EXTERN_C String_t* _stringLiteralF7A80791ED14CBF5F49F40DB146DE1C7135882C4; IL2CPP_EXTERN_C String_t* _stringLiteralF7C09829416CC755374DA1304976B04D61A09847; IL2CPP_EXTERN_C String_t* _stringLiteralF8167CCC78C1117CDBB4F4177DE66863BA21E27A; IL2CPP_EXTERN_C String_t* _stringLiteralF866635403CFB3A2A3F0DCFA3613CC35937DE2B3; IL2CPP_EXTERN_C String_t* _stringLiteralF87D4A00BE1527687E2D60DCE5E5C0AB2C194BE5; IL2CPP_EXTERN_C String_t* _stringLiteralF8B61217D46DA3BC553C980F9397D47D55C737C2; IL2CPP_EXTERN_C String_t* _stringLiteralFC56702F6D143CE215336AB5009B9FE80EF945C1; IL2CPP_EXTERN_C String_t* _stringLiteralFC8CFCEC5AB692E2531627D56650CD6CEA8BD5E3; IL2CPP_EXTERN_C String_t* _stringLiteralFC9B501DB5B3FCD6B45EA323A12EA7DEBEC7AE97; IL2CPP_EXTERN_C String_t* _stringLiteralFD4289738F0F72CB96919EF49C8150A3A02E8952; IL2CPP_EXTERN_C String_t* _stringLiteralFD4B826C3F4FDA02D7CF7952E56196CD40D95C4B; IL2CPP_EXTERN_C String_t* _stringLiteralFEC5F0DEF7A5A004563A54E66EB1B956F92EDFB4; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m5BE56E8D6055FC8F79D1718EA6993212C2D61651_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_mED8C9575844B41F67CB4C2B13685FC0174CB61BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisInputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_m1025822CFFC3A3C846267590775A843ED9532924_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA_mD57C32054D236B0A024E40449C797FD1224C4E05_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m9BBC60021C94CE9CD8BC8B0919067E6E7227FA54_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m75293BDBFD969C88142F677F73024FE59C39147B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisString_t_mEAC6C65893C5FB63B3946D9CF746C9D579A2C355_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m03443F8B45D053F53C1CB57C456AAFBE39ACB01E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m9F9336FCE7D5EFF8AF8002B96042476341F17329_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mEF2BCA096E19A09362E388D4B4555D3133811FC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mF3BDC6EBE9684EA4D6BB9E4D76E713943201ED61_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m5E912ADA183C0D8D2895047834E0D4AA19CB5899_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m81F0F748B207BAF4209BEAB31E3ABBB4366B1F41_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mCCCB5240A5791EB820BC137FFD0275FF437EE36B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m16DB3A8FE4012B17E36B47C8DD64A375BA9A1CAB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m25DBC83F270C6ED5B5458987767395C26ADAB348_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m3DBA4EC7834F8D86A7D8CEA4B9616D7463D64D99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_m21DA40E832F71BAF2120D1B690693EA7DA90DEC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mA05E3E8DA3DAE2AF09AC18D79DEC6C3D9B483A39_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisAgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C_mC4F4B069043FB76DEF09BC6140B1A50CF0E32E83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m3F30CC40D172E6311251315D09976DECE9E6205B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mD4CD79584162F43DF95E7A3741B85CF3D48B8BF6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m3F9E6CED39A1576C8BCEEAC21E17B0DD5AE0F762_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mE8BB7B25E259041818986EAF9F4636F7CB1DAB28_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mD63D35FEF6B7CE46D19FE110663E9BA33E3CA45C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Clear_m1D8BC0D358085A0C76DC4EBB50B79781B9F8EB45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Clear_mB35BC3367B2296D3B1FAFD50DB86FBD814135021_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Enqueue_m365022FCF7168BF9C2EA2FDAE4C0EE42B5CA3086_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Enqueue_mFA689133C7718CC225560689225A1DBC6243BF25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_GetEnumerator_mF5485D65C3E2953AD7E5AC739600EF954E58222B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1__ctor_m3D79180EA2D2D7897016B383AA035A8B0AE08591_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1__ctor_m41D7AF1A43E57A5072BD2C2869D168B78812A496_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisSprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9_mD50714FA371E12743B01E971427E7BD2A2875413_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServerNameList_Encode_m5644D213D593CEDDD029D2780953EF449CA76468_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServerNameList_Parse_m6438CE9C79DC77BAC6CE2B863828AE49ADB67F42_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServerNameList__ctor_m9FF188EC8133031BF14F79A7DDCC712B3891562E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServerName_Encode_mF6C2F01F713683FCD2887018E3344CD7F348D991_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServerName_GetHostName_m757070A4E2F18F8C7290CB2C16C28D92E71D9C7A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServerName_IsCorrectType_mAF8873A53719471771C4B32F14337E3A714B532D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServerName_Parse_m708C0913B213BA419ED9696956632EC0D5770CD6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServerName__ctor_mCEE87E51D7CF5EA7D8F87E55896E0074EB405CF9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServerSentEventsTransport_OnEventSourceClosed_mB9EAC7B16C817F122D2B9BFDAA8E701FF7ADFA04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServerSentEventsTransport_OnEventSourceError_m471CD1920DAFEB1B44CBB5D1C014AD7A2F4B4E74_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServerSentEventsTransport_OnEventSourceMessage_m92D5561547277EE6D409010393AA7336B5E461C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServerSentEventsTransport_OnEventSourceOpen_mE6A3B93ECB59DEF9599D21789E344B6DC4E301CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServiceLocator_GetInstance_m481946FFB3290ACE2E26B0597C96DF7C116862B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServiceLocator__ctor_m4D0620E05424F5839D8EBD87D9F3954F397F37E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsGameView_U3CInitForRotateConvertU3Eb__6_0_mECADB79CEAFADB07AC03A0D597F2C48DD0C36B12_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Sha3Digest_CheckBitLength_mBCA05836E59E4EED882ACFFDF4A5BA241B1B7F13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Sha3Digest_DoFinal_mF63325CA3A08E7B06225F3B27063ECB38673027D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Sha512tDigest_Reset_m7274DFA87E09C484B3FF854822156E299388978F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Sha512tDigest__ctor_mEFA8802FBF040D93E6FD035B6DCEB929CA031A86_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ShakeDigest_CheckBitLength_mD1F80CEF4219C82A2D32D335D5FB29642AF856A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ShakeDigest_DoFinal_m3B8F43A0C183366C61F366B068D758F32D54C654_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ShootCheck_OnBinaryRecv_mB089FEFEF13B06274572C1D38868A67AD1C155BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ShootCheck_OnClosed_m7D53DCBA59949F96A8F05C5A7077328E23249A5E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ShootCheck_OnError_mD71725E1AF09FC363ED9C76C3805AF8DE66A2D00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ShootCheck_OnMessageRecv_mC79A63B914C3401E5C5C65BFFB61A36D4FEFD17D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ShootCheck_OnOpen_m9240816E342CD431F51B81F3FA7C774257224453_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ShopView_onReceiveItemViewInfo_mA3C51DAD9F950C17AA6A9DAC9CDA8F35C052570B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ShortenedDigest__ctor_mEC7FBEDBE65982B57393A11A6BDE07E0B66F068A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SicBlockCipher_Init_m06D650E34A758883DBF50349583D9F359C5BFB79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SigPolicyQualifierInfo_GetInstance_mF169BC8E886D033E431082C6B819359A415A7BC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SigPolicyQualifierInfo__ctor_mC2661F9D1FE31B5A1C7E6FD656A3A321079D3C10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignatureAndHashAlgorithm__ctor_m2A328FD52571C5D2B41EAD985402E08A7798925D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignaturePolicyId_GetInstance_m5AECB6C869582A808AC196B5C57E8B45AD030F5E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignaturePolicyId__ctor_m2506FE97F1C7D43EA6940CD5E4059F1C6942D4CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignaturePolicyId__ctor_m9C377622087CDFD342A3C9D4CDFF0C175C69FFF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignaturePolicyId__ctor_m9EB215D5FBC574C5DEDF721250892DF8DDF09DB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignaturePolicyIdentifier_GetInstance_m8FA02069852245F0F5E016372DB6815150CD0376_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignaturePolicyIdentifier__ctor_m7D7F111AF7B785FF140636496AC925666B3EA2CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Signature_GetInstance_m0F1040674A6B6386F55495CDE0D418DDECE544C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Signature__ctor_m7C95B3A3376A27E6D65FD5CE21998049051E8F02_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignedDataParser_GetCrls_mD647285EE6FFA82213E8229A87A7A29618532526_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignedDataParser_GetInstance_m31CC4A635FC6DB0E73335D9E4342F70E0AE4F1D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignedDataParser_GetSignerInfos_m31E72025B01E045C8B81E5D04BD93A34E988A60E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignedData_GetInstance_mCF049FA047ECC55D645C22FA2CDF439A687F6589_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignedData__ctor_m76206E6BCE056352D6A14269DBBA0890DD901345_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignedData__ctor_m86C0035F7433052205044D2812FBF04A4AC7D381_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignerAttribute_GetInstance_mBAF1D98801A8CA709ECB1748D944D9EB58E7CDF2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignerAttribute__ctor_m2D657867B57118E5204DFF324DE0CA16689B2B28_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignerIdentifier_GetInstance_m12E8BE5BF847E11756C1761A0AC1AA951E302798_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignerInfo_GetInstance_m309FAF67E7B2DA64BEC9204A92B710C47E2A5AF5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignerInfo_GetInstance_m3D21E724E95D604E9307AE8A875BD5370C3F0B6A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignerInformation_DerDecode_m0444BD4FA7DFBE79E6A5E293BD81D64387683029_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignerInformation_DoVerify_m34710AC76E74295039DAD23294DAC65EB5386382_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignerInformation_GetContentDigest_m0B4CC9C24BCE92A08C0F048C3A79164F8B3E5FC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignerInformation_GetSigningTime_m0F7F65CD568AB2C59B14F30D844DE1F9FA0C4E3F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignerInformation_GetSingleValuedSignedAttribute_m16DE6DBF6E04E346B817EC24390D4965696631E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignerInformation_VerifyDigest_m92A6554B6E0BA8712599CE0AF8CAABF67B091481_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignerInformation_Verify_m15A23595D2BC0718DF537F26D46ABEEAF9CC37F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignerInformation__ctor_mF5FB2F7C13C0A7D2796AE6D8A80BF69FA549F140_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignerLocation__ctor_mB9C8CFE3120D22DC41A64A4B06961DBD3668357C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignerLocation__ctor_mC745187A047C0AAF25DE66268E061E6448681D75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CConnectU3Eb__6_0_mA8A6C9AB03AD39A5E822A9127AEC30A224167EE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CInitForRotateConvertU3Eb__6_1_mF81B0FE3D0234361E7383E4FA3D8946B3C23FC9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_0_U3CInitOptionsU3Eb__0_mF392888029DBE3280A49661D6211DA72BB0646A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass14_0_U3CInitProductsPanelU3Eb__0_m6424392BDB0F29CF2C6CD63B92EFC58F5E9FE80E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass14_1_U3CInitProductsPanelU3Eb__1_m1CF409D9C4C11A8C3F6845FF7B0F4ED73F857D0C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass15_0_U3CInitBagPanelU3Eb__0_m78F6BDCA09FBF132F113BAB850410799202BDF0E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass15_1_U3CInitBagPanelU3Eb__1_m058FA4E3B81E69D1B13313298F77C19D6A63483B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass16_0_U3CInitEquippedPanelU3Eb__0_m1314197D770427B2835A408B40C01F3FC8DC163D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass16_1_U3CInitEquippedPanelU3Eb__1_mF963C31943D13FB632B75339E1ED99D9D084FCB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityAction_1__ctor_mBB6FF824ECCAE3C08CD8B015E235BBDC15BCF43F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityAction_2__ctor_m9700FF1DB9C02B6A357E24F5068E3BFF5A30E5D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityAction_3__ctor_mC4BAF0BCA10C5E90ED05C7A1D55BFA45437C33BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_AddListener_mC6DDB55AF3B8AC6DBA08F1695CE00DE191603830_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_2_AddListener_mD2791C26231140C5740FB0AEB25387283EB566E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_3_AddListener_mF087C89B851C09E9E08BC3748673324BD6BA5BB3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_DestroyView_TisSettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656_m01E7ED9BC7948A5122E6DA95B2621EAC301F1C6C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_DestroyView_TisSettingsView_tDAD6B295B0B7B233AA49189237C3EB4B3CDD2741_m95BABD3BDA0A56A725599E74622FB5BA5BDAFBD4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_DestroyView_TisShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61_m69AE1B4C38EA89E8183A515EE097A028C4B623A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ShowView_TisAboutUsView_t8DD9725C51188B1B28CBD5F4F53449A7C6164D75_mD9E7D3D1BAC01948549AA34ED2967D19450A0ABF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ShowView_TisCourseView_t9CAB2C3180B89AFC5898E33D0A792B75573641E2_mD4F53004CAF2A3FADF98FFF3D4C6FD102B9F01FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ShowView_TisSettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656_mB9F73E2FCE6B2251603280FAC9B53425315E2CB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* SigPolicyQualifierInfo_tA854D3B632C523348AC215A4721BF7CF5B238D79_0_0_0_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct DirectoryStringU5BU5D_t34180A3388F3D0BBF1EEE4A11DBDB978042EC7FB; struct ImageU5BU5D_t173C9D1F1D57DABC8260713678F7094C9E7FD224; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct SigPolicyQualifierInfoU5BU5D_t60368F7D1C4A6E09E81F07F4635AAA40C6FF2086; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; 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.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_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* ____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_t6D0A10F47F3440798295D2FFFC6D016477AF38E5, ____items_1)); } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* get__items_1() const { return ____items_1; } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642** get_address_of__items_1() { return &____items_1; } inline void set__items_1(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* 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_t6D0A10F47F3440798295D2FFFC6D016477AF38E5, ____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_t6D0A10F47F3440798295D2FFFC6D016477AF38E5, ____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_t6D0A10F47F3440798295D2FFFC6D016477AF38E5, ____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_t6D0A10F47F3440798295D2FFFC6D016477AF38E5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5_StaticFields, ____emptyArray_5)); } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* get__emptyArray_5() const { return ____emptyArray_5; } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F, ____items_1)); } inline MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* get__items_1() const { return ____items_1; } inline MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F_StaticFields, ____emptyArray_5)); } inline MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* get__emptyArray_5() const { return ____emptyArray_5; } inline MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tE52E5C2E148404DCA0A2B88A1600C766B82394C6 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PropConfigU5BU5D_t943E037504A78778E3718204CCB7B1552A7A7CF0* ____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_tE52E5C2E148404DCA0A2B88A1600C766B82394C6, ____items_1)); } inline PropConfigU5BU5D_t943E037504A78778E3718204CCB7B1552A7A7CF0* get__items_1() const { return ____items_1; } inline PropConfigU5BU5D_t943E037504A78778E3718204CCB7B1552A7A7CF0** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PropConfigU5BU5D_t943E037504A78778E3718204CCB7B1552A7A7CF0* 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_tE52E5C2E148404DCA0A2B88A1600C766B82394C6, ____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_tE52E5C2E148404DCA0A2B88A1600C766B82394C6, ____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_tE52E5C2E148404DCA0A2B88A1600C766B82394C6, ____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_tE52E5C2E148404DCA0A2B88A1600C766B82394C6_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray PropConfigU5BU5D_t943E037504A78778E3718204CCB7B1552A7A7CF0* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tE52E5C2E148404DCA0A2B88A1600C766B82394C6_StaticFields, ____emptyArray_5)); } inline PropConfigU5BU5D_t943E037504A78778E3718204CCB7B1552A7A7CF0* get__emptyArray_5() const { return ____emptyArray_5; } inline PropConfigU5BU5D_t943E037504A78778E3718204CCB7B1552A7A7CF0** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(PropConfigU5BU5D_t943E037504A78778E3718204CCB7B1552A7A7CF0* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PropInfoU5BU5D_tE6511FABDB0A764A9F15A5200E0CEE5130C0FC34* ____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_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C, ____items_1)); } inline PropInfoU5BU5D_tE6511FABDB0A764A9F15A5200E0CEE5130C0FC34* get__items_1() const { return ____items_1; } inline PropInfoU5BU5D_tE6511FABDB0A764A9F15A5200E0CEE5130C0FC34** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PropInfoU5BU5D_tE6511FABDB0A764A9F15A5200E0CEE5130C0FC34* 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_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C, ____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_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C, ____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_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C, ____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_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray PropInfoU5BU5D_tE6511FABDB0A764A9F15A5200E0CEE5130C0FC34* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C_StaticFields, ____emptyArray_5)); } inline PropInfoU5BU5D_tE6511FABDB0A764A9F15A5200E0CEE5130C0FC34* get__emptyArray_5() const { return ____emptyArray_5; } inline PropInfoU5BU5D_tE6511FABDB0A764A9F15A5200E0CEE5130C0FC34** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(PropInfoU5BU5D_tE6511FABDB0A764A9F15A5200E0CEE5130C0FC34* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____items_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__items_1() const { return ____items_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.Queue`1 struct Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; // System.Object System.Collections.Generic.Queue`1::_syncRoot RuntimeObject * ____syncRoot_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D, ____array_0)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__array_0() const { return ____array_0; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__array_0() { return &____array_0; } inline void set__array_0(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } inline static int32_t get_offset_of__syncRoot_5() { return static_cast(offsetof(Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D, ____syncRoot_5)); } inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; } inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; } inline void set__syncRoot_5(RuntimeObject * value) { ____syncRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value); } }; // System.Collections.Generic.Queue`1 struct Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; // System.Object System.Collections.Generic.Queue`1::_syncRoot RuntimeObject * ____syncRoot_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4, ____array_0)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get__array_0() const { return ____array_0; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of__array_0() { return &____array_0; } inline void set__array_0(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } inline static int32_t get_offset_of__syncRoot_5() { return static_cast(offsetof(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4, ____syncRoot_5)); } inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; } inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; } inline void set__syncRoot_5(RuntimeObject * value) { ____syncRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::v RuntimeObject* ___v_0; public: inline static int32_t get_offset_of_v_0() { return static_cast(offsetof(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3, ___v_0)); } inline RuntimeObject* get_v_0() const { return ___v_0; } inline RuntimeObject** get_address_of_v_0() { return &___v_0; } inline void set_v_0(RuntimeObject* value) { ___v_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___v_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::privateKey bool ___privateKey_0; public: inline static int32_t get_offset_of_privateKey_0() { return static_cast(offsetof(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A, ___privateKey_0)); } inline bool get_privateKey_0() const { return ___privateKey_0; } inline bool* get_address_of_privateKey_0() { return &___privateKey_0; } inline void set_privateKey_0(bool value) { ___privateKey_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable struct AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 : public RuntimeObject { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable::attributes RuntimeObject* ___attributes_0; public: inline static int32_t get_offset_of_attributes_0() { return static_cast(offsetof(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72, ___attributes_0)); } inline RuntimeObject* get_attributes_0() const { return ___attributes_0; } inline RuntimeObject** get_address_of_attributes_0() { return &___attributes_0; } inline void set_attributes_0(RuntimeObject* value) { ___attributes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::magnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___magnitude_30; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::sign int32_t ___sign_31; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBits int32_t ___nBits_32; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBitLength int32_t ___nBitLength_33; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::mQuote int32_t ___mQuote_34; public: inline static int32_t get_offset_of_magnitude_30() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___magnitude_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_magnitude_30() const { return ___magnitude_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_magnitude_30() { return &___magnitude_30; } inline void set_magnitude_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___magnitude_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___magnitude_30), (void*)value); } inline static int32_t get_offset_of_sign_31() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___sign_31)); } inline int32_t get_sign_31() const { return ___sign_31; } inline int32_t* get_address_of_sign_31() { return &___sign_31; } inline void set_sign_31(int32_t value) { ___sign_31 = value; } inline static int32_t get_offset_of_nBits_32() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBits_32)); } inline int32_t get_nBits_32() const { return ___nBits_32; } inline int32_t* get_address_of_nBits_32() { return &___nBits_32; } inline void set_nBits_32(int32_t value) { ___nBits_32 = value; } inline static int32_t get_offset_of_nBitLength_33() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBitLength_33)); } inline int32_t get_nBitLength_33() const { return ___nBitLength_33; } inline int32_t* get_address_of_nBitLength_33() { return &___nBitLength_33; } inline void set_nBitLength_33(int32_t value) { ___nBitLength_33 = value; } inline static int32_t get_offset_of_mQuote_34() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___mQuote_34)); } inline int32_t get_mQuote_34() const { return ___mQuote_34; } inline int32_t* get_address_of_mQuote_34() { return &___mQuote_34; } inline void set_mQuote_34(int32_t value) { ___mQuote_34 = value; } }; struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields { public: // System.Int32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeLists Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ___primeLists_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeProducts Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___primeProducts_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroMagnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ZeroMagnitude_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroEncoding ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ZeroEncoding_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::SMALL_CONSTANTS BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___SMALL_CONSTANTS_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Zero BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Zero_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::One BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___One_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Two BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Two_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Three BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Three_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Ten BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Ten_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::BitLengthTable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___BitLengthTable_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2E_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8E_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10E_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16E_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::RandomSource SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___RandomSource_25; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ExpWindowThresholds Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ExpWindowThresholds_26; public: inline static int32_t get_offset_of_primeLists_0() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeLists_0)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get_primeLists_0() const { return ___primeLists_0; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of_primeLists_0() { return &___primeLists_0; } inline void set_primeLists_0(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ___primeLists_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeLists_0), (void*)value); } inline static int32_t get_offset_of_primeProducts_1() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeProducts_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_primeProducts_1() const { return ___primeProducts_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_primeProducts_1() { return &___primeProducts_1; } inline void set_primeProducts_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___primeProducts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeProducts_1), (void*)value); } inline static int32_t get_offset_of_ZeroMagnitude_4() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroMagnitude_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ZeroMagnitude_4() const { return ___ZeroMagnitude_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ZeroMagnitude_4() { return &___ZeroMagnitude_4; } inline void set_ZeroMagnitude_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ZeroMagnitude_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroMagnitude_4), (void*)value); } inline static int32_t get_offset_of_ZeroEncoding_5() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroEncoding_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ZeroEncoding_5() const { return ___ZeroEncoding_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ZeroEncoding_5() { return &___ZeroEncoding_5; } inline void set_ZeroEncoding_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ZeroEncoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroEncoding_5), (void*)value); } inline static int32_t get_offset_of_SMALL_CONSTANTS_6() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___SMALL_CONSTANTS_6)); } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* get_SMALL_CONSTANTS_6() const { return ___SMALL_CONSTANTS_6; } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED** get_address_of_SMALL_CONSTANTS_6() { return &___SMALL_CONSTANTS_6; } inline void set_SMALL_CONSTANTS_6(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* value) { ___SMALL_CONSTANTS_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SMALL_CONSTANTS_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Zero_7)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Zero_7() const { return ___Zero_7; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Zero_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Zero_7), (void*)value); } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___One_8)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_One_8() const { return ___One_8; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_One_8() { return &___One_8; } inline void set_One_8(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___One_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___One_8), (void*)value); } inline static int32_t get_offset_of_Two_9() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Two_9)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Two_9() const { return ___Two_9; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Two_9() { return &___Two_9; } inline void set_Two_9(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Two_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Two_9), (void*)value); } inline static int32_t get_offset_of_Three_10() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Three_10)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Three_10() const { return ___Three_10; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Three_10() { return &___Three_10; } inline void set_Three_10(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Three_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Three_10), (void*)value); } inline static int32_t get_offset_of_Ten_11() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Ten_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Ten_11() const { return ___Ten_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Ten_11() { return &___Ten_11; } inline void set_Ten_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Ten_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Ten_11), (void*)value); } inline static int32_t get_offset_of_BitLengthTable_12() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___BitLengthTable_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_BitLengthTable_12() const { return ___BitLengthTable_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_BitLengthTable_12() { return &___BitLengthTable_12; } inline void set_BitLengthTable_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___BitLengthTable_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___BitLengthTable_12), (void*)value); } inline static int32_t get_offset_of_radix2_17() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2_17)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2_17() const { return ___radix2_17; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2_17() { return &___radix2_17; } inline void set_radix2_17(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2_17), (void*)value); } inline static int32_t get_offset_of_radix2E_18() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2E_18)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2E_18() const { return ___radix2E_18; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2E_18() { return &___radix2E_18; } inline void set_radix2E_18(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2E_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2E_18), (void*)value); } inline static int32_t get_offset_of_radix8_19() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8_19)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8_19() const { return ___radix8_19; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8_19() { return &___radix8_19; } inline void set_radix8_19(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8_19), (void*)value); } inline static int32_t get_offset_of_radix8E_20() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8E_20)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8E_20() const { return ___radix8E_20; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8E_20() { return &___radix8E_20; } inline void set_radix8E_20(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8E_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8E_20), (void*)value); } inline static int32_t get_offset_of_radix10_21() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10_21)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10_21() const { return ___radix10_21; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10_21() { return &___radix10_21; } inline void set_radix10_21(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10_21), (void*)value); } inline static int32_t get_offset_of_radix10E_22() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10E_22)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10E_22() const { return ___radix10E_22; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10E_22() { return &___radix10E_22; } inline void set_radix10E_22(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10E_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10E_22), (void*)value); } inline static int32_t get_offset_of_radix16_23() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16_23)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16_23() const { return ___radix16_23; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16_23() { return &___radix16_23; } inline void set_radix16_23(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16_23), (void*)value); } inline static int32_t get_offset_of_radix16E_24() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16E_24)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16E_24() const { return ___radix16E_24; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16E_24() { return &___radix16E_24; } inline void set_radix16E_24(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16E_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16E_24), (void*)value); } inline static int32_t get_offset_of_RandomSource_25() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___RandomSource_25)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_RandomSource_25() const { return ___RandomSource_25; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_RandomSource_25() { return &___RandomSource_25; } inline void set_RandomSource_25(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___RandomSource_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___RandomSource_25), (void*)value); } inline static int32_t get_offset_of_ExpWindowThresholds_26() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ExpWindowThresholds_26)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ExpWindowThresholds_26() const { return ___ExpWindowThresholds_26; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ExpWindowThresholds_26() { return &___ExpWindowThresholds_26; } inline void set_ExpWindowThresholds_26(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ExpWindowThresholds_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExpWindowThresholds_26), (void*)value); } }; // BowRotateConvert struct BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 : public RuntimeObject { public: // System.Single BowRotateConvert::screenSize float ___screenSize_0; // System.Single BowRotateConvert::screenDistance float ___screenDistance_1; // System.Single BowRotateConvert::fieldOfView float ___fieldOfView_2; public: inline static int32_t get_offset_of_screenSize_0() { return static_cast(offsetof(BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384, ___screenSize_0)); } inline float get_screenSize_0() const { return ___screenSize_0; } inline float* get_address_of_screenSize_0() { return &___screenSize_0; } inline void set_screenSize_0(float value) { ___screenSize_0 = value; } inline static int32_t get_offset_of_screenDistance_1() { return static_cast(offsetof(BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384, ___screenDistance_1)); } inline float get_screenDistance_1() const { return ___screenDistance_1; } inline float* get_address_of_screenDistance_1() { return &___screenDistance_1; } inline void set_screenDistance_1(float value) { ___screenDistance_1 = value; } inline static int32_t get_offset_of_fieldOfView_2() { return static_cast(offsetof(BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384, ___fieldOfView_2)); } inline float get_fieldOfView_2() const { return ___fieldOfView_2; } inline float* get_address_of_fieldOfView_2() { return &___fieldOfView_2; } inline void set_fieldOfView_2(float value) { ___fieldOfView_2 = value; } }; // CMD struct CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 : public RuntimeObject { public: // System.String CMD::a String_t* ___a_0; // System.Int32 CMD::a1 int32_t ___a1_1; // System.Int32 CMD::a2 int32_t ___a2_2; // System.Int32 CMD::r int32_t ___r_3; public: inline static int32_t get_offset_of_a_0() { return static_cast(offsetof(CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1, ___a_0)); } inline String_t* get_a_0() const { return ___a_0; } inline String_t** get_address_of_a_0() { return &___a_0; } inline void set_a_0(String_t* value) { ___a_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___a_0), (void*)value); } inline static int32_t get_offset_of_a1_1() { return static_cast(offsetof(CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1, ___a1_1)); } inline int32_t get_a1_1() const { return ___a1_1; } inline int32_t* get_address_of_a1_1() { return &___a1_1; } inline void set_a1_1(int32_t value) { ___a1_1 = value; } inline static int32_t get_offset_of_a2_2() { return static_cast(offsetof(CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1, ___a2_2)); } inline int32_t get_a2_2() const { return ___a2_2; } inline int32_t* get_address_of_a2_2() { return &___a2_2; } inline void set_a2_2(int32_t value) { ___a2_2 = value; } inline static int32_t get_offset_of_r_3() { return static_cast(offsetof(CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1, ___r_3)); } inline int32_t get_r_3() const { return ___r_3; } inline int32_t* get_address_of_r_3() { return &___r_3; } inline void set_r_3(int32_t value) { ___r_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate struct Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate::mCertificateList X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* ___mCertificateList_1; public: inline static int32_t get_offset_of_mCertificateList_1() { return static_cast(offsetof(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E, ___mCertificateList_1)); } inline X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* get_mCertificateList_1() const { return ___mCertificateList_1; } inline X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58** get_address_of_mCertificateList_1() { return &___mCertificateList_1; } inline void set_mCertificateList_1(X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* value) { ___mCertificateList_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCertificateList_1), (void*)value); } }; struct Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate::EmptyChain Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * ___EmptyChain_0; public: inline static int32_t get_offset_of_EmptyChain_0() { return static_cast(offsetof(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_StaticFields, ___EmptyChain_0)); } inline Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * get_EmptyChain_0() const { return ___EmptyChain_0; } inline Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E ** get_address_of_EmptyChain_0() { return &___EmptyChain_0; } inline void set_EmptyChain_0(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * value) { ___EmptyChain_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyChain_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest struct CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest::mCertificateTypes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mCertificateTypes_0; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest::mSupportedSignatureAlgorithms RuntimeObject* ___mSupportedSignatureAlgorithms_1; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest::mCertificateAuthorities RuntimeObject* ___mCertificateAuthorities_2; public: inline static int32_t get_offset_of_mCertificateTypes_0() { return static_cast(offsetof(CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620, ___mCertificateTypes_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mCertificateTypes_0() const { return ___mCertificateTypes_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mCertificateTypes_0() { return &___mCertificateTypes_0; } inline void set_mCertificateTypes_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mCertificateTypes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCertificateTypes_0), (void*)value); } inline static int32_t get_offset_of_mSupportedSignatureAlgorithms_1() { return static_cast(offsetof(CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620, ___mSupportedSignatureAlgorithms_1)); } inline RuntimeObject* get_mSupportedSignatureAlgorithms_1() const { return ___mSupportedSignatureAlgorithms_1; } inline RuntimeObject** get_address_of_mSupportedSignatureAlgorithms_1() { return &___mSupportedSignatureAlgorithms_1; } inline void set_mSupportedSignatureAlgorithms_1(RuntimeObject* value) { ___mSupportedSignatureAlgorithms_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSupportedSignatureAlgorithms_1), (void*)value); } inline static int32_t get_offset_of_mCertificateAuthorities_2() { return static_cast(offsetof(CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620, ___mCertificateAuthorities_2)); } inline RuntimeObject* get_mCertificateAuthorities_2() const { return ___mCertificateAuthorities_2; } inline RuntimeObject** get_address_of_mCertificateAuthorities_2() { return &___mCertificateAuthorities_2; } inline void set_mCertificateAuthorities_2(RuntimeObject* value) { ___mCertificateAuthorities_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCertificateAuthorities_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsAttributes struct CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715 : public RuntimeObject { public: public: }; struct CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsAttributes::ContentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ContentType_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsAttributes::MessageDigest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MessageDigest_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsAttributes::SigningTime DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SigningTime_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsAttributes::CounterSignature DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CounterSignature_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsAttributes::ContentHint DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ContentHint_4; public: inline static int32_t get_offset_of_ContentType_0() { return static_cast(offsetof(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields, ___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_MessageDigest_1() { return static_cast(offsetof(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields, ___MessageDigest_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MessageDigest_1() const { return ___MessageDigest_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MessageDigest_1() { return &___MessageDigest_1; } inline void set_MessageDigest_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MessageDigest_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___MessageDigest_1), (void*)value); } inline static int32_t get_offset_of_SigningTime_2() { return static_cast(offsetof(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields, ___SigningTime_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SigningTime_2() const { return ___SigningTime_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SigningTime_2() { return &___SigningTime_2; } inline void set_SigningTime_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SigningTime_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SigningTime_2), (void*)value); } inline static int32_t get_offset_of_CounterSignature_3() { return static_cast(offsetof(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields, ___CounterSignature_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CounterSignature_3() const { return ___CounterSignature_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CounterSignature_3() { return &___CounterSignature_3; } inline void set_CounterSignature_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CounterSignature_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___CounterSignature_3), (void*)value); } inline static int32_t get_offset_of_ContentHint_4() { return static_cast(offsetof(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields, ___ContentHint_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ContentHint_4() const { return ___ContentHint_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ContentHint_4() { return &___ContentHint_4; } inline void set_ContentHint_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ContentHint_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ContentHint_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper struct CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 : public RuntimeObject { public: public: }; struct CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::Instance CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * ___Instance_0; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::KeySizes RuntimeObject* ___KeySizes_1; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::BaseCipherNames RuntimeObject* ___BaseCipherNames_2; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields, ___Instance_0)); } inline CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * get_Instance_0() const { return ___Instance_0; } inline CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } inline static int32_t get_offset_of_KeySizes_1() { return static_cast(offsetof(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields, ___KeySizes_1)); } inline RuntimeObject* get_KeySizes_1() const { return ___KeySizes_1; } inline RuntimeObject** get_address_of_KeySizes_1() { return &___KeySizes_1; } inline void set_KeySizes_1(RuntimeObject* value) { ___KeySizes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeySizes_1), (void*)value); } inline static int32_t get_offset_of_BaseCipherNames_2() { return static_cast(offsetof(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields, ___BaseCipherNames_2)); } inline RuntimeObject* get_BaseCipherNames_2() const { return ___BaseCipherNames_2; } inline RuntimeObject** get_address_of_BaseCipherNames_2() { return &___BaseCipherNames_2; } inline void set_BaseCipherNames_2(RuntimeObject* value) { ___BaseCipherNames_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___BaseCipherNames_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers struct CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64 : public RuntimeObject { public: public: }; struct CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::Data DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Data_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::SignedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignedData_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::EnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EnvelopedData_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::SignedAndEnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignedAndEnvelopedData_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::DigestedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DigestedData_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::EncryptedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EncryptedData_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::AuthenticatedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuthenticatedData_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::CompressedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CompressedData_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::AuthEnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuthEnvelopedData_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::timestampedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___timestampedData_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::id_ri DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_ri_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::id_ri_ocsp_response DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_ri_ocsp_response_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::id_ri_scvp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_ri_scvp_12; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___Data_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Data_0() const { return ___Data_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_0), (void*)value); } inline static int32_t get_offset_of_SignedData_1() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___SignedData_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignedData_1() const { return ___SignedData_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignedData_1() { return &___SignedData_1; } inline void set_SignedData_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignedData_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignedData_1), (void*)value); } inline static int32_t get_offset_of_EnvelopedData_2() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___EnvelopedData_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EnvelopedData_2() const { return ___EnvelopedData_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EnvelopedData_2() { return &___EnvelopedData_2; } inline void set_EnvelopedData_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EnvelopedData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___EnvelopedData_2), (void*)value); } inline static int32_t get_offset_of_SignedAndEnvelopedData_3() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___SignedAndEnvelopedData_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignedAndEnvelopedData_3() const { return ___SignedAndEnvelopedData_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignedAndEnvelopedData_3() { return &___SignedAndEnvelopedData_3; } inline void set_SignedAndEnvelopedData_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignedAndEnvelopedData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignedAndEnvelopedData_3), (void*)value); } inline static int32_t get_offset_of_DigestedData_4() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___DigestedData_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DigestedData_4() const { return ___DigestedData_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DigestedData_4() { return &___DigestedData_4; } inline void set_DigestedData_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DigestedData_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestedData_4), (void*)value); } inline static int32_t get_offset_of_EncryptedData_5() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___EncryptedData_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EncryptedData_5() const { return ___EncryptedData_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EncryptedData_5() { return &___EncryptedData_5; } inline void set_EncryptedData_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EncryptedData_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptedData_5), (void*)value); } inline static int32_t get_offset_of_AuthenticatedData_6() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___AuthenticatedData_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuthenticatedData_6() const { return ___AuthenticatedData_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuthenticatedData_6() { return &___AuthenticatedData_6; } inline void set_AuthenticatedData_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuthenticatedData_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuthenticatedData_6), (void*)value); } inline static int32_t get_offset_of_CompressedData_7() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___CompressedData_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CompressedData_7() const { return ___CompressedData_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CompressedData_7() { return &___CompressedData_7; } inline void set_CompressedData_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CompressedData_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___CompressedData_7), (void*)value); } inline static int32_t get_offset_of_AuthEnvelopedData_8() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___AuthEnvelopedData_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuthEnvelopedData_8() const { return ___AuthEnvelopedData_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuthEnvelopedData_8() { return &___AuthEnvelopedData_8; } inline void set_AuthEnvelopedData_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuthEnvelopedData_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuthEnvelopedData_8), (void*)value); } inline static int32_t get_offset_of_timestampedData_9() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___timestampedData_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_timestampedData_9() const { return ___timestampedData_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_timestampedData_9() { return &___timestampedData_9; } inline void set_timestampedData_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___timestampedData_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___timestampedData_9), (void*)value); } inline static int32_t get_offset_of_id_ri_10() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___id_ri_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_ri_10() const { return ___id_ri_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_ri_10() { return &___id_ri_10; } inline void set_id_ri_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_ri_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_ri_10), (void*)value); } inline static int32_t get_offset_of_id_ri_ocsp_response_11() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___id_ri_ocsp_response_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_ri_ocsp_response_11() const { return ___id_ri_ocsp_response_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_ri_ocsp_response_11() { return &___id_ri_ocsp_response_11; } inline void set_id_ri_ocsp_response_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_ri_ocsp_response_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_ri_ocsp_response_11), (void*)value); } inline static int32_t get_offset_of_id_ri_scvp_12() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___id_ri_scvp_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_ri_scvp_12() const { return ___id_ri_scvp_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_ri_scvp_12() { return &___id_ri_scvp_12; } inline void set_id_ri_scvp_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_ri_scvp_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_ri_scvp_12), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper struct CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD : public RuntimeObject { public: public: }; struct CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::Instance CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * ___Instance_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::EncryptionECDsaWithSha1 String_t* ___EncryptionECDsaWithSha1_1; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::EncryptionECDsaWithSha224 String_t* ___EncryptionECDsaWithSha224_2; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::EncryptionECDsaWithSha256 String_t* ___EncryptionECDsaWithSha256_3; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::EncryptionECDsaWithSha384 String_t* ___EncryptionECDsaWithSha384_4; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::EncryptionECDsaWithSha512 String_t* ___EncryptionECDsaWithSha512_5; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::encryptionAlgs RuntimeObject* ___encryptionAlgs_6; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::digestAlgs RuntimeObject* ___digestAlgs_7; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::digestAliases RuntimeObject* ___digestAliases_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::noParams RuntimeObject* ___noParams_9; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::ecAlgorithms RuntimeObject* ___ecAlgorithms_10; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___Instance_0)); } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * get_Instance_0() const { return ___Instance_0; } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } inline static int32_t get_offset_of_EncryptionECDsaWithSha1_1() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___EncryptionECDsaWithSha1_1)); } inline String_t* get_EncryptionECDsaWithSha1_1() const { return ___EncryptionECDsaWithSha1_1; } inline String_t** get_address_of_EncryptionECDsaWithSha1_1() { return &___EncryptionECDsaWithSha1_1; } inline void set_EncryptionECDsaWithSha1_1(String_t* value) { ___EncryptionECDsaWithSha1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionECDsaWithSha1_1), (void*)value); } inline static int32_t get_offset_of_EncryptionECDsaWithSha224_2() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___EncryptionECDsaWithSha224_2)); } inline String_t* get_EncryptionECDsaWithSha224_2() const { return ___EncryptionECDsaWithSha224_2; } inline String_t** get_address_of_EncryptionECDsaWithSha224_2() { return &___EncryptionECDsaWithSha224_2; } inline void set_EncryptionECDsaWithSha224_2(String_t* value) { ___EncryptionECDsaWithSha224_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionECDsaWithSha224_2), (void*)value); } inline static int32_t get_offset_of_EncryptionECDsaWithSha256_3() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___EncryptionECDsaWithSha256_3)); } inline String_t* get_EncryptionECDsaWithSha256_3() const { return ___EncryptionECDsaWithSha256_3; } inline String_t** get_address_of_EncryptionECDsaWithSha256_3() { return &___EncryptionECDsaWithSha256_3; } inline void set_EncryptionECDsaWithSha256_3(String_t* value) { ___EncryptionECDsaWithSha256_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionECDsaWithSha256_3), (void*)value); } inline static int32_t get_offset_of_EncryptionECDsaWithSha384_4() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___EncryptionECDsaWithSha384_4)); } inline String_t* get_EncryptionECDsaWithSha384_4() const { return ___EncryptionECDsaWithSha384_4; } inline String_t** get_address_of_EncryptionECDsaWithSha384_4() { return &___EncryptionECDsaWithSha384_4; } inline void set_EncryptionECDsaWithSha384_4(String_t* value) { ___EncryptionECDsaWithSha384_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionECDsaWithSha384_4), (void*)value); } inline static int32_t get_offset_of_EncryptionECDsaWithSha512_5() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___EncryptionECDsaWithSha512_5)); } inline String_t* get_EncryptionECDsaWithSha512_5() const { return ___EncryptionECDsaWithSha512_5; } inline String_t** get_address_of_EncryptionECDsaWithSha512_5() { return &___EncryptionECDsaWithSha512_5; } inline void set_EncryptionECDsaWithSha512_5(String_t* value) { ___EncryptionECDsaWithSha512_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionECDsaWithSha512_5), (void*)value); } inline static int32_t get_offset_of_encryptionAlgs_6() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___encryptionAlgs_6)); } inline RuntimeObject* get_encryptionAlgs_6() const { return ___encryptionAlgs_6; } inline RuntimeObject** get_address_of_encryptionAlgs_6() { return &___encryptionAlgs_6; } inline void set_encryptionAlgs_6(RuntimeObject* value) { ___encryptionAlgs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptionAlgs_6), (void*)value); } inline static int32_t get_offset_of_digestAlgs_7() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___digestAlgs_7)); } inline RuntimeObject* get_digestAlgs_7() const { return ___digestAlgs_7; } inline RuntimeObject** get_address_of_digestAlgs_7() { return &___digestAlgs_7; } inline void set_digestAlgs_7(RuntimeObject* value) { ___digestAlgs_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestAlgs_7), (void*)value); } inline static int32_t get_offset_of_digestAliases_8() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___digestAliases_8)); } inline RuntimeObject* get_digestAliases_8() const { return ___digestAliases_8; } inline RuntimeObject** get_address_of_digestAliases_8() { return &___digestAliases_8; } inline void set_digestAliases_8(RuntimeObject* value) { ___digestAliases_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestAliases_8), (void*)value); } inline static int32_t get_offset_of_noParams_9() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___noParams_9)); } inline RuntimeObject* get_noParams_9() const { return ___noParams_9; } inline RuntimeObject** get_address_of_noParams_9() { return &___noParams_9; } inline void set_noParams_9(RuntimeObject* value) { ___noParams_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___noParams_9), (void*)value); } inline static int32_t get_offset_of_ecAlgorithms_10() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___ecAlgorithms_10)); } inline RuntimeObject* get_ecAlgorithms_10() const { return ___ecAlgorithms_10; } inline RuntimeObject** get_address_of_ecAlgorithms_10() { return &___ecAlgorithms_10; } inline void set_ecAlgorithms_10(RuntimeObject* value) { ___ecAlgorithms_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecAlgorithms_10), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser struct ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser::contentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObjectParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser::content RuntimeObject* ___content_1; public: inline static int32_t get_offset_of_contentType_0() { return static_cast(offsetof(ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48, ___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_content_1() { return static_cast(offsetof(ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48, ___content_1)); } inline RuntimeObject* get_content_1() const { return ___content_1; } inline RuntimeObject** get_address_of_content_1() { return &___content_1; } inline void set_content_1(RuntimeObject* value) { ___content_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CounterSignatureDigestCalculator struct CounterSignatureDigestCalculator_tE2F206230523377D4B74C24CDAD851A4BD8DE2AF : public RuntimeObject { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CounterSignatureDigestCalculator::alg String_t* ___alg_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CounterSignatureDigestCalculator::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_1; public: inline static int32_t get_offset_of_alg_0() { return static_cast(offsetof(CounterSignatureDigestCalculator_tE2F206230523377D4B74C24CDAD851A4BD8DE2AF, ___alg_0)); } inline String_t* get_alg_0() const { return ___alg_0; } inline String_t** get_address_of_alg_0() { return &___alg_0; } inline void set_alg_0(String_t* value) { ___alg_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___alg_0), (void*)value); } inline static int32_t get_offset_of_data_1() { return static_cast(offsetof(CounterSignatureDigestCalculator_tE2F206230523377D4B74C24CDAD851A4BD8DE2AF, ___data_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_1() const { return ___data_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_1() { return &___data_1; } inline void set_data_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.DefaultSignedAttributeTableGenerator struct DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C : public RuntimeObject { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.DefaultSignedAttributeTableGenerator::table RuntimeObject* ___table_0; public: inline static int32_t get_offset_of_table_0() { return static_cast(offsetof(DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C, ___table_0)); } inline RuntimeObject* get_table_0() const { return ___table_0; } inline RuntimeObject** get_address_of_table_0() { return &___table_0; } inline void set_table_0(RuntimeObject* value) { ___table_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_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.Crypto.Digests.GeneralDigest struct GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::xBuf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___xBuf_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::xBufOff int32_t ___xBufOff_2; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::byteCount int64_t ___byteCount_3; public: inline static int32_t get_offset_of_xBuf_1() { return static_cast(offsetof(GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8, ___xBuf_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_xBuf_1() const { return ___xBuf_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_xBuf_1() { return &___xBuf_1; } inline void set_xBuf_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___xBuf_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___xBuf_1), (void*)value); } inline static int32_t get_offset_of_xBufOff_2() { return static_cast(offsetof(GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8, ___xBufOff_2)); } inline int32_t get_xBufOff_2() const { return ___xBufOff_2; } inline int32_t* get_address_of_xBufOff_2() { return &___xBufOff_2; } inline void set_xBufOff_2(int32_t value) { ___xBufOff_2 = value; } inline static int32_t get_offset_of_byteCount_3() { return static_cast(offsetof(GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8, ___byteCount_3)); } inline int64_t get_byteCount_3() const { return ___byteCount_3; } inline int64_t* get_address_of_byteCount_3() { return &___byteCount_3; } inline void set_byteCount_3(int64_t value) { ___byteCount_3 = value; } }; // BestHTTP.HTTPResponse struct HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD : public RuntimeObject { public: // System.Int32 BestHTTP.HTTPResponse::k__BackingField int32_t ___U3CVersionMajorU3Ek__BackingField_3; // System.Int32 BestHTTP.HTTPResponse::k__BackingField int32_t ___U3CVersionMinorU3Ek__BackingField_4; // System.Int32 BestHTTP.HTTPResponse::k__BackingField int32_t ___U3CStatusCodeU3Ek__BackingField_5; // System.String BestHTTP.HTTPResponse::k__BackingField String_t* ___U3CMessageU3Ek__BackingField_6; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsStreamedU3Ek__BackingField_7; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsStreamingFinishedU3Ek__BackingField_8; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsFromCacheU3Ek__BackingField_9; // BestHTTP.Caching.HTTPCacheFileInfo BestHTTP.HTTPResponse::k__BackingField HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * ___U3CCacheFileInfoU3Ek__BackingField_10; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsCacheOnlyU3Ek__BackingField_11; // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPResponse::k__BackingField Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * ___U3CHeadersU3Ek__BackingField_12; // System.Byte[] BestHTTP.HTTPResponse::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CDataU3Ek__BackingField_13; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsUpgradedU3Ek__BackingField_14; // System.Collections.Generic.List`1 BestHTTP.HTTPResponse::k__BackingField List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * ___U3CCookiesU3Ek__BackingField_15; // System.String BestHTTP.HTTPResponse::dataAsText String_t* ___dataAsText_16; // UnityEngine.Texture2D BestHTTP.HTTPResponse::texture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___texture_17; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsClosedManuallyU3Ek__BackingField_18; // BestHTTP.HTTPRequest BestHTTP.HTTPResponse::baseRequest HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___baseRequest_19; // System.IO.Stream BestHTTP.HTTPResponse::Stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Stream_20; // System.Collections.Generic.List`1 BestHTTP.HTTPResponse::streamedFragments List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * ___streamedFragments_21; // System.Object BestHTTP.HTTPResponse::SyncRoot RuntimeObject * ___SyncRoot_22; // System.Byte[] BestHTTP.HTTPResponse::fragmentBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___fragmentBuffer_23; // System.Int32 BestHTTP.HTTPResponse::fragmentBufferDataLength int32_t ___fragmentBufferDataLength_24; // System.IO.Stream BestHTTP.HTTPResponse::cacheStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___cacheStream_25; // System.Int32 BestHTTP.HTTPResponse::allFragmentSize int32_t ___allFragmentSize_26; // BestHTTP.Extensions.BufferPoolMemoryStream BestHTTP.HTTPResponse::decompressorInputStream BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * ___decompressorInputStream_27; // BestHTTP.Extensions.BufferPoolMemoryStream BestHTTP.HTTPResponse::decompressorOutputStream BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * ___decompressorOutputStream_28; // BestHTTP.Decompression.Zlib.GZipStream BestHTTP.HTTPResponse::decompressorGZipStream GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * ___decompressorGZipStream_29; // System.Threading.AutoResetEvent modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.HTTPResponse::fragmentWaitEvent AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * ___fragmentWaitEvent_31; public: inline static int32_t get_offset_of_U3CVersionMajorU3Ek__BackingField_3() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CVersionMajorU3Ek__BackingField_3)); } inline int32_t get_U3CVersionMajorU3Ek__BackingField_3() const { return ___U3CVersionMajorU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CVersionMajorU3Ek__BackingField_3() { return &___U3CVersionMajorU3Ek__BackingField_3; } inline void set_U3CVersionMajorU3Ek__BackingField_3(int32_t value) { ___U3CVersionMajorU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CVersionMinorU3Ek__BackingField_4() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CVersionMinorU3Ek__BackingField_4)); } inline int32_t get_U3CVersionMinorU3Ek__BackingField_4() const { return ___U3CVersionMinorU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CVersionMinorU3Ek__BackingField_4() { return &___U3CVersionMinorU3Ek__BackingField_4; } inline void set_U3CVersionMinorU3Ek__BackingField_4(int32_t value) { ___U3CVersionMinorU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CStatusCodeU3Ek__BackingField_5() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CStatusCodeU3Ek__BackingField_5)); } inline int32_t get_U3CStatusCodeU3Ek__BackingField_5() const { return ___U3CStatusCodeU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CStatusCodeU3Ek__BackingField_5() { return &___U3CStatusCodeU3Ek__BackingField_5; } inline void set_U3CStatusCodeU3Ek__BackingField_5(int32_t value) { ___U3CStatusCodeU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CMessageU3Ek__BackingField_6() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CMessageU3Ek__BackingField_6)); } inline String_t* get_U3CMessageU3Ek__BackingField_6() const { return ___U3CMessageU3Ek__BackingField_6; } inline String_t** get_address_of_U3CMessageU3Ek__BackingField_6() { return &___U3CMessageU3Ek__BackingField_6; } inline void set_U3CMessageU3Ek__BackingField_6(String_t* value) { ___U3CMessageU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMessageU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CIsStreamedU3Ek__BackingField_7() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsStreamedU3Ek__BackingField_7)); } inline bool get_U3CIsStreamedU3Ek__BackingField_7() const { return ___U3CIsStreamedU3Ek__BackingField_7; } inline bool* get_address_of_U3CIsStreamedU3Ek__BackingField_7() { return &___U3CIsStreamedU3Ek__BackingField_7; } inline void set_U3CIsStreamedU3Ek__BackingField_7(bool value) { ___U3CIsStreamedU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CIsStreamingFinishedU3Ek__BackingField_8() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsStreamingFinishedU3Ek__BackingField_8)); } inline bool get_U3CIsStreamingFinishedU3Ek__BackingField_8() const { return ___U3CIsStreamingFinishedU3Ek__BackingField_8; } inline bool* get_address_of_U3CIsStreamingFinishedU3Ek__BackingField_8() { return &___U3CIsStreamingFinishedU3Ek__BackingField_8; } inline void set_U3CIsStreamingFinishedU3Ek__BackingField_8(bool value) { ___U3CIsStreamingFinishedU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CIsFromCacheU3Ek__BackingField_9() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsFromCacheU3Ek__BackingField_9)); } inline bool get_U3CIsFromCacheU3Ek__BackingField_9() const { return ___U3CIsFromCacheU3Ek__BackingField_9; } inline bool* get_address_of_U3CIsFromCacheU3Ek__BackingField_9() { return &___U3CIsFromCacheU3Ek__BackingField_9; } inline void set_U3CIsFromCacheU3Ek__BackingField_9(bool value) { ___U3CIsFromCacheU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CCacheFileInfoU3Ek__BackingField_10() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CCacheFileInfoU3Ek__BackingField_10)); } inline HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * get_U3CCacheFileInfoU3Ek__BackingField_10() const { return ___U3CCacheFileInfoU3Ek__BackingField_10; } inline HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA ** get_address_of_U3CCacheFileInfoU3Ek__BackingField_10() { return &___U3CCacheFileInfoU3Ek__BackingField_10; } inline void set_U3CCacheFileInfoU3Ek__BackingField_10(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * value) { ___U3CCacheFileInfoU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCacheFileInfoU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CIsCacheOnlyU3Ek__BackingField_11() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsCacheOnlyU3Ek__BackingField_11)); } inline bool get_U3CIsCacheOnlyU3Ek__BackingField_11() const { return ___U3CIsCacheOnlyU3Ek__BackingField_11; } inline bool* get_address_of_U3CIsCacheOnlyU3Ek__BackingField_11() { return &___U3CIsCacheOnlyU3Ek__BackingField_11; } inline void set_U3CIsCacheOnlyU3Ek__BackingField_11(bool value) { ___U3CIsCacheOnlyU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_12() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CHeadersU3Ek__BackingField_12)); } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * get_U3CHeadersU3Ek__BackingField_12() const { return ___U3CHeadersU3Ek__BackingField_12; } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 ** get_address_of_U3CHeadersU3Ek__BackingField_12() { return &___U3CHeadersU3Ek__BackingField_12; } inline void set_U3CHeadersU3Ek__BackingField_12(Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * value) { ___U3CHeadersU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_12), (void*)value); } inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_13() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CDataU3Ek__BackingField_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CDataU3Ek__BackingField_13() const { return ___U3CDataU3Ek__BackingField_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CDataU3Ek__BackingField_13() { return &___U3CDataU3Ek__BackingField_13; } inline void set_U3CDataU3Ek__BackingField_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CDataU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDataU3Ek__BackingField_13), (void*)value); } inline static int32_t get_offset_of_U3CIsUpgradedU3Ek__BackingField_14() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsUpgradedU3Ek__BackingField_14)); } inline bool get_U3CIsUpgradedU3Ek__BackingField_14() const { return ___U3CIsUpgradedU3Ek__BackingField_14; } inline bool* get_address_of_U3CIsUpgradedU3Ek__BackingField_14() { return &___U3CIsUpgradedU3Ek__BackingField_14; } inline void set_U3CIsUpgradedU3Ek__BackingField_14(bool value) { ___U3CIsUpgradedU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CCookiesU3Ek__BackingField_15() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CCookiesU3Ek__BackingField_15)); } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * get_U3CCookiesU3Ek__BackingField_15() const { return ___U3CCookiesU3Ek__BackingField_15; } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 ** get_address_of_U3CCookiesU3Ek__BackingField_15() { return &___U3CCookiesU3Ek__BackingField_15; } inline void set_U3CCookiesU3Ek__BackingField_15(List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * value) { ___U3CCookiesU3Ek__BackingField_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCookiesU3Ek__BackingField_15), (void*)value); } inline static int32_t get_offset_of_dataAsText_16() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___dataAsText_16)); } inline String_t* get_dataAsText_16() const { return ___dataAsText_16; } inline String_t** get_address_of_dataAsText_16() { return &___dataAsText_16; } inline void set_dataAsText_16(String_t* value) { ___dataAsText_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataAsText_16), (void*)value); } inline static int32_t get_offset_of_texture_17() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___texture_17)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_texture_17() const { return ___texture_17; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_texture_17() { return &___texture_17; } inline void set_texture_17(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___texture_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___texture_17), (void*)value); } inline static int32_t get_offset_of_U3CIsClosedManuallyU3Ek__BackingField_18() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsClosedManuallyU3Ek__BackingField_18)); } inline bool get_U3CIsClosedManuallyU3Ek__BackingField_18() const { return ___U3CIsClosedManuallyU3Ek__BackingField_18; } inline bool* get_address_of_U3CIsClosedManuallyU3Ek__BackingField_18() { return &___U3CIsClosedManuallyU3Ek__BackingField_18; } inline void set_U3CIsClosedManuallyU3Ek__BackingField_18(bool value) { ___U3CIsClosedManuallyU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_baseRequest_19() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___baseRequest_19)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_baseRequest_19() const { return ___baseRequest_19; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_baseRequest_19() { return &___baseRequest_19; } inline void set_baseRequest_19(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___baseRequest_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseRequest_19), (void*)value); } inline static int32_t get_offset_of_Stream_20() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___Stream_20)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Stream_20() const { return ___Stream_20; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Stream_20() { return &___Stream_20; } inline void set_Stream_20(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Stream_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___Stream_20), (void*)value); } inline static int32_t get_offset_of_streamedFragments_21() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___streamedFragments_21)); } inline List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * get_streamedFragments_21() const { return ___streamedFragments_21; } inline List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE ** get_address_of_streamedFragments_21() { return &___streamedFragments_21; } inline void set_streamedFragments_21(List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * value) { ___streamedFragments_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___streamedFragments_21), (void*)value); } inline static int32_t get_offset_of_SyncRoot_22() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___SyncRoot_22)); } inline RuntimeObject * get_SyncRoot_22() const { return ___SyncRoot_22; } inline RuntimeObject ** get_address_of_SyncRoot_22() { return &___SyncRoot_22; } inline void set_SyncRoot_22(RuntimeObject * value) { ___SyncRoot_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___SyncRoot_22), (void*)value); } inline static int32_t get_offset_of_fragmentBuffer_23() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___fragmentBuffer_23)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_fragmentBuffer_23() const { return ___fragmentBuffer_23; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_fragmentBuffer_23() { return &___fragmentBuffer_23; } inline void set_fragmentBuffer_23(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___fragmentBuffer_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___fragmentBuffer_23), (void*)value); } inline static int32_t get_offset_of_fragmentBufferDataLength_24() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___fragmentBufferDataLength_24)); } inline int32_t get_fragmentBufferDataLength_24() const { return ___fragmentBufferDataLength_24; } inline int32_t* get_address_of_fragmentBufferDataLength_24() { return &___fragmentBufferDataLength_24; } inline void set_fragmentBufferDataLength_24(int32_t value) { ___fragmentBufferDataLength_24 = value; } inline static int32_t get_offset_of_cacheStream_25() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___cacheStream_25)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_cacheStream_25() const { return ___cacheStream_25; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_cacheStream_25() { return &___cacheStream_25; } inline void set_cacheStream_25(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___cacheStream_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___cacheStream_25), (void*)value); } inline static int32_t get_offset_of_allFragmentSize_26() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___allFragmentSize_26)); } inline int32_t get_allFragmentSize_26() const { return ___allFragmentSize_26; } inline int32_t* get_address_of_allFragmentSize_26() { return &___allFragmentSize_26; } inline void set_allFragmentSize_26(int32_t value) { ___allFragmentSize_26 = value; } inline static int32_t get_offset_of_decompressorInputStream_27() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___decompressorInputStream_27)); } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * get_decompressorInputStream_27() const { return ___decompressorInputStream_27; } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B ** get_address_of_decompressorInputStream_27() { return &___decompressorInputStream_27; } inline void set_decompressorInputStream_27(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * value) { ___decompressorInputStream_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___decompressorInputStream_27), (void*)value); } inline static int32_t get_offset_of_decompressorOutputStream_28() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___decompressorOutputStream_28)); } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * get_decompressorOutputStream_28() const { return ___decompressorOutputStream_28; } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B ** get_address_of_decompressorOutputStream_28() { return &___decompressorOutputStream_28; } inline void set_decompressorOutputStream_28(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * value) { ___decompressorOutputStream_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___decompressorOutputStream_28), (void*)value); } inline static int32_t get_offset_of_decompressorGZipStream_29() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___decompressorGZipStream_29)); } inline GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * get_decompressorGZipStream_29() const { return ___decompressorGZipStream_29; } inline GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 ** get_address_of_decompressorGZipStream_29() { return &___decompressorGZipStream_29; } inline void set_decompressorGZipStream_29(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * value) { ___decompressorGZipStream_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___decompressorGZipStream_29), (void*)value); } inline static int32_t get_offset_of_fragmentWaitEvent_31() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___fragmentWaitEvent_31)); } inline AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * get_fragmentWaitEvent_31() const { return ___fragmentWaitEvent_31; } inline AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D ** get_address_of_fragmentWaitEvent_31() { return &___fragmentWaitEvent_31; } inline void set_fragmentWaitEvent_31(AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * value) { ___fragmentWaitEvent_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___fragmentWaitEvent_31), (void*)value); } }; // JCEngineCore.JCEntity struct JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB : public RuntimeObject { public: // System.Int32 JCEngineCore.JCEntity::id int32_t ___id_0; // JCEngineCore.Channel JCEngineCore.JCEntity::channel Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 * ___channel_1; // System.Boolean JCEngineCore.JCEntity::isValid bool ___isValid_2; // System.Boolean JCEngineCore.JCEntity::loaded bool ___loaded_3; // System.Collections.Generic.Dictionary`2 JCEngineCore.JCEntity::components Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___components_4; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_channel_1() { return static_cast(offsetof(JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB, ___channel_1)); } inline Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 * get_channel_1() const { return ___channel_1; } inline Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 ** get_address_of_channel_1() { return &___channel_1; } inline void set_channel_1(Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 * value) { ___channel_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___channel_1), (void*)value); } inline static int32_t get_offset_of_isValid_2() { return static_cast(offsetof(JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB, ___isValid_2)); } inline bool get_isValid_2() const { return ___isValid_2; } inline bool* get_address_of_isValid_2() { return &___isValid_2; } inline void set_isValid_2(bool value) { ___isValid_2 = value; } inline static int32_t get_offset_of_loaded_3() { return static_cast(offsetof(JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB, ___loaded_3)); } inline bool get_loaded_3() const { return ___loaded_3; } inline bool* get_address_of_loaded_3() { return &___loaded_3; } inline void set_loaded_3(bool value) { ___loaded_3 = value; } inline static int32_t get_offset_of_components_4() { return static_cast(offsetof(JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB, ___components_4)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_components_4() const { return ___components_4; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_components_4() { return &___components_4; } inline void set_components_4(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___components_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___components_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest struct KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C : public RuntimeObject { public: // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::state UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___state_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::dataQueue ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dataQueue_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::rate int32_t ___rate_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::bitsInQueue int32_t ___bitsInQueue_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::fixedOutputLength int32_t ___fixedOutputLength_5; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::squeezing bool ___squeezing_6; public: inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C, ___state_1)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_state_1() const { return ___state_1; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_state_1() { return &___state_1; } inline void set_state_1(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___state_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_1), (void*)value); } inline static int32_t get_offset_of_dataQueue_2() { return static_cast(offsetof(KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C, ___dataQueue_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_dataQueue_2() const { return ___dataQueue_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_dataQueue_2() { return &___dataQueue_2; } inline void set_dataQueue_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___dataQueue_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataQueue_2), (void*)value); } inline static int32_t get_offset_of_rate_3() { return static_cast(offsetof(KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C, ___rate_3)); } inline int32_t get_rate_3() const { return ___rate_3; } inline int32_t* get_address_of_rate_3() { return &___rate_3; } inline void set_rate_3(int32_t value) { ___rate_3 = value; } inline static int32_t get_offset_of_bitsInQueue_4() { return static_cast(offsetof(KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C, ___bitsInQueue_4)); } inline int32_t get_bitsInQueue_4() const { return ___bitsInQueue_4; } inline int32_t* get_address_of_bitsInQueue_4() { return &___bitsInQueue_4; } inline void set_bitsInQueue_4(int32_t value) { ___bitsInQueue_4 = value; } inline static int32_t get_offset_of_fixedOutputLength_5() { return static_cast(offsetof(KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C, ___fixedOutputLength_5)); } inline int32_t get_fixedOutputLength_5() const { return ___fixedOutputLength_5; } inline int32_t* get_address_of_fixedOutputLength_5() { return &___fixedOutputLength_5; } inline void set_fixedOutputLength_5(int32_t value) { ___fixedOutputLength_5 = value; } inline static int32_t get_offset_of_squeezing_6() { return static_cast(offsetof(KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C, ___squeezing_6)); } inline bool get_squeezing_6() const { return ___squeezing_6; } inline bool* get_address_of_squeezing_6() { return &___squeezing_6; } inline void set_squeezing_6(bool value) { ___squeezing_6 = value; } }; struct KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C_StaticFields { public: // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::KeccakRoundConstants UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___KeccakRoundConstants_0; public: inline static int32_t get_offset_of_KeccakRoundConstants_0() { return static_cast(offsetof(KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C_StaticFields, ___KeccakRoundConstants_0)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_KeccakRoundConstants_0() const { return ___KeccakRoundConstants_0; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_KeccakRoundConstants_0() { return &___KeccakRoundConstants_0; } inline void set_KeccakRoundConstants_0(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___KeccakRoundConstants_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeccakRoundConstants_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest struct LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::MyByteLength int32_t ___MyByteLength_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::xBuf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___xBuf_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::xBufOff int32_t ___xBufOff_2; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::byteCount1 int64_t ___byteCount1_3; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::byteCount2 int64_t ___byteCount2_4; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H1 uint64_t ___H1_5; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H2 uint64_t ___H2_6; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H3 uint64_t ___H3_7; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H4 uint64_t ___H4_8; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H5 uint64_t ___H5_9; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H6 uint64_t ___H6_10; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H7 uint64_t ___H7_11; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H8 uint64_t ___H8_12; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::W UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___W_13; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::wOff int32_t ___wOff_14; public: inline static int32_t get_offset_of_MyByteLength_0() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___MyByteLength_0)); } inline int32_t get_MyByteLength_0() const { return ___MyByteLength_0; } inline int32_t* get_address_of_MyByteLength_0() { return &___MyByteLength_0; } inline void set_MyByteLength_0(int32_t value) { ___MyByteLength_0 = value; } inline static int32_t get_offset_of_xBuf_1() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___xBuf_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_xBuf_1() const { return ___xBuf_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_xBuf_1() { return &___xBuf_1; } inline void set_xBuf_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___xBuf_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___xBuf_1), (void*)value); } inline static int32_t get_offset_of_xBufOff_2() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___xBufOff_2)); } inline int32_t get_xBufOff_2() const { return ___xBufOff_2; } inline int32_t* get_address_of_xBufOff_2() { return &___xBufOff_2; } inline void set_xBufOff_2(int32_t value) { ___xBufOff_2 = value; } inline static int32_t get_offset_of_byteCount1_3() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___byteCount1_3)); } inline int64_t get_byteCount1_3() const { return ___byteCount1_3; } inline int64_t* get_address_of_byteCount1_3() { return &___byteCount1_3; } inline void set_byteCount1_3(int64_t value) { ___byteCount1_3 = value; } inline static int32_t get_offset_of_byteCount2_4() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___byteCount2_4)); } inline int64_t get_byteCount2_4() const { return ___byteCount2_4; } inline int64_t* get_address_of_byteCount2_4() { return &___byteCount2_4; } inline void set_byteCount2_4(int64_t value) { ___byteCount2_4 = value; } inline static int32_t get_offset_of_H1_5() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H1_5)); } inline uint64_t get_H1_5() const { return ___H1_5; } inline uint64_t* get_address_of_H1_5() { return &___H1_5; } inline void set_H1_5(uint64_t value) { ___H1_5 = value; } inline static int32_t get_offset_of_H2_6() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H2_6)); } inline uint64_t get_H2_6() const { return ___H2_6; } inline uint64_t* get_address_of_H2_6() { return &___H2_6; } inline void set_H2_6(uint64_t value) { ___H2_6 = value; } inline static int32_t get_offset_of_H3_7() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H3_7)); } inline uint64_t get_H3_7() const { return ___H3_7; } inline uint64_t* get_address_of_H3_7() { return &___H3_7; } inline void set_H3_7(uint64_t value) { ___H3_7 = value; } inline static int32_t get_offset_of_H4_8() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H4_8)); } inline uint64_t get_H4_8() const { return ___H4_8; } inline uint64_t* get_address_of_H4_8() { return &___H4_8; } inline void set_H4_8(uint64_t value) { ___H4_8 = value; } inline static int32_t get_offset_of_H5_9() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H5_9)); } inline uint64_t get_H5_9() const { return ___H5_9; } inline uint64_t* get_address_of_H5_9() { return &___H5_9; } inline void set_H5_9(uint64_t value) { ___H5_9 = value; } inline static int32_t get_offset_of_H6_10() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H6_10)); } inline uint64_t get_H6_10() const { return ___H6_10; } inline uint64_t* get_address_of_H6_10() { return &___H6_10; } inline void set_H6_10(uint64_t value) { ___H6_10 = value; } inline static int32_t get_offset_of_H7_11() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H7_11)); } inline uint64_t get_H7_11() const { return ___H7_11; } inline uint64_t* get_address_of_H7_11() { return &___H7_11; } inline void set_H7_11(uint64_t value) { ___H7_11 = value; } inline static int32_t get_offset_of_H8_12() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H8_12)); } inline uint64_t get_H8_12() const { return ___H8_12; } inline uint64_t* get_address_of_H8_12() { return &___H8_12; } inline void set_H8_12(uint64_t value) { ___H8_12 = value; } inline static int32_t get_offset_of_W_13() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___W_13)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_W_13() const { return ___W_13; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_W_13() { return &___W_13; } inline void set_W_13(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___W_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___W_13), (void*)value); } inline static int32_t get_offset_of_wOff_14() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___wOff_14)); } inline int32_t get_wOff_14() const { return ___wOff_14; } inline int32_t* get_address_of_wOff_14() { return &___wOff_14; } inline void set_wOff_14(int32_t value) { ___wOff_14 = value; } }; struct LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F_StaticFields { public: // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::K UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___K_15; public: inline static int32_t get_offset_of_K_15() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F_StaticFields, ___K_15)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_K_15() const { return ___K_15; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_K_15() { return &___K_15; } inline void set_K_15(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___K_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___K_15), (void*)value); } }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // MenuBackController struct MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 : public RuntimeObject { public: // System.Collections.Generic.List`1 MenuBackController::views List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * ___views_0; // System.Int64 MenuBackController::lastPressExitTime int64_t ___lastPressExitTime_1; public: inline static int32_t get_offset_of_views_0() { return static_cast(offsetof(MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4, ___views_0)); } inline List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * get_views_0() const { return ___views_0; } inline List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F ** get_address_of_views_0() { return &___views_0; } inline void set_views_0(List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * value) { ___views_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___views_0), (void*)value); } inline static int32_t get_offset_of_lastPressExitTime_1() { return static_cast(offsetof(MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4, ___lastPressExitTime_1)); } inline int64_t get_lastPressExitTime_1() const { return ___lastPressExitTime_1; } inline int64_t* get_address_of_lastPressExitTime_1() { return &___lastPressExitTime_1; } inline void set_lastPressExitTime_1(int64_t value) { ___lastPressExitTime_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV struct ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::parameters RuntimeObject* ___parameters_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_1; public: inline static int32_t get_offset_of_parameters_0() { return static_cast(offsetof(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0, ___parameters_0)); } inline RuntimeObject* get_parameters_0() const { return ___parameters_0; } inline RuntimeObject** get_address_of_parameters_0() { return &___parameters_0; } inline void set_parameters_0(RuntimeObject* value) { ___parameters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_0), (void*)value); } inline static int32_t get_offset_of_iv_1() { return static_cast(offsetof(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0, ___iv_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_1() const { return ___iv_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_1() { return &___iv_1; } inline void set_iv_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers struct PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516 : public RuntimeObject { public: public: }; struct PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs1Oid DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs1Oid_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::RsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RsaEncryption_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD2WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD2WithRsaEncryption_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD4WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4WithRsaEncryption_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD5WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD5WithRsaEncryption_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha1WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha1WithRsaEncryption_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SrsaOaepEncryptionSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SrsaOaepEncryptionSet_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsaesOaep DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsaesOaep_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdMgf1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdMgf1_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPSpecified DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPSpecified_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsassaPss DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsassaPss_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha256WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha256WithRsaEncryption_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha384WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha384WithRsaEncryption_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512WithRsaEncryption_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha224WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha224WithRsaEncryption_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512_224WithRSAEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512_224WithRSAEncryption_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512_256WithRSAEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512_256WithRSAEncryption_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DhKeyAgreement DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DhKeyAgreement_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD2AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD2AndDesCbc_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD2AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD2AndRC2Cbc_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD5AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD5AndDesCbc_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD5AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD5AndRC2Cbc_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithSha1AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithSha1AndDesCbc_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithSha1AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithSha1AndRC2Cbc_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPbeS2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPbeS2_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPbkdf2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPbkdf2_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DesEde3Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesEde3Cbc_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::RC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RC2Cbc_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD2_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD5 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD5_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha1_36; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha224_37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha256_38; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha384_39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha512_40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Data DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Data_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SignedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignedData_43; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::EnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EnvelopedData_44; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SignedAndEnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignedAndEnvelopedData_45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DigestedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DigestedData_46; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::EncryptedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EncryptedData_47; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtEmailAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtEmailAddress_49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtUnstructuredName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtUnstructuredName_50; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtContentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtContentType_51; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtMessageDigest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtMessageDigest_52; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSigningTime DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSigningTime_53; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtCounterSignature DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtCounterSignature_54; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtChallengePassword DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtChallengePassword_55; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtUnstructuredAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtUnstructuredAddress_56; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtExtendedCertificateAttributes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtExtendedCertificateAttributes_57; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSigningDescription DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSigningDescription_58; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtExtensionRequest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtExtensionRequest_59; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSmimeCapabilities DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSmimeCapabilities_60; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSmime DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSmime_61; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtFriendlyName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtFriendlyName_62; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtLocalKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtLocalKeyID_63; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509CertType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509CertType_64; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509Certificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509Certificate_66; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SdsiCertificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SdsiCertificate_67; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509Crl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509Crl_69; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlg DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlg_70; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgEsdh DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgEsdh_71; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgCms3DesWrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgCms3DesWrap_72; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgCmsRC2Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgCmsRC2Wrap_73; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgPwriKek DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgPwriKek_74; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgSsdh DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgSsdh_75; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsaKem DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsaKem_76; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PreferSignedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PreferSignedData_77; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CannotDecryptAny DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CannotDecryptAny_78; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SmimeCapabilitiesVersions DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SmimeCapabilitiesVersions_79; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAReceiptRequest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAReceiptRequest_80; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTAuthData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTAuthData_82; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTTstInfo DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTTstInfo_83; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTCompressedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTCompressedData_84; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTAuthEnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTAuthEnvelopedData_85; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTTimestampedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTTimestampedData_86; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfOrigin DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfOrigin_88; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfReceipt DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfReceipt_89; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfDelivery DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfDelivery_90; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfSender DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfSender_91; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfApproval DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfApproval_92; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfCreation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfCreation_93; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAOid DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAOid_95; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentHint DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentHint_96; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAMsgSigDigest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAMsgSigDigest_97; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentReference DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentReference_98; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEncrypKeyPref DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEncrypKeyPref_99; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigningCertificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigningCertificate_100; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigningCertificateV2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigningCertificateV2_101; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentIdentifier_102; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASignatureTimeStampToken DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASignatureTimeStampToken_103; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSigPolicyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSigPolicyID_104; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCommitmentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCommitmentType_105; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSignerLocation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSignerLocation_106; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSignerAttr DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSignerAttr_107; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsOtherSigCert DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsOtherSigCert_108; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsContentTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsContentTimestamp_109; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertificateRefs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertificateRefs_110; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsRevocationRefs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsRevocationRefs_111; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertValues DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertValues_112; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsRevocationValues DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsRevocationValues_113; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsEscTimeStamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsEscTimeStamp_114; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertCrlTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertCrlTimestamp_115; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsArchiveTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsArchiveTimestamp_116; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAADecryptKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAADecryptKeyID_117; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAImplCryptoAlgs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAImplCryptoAlgs_118; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAAsymmDecryptKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAAsymmDecryptKeyID_119; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAImplCompressAlgs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAImplCompressAlgs_120; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAACommunityIdentifiers DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAACommunityIdentifiers_121; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigPolicyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigPolicyID_122; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAACommitmentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAACommitmentType_123; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASignerLocation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASignerLocation_124; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAOtherSigCert DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAOtherSigCert_125; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSpqEtsUri DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSpqEtsUri_127; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSpqEtsUNotice DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSpqEtsUNotice_128; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::KeyBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___KeyBag_131; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs8ShroudedKeyBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs8ShroudedKeyBag_132; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CertBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertBag_133; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CrlBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlBag_134; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SecretBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecretBag_135; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SafeContentsBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SafeContentsBag_136; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd128BitRC4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd128BitRC4_138; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd40BitRC4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd40BitRC4_139; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd3KeyTripleDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd3KeyTripleDesCbc_140; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd2KeyTripleDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd2KeyTripleDesCbc_141; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd128BitRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd128BitRC2Cbc_142; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbewithShaAnd40BitRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbewithShaAnd40BitRC2Cbc_143; public: inline static int32_t get_offset_of_Pkcs1Oid_1() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs1Oid_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs1Oid_1() const { return ___Pkcs1Oid_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs1Oid_1() { return &___Pkcs1Oid_1; } inline void set_Pkcs1Oid_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs1Oid_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs1Oid_1), (void*)value); } inline static int32_t get_offset_of_RsaEncryption_2() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___RsaEncryption_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RsaEncryption_2() const { return ___RsaEncryption_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RsaEncryption_2() { return &___RsaEncryption_2; } inline void set_RsaEncryption_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RsaEncryption_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___RsaEncryption_2), (void*)value); } inline static int32_t get_offset_of_MD2WithRsaEncryption_3() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD2WithRsaEncryption_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD2WithRsaEncryption_3() const { return ___MD2WithRsaEncryption_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD2WithRsaEncryption_3() { return &___MD2WithRsaEncryption_3; } inline void set_MD2WithRsaEncryption_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD2WithRsaEncryption_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD2WithRsaEncryption_3), (void*)value); } inline static int32_t get_offset_of_MD4WithRsaEncryption_4() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD4WithRsaEncryption_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4WithRsaEncryption_4() const { return ___MD4WithRsaEncryption_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4WithRsaEncryption_4() { return &___MD4WithRsaEncryption_4; } inline void set_MD4WithRsaEncryption_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4WithRsaEncryption_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4WithRsaEncryption_4), (void*)value); } inline static int32_t get_offset_of_MD5WithRsaEncryption_5() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD5WithRsaEncryption_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD5WithRsaEncryption_5() const { return ___MD5WithRsaEncryption_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD5WithRsaEncryption_5() { return &___MD5WithRsaEncryption_5; } inline void set_MD5WithRsaEncryption_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD5WithRsaEncryption_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD5WithRsaEncryption_5), (void*)value); } inline static int32_t get_offset_of_Sha1WithRsaEncryption_6() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha1WithRsaEncryption_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha1WithRsaEncryption_6() const { return ___Sha1WithRsaEncryption_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha1WithRsaEncryption_6() { return &___Sha1WithRsaEncryption_6; } inline void set_Sha1WithRsaEncryption_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha1WithRsaEncryption_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha1WithRsaEncryption_6), (void*)value); } inline static int32_t get_offset_of_SrsaOaepEncryptionSet_7() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SrsaOaepEncryptionSet_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SrsaOaepEncryptionSet_7() const { return ___SrsaOaepEncryptionSet_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SrsaOaepEncryptionSet_7() { return &___SrsaOaepEncryptionSet_7; } inline void set_SrsaOaepEncryptionSet_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SrsaOaepEncryptionSet_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___SrsaOaepEncryptionSet_7), (void*)value); } inline static int32_t get_offset_of_IdRsaesOaep_8() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsaesOaep_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsaesOaep_8() const { return ___IdRsaesOaep_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsaesOaep_8() { return &___IdRsaesOaep_8; } inline void set_IdRsaesOaep_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsaesOaep_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsaesOaep_8), (void*)value); } inline static int32_t get_offset_of_IdMgf1_9() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdMgf1_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdMgf1_9() const { return ___IdMgf1_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdMgf1_9() { return &___IdMgf1_9; } inline void set_IdMgf1_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdMgf1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdMgf1_9), (void*)value); } inline static int32_t get_offset_of_IdPSpecified_10() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPSpecified_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPSpecified_10() const { return ___IdPSpecified_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPSpecified_10() { return &___IdPSpecified_10; } inline void set_IdPSpecified_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPSpecified_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPSpecified_10), (void*)value); } inline static int32_t get_offset_of_IdRsassaPss_11() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsassaPss_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsassaPss_11() const { return ___IdRsassaPss_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsassaPss_11() { return &___IdRsassaPss_11; } inline void set_IdRsassaPss_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsassaPss_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsassaPss_11), (void*)value); } inline static int32_t get_offset_of_Sha256WithRsaEncryption_12() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha256WithRsaEncryption_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha256WithRsaEncryption_12() const { return ___Sha256WithRsaEncryption_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha256WithRsaEncryption_12() { return &___Sha256WithRsaEncryption_12; } inline void set_Sha256WithRsaEncryption_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha256WithRsaEncryption_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha256WithRsaEncryption_12), (void*)value); } inline static int32_t get_offset_of_Sha384WithRsaEncryption_13() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha384WithRsaEncryption_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha384WithRsaEncryption_13() const { return ___Sha384WithRsaEncryption_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha384WithRsaEncryption_13() { return &___Sha384WithRsaEncryption_13; } inline void set_Sha384WithRsaEncryption_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha384WithRsaEncryption_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha384WithRsaEncryption_13), (void*)value); } inline static int32_t get_offset_of_Sha512WithRsaEncryption_14() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512WithRsaEncryption_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512WithRsaEncryption_14() const { return ___Sha512WithRsaEncryption_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512WithRsaEncryption_14() { return &___Sha512WithRsaEncryption_14; } inline void set_Sha512WithRsaEncryption_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512WithRsaEncryption_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512WithRsaEncryption_14), (void*)value); } inline static int32_t get_offset_of_Sha224WithRsaEncryption_15() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha224WithRsaEncryption_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha224WithRsaEncryption_15() const { return ___Sha224WithRsaEncryption_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha224WithRsaEncryption_15() { return &___Sha224WithRsaEncryption_15; } inline void set_Sha224WithRsaEncryption_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha224WithRsaEncryption_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha224WithRsaEncryption_15), (void*)value); } inline static int32_t get_offset_of_Sha512_224WithRSAEncryption_16() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512_224WithRSAEncryption_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512_224WithRSAEncryption_16() const { return ___Sha512_224WithRSAEncryption_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512_224WithRSAEncryption_16() { return &___Sha512_224WithRSAEncryption_16; } inline void set_Sha512_224WithRSAEncryption_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512_224WithRSAEncryption_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512_224WithRSAEncryption_16), (void*)value); } inline static int32_t get_offset_of_Sha512_256WithRSAEncryption_17() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512_256WithRSAEncryption_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512_256WithRSAEncryption_17() const { return ___Sha512_256WithRSAEncryption_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512_256WithRSAEncryption_17() { return &___Sha512_256WithRSAEncryption_17; } inline void set_Sha512_256WithRSAEncryption_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512_256WithRSAEncryption_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512_256WithRSAEncryption_17), (void*)value); } inline static int32_t get_offset_of_DhKeyAgreement_19() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DhKeyAgreement_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DhKeyAgreement_19() const { return ___DhKeyAgreement_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DhKeyAgreement_19() { return &___DhKeyAgreement_19; } inline void set_DhKeyAgreement_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DhKeyAgreement_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___DhKeyAgreement_19), (void*)value); } inline static int32_t get_offset_of_PbeWithMD2AndDesCbc_21() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD2AndDesCbc_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD2AndDesCbc_21() const { return ___PbeWithMD2AndDesCbc_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD2AndDesCbc_21() { return &___PbeWithMD2AndDesCbc_21; } inline void set_PbeWithMD2AndDesCbc_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD2AndDesCbc_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD2AndDesCbc_21), (void*)value); } inline static int32_t get_offset_of_PbeWithMD2AndRC2Cbc_22() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD2AndRC2Cbc_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD2AndRC2Cbc_22() const { return ___PbeWithMD2AndRC2Cbc_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD2AndRC2Cbc_22() { return &___PbeWithMD2AndRC2Cbc_22; } inline void set_PbeWithMD2AndRC2Cbc_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD2AndRC2Cbc_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD2AndRC2Cbc_22), (void*)value); } inline static int32_t get_offset_of_PbeWithMD5AndDesCbc_23() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD5AndDesCbc_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD5AndDesCbc_23() const { return ___PbeWithMD5AndDesCbc_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD5AndDesCbc_23() { return &___PbeWithMD5AndDesCbc_23; } inline void set_PbeWithMD5AndDesCbc_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD5AndDesCbc_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD5AndDesCbc_23), (void*)value); } inline static int32_t get_offset_of_PbeWithMD5AndRC2Cbc_24() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD5AndRC2Cbc_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD5AndRC2Cbc_24() const { return ___PbeWithMD5AndRC2Cbc_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD5AndRC2Cbc_24() { return &___PbeWithMD5AndRC2Cbc_24; } inline void set_PbeWithMD5AndRC2Cbc_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD5AndRC2Cbc_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD5AndRC2Cbc_24), (void*)value); } inline static int32_t get_offset_of_PbeWithSha1AndDesCbc_25() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithSha1AndDesCbc_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithSha1AndDesCbc_25() const { return ___PbeWithSha1AndDesCbc_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithSha1AndDesCbc_25() { return &___PbeWithSha1AndDesCbc_25; } inline void set_PbeWithSha1AndDesCbc_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithSha1AndDesCbc_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithSha1AndDesCbc_25), (void*)value); } inline static int32_t get_offset_of_PbeWithSha1AndRC2Cbc_26() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithSha1AndRC2Cbc_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithSha1AndRC2Cbc_26() const { return ___PbeWithSha1AndRC2Cbc_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithSha1AndRC2Cbc_26() { return &___PbeWithSha1AndRC2Cbc_26; } inline void set_PbeWithSha1AndRC2Cbc_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithSha1AndRC2Cbc_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithSha1AndRC2Cbc_26), (void*)value); } inline static int32_t get_offset_of_IdPbeS2_27() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPbeS2_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPbeS2_27() const { return ___IdPbeS2_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPbeS2_27() { return &___IdPbeS2_27; } inline void set_IdPbeS2_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPbeS2_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPbeS2_27), (void*)value); } inline static int32_t get_offset_of_IdPbkdf2_28() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPbkdf2_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPbkdf2_28() const { return ___IdPbkdf2_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPbkdf2_28() { return &___IdPbkdf2_28; } inline void set_IdPbkdf2_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPbkdf2_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPbkdf2_28), (void*)value); } inline static int32_t get_offset_of_DesEde3Cbc_30() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DesEde3Cbc_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesEde3Cbc_30() const { return ___DesEde3Cbc_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesEde3Cbc_30() { return &___DesEde3Cbc_30; } inline void set_DesEde3Cbc_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesEde3Cbc_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEde3Cbc_30), (void*)value); } inline static int32_t get_offset_of_RC2Cbc_31() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___RC2Cbc_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RC2Cbc_31() const { return ___RC2Cbc_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RC2Cbc_31() { return &___RC2Cbc_31; } inline void set_RC2Cbc_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RC2Cbc_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___RC2Cbc_31), (void*)value); } inline static int32_t get_offset_of_MD2_33() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD2_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD2_33() const { return ___MD2_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD2_33() { return &___MD2_33; } inline void set_MD2_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD2_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD2_33), (void*)value); } inline static int32_t get_offset_of_MD4_34() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD4_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4_34() const { return ___MD4_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4_34() { return &___MD4_34; } inline void set_MD4_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4_34), (void*)value); } inline static int32_t get_offset_of_MD5_35() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD5_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD5_35() const { return ___MD5_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD5_35() { return &___MD5_35; } inline void set_MD5_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD5_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD5_35), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha1_36() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha1_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha1_36() const { return ___IdHmacWithSha1_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha1_36() { return &___IdHmacWithSha1_36; } inline void set_IdHmacWithSha1_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha1_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha1_36), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha224_37() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha224_37)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha224_37() const { return ___IdHmacWithSha224_37; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha224_37() { return &___IdHmacWithSha224_37; } inline void set_IdHmacWithSha224_37(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha224_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha224_37), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha256_38() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha256_38)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha256_38() const { return ___IdHmacWithSha256_38; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha256_38() { return &___IdHmacWithSha256_38; } inline void set_IdHmacWithSha256_38(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha256_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha256_38), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha384_39() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha384_39)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha384_39() const { return ___IdHmacWithSha384_39; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha384_39() { return &___IdHmacWithSha384_39; } inline void set_IdHmacWithSha384_39(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha384_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha384_39), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha512_40() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha512_40)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha512_40() const { return ___IdHmacWithSha512_40; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha512_40() { return &___IdHmacWithSha512_40; } inline void set_IdHmacWithSha512_40(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha512_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha512_40), (void*)value); } inline static int32_t get_offset_of_Data_42() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Data_42)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Data_42() const { return ___Data_42; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Data_42() { return &___Data_42; } inline void set_Data_42(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Data_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_42), (void*)value); } inline static int32_t get_offset_of_SignedData_43() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SignedData_43)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignedData_43() const { return ___SignedData_43; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignedData_43() { return &___SignedData_43; } inline void set_SignedData_43(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignedData_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignedData_43), (void*)value); } inline static int32_t get_offset_of_EnvelopedData_44() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___EnvelopedData_44)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EnvelopedData_44() const { return ___EnvelopedData_44; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EnvelopedData_44() { return &___EnvelopedData_44; } inline void set_EnvelopedData_44(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EnvelopedData_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___EnvelopedData_44), (void*)value); } inline static int32_t get_offset_of_SignedAndEnvelopedData_45() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SignedAndEnvelopedData_45)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignedAndEnvelopedData_45() const { return ___SignedAndEnvelopedData_45; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignedAndEnvelopedData_45() { return &___SignedAndEnvelopedData_45; } inline void set_SignedAndEnvelopedData_45(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignedAndEnvelopedData_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignedAndEnvelopedData_45), (void*)value); } inline static int32_t get_offset_of_DigestedData_46() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DigestedData_46)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DigestedData_46() const { return ___DigestedData_46; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DigestedData_46() { return &___DigestedData_46; } inline void set_DigestedData_46(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DigestedData_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestedData_46), (void*)value); } inline static int32_t get_offset_of_EncryptedData_47() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___EncryptedData_47)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EncryptedData_47() const { return ___EncryptedData_47; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EncryptedData_47() { return &___EncryptedData_47; } inline void set_EncryptedData_47(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EncryptedData_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptedData_47), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtEmailAddress_49() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtEmailAddress_49)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtEmailAddress_49() const { return ___Pkcs9AtEmailAddress_49; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtEmailAddress_49() { return &___Pkcs9AtEmailAddress_49; } inline void set_Pkcs9AtEmailAddress_49(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtEmailAddress_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtEmailAddress_49), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtUnstructuredName_50() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtUnstructuredName_50)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtUnstructuredName_50() const { return ___Pkcs9AtUnstructuredName_50; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtUnstructuredName_50() { return &___Pkcs9AtUnstructuredName_50; } inline void set_Pkcs9AtUnstructuredName_50(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtUnstructuredName_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtUnstructuredName_50), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtContentType_51() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtContentType_51)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtContentType_51() const { return ___Pkcs9AtContentType_51; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtContentType_51() { return &___Pkcs9AtContentType_51; } inline void set_Pkcs9AtContentType_51(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtContentType_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtContentType_51), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtMessageDigest_52() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtMessageDigest_52)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtMessageDigest_52() const { return ___Pkcs9AtMessageDigest_52; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtMessageDigest_52() { return &___Pkcs9AtMessageDigest_52; } inline void set_Pkcs9AtMessageDigest_52(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtMessageDigest_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtMessageDigest_52), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSigningTime_53() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSigningTime_53)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSigningTime_53() const { return ___Pkcs9AtSigningTime_53; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSigningTime_53() { return &___Pkcs9AtSigningTime_53; } inline void set_Pkcs9AtSigningTime_53(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSigningTime_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSigningTime_53), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtCounterSignature_54() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtCounterSignature_54)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtCounterSignature_54() const { return ___Pkcs9AtCounterSignature_54; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtCounterSignature_54() { return &___Pkcs9AtCounterSignature_54; } inline void set_Pkcs9AtCounterSignature_54(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtCounterSignature_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtCounterSignature_54), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtChallengePassword_55() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtChallengePassword_55)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtChallengePassword_55() const { return ___Pkcs9AtChallengePassword_55; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtChallengePassword_55() { return &___Pkcs9AtChallengePassword_55; } inline void set_Pkcs9AtChallengePassword_55(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtChallengePassword_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtChallengePassword_55), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtUnstructuredAddress_56() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtUnstructuredAddress_56)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtUnstructuredAddress_56() const { return ___Pkcs9AtUnstructuredAddress_56; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtUnstructuredAddress_56() { return &___Pkcs9AtUnstructuredAddress_56; } inline void set_Pkcs9AtUnstructuredAddress_56(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtUnstructuredAddress_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtUnstructuredAddress_56), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtExtendedCertificateAttributes_57() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtExtendedCertificateAttributes_57)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtExtendedCertificateAttributes_57() const { return ___Pkcs9AtExtendedCertificateAttributes_57; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtExtendedCertificateAttributes_57() { return &___Pkcs9AtExtendedCertificateAttributes_57; } inline void set_Pkcs9AtExtendedCertificateAttributes_57(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtExtendedCertificateAttributes_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtExtendedCertificateAttributes_57), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSigningDescription_58() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSigningDescription_58)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSigningDescription_58() const { return ___Pkcs9AtSigningDescription_58; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSigningDescription_58() { return &___Pkcs9AtSigningDescription_58; } inline void set_Pkcs9AtSigningDescription_58(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSigningDescription_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSigningDescription_58), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtExtensionRequest_59() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtExtensionRequest_59)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtExtensionRequest_59() const { return ___Pkcs9AtExtensionRequest_59; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtExtensionRequest_59() { return &___Pkcs9AtExtensionRequest_59; } inline void set_Pkcs9AtExtensionRequest_59(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtExtensionRequest_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtExtensionRequest_59), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSmimeCapabilities_60() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSmimeCapabilities_60)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSmimeCapabilities_60() const { return ___Pkcs9AtSmimeCapabilities_60; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSmimeCapabilities_60() { return &___Pkcs9AtSmimeCapabilities_60; } inline void set_Pkcs9AtSmimeCapabilities_60(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSmimeCapabilities_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSmimeCapabilities_60), (void*)value); } inline static int32_t get_offset_of_IdSmime_61() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSmime_61)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSmime_61() const { return ___IdSmime_61; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSmime_61() { return &___IdSmime_61; } inline void set_IdSmime_61(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSmime_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSmime_61), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtFriendlyName_62() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtFriendlyName_62)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtFriendlyName_62() const { return ___Pkcs9AtFriendlyName_62; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtFriendlyName_62() { return &___Pkcs9AtFriendlyName_62; } inline void set_Pkcs9AtFriendlyName_62(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtFriendlyName_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtFriendlyName_62), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtLocalKeyID_63() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtLocalKeyID_63)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtLocalKeyID_63() const { return ___Pkcs9AtLocalKeyID_63; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtLocalKeyID_63() { return &___Pkcs9AtLocalKeyID_63; } inline void set_Pkcs9AtLocalKeyID_63(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtLocalKeyID_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtLocalKeyID_63), (void*)value); } inline static int32_t get_offset_of_X509CertType_64() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509CertType_64)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509CertType_64() const { return ___X509CertType_64; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509CertType_64() { return &___X509CertType_64; } inline void set_X509CertType_64(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509CertType_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509CertType_64), (void*)value); } inline static int32_t get_offset_of_X509Certificate_66() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509Certificate_66)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509Certificate_66() const { return ___X509Certificate_66; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509Certificate_66() { return &___X509Certificate_66; } inline void set_X509Certificate_66(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509Certificate_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509Certificate_66), (void*)value); } inline static int32_t get_offset_of_SdsiCertificate_67() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SdsiCertificate_67)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SdsiCertificate_67() const { return ___SdsiCertificate_67; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SdsiCertificate_67() { return &___SdsiCertificate_67; } inline void set_SdsiCertificate_67(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SdsiCertificate_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___SdsiCertificate_67), (void*)value); } inline static int32_t get_offset_of_X509Crl_69() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509Crl_69)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509Crl_69() const { return ___X509Crl_69; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509Crl_69() { return &___X509Crl_69; } inline void set_X509Crl_69(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509Crl_69 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509Crl_69), (void*)value); } inline static int32_t get_offset_of_IdAlg_70() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlg_70)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlg_70() const { return ___IdAlg_70; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlg_70() { return &___IdAlg_70; } inline void set_IdAlg_70(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlg_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlg_70), (void*)value); } inline static int32_t get_offset_of_IdAlgEsdh_71() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgEsdh_71)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgEsdh_71() const { return ___IdAlgEsdh_71; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgEsdh_71() { return &___IdAlgEsdh_71; } inline void set_IdAlgEsdh_71(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgEsdh_71 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgEsdh_71), (void*)value); } inline static int32_t get_offset_of_IdAlgCms3DesWrap_72() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgCms3DesWrap_72)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgCms3DesWrap_72() const { return ___IdAlgCms3DesWrap_72; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgCms3DesWrap_72() { return &___IdAlgCms3DesWrap_72; } inline void set_IdAlgCms3DesWrap_72(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgCms3DesWrap_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgCms3DesWrap_72), (void*)value); } inline static int32_t get_offset_of_IdAlgCmsRC2Wrap_73() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgCmsRC2Wrap_73)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgCmsRC2Wrap_73() const { return ___IdAlgCmsRC2Wrap_73; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgCmsRC2Wrap_73() { return &___IdAlgCmsRC2Wrap_73; } inline void set_IdAlgCmsRC2Wrap_73(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgCmsRC2Wrap_73 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgCmsRC2Wrap_73), (void*)value); } inline static int32_t get_offset_of_IdAlgPwriKek_74() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgPwriKek_74)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgPwriKek_74() const { return ___IdAlgPwriKek_74; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgPwriKek_74() { return &___IdAlgPwriKek_74; } inline void set_IdAlgPwriKek_74(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgPwriKek_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgPwriKek_74), (void*)value); } inline static int32_t get_offset_of_IdAlgSsdh_75() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgSsdh_75)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgSsdh_75() const { return ___IdAlgSsdh_75; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgSsdh_75() { return &___IdAlgSsdh_75; } inline void set_IdAlgSsdh_75(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgSsdh_75 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgSsdh_75), (void*)value); } inline static int32_t get_offset_of_IdRsaKem_76() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsaKem_76)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsaKem_76() const { return ___IdRsaKem_76; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsaKem_76() { return &___IdRsaKem_76; } inline void set_IdRsaKem_76(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsaKem_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsaKem_76), (void*)value); } inline static int32_t get_offset_of_PreferSignedData_77() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PreferSignedData_77)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PreferSignedData_77() const { return ___PreferSignedData_77; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PreferSignedData_77() { return &___PreferSignedData_77; } inline void set_PreferSignedData_77(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PreferSignedData_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___PreferSignedData_77), (void*)value); } inline static int32_t get_offset_of_CannotDecryptAny_78() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CannotDecryptAny_78)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CannotDecryptAny_78() const { return ___CannotDecryptAny_78; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CannotDecryptAny_78() { return &___CannotDecryptAny_78; } inline void set_CannotDecryptAny_78(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CannotDecryptAny_78 = value; Il2CppCodeGenWriteBarrier((void**)(&___CannotDecryptAny_78), (void*)value); } inline static int32_t get_offset_of_SmimeCapabilitiesVersions_79() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SmimeCapabilitiesVersions_79)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SmimeCapabilitiesVersions_79() const { return ___SmimeCapabilitiesVersions_79; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SmimeCapabilitiesVersions_79() { return &___SmimeCapabilitiesVersions_79; } inline void set_SmimeCapabilitiesVersions_79(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SmimeCapabilitiesVersions_79 = value; Il2CppCodeGenWriteBarrier((void**)(&___SmimeCapabilitiesVersions_79), (void*)value); } inline static int32_t get_offset_of_IdAAReceiptRequest_80() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAReceiptRequest_80)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAReceiptRequest_80() const { return ___IdAAReceiptRequest_80; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAReceiptRequest_80() { return &___IdAAReceiptRequest_80; } inline void set_IdAAReceiptRequest_80(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAReceiptRequest_80 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAReceiptRequest_80), (void*)value); } inline static int32_t get_offset_of_IdCTAuthData_82() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTAuthData_82)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTAuthData_82() const { return ___IdCTAuthData_82; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTAuthData_82() { return &___IdCTAuthData_82; } inline void set_IdCTAuthData_82(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTAuthData_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTAuthData_82), (void*)value); } inline static int32_t get_offset_of_IdCTTstInfo_83() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTTstInfo_83)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTTstInfo_83() const { return ___IdCTTstInfo_83; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTTstInfo_83() { return &___IdCTTstInfo_83; } inline void set_IdCTTstInfo_83(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTTstInfo_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTTstInfo_83), (void*)value); } inline static int32_t get_offset_of_IdCTCompressedData_84() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTCompressedData_84)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTCompressedData_84() const { return ___IdCTCompressedData_84; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTCompressedData_84() { return &___IdCTCompressedData_84; } inline void set_IdCTCompressedData_84(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTCompressedData_84 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTCompressedData_84), (void*)value); } inline static int32_t get_offset_of_IdCTAuthEnvelopedData_85() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTAuthEnvelopedData_85)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTAuthEnvelopedData_85() const { return ___IdCTAuthEnvelopedData_85; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTAuthEnvelopedData_85() { return &___IdCTAuthEnvelopedData_85; } inline void set_IdCTAuthEnvelopedData_85(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTAuthEnvelopedData_85 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTAuthEnvelopedData_85), (void*)value); } inline static int32_t get_offset_of_IdCTTimestampedData_86() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTTimestampedData_86)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTTimestampedData_86() const { return ___IdCTTimestampedData_86; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTTimestampedData_86() { return &___IdCTTimestampedData_86; } inline void set_IdCTTimestampedData_86(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTTimestampedData_86 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTTimestampedData_86), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfOrigin_88() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfOrigin_88)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfOrigin_88() const { return ___IdCtiEtsProofOfOrigin_88; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfOrigin_88() { return &___IdCtiEtsProofOfOrigin_88; } inline void set_IdCtiEtsProofOfOrigin_88(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfOrigin_88 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfOrigin_88), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfReceipt_89() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfReceipt_89)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfReceipt_89() const { return ___IdCtiEtsProofOfReceipt_89; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfReceipt_89() { return &___IdCtiEtsProofOfReceipt_89; } inline void set_IdCtiEtsProofOfReceipt_89(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfReceipt_89 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfReceipt_89), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfDelivery_90() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfDelivery_90)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfDelivery_90() const { return ___IdCtiEtsProofOfDelivery_90; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfDelivery_90() { return &___IdCtiEtsProofOfDelivery_90; } inline void set_IdCtiEtsProofOfDelivery_90(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfDelivery_90 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfDelivery_90), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfSender_91() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfSender_91)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfSender_91() const { return ___IdCtiEtsProofOfSender_91; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfSender_91() { return &___IdCtiEtsProofOfSender_91; } inline void set_IdCtiEtsProofOfSender_91(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfSender_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfSender_91), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfApproval_92() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfApproval_92)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfApproval_92() const { return ___IdCtiEtsProofOfApproval_92; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfApproval_92() { return &___IdCtiEtsProofOfApproval_92; } inline void set_IdCtiEtsProofOfApproval_92(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfApproval_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfApproval_92), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfCreation_93() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfCreation_93)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfCreation_93() const { return ___IdCtiEtsProofOfCreation_93; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfCreation_93() { return &___IdCtiEtsProofOfCreation_93; } inline void set_IdCtiEtsProofOfCreation_93(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfCreation_93 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfCreation_93), (void*)value); } inline static int32_t get_offset_of_IdAAOid_95() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAOid_95)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAOid_95() const { return ___IdAAOid_95; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAOid_95() { return &___IdAAOid_95; } inline void set_IdAAOid_95(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAOid_95 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAOid_95), (void*)value); } inline static int32_t get_offset_of_IdAAContentHint_96() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentHint_96)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentHint_96() const { return ___IdAAContentHint_96; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentHint_96() { return &___IdAAContentHint_96; } inline void set_IdAAContentHint_96(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentHint_96 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentHint_96), (void*)value); } inline static int32_t get_offset_of_IdAAMsgSigDigest_97() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAMsgSigDigest_97)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAMsgSigDigest_97() const { return ___IdAAMsgSigDigest_97; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAMsgSigDigest_97() { return &___IdAAMsgSigDigest_97; } inline void set_IdAAMsgSigDigest_97(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAMsgSigDigest_97 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAMsgSigDigest_97), (void*)value); } inline static int32_t get_offset_of_IdAAContentReference_98() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentReference_98)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentReference_98() const { return ___IdAAContentReference_98; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentReference_98() { return &___IdAAContentReference_98; } inline void set_IdAAContentReference_98(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentReference_98 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentReference_98), (void*)value); } inline static int32_t get_offset_of_IdAAEncrypKeyPref_99() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEncrypKeyPref_99)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEncrypKeyPref_99() const { return ___IdAAEncrypKeyPref_99; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEncrypKeyPref_99() { return &___IdAAEncrypKeyPref_99; } inline void set_IdAAEncrypKeyPref_99(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEncrypKeyPref_99 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEncrypKeyPref_99), (void*)value); } inline static int32_t get_offset_of_IdAASigningCertificate_100() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigningCertificate_100)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigningCertificate_100() const { return ___IdAASigningCertificate_100; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigningCertificate_100() { return &___IdAASigningCertificate_100; } inline void set_IdAASigningCertificate_100(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigningCertificate_100 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigningCertificate_100), (void*)value); } inline static int32_t get_offset_of_IdAASigningCertificateV2_101() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigningCertificateV2_101)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigningCertificateV2_101() const { return ___IdAASigningCertificateV2_101; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigningCertificateV2_101() { return &___IdAASigningCertificateV2_101; } inline void set_IdAASigningCertificateV2_101(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigningCertificateV2_101 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigningCertificateV2_101), (void*)value); } inline static int32_t get_offset_of_IdAAContentIdentifier_102() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentIdentifier_102)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentIdentifier_102() const { return ___IdAAContentIdentifier_102; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentIdentifier_102() { return &___IdAAContentIdentifier_102; } inline void set_IdAAContentIdentifier_102(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentIdentifier_102 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentIdentifier_102), (void*)value); } inline static int32_t get_offset_of_IdAASignatureTimeStampToken_103() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASignatureTimeStampToken_103)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASignatureTimeStampToken_103() const { return ___IdAASignatureTimeStampToken_103; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASignatureTimeStampToken_103() { return &___IdAASignatureTimeStampToken_103; } inline void set_IdAASignatureTimeStampToken_103(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASignatureTimeStampToken_103 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASignatureTimeStampToken_103), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSigPolicyID_104() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSigPolicyID_104)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSigPolicyID_104() const { return ___IdAAEtsSigPolicyID_104; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSigPolicyID_104() { return &___IdAAEtsSigPolicyID_104; } inline void set_IdAAEtsSigPolicyID_104(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSigPolicyID_104 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSigPolicyID_104), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCommitmentType_105() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCommitmentType_105)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCommitmentType_105() const { return ___IdAAEtsCommitmentType_105; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCommitmentType_105() { return &___IdAAEtsCommitmentType_105; } inline void set_IdAAEtsCommitmentType_105(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCommitmentType_105 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCommitmentType_105), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSignerLocation_106() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSignerLocation_106)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSignerLocation_106() const { return ___IdAAEtsSignerLocation_106; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSignerLocation_106() { return &___IdAAEtsSignerLocation_106; } inline void set_IdAAEtsSignerLocation_106(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSignerLocation_106 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSignerLocation_106), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSignerAttr_107() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSignerAttr_107)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSignerAttr_107() const { return ___IdAAEtsSignerAttr_107; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSignerAttr_107() { return &___IdAAEtsSignerAttr_107; } inline void set_IdAAEtsSignerAttr_107(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSignerAttr_107 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSignerAttr_107), (void*)value); } inline static int32_t get_offset_of_IdAAEtsOtherSigCert_108() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsOtherSigCert_108)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsOtherSigCert_108() const { return ___IdAAEtsOtherSigCert_108; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsOtherSigCert_108() { return &___IdAAEtsOtherSigCert_108; } inline void set_IdAAEtsOtherSigCert_108(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsOtherSigCert_108 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsOtherSigCert_108), (void*)value); } inline static int32_t get_offset_of_IdAAEtsContentTimestamp_109() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsContentTimestamp_109)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsContentTimestamp_109() const { return ___IdAAEtsContentTimestamp_109; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsContentTimestamp_109() { return &___IdAAEtsContentTimestamp_109; } inline void set_IdAAEtsContentTimestamp_109(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsContentTimestamp_109 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsContentTimestamp_109), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertificateRefs_110() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertificateRefs_110)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertificateRefs_110() const { return ___IdAAEtsCertificateRefs_110; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertificateRefs_110() { return &___IdAAEtsCertificateRefs_110; } inline void set_IdAAEtsCertificateRefs_110(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertificateRefs_110 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertificateRefs_110), (void*)value); } inline static int32_t get_offset_of_IdAAEtsRevocationRefs_111() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsRevocationRefs_111)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsRevocationRefs_111() const { return ___IdAAEtsRevocationRefs_111; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsRevocationRefs_111() { return &___IdAAEtsRevocationRefs_111; } inline void set_IdAAEtsRevocationRefs_111(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsRevocationRefs_111 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsRevocationRefs_111), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertValues_112() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertValues_112)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertValues_112() const { return ___IdAAEtsCertValues_112; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertValues_112() { return &___IdAAEtsCertValues_112; } inline void set_IdAAEtsCertValues_112(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertValues_112 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertValues_112), (void*)value); } inline static int32_t get_offset_of_IdAAEtsRevocationValues_113() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsRevocationValues_113)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsRevocationValues_113() const { return ___IdAAEtsRevocationValues_113; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsRevocationValues_113() { return &___IdAAEtsRevocationValues_113; } inline void set_IdAAEtsRevocationValues_113(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsRevocationValues_113 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsRevocationValues_113), (void*)value); } inline static int32_t get_offset_of_IdAAEtsEscTimeStamp_114() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsEscTimeStamp_114)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsEscTimeStamp_114() const { return ___IdAAEtsEscTimeStamp_114; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsEscTimeStamp_114() { return &___IdAAEtsEscTimeStamp_114; } inline void set_IdAAEtsEscTimeStamp_114(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsEscTimeStamp_114 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsEscTimeStamp_114), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertCrlTimestamp_115() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertCrlTimestamp_115)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertCrlTimestamp_115() const { return ___IdAAEtsCertCrlTimestamp_115; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertCrlTimestamp_115() { return &___IdAAEtsCertCrlTimestamp_115; } inline void set_IdAAEtsCertCrlTimestamp_115(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertCrlTimestamp_115 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertCrlTimestamp_115), (void*)value); } inline static int32_t get_offset_of_IdAAEtsArchiveTimestamp_116() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsArchiveTimestamp_116)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsArchiveTimestamp_116() const { return ___IdAAEtsArchiveTimestamp_116; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsArchiveTimestamp_116() { return &___IdAAEtsArchiveTimestamp_116; } inline void set_IdAAEtsArchiveTimestamp_116(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsArchiveTimestamp_116 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsArchiveTimestamp_116), (void*)value); } inline static int32_t get_offset_of_IdAADecryptKeyID_117() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAADecryptKeyID_117)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAADecryptKeyID_117() const { return ___IdAADecryptKeyID_117; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAADecryptKeyID_117() { return &___IdAADecryptKeyID_117; } inline void set_IdAADecryptKeyID_117(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAADecryptKeyID_117 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAADecryptKeyID_117), (void*)value); } inline static int32_t get_offset_of_IdAAImplCryptoAlgs_118() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAImplCryptoAlgs_118)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAImplCryptoAlgs_118() const { return ___IdAAImplCryptoAlgs_118; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAImplCryptoAlgs_118() { return &___IdAAImplCryptoAlgs_118; } inline void set_IdAAImplCryptoAlgs_118(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAImplCryptoAlgs_118 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAImplCryptoAlgs_118), (void*)value); } inline static int32_t get_offset_of_IdAAAsymmDecryptKeyID_119() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAAsymmDecryptKeyID_119)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAAsymmDecryptKeyID_119() const { return ___IdAAAsymmDecryptKeyID_119; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAAsymmDecryptKeyID_119() { return &___IdAAAsymmDecryptKeyID_119; } inline void set_IdAAAsymmDecryptKeyID_119(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAAsymmDecryptKeyID_119 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAAsymmDecryptKeyID_119), (void*)value); } inline static int32_t get_offset_of_IdAAImplCompressAlgs_120() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAImplCompressAlgs_120)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAImplCompressAlgs_120() const { return ___IdAAImplCompressAlgs_120; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAImplCompressAlgs_120() { return &___IdAAImplCompressAlgs_120; } inline void set_IdAAImplCompressAlgs_120(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAImplCompressAlgs_120 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAImplCompressAlgs_120), (void*)value); } inline static int32_t get_offset_of_IdAACommunityIdentifiers_121() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAACommunityIdentifiers_121)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAACommunityIdentifiers_121() const { return ___IdAACommunityIdentifiers_121; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAACommunityIdentifiers_121() { return &___IdAACommunityIdentifiers_121; } inline void set_IdAACommunityIdentifiers_121(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAACommunityIdentifiers_121 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAACommunityIdentifiers_121), (void*)value); } inline static int32_t get_offset_of_IdAASigPolicyID_122() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigPolicyID_122)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigPolicyID_122() const { return ___IdAASigPolicyID_122; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigPolicyID_122() { return &___IdAASigPolicyID_122; } inline void set_IdAASigPolicyID_122(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigPolicyID_122 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigPolicyID_122), (void*)value); } inline static int32_t get_offset_of_IdAACommitmentType_123() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAACommitmentType_123)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAACommitmentType_123() const { return ___IdAACommitmentType_123; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAACommitmentType_123() { return &___IdAACommitmentType_123; } inline void set_IdAACommitmentType_123(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAACommitmentType_123 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAACommitmentType_123), (void*)value); } inline static int32_t get_offset_of_IdAASignerLocation_124() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASignerLocation_124)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASignerLocation_124() const { return ___IdAASignerLocation_124; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASignerLocation_124() { return &___IdAASignerLocation_124; } inline void set_IdAASignerLocation_124(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASignerLocation_124 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASignerLocation_124), (void*)value); } inline static int32_t get_offset_of_IdAAOtherSigCert_125() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAOtherSigCert_125)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAOtherSigCert_125() const { return ___IdAAOtherSigCert_125; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAOtherSigCert_125() { return &___IdAAOtherSigCert_125; } inline void set_IdAAOtherSigCert_125(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAOtherSigCert_125 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAOtherSigCert_125), (void*)value); } inline static int32_t get_offset_of_IdSpqEtsUri_127() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSpqEtsUri_127)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSpqEtsUri_127() const { return ___IdSpqEtsUri_127; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSpqEtsUri_127() { return &___IdSpqEtsUri_127; } inline void set_IdSpqEtsUri_127(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSpqEtsUri_127 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSpqEtsUri_127), (void*)value); } inline static int32_t get_offset_of_IdSpqEtsUNotice_128() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSpqEtsUNotice_128)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSpqEtsUNotice_128() const { return ___IdSpqEtsUNotice_128; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSpqEtsUNotice_128() { return &___IdSpqEtsUNotice_128; } inline void set_IdSpqEtsUNotice_128(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSpqEtsUNotice_128 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSpqEtsUNotice_128), (void*)value); } inline static int32_t get_offset_of_KeyBag_131() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___KeyBag_131)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_KeyBag_131() const { return ___KeyBag_131; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_KeyBag_131() { return &___KeyBag_131; } inline void set_KeyBag_131(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___KeyBag_131 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyBag_131), (void*)value); } inline static int32_t get_offset_of_Pkcs8ShroudedKeyBag_132() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs8ShroudedKeyBag_132)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs8ShroudedKeyBag_132() const { return ___Pkcs8ShroudedKeyBag_132; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs8ShroudedKeyBag_132() { return &___Pkcs8ShroudedKeyBag_132; } inline void set_Pkcs8ShroudedKeyBag_132(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs8ShroudedKeyBag_132 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs8ShroudedKeyBag_132), (void*)value); } inline static int32_t get_offset_of_CertBag_133() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CertBag_133)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertBag_133() const { return ___CertBag_133; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertBag_133() { return &___CertBag_133; } inline void set_CertBag_133(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertBag_133 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertBag_133), (void*)value); } inline static int32_t get_offset_of_CrlBag_134() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CrlBag_134)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlBag_134() const { return ___CrlBag_134; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlBag_134() { return &___CrlBag_134; } inline void set_CrlBag_134(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlBag_134 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlBag_134), (void*)value); } inline static int32_t get_offset_of_SecretBag_135() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SecretBag_135)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecretBag_135() const { return ___SecretBag_135; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecretBag_135() { return &___SecretBag_135; } inline void set_SecretBag_135(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecretBag_135 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecretBag_135), (void*)value); } inline static int32_t get_offset_of_SafeContentsBag_136() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SafeContentsBag_136)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SafeContentsBag_136() const { return ___SafeContentsBag_136; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SafeContentsBag_136() { return &___SafeContentsBag_136; } inline void set_SafeContentsBag_136(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SafeContentsBag_136 = value; Il2CppCodeGenWriteBarrier((void**)(&___SafeContentsBag_136), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd128BitRC4_138() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd128BitRC4_138)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd128BitRC4_138() const { return ___PbeWithShaAnd128BitRC4_138; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd128BitRC4_138() { return &___PbeWithShaAnd128BitRC4_138; } inline void set_PbeWithShaAnd128BitRC4_138(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd128BitRC4_138 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd128BitRC4_138), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd40BitRC4_139() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd40BitRC4_139)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd40BitRC4_139() const { return ___PbeWithShaAnd40BitRC4_139; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd40BitRC4_139() { return &___PbeWithShaAnd40BitRC4_139; } inline void set_PbeWithShaAnd40BitRC4_139(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd40BitRC4_139 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd40BitRC4_139), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd3KeyTripleDesCbc_140() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd3KeyTripleDesCbc_140)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd3KeyTripleDesCbc_140() const { return ___PbeWithShaAnd3KeyTripleDesCbc_140; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd3KeyTripleDesCbc_140() { return &___PbeWithShaAnd3KeyTripleDesCbc_140; } inline void set_PbeWithShaAnd3KeyTripleDesCbc_140(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd3KeyTripleDesCbc_140 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd3KeyTripleDesCbc_140), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd2KeyTripleDesCbc_141() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd2KeyTripleDesCbc_141)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd2KeyTripleDesCbc_141() const { return ___PbeWithShaAnd2KeyTripleDesCbc_141; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd2KeyTripleDesCbc_141() { return &___PbeWithShaAnd2KeyTripleDesCbc_141; } inline void set_PbeWithShaAnd2KeyTripleDesCbc_141(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd2KeyTripleDesCbc_141 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd2KeyTripleDesCbc_141), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd128BitRC2Cbc_142() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd128BitRC2Cbc_142)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd128BitRC2Cbc_142() const { return ___PbeWithShaAnd128BitRC2Cbc_142; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd128BitRC2Cbc_142() { return &___PbeWithShaAnd128BitRC2Cbc_142; } inline void set_PbeWithShaAnd128BitRC2Cbc_142(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd128BitRC2Cbc_142 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd128BitRC2Cbc_142), (void*)value); } inline static int32_t get_offset_of_PbewithShaAnd40BitRC2Cbc_143() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbewithShaAnd40BitRC2Cbc_143)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbewithShaAnd40BitRC2Cbc_143() const { return ___PbewithShaAnd40BitRC2Cbc_143; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbewithShaAnd40BitRC2Cbc_143() { return &___PbewithShaAnd40BitRC2Cbc_143; } inline void set_PbewithShaAnd40BitRC2Cbc_143(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbewithShaAnd40BitRC2Cbc_143 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbewithShaAnd40BitRC2Cbc_143), (void*)value); } }; // PropConfig struct PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 : public RuntimeObject { public: // System.Int32 PropConfig::id int32_t ___id_0; // System.Int32 PropConfig::type int32_t ___type_1; // System.Int32 PropConfig::iconID int32_t ___iconID_2; // System.String[] PropConfig::name StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___name_3; // System.String[] PropConfig::detail StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___detail_4; // System.Int32 PropConfig::difficulty int32_t ___difficulty_5; // System.Int32 PropConfig::diamond int32_t ___diamond_6; // System.Boolean PropConfig::inShop bool ___inShop_7; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6, ___type_1)); } inline int32_t get_type_1() const { return ___type_1; } inline int32_t* get_address_of_type_1() { return &___type_1; } inline void set_type_1(int32_t value) { ___type_1 = value; } inline static int32_t get_offset_of_iconID_2() { return static_cast(offsetof(PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6, ___iconID_2)); } inline int32_t get_iconID_2() const { return ___iconID_2; } inline int32_t* get_address_of_iconID_2() { return &___iconID_2; } inline void set_iconID_2(int32_t value) { ___iconID_2 = value; } inline static int32_t get_offset_of_name_3() { return static_cast(offsetof(PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6, ___name_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_name_3() const { return ___name_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_name_3() { return &___name_3; } inline void set_name_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_3), (void*)value); } inline static int32_t get_offset_of_detail_4() { return static_cast(offsetof(PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6, ___detail_4)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_detail_4() const { return ___detail_4; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_detail_4() { return &___detail_4; } inline void set_detail_4(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___detail_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___detail_4), (void*)value); } inline static int32_t get_offset_of_difficulty_5() { return static_cast(offsetof(PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6, ___difficulty_5)); } inline int32_t get_difficulty_5() const { return ___difficulty_5; } inline int32_t* get_address_of_difficulty_5() { return &___difficulty_5; } inline void set_difficulty_5(int32_t value) { ___difficulty_5 = value; } inline static int32_t get_offset_of_diamond_6() { return static_cast(offsetof(PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6, ___diamond_6)); } inline int32_t get_diamond_6() const { return ___diamond_6; } inline int32_t* get_address_of_diamond_6() { return &___diamond_6; } inline void set_diamond_6(int32_t value) { ___diamond_6 = value; } inline static int32_t get_offset_of_inShop_7() { return static_cast(offsetof(PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6, ___inShop_7)); } inline bool get_inShop_7() const { return ___inShop_7; } inline bool* get_address_of_inShop_7() { return &___inShop_7; } inline void set_inShop_7(bool value) { ___inShop_7 = value; } }; // PropInfo struct PropInfo_tF5BCABE6987410BB5DAF7F5C0A96E9A9DC5E776A : public RuntimeObject { public: // System.Int32 PropInfo::id int32_t ___id_0; // System.Int32 PropInfo::count int32_t ___count_1; // PropConfig PropInfo::config PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 * ___config_2; // System.Boolean PropInfo::inuse bool ___inuse_3; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(PropInfo_tF5BCABE6987410BB5DAF7F5C0A96E9A9DC5E776A, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(PropInfo_tF5BCABE6987410BB5DAF7F5C0A96E9A9DC5E776A, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } inline static int32_t get_offset_of_config_2() { return static_cast(offsetof(PropInfo_tF5BCABE6987410BB5DAF7F5C0A96E9A9DC5E776A, ___config_2)); } inline PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 * get_config_2() const { return ___config_2; } inline PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 ** get_address_of_config_2() { return &___config_2; } inline void set_config_2(PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 * value) { ___config_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___config_2), (void*)value); } inline static int32_t get_offset_of_inuse_3() { return static_cast(offsetof(PropInfo_tF5BCABE6987410BB5DAF7F5C0A96E9A9DC5E776A, ___inuse_3)); } inline bool get_inuse_3() const { return ___inuse_3; } inline bool* get_address_of_inuse_3() { return &___inuse_3; } inline void set_inuse_3(bool value) { ___inuse_3 = value; } }; // PropMgr struct PropMgr_tC6D3D347EF5EB70CDA29E2F63C9545191AD20E38 : public RuntimeObject { public: // System.Collections.Hashtable PropMgr::propConfigs Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___propConfigs_1; // System.Collections.Generic.List`1 PropMgr::propConfigIds List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___propConfigIds_2; // System.Collections.Generic.List`1 PropMgr::_debugLocalBagList List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * ____debugLocalBagList_3; // System.Int32 PropMgr::_debugLocalBagList_uid int32_t ____debugLocalBagList_uid_4; public: inline static int32_t get_offset_of_propConfigs_1() { return static_cast(offsetof(PropMgr_tC6D3D347EF5EB70CDA29E2F63C9545191AD20E38, ___propConfigs_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_propConfigs_1() const { return ___propConfigs_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_propConfigs_1() { return &___propConfigs_1; } inline void set_propConfigs_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___propConfigs_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___propConfigs_1), (void*)value); } inline static int32_t get_offset_of_propConfigIds_2() { return static_cast(offsetof(PropMgr_tC6D3D347EF5EB70CDA29E2F63C9545191AD20E38, ___propConfigIds_2)); } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * get_propConfigIds_2() const { return ___propConfigIds_2; } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** get_address_of_propConfigIds_2() { return &___propConfigIds_2; } inline void set_propConfigIds_2(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * value) { ___propConfigIds_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___propConfigIds_2), (void*)value); } inline static int32_t get_offset_of__debugLocalBagList_3() { return static_cast(offsetof(PropMgr_tC6D3D347EF5EB70CDA29E2F63C9545191AD20E38, ____debugLocalBagList_3)); } inline List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * get__debugLocalBagList_3() const { return ____debugLocalBagList_3; } inline List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C ** get_address_of__debugLocalBagList_3() { return &____debugLocalBagList_3; } inline void set__debugLocalBagList_3(List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * value) { ____debugLocalBagList_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____debugLocalBagList_3), (void*)value); } inline static int32_t get_offset_of__debugLocalBagList_uid_4() { return static_cast(offsetof(PropMgr_tC6D3D347EF5EB70CDA29E2F63C9545191AD20E38, ____debugLocalBagList_uid_4)); } inline int32_t get__debugLocalBagList_uid_4() const { return ____debugLocalBagList_uid_4; } inline int32_t* get_address_of__debugLocalBagList_uid_4() { return &____debugLocalBagList_uid_4; } inline void set__debugLocalBagList_uid_4(int32_t value) { ____debugLocalBagList_uid_4 = value; } }; struct PropMgr_tC6D3D347EF5EB70CDA29E2F63C9545191AD20E38_StaticFields { public: // PropMgr PropMgr::_ins PropMgr_tC6D3D347EF5EB70CDA29E2F63C9545191AD20E38 * ____ins_0; public: inline static int32_t get_offset_of__ins_0() { return static_cast(offsetof(PropMgr_tC6D3D347EF5EB70CDA29E2F63C9545191AD20E38_StaticFields, ____ins_0)); } inline PropMgr_tC6D3D347EF5EB70CDA29E2F63C9545191AD20E38 * get__ins_0() const { return ____ins_0; } inline PropMgr_tC6D3D347EF5EB70CDA29E2F63C9545191AD20E38 ** get_address_of__ins_0() { return &____ins_0; } inline void set__ins_0(PropMgr_tC6D3D347EF5EB70CDA29E2F63C9545191AD20E38 * value) { ____ins_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner struct PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::contentDigest1 RuntimeObject* ___contentDigest1_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::contentDigest2 RuntimeObject* ___contentDigest2_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::mgfDigest RuntimeObject* ___mgfDigest_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::cipher RuntimeObject* ___cipher_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::hLen int32_t ___hLen_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::mgfhLen int32_t ___mgfhLen_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::sLen int32_t ___sLen_8; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::sSet bool ___sSet_9; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::emBits int32_t ___emBits_10; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::salt ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::mDash ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mDash_12; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::block ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___block_13; // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::trailer uint8_t ___trailer_14; public: inline static int32_t get_offset_of_contentDigest1_1() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___contentDigest1_1)); } inline RuntimeObject* get_contentDigest1_1() const { return ___contentDigest1_1; } inline RuntimeObject** get_address_of_contentDigest1_1() { return &___contentDigest1_1; } inline void set_contentDigest1_1(RuntimeObject* value) { ___contentDigest1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentDigest1_1), (void*)value); } inline static int32_t get_offset_of_contentDigest2_2() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___contentDigest2_2)); } inline RuntimeObject* get_contentDigest2_2() const { return ___contentDigest2_2; } inline RuntimeObject** get_address_of_contentDigest2_2() { return &___contentDigest2_2; } inline void set_contentDigest2_2(RuntimeObject* value) { ___contentDigest2_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentDigest2_2), (void*)value); } inline static int32_t get_offset_of_mgfDigest_3() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___mgfDigest_3)); } inline RuntimeObject* get_mgfDigest_3() const { return ___mgfDigest_3; } inline RuntimeObject** get_address_of_mgfDigest_3() { return &___mgfDigest_3; } inline void set_mgfDigest_3(RuntimeObject* value) { ___mgfDigest_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mgfDigest_3), (void*)value); } inline static int32_t get_offset_of_cipher_4() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___cipher_4)); } inline RuntimeObject* get_cipher_4() const { return ___cipher_4; } inline RuntimeObject** get_address_of_cipher_4() { return &___cipher_4; } inline void set_cipher_4(RuntimeObject* value) { ___cipher_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_4), (void*)value); } inline static int32_t get_offset_of_random_5() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___random_5)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_5() const { return ___random_5; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_5() { return &___random_5; } inline void set_random_5(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_5), (void*)value); } inline static int32_t get_offset_of_hLen_6() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___hLen_6)); } inline int32_t get_hLen_6() const { return ___hLen_6; } inline int32_t* get_address_of_hLen_6() { return &___hLen_6; } inline void set_hLen_6(int32_t value) { ___hLen_6 = value; } inline static int32_t get_offset_of_mgfhLen_7() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___mgfhLen_7)); } inline int32_t get_mgfhLen_7() const { return ___mgfhLen_7; } inline int32_t* get_address_of_mgfhLen_7() { return &___mgfhLen_7; } inline void set_mgfhLen_7(int32_t value) { ___mgfhLen_7 = value; } inline static int32_t get_offset_of_sLen_8() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___sLen_8)); } inline int32_t get_sLen_8() const { return ___sLen_8; } inline int32_t* get_address_of_sLen_8() { return &___sLen_8; } inline void set_sLen_8(int32_t value) { ___sLen_8 = value; } inline static int32_t get_offset_of_sSet_9() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___sSet_9)); } inline bool get_sSet_9() const { return ___sSet_9; } inline bool* get_address_of_sSet_9() { return &___sSet_9; } inline void set_sSet_9(bool value) { ___sSet_9 = value; } inline static int32_t get_offset_of_emBits_10() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___emBits_10)); } inline int32_t get_emBits_10() const { return ___emBits_10; } inline int32_t* get_address_of_emBits_10() { return &___emBits_10; } inline void set_emBits_10(int32_t value) { ___emBits_10 = value; } inline static int32_t get_offset_of_salt_11() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___salt_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_salt_11() const { return ___salt_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_salt_11() { return &___salt_11; } inline void set_salt_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___salt_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___salt_11), (void*)value); } inline static int32_t get_offset_of_mDash_12() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___mDash_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mDash_12() const { return ___mDash_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mDash_12() { return &___mDash_12; } inline void set_mDash_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mDash_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___mDash_12), (void*)value); } inline static int32_t get_offset_of_block_13() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___block_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_block_13() const { return ___block_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_block_13() { return &___block_13; } inline void set_block_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___block_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___block_13), (void*)value); } inline static int32_t get_offset_of_trailer_14() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___trailer_14)); } inline uint8_t get_trailer_14() const { return ___trailer_14; } inline uint8_t* get_address_of_trailer_14() { return &___trailer_14; } inline void set_trailer_14(uint8_t value) { ___trailer_14 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine struct RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IRsa BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine::core RuntimeObject* ___core_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine::key RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * ___key_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_2; public: inline static int32_t get_offset_of_core_0() { return static_cast(offsetof(RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2, ___core_0)); } inline RuntimeObject* get_core_0() const { return ___core_0; } inline RuntimeObject** get_address_of_core_0() { return &___core_0; } inline void set_core_0(RuntimeObject* value) { ___core_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___core_0), (void*)value); } inline static int32_t get_offset_of_key_1() { return static_cast(offsetof(RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2, ___key_1)); } inline RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * get_key_1() const { return ___key_1; } inline RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 ** get_address_of_key_1() { return &___key_1; } inline void set_key_1(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * value) { ___key_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_1), (void*)value); } inline static int32_t get_offset_of_random_2() { return static_cast(offsetof(RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2, ___random_2)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_2() const { return ___random_2; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_2() { return &___random_2; } inline void set_random_2(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName struct ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 : public RuntimeObject { public: // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName::mNameType uint8_t ___mNameType_0; // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName::mName RuntimeObject * ___mName_1; public: inline static int32_t get_offset_of_mNameType_0() { return static_cast(offsetof(ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78, ___mNameType_0)); } inline uint8_t get_mNameType_0() const { return ___mNameType_0; } inline uint8_t* get_address_of_mNameType_0() { return &___mNameType_0; } inline void set_mNameType_0(uint8_t value) { ___mNameType_0 = value; } inline static int32_t get_offset_of_mName_1() { return static_cast(offsetof(ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78, ___mName_1)); } inline RuntimeObject * get_mName_1() const { return ___mName_1; } inline RuntimeObject ** get_address_of_mName_1() { return &___mName_1; } inline void set_mName_1(RuntimeObject * value) { ___mName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mName_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerNameList struct ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerNameList::mServerNameList RuntimeObject* ___mServerNameList_0; public: inline static int32_t get_offset_of_mServerNameList_0() { return static_cast(offsetof(ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676, ___mServerNameList_0)); } inline RuntimeObject* get_mServerNameList_0() const { return ___mServerNameList_0; } inline RuntimeObject** get_address_of_mServerNameList_0() { return &___mServerNameList_0; } inline void set_mServerNameList_0(RuntimeObject* value) { ___mServerNameList_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mServerNameList_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerOnlyTlsAuthentication struct ServerOnlyTlsAuthentication_t95A12CA10D44DF71E6DEC6EECDD5FCD3A78ABEE2 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerSrpParams struct ServerSrpParams_t187D4885F90F22B7E89EB4021EDF9D3F1CE01B50 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerSrpParams::m_N BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_N_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerSrpParams::m_g BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_g_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerSrpParams::m_B BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_B_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerSrpParams::m_s ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_s_3; public: inline static int32_t get_offset_of_m_N_0() { return static_cast(offsetof(ServerSrpParams_t187D4885F90F22B7E89EB4021EDF9D3F1CE01B50, ___m_N_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_N_0() const { return ___m_N_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_N_0() { return &___m_N_0; } inline void set_m_N_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_N_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_N_0), (void*)value); } inline static int32_t get_offset_of_m_g_1() { return static_cast(offsetof(ServerSrpParams_t187D4885F90F22B7E89EB4021EDF9D3F1CE01B50, ___m_g_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_g_1() const { return ___m_g_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_g_1() { return &___m_g_1; } inline void set_m_g_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_g_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_g_1), (void*)value); } inline static int32_t get_offset_of_m_B_2() { return static_cast(offsetof(ServerSrpParams_t187D4885F90F22B7E89EB4021EDF9D3F1CE01B50, ___m_B_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_B_2() const { return ___m_B_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_B_2() { return &___m_B_2; } inline void set_m_B_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_B_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_B_2), (void*)value); } inline static int32_t get_offset_of_m_s_3() { return static_cast(offsetof(ServerSrpParams_t187D4885F90F22B7E89EB4021EDF9D3F1CE01B50, ___m_s_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_s_3() const { return ___m_s_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_s_3() { return &___m_s_3; } inline void set_m_s_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_s_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_s_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters struct SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::mCipherSuite int32_t ___mCipherSuite_0; // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::mCompressionAlgorithm uint8_t ___mCompressionAlgorithm_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::mMasterSecret ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mMasterSecret_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::mPeerCertificate Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * ___mPeerCertificate_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::mPskIdentity ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mPskIdentity_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::mSrpIdentity ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mSrpIdentity_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::mEncodedServerExtensions ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mEncodedServerExtensions_6; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::mExtendedMasterSecret bool ___mExtendedMasterSecret_7; public: inline static int32_t get_offset_of_mCipherSuite_0() { return static_cast(offsetof(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D, ___mCipherSuite_0)); } inline int32_t get_mCipherSuite_0() const { return ___mCipherSuite_0; } inline int32_t* get_address_of_mCipherSuite_0() { return &___mCipherSuite_0; } inline void set_mCipherSuite_0(int32_t value) { ___mCipherSuite_0 = value; } inline static int32_t get_offset_of_mCompressionAlgorithm_1() { return static_cast(offsetof(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D, ___mCompressionAlgorithm_1)); } inline uint8_t get_mCompressionAlgorithm_1() const { return ___mCompressionAlgorithm_1; } inline uint8_t* get_address_of_mCompressionAlgorithm_1() { return &___mCompressionAlgorithm_1; } inline void set_mCompressionAlgorithm_1(uint8_t value) { ___mCompressionAlgorithm_1 = value; } inline static int32_t get_offset_of_mMasterSecret_2() { return static_cast(offsetof(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D, ___mMasterSecret_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mMasterSecret_2() const { return ___mMasterSecret_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mMasterSecret_2() { return &___mMasterSecret_2; } inline void set_mMasterSecret_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mMasterSecret_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mMasterSecret_2), (void*)value); } inline static int32_t get_offset_of_mPeerCertificate_3() { return static_cast(offsetof(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D, ___mPeerCertificate_3)); } inline Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * get_mPeerCertificate_3() const { return ___mPeerCertificate_3; } inline Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E ** get_address_of_mPeerCertificate_3() { return &___mPeerCertificate_3; } inline void set_mPeerCertificate_3(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * value) { ___mPeerCertificate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPeerCertificate_3), (void*)value); } inline static int32_t get_offset_of_mPskIdentity_4() { return static_cast(offsetof(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D, ___mPskIdentity_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mPskIdentity_4() const { return ___mPskIdentity_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mPskIdentity_4() { return &___mPskIdentity_4; } inline void set_mPskIdentity_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mPskIdentity_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPskIdentity_4), (void*)value); } inline static int32_t get_offset_of_mSrpIdentity_5() { return static_cast(offsetof(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D, ___mSrpIdentity_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mSrpIdentity_5() const { return ___mSrpIdentity_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mSrpIdentity_5() { return &___mSrpIdentity_5; } inline void set_mSrpIdentity_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mSrpIdentity_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSrpIdentity_5), (void*)value); } inline static int32_t get_offset_of_mEncodedServerExtensions_6() { return static_cast(offsetof(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D, ___mEncodedServerExtensions_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mEncodedServerExtensions_6() const { return ___mEncodedServerExtensions_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mEncodedServerExtensions_6() { return &___mEncodedServerExtensions_6; } inline void set_mEncodedServerExtensions_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mEncodedServerExtensions_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mEncodedServerExtensions_6), (void*)value); } inline static int32_t get_offset_of_mExtendedMasterSecret_7() { return static_cast(offsetof(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D, ___mExtendedMasterSecret_7)); } inline bool get_mExtendedMasterSecret_7() const { return ___mExtendedMasterSecret_7; } inline bool* get_address_of_mExtendedMasterSecret_7() { return &___mExtendedMasterSecret_7; } inline void set_mExtendedMasterSecret_7(bool value) { ___mExtendedMasterSecret_7 = value; } }; // BestHTTP.Decompression.Zlib.SharedUtils struct SharedUtils_t84EE6B482B5F5C2D610AE3BF4A56651123A8AE28 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShortenedDigest struct ShortenedDigest_t428C6BAE7B770E7CA09EA85E0098F4F1ED2080CB : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShortenedDigest::baseDigest RuntimeObject* ___baseDigest_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShortenedDigest::length int32_t ___length_1; public: inline static int32_t get_offset_of_baseDigest_0() { return static_cast(offsetof(ShortenedDigest_t428C6BAE7B770E7CA09EA85E0098F4F1ED2080CB, ___baseDigest_0)); } inline RuntimeObject* get_baseDigest_0() const { return ___baseDigest_0; } inline RuntimeObject** get_address_of_baseDigest_0() { return &___baseDigest_0; } inline void set_baseDigest_0(RuntimeObject* value) { ___baseDigest_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseDigest_0), (void*)value); } inline static int32_t get_offset_of_length_1() { return static_cast(offsetof(ShortenedDigest_t428C6BAE7B770E7CA09EA85E0098F4F1ED2080CB, ___length_1)); } inline int32_t get_length_1() const { return ___length_1; } inline int32_t* get_address_of_length_1() { return &___length_1; } inline void set_length_1(int32_t value) { ___length_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher struct SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::cipher RuntimeObject* ___cipher_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::blockSize int32_t ___blockSize_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::counter ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___counter_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::counterOut ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___counterOut_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::IV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IV_4; public: inline static int32_t get_offset_of_cipher_0() { return static_cast(offsetof(SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6, ___cipher_0)); } inline RuntimeObject* get_cipher_0() const { return ___cipher_0; } inline RuntimeObject** get_address_of_cipher_0() { return &___cipher_0; } inline void set_cipher_0(RuntimeObject* value) { ___cipher_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_0), (void*)value); } inline static int32_t get_offset_of_blockSize_1() { return static_cast(offsetof(SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6, ___blockSize_1)); } inline int32_t get_blockSize_1() const { return ___blockSize_1; } inline int32_t* get_address_of_blockSize_1() { return &___blockSize_1; } inline void set_blockSize_1(int32_t value) { ___blockSize_1 = value; } inline static int32_t get_offset_of_counter_2() { return static_cast(offsetof(SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6, ___counter_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_counter_2() const { return ___counter_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_counter_2() { return &___counter_2; } inline void set_counter_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___counter_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___counter_2), (void*)value); } inline static int32_t get_offset_of_counterOut_3() { return static_cast(offsetof(SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6, ___counterOut_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_counterOut_3() const { return ___counterOut_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_counterOut_3() { return &___counterOut_3; } inline void set_counterOut_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___counterOut_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___counterOut_3), (void*)value); } inline static int32_t get_offset_of_IV_4() { return static_cast(offsetof(SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6, ___IV_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IV_4() const { return ___IV_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IV_4() { return &___IV_4; } inline void set_IV_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IV_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___IV_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SigI.SigIObjectIdentifiers struct SigIObjectIdentifiers_tBEDCBB0806734575D202EBE2405F472E46F353A1 : public RuntimeObject { public: public: }; struct SigIObjectIdentifiers_tBEDCBB0806734575D202EBE2405F472E46F353A1_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SigI.SigIObjectIdentifiers::IdSigI DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSigI_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SigI.SigIObjectIdentifiers::IdSigIKP DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSigIKP_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SigI.SigIObjectIdentifiers::IdSigICP DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSigICP_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SigI.SigIObjectIdentifiers::IdSigION DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSigION_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SigI.SigIObjectIdentifiers::IdSigIKPDirectoryService DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSigIKPDirectoryService_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SigI.SigIObjectIdentifiers::IdSigIONPersonalData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSigIONPersonalData_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SigI.SigIObjectIdentifiers::IdSigICPSigConform DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSigICPSigConform_6; public: inline static int32_t get_offset_of_IdSigI_0() { return static_cast(offsetof(SigIObjectIdentifiers_tBEDCBB0806734575D202EBE2405F472E46F353A1_StaticFields, ___IdSigI_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSigI_0() const { return ___IdSigI_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSigI_0() { return &___IdSigI_0; } inline void set_IdSigI_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSigI_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSigI_0), (void*)value); } inline static int32_t get_offset_of_IdSigIKP_1() { return static_cast(offsetof(SigIObjectIdentifiers_tBEDCBB0806734575D202EBE2405F472E46F353A1_StaticFields, ___IdSigIKP_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSigIKP_1() const { return ___IdSigIKP_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSigIKP_1() { return &___IdSigIKP_1; } inline void set_IdSigIKP_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSigIKP_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSigIKP_1), (void*)value); } inline static int32_t get_offset_of_IdSigICP_2() { return static_cast(offsetof(SigIObjectIdentifiers_tBEDCBB0806734575D202EBE2405F472E46F353A1_StaticFields, ___IdSigICP_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSigICP_2() const { return ___IdSigICP_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSigICP_2() { return &___IdSigICP_2; } inline void set_IdSigICP_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSigICP_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSigICP_2), (void*)value); } inline static int32_t get_offset_of_IdSigION_3() { return static_cast(offsetof(SigIObjectIdentifiers_tBEDCBB0806734575D202EBE2405F472E46F353A1_StaticFields, ___IdSigION_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSigION_3() const { return ___IdSigION_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSigION_3() { return &___IdSigION_3; } inline void set_IdSigION_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSigION_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSigION_3), (void*)value); } inline static int32_t get_offset_of_IdSigIKPDirectoryService_4() { return static_cast(offsetof(SigIObjectIdentifiers_tBEDCBB0806734575D202EBE2405F472E46F353A1_StaticFields, ___IdSigIKPDirectoryService_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSigIKPDirectoryService_4() const { return ___IdSigIKPDirectoryService_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSigIKPDirectoryService_4() { return &___IdSigIKPDirectoryService_4; } inline void set_IdSigIKPDirectoryService_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSigIKPDirectoryService_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSigIKPDirectoryService_4), (void*)value); } inline static int32_t get_offset_of_IdSigIONPersonalData_5() { return static_cast(offsetof(SigIObjectIdentifiers_tBEDCBB0806734575D202EBE2405F472E46F353A1_StaticFields, ___IdSigIONPersonalData_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSigIONPersonalData_5() const { return ___IdSigIONPersonalData_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSigIONPersonalData_5() { return &___IdSigIONPersonalData_5; } inline void set_IdSigIONPersonalData_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSigIONPersonalData_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSigIONPersonalData_5), (void*)value); } inline static int32_t get_offset_of_IdSigICPSigConform_6() { return static_cast(offsetof(SigIObjectIdentifiers_tBEDCBB0806734575D202EBE2405F472E46F353A1_StaticFields, ___IdSigICPSigConform_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSigICPSigConform_6() const { return ___IdSigICPSigConform_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSigICPSigConform_6() { return &___IdSigICPSigConform_6; } inline void set_IdSigICPSigConform_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSigICPSigConform_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSigICPSigConform_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAlgorithm struct SignatureAlgorithm_t75694E80722E0B12332E722BCC98F3D48451925C : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm struct SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 : public RuntimeObject { public: // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm::mHash uint8_t ___mHash_0; // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm::mSignature uint8_t ___mSignature_1; public: inline static int32_t get_offset_of_mHash_0() { return static_cast(offsetof(SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25, ___mHash_0)); } inline uint8_t get_mHash_0() const { return ___mHash_0; } inline uint8_t* get_address_of_mHash_0() { return &___mHash_0; } inline void set_mHash_0(uint8_t value) { ___mHash_0 = value; } inline static int32_t get_offset_of_mSignature_1() { return static_cast(offsetof(SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25, ___mSignature_1)); } inline uint8_t get_mSignature_1() const { return ___mSignature_1; } inline uint8_t* get_address_of_mSignature_1() { return &___mSignature_1; } inline void set_mSignature_1(uint8_t value) { ___mSignature_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser struct SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser::_seq RuntimeObject* ____seq_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser::_version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ____version_1; // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser::_nextObject RuntimeObject * ____nextObject_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser::_certsCalled bool ____certsCalled_3; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser::_crlsCalled bool ____crlsCalled_4; public: inline static int32_t get_offset_of__seq_0() { return static_cast(offsetof(SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9, ____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(SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9, ____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(SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9, ____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__certsCalled_3() { return static_cast(offsetof(SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9, ____certsCalled_3)); } inline bool get__certsCalled_3() const { return ____certsCalled_3; } inline bool* get_address_of__certsCalled_3() { return &____certsCalled_3; } inline void set__certsCalled_3(bool value) { ____certsCalled_3 = value; } inline static int32_t get_offset_of__crlsCalled_4() { return static_cast(offsetof(SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9, ____crlsCalled_4)); } inline bool get__crlsCalled_4() const { return ____crlsCalled_4; } inline bool* get_address_of__crlsCalled_4() { return &____crlsCalled_4; } inline void set__crlsCalled_4(bool value) { ____crlsCalled_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGenerator struct SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGenerator::certificate X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___certificate_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISignatureFactory BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGenerator::contentSigner RuntimeObject* ___contentSigner_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGenerator::sigId SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___sigId_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGenerator::signedGen RuntimeObject* ___signedGen_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGenerator::unsignedGen RuntimeObject* ___unsignedGen_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGenerator::isDirectSignature bool ___isDirectSignature_5; public: inline static int32_t get_offset_of_certificate_0() { return static_cast(offsetof(SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595, ___certificate_0)); } inline X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * get_certificate_0() const { return ___certificate_0; } inline X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 ** get_address_of_certificate_0() { return &___certificate_0; } inline void set_certificate_0(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * value) { ___certificate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificate_0), (void*)value); } inline static int32_t get_offset_of_contentSigner_1() { return static_cast(offsetof(SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595, ___contentSigner_1)); } inline RuntimeObject* get_contentSigner_1() const { return ___contentSigner_1; } inline RuntimeObject** get_address_of_contentSigner_1() { return &___contentSigner_1; } inline void set_contentSigner_1(RuntimeObject* value) { ___contentSigner_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentSigner_1), (void*)value); } inline static int32_t get_offset_of_sigId_2() { return static_cast(offsetof(SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595, ___sigId_2)); } inline SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * get_sigId_2() const { return ___sigId_2; } inline SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B ** get_address_of_sigId_2() { return &___sigId_2; } inline void set_sigId_2(SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * value) { ___sigId_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigId_2), (void*)value); } inline static int32_t get_offset_of_signedGen_3() { return static_cast(offsetof(SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595, ___signedGen_3)); } inline RuntimeObject* get_signedGen_3() const { return ___signedGen_3; } inline RuntimeObject** get_address_of_signedGen_3() { return &___signedGen_3; } inline void set_signedGen_3(RuntimeObject* value) { ___signedGen_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___signedGen_3), (void*)value); } inline static int32_t get_offset_of_unsignedGen_4() { return static_cast(offsetof(SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595, ___unsignedGen_4)); } inline RuntimeObject* get_unsignedGen_4() const { return ___unsignedGen_4; } inline RuntimeObject** get_address_of_unsignedGen_4() { return &___unsignedGen_4; } inline void set_unsignedGen_4(RuntimeObject* value) { ___unsignedGen_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___unsignedGen_4), (void*)value); } inline static int32_t get_offset_of_isDirectSignature_5() { return static_cast(offsetof(SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595, ___isDirectSignature_5)); } inline bool get_isDirectSignature_5() const { return ___isDirectSignature_5; } inline bool* get_address_of_isDirectSignature_5() { return &___isDirectSignature_5; } inline void set_isDirectSignature_5(bool value) { ___isDirectSignature_5 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGeneratorBuilder struct SignerInfoGeneratorBuilder_t09BECEA2C8C3FA636E2020B6E7E1A6CCC46ED843 : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGeneratorBuilder::directSignature bool ___directSignature_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGeneratorBuilder::signedGen RuntimeObject* ___signedGen_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGeneratorBuilder::unsignedGen RuntimeObject* ___unsignedGen_2; public: inline static int32_t get_offset_of_directSignature_0() { return static_cast(offsetof(SignerInfoGeneratorBuilder_t09BECEA2C8C3FA636E2020B6E7E1A6CCC46ED843, ___directSignature_0)); } inline bool get_directSignature_0() const { return ___directSignature_0; } inline bool* get_address_of_directSignature_0() { return &___directSignature_0; } inline void set_directSignature_0(bool value) { ___directSignature_0 = value; } inline static int32_t get_offset_of_signedGen_1() { return static_cast(offsetof(SignerInfoGeneratorBuilder_t09BECEA2C8C3FA636E2020B6E7E1A6CCC46ED843, ___signedGen_1)); } inline RuntimeObject* get_signedGen_1() const { return ___signedGen_1; } inline RuntimeObject** get_address_of_signedGen_1() { return &___signedGen_1; } inline void set_signedGen_1(RuntimeObject* value) { ___signedGen_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___signedGen_1), (void*)value); } inline static int32_t get_offset_of_unsignedGen_2() { return static_cast(offsetof(SignerInfoGeneratorBuilder_t09BECEA2C8C3FA636E2020B6E7E1A6CCC46ED843, ___unsignedGen_2)); } inline RuntimeObject* get_unsignedGen_2() const { return ___unsignedGen_2; } inline RuntimeObject** get_address_of_unsignedGen_2() { return &___unsignedGen_2; } inline void set_unsignedGen_2(RuntimeObject* value) { ___unsignedGen_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___unsignedGen_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation struct SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerID BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::sid SignerID_t01F15D9BDA153DAD4973F016A2B9D6D239145660 * ___sid_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::info SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * ___info_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::digestAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___digestAlgorithm_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::encryptionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___encryptionAlgorithm_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::signedAttributeSet Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___signedAttributeSet_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::unsignedAttributeSet Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unsignedAttributeSet_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::content RuntimeObject* ___content_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::signature ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::contentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.IDigestCalculator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::digestCalculator RuntimeObject* ___digestCalculator_10; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::resultDigest ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___resultDigest_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::signedAttributeTable AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___signedAttributeTable_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::unsignedAttributeTable AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___unsignedAttributeTable_13; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::isCounterSignature bool ___isCounterSignature_14; public: inline static int32_t get_offset_of_sid_1() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___sid_1)); } inline SignerID_t01F15D9BDA153DAD4973F016A2B9D6D239145660 * get_sid_1() const { return ___sid_1; } inline SignerID_t01F15D9BDA153DAD4973F016A2B9D6D239145660 ** get_address_of_sid_1() { return &___sid_1; } inline void set_sid_1(SignerID_t01F15D9BDA153DAD4973F016A2B9D6D239145660 * value) { ___sid_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___sid_1), (void*)value); } inline static int32_t get_offset_of_info_2() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___info_2)); } inline SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * get_info_2() const { return ___info_2; } inline SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 ** get_address_of_info_2() { return &___info_2; } inline void set_info_2(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * value) { ___info_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_2), (void*)value); } inline static int32_t get_offset_of_digestAlgorithm_3() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___digestAlgorithm_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_digestAlgorithm_3() const { return ___digestAlgorithm_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_digestAlgorithm_3() { return &___digestAlgorithm_3; } inline void set_digestAlgorithm_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___digestAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestAlgorithm_3), (void*)value); } inline static int32_t get_offset_of_encryptionAlgorithm_4() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___encryptionAlgorithm_4)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_encryptionAlgorithm_4() const { return ___encryptionAlgorithm_4; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_encryptionAlgorithm_4() { return &___encryptionAlgorithm_4; } inline void set_encryptionAlgorithm_4(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___encryptionAlgorithm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptionAlgorithm_4), (void*)value); } inline static int32_t get_offset_of_signedAttributeSet_5() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___signedAttributeSet_5)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_signedAttributeSet_5() const { return ___signedAttributeSet_5; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_signedAttributeSet_5() { return &___signedAttributeSet_5; } inline void set_signedAttributeSet_5(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___signedAttributeSet_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___signedAttributeSet_5), (void*)value); } inline static int32_t get_offset_of_unsignedAttributeSet_6() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___unsignedAttributeSet_6)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_unsignedAttributeSet_6() const { return ___unsignedAttributeSet_6; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_unsignedAttributeSet_6() { return &___unsignedAttributeSet_6; } inline void set_unsignedAttributeSet_6(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___unsignedAttributeSet_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___unsignedAttributeSet_6), (void*)value); } inline static int32_t get_offset_of_content_7() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___content_7)); } inline RuntimeObject* get_content_7() const { return ___content_7; } inline RuntimeObject** get_address_of_content_7() { return &___content_7; } inline void set_content_7(RuntimeObject* value) { ___content_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_7), (void*)value); } inline static int32_t get_offset_of_signature_8() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___signature_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_signature_8() const { return ___signature_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_signature_8() { return &___signature_8; } inline void set_signature_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___signature_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___signature_8), (void*)value); } inline static int32_t get_offset_of_contentType_9() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___contentType_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_contentType_9() const { return ___contentType_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_contentType_9() { return &___contentType_9; } inline void set_contentType_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___contentType_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentType_9), (void*)value); } inline static int32_t get_offset_of_digestCalculator_10() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___digestCalculator_10)); } inline RuntimeObject* get_digestCalculator_10() const { return ___digestCalculator_10; } inline RuntimeObject** get_address_of_digestCalculator_10() { return &___digestCalculator_10; } inline void set_digestCalculator_10(RuntimeObject* value) { ___digestCalculator_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestCalculator_10), (void*)value); } inline static int32_t get_offset_of_resultDigest_11() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___resultDigest_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_resultDigest_11() const { return ___resultDigest_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_resultDigest_11() { return &___resultDigest_11; } inline void set_resultDigest_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___resultDigest_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___resultDigest_11), (void*)value); } inline static int32_t get_offset_of_signedAttributeTable_12() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___signedAttributeTable_12)); } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * get_signedAttributeTable_12() const { return ___signedAttributeTable_12; } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 ** get_address_of_signedAttributeTable_12() { return &___signedAttributeTable_12; } inline void set_signedAttributeTable_12(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * value) { ___signedAttributeTable_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___signedAttributeTable_12), (void*)value); } inline static int32_t get_offset_of_unsignedAttributeTable_13() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___unsignedAttributeTable_13)); } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * get_unsignedAttributeTable_13() const { return ___unsignedAttributeTable_13; } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 ** get_address_of_unsignedAttributeTable_13() { return &___unsignedAttributeTable_13; } inline void set_unsignedAttributeTable_13(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * value) { ___unsignedAttributeTable_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___unsignedAttributeTable_13), (void*)value); } inline static int32_t get_offset_of_isCounterSignature_14() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___isCounterSignature_14)); } inline bool get_isCounterSignature_14() const { return ___isCounterSignature_14; } inline bool* get_address_of_isCounterSignature_14() { return &___isCounterSignature_14; } inline void set_isCounterSignature_14(bool value) { ___isCounterSignature_14 = value; } }; struct SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::Helper CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * ___Helper_0; public: inline static int32_t get_offset_of_Helper_0() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_StaticFields, ___Helper_0)); } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * get_Helper_0() const { return ___Helper_0; } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD ** get_address_of_Helper_0() { return &___Helper_0; } inline void set_Helper_0(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * value) { ___Helper_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Helper_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore struct SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore::all RuntimeObject* ___all_0; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore::table RuntimeObject* ___table_1; public: inline static int32_t get_offset_of_all_0() { return static_cast(offsetof(SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C, ___all_0)); } inline RuntimeObject* get_all_0() const { return ___all_0; } inline RuntimeObject** get_address_of_all_0() { return &___all_0; } inline void set_all_0(RuntimeObject* value) { ___all_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___all_0), (void*)value); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } }; // 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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities struct TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352 : public RuntimeObject { public: public: }; struct TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::EmptyBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___EmptyBytes_0; // System.Int16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::EmptyShorts Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___EmptyShorts_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::EmptyInts Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___EmptyInts_2; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::EmptyLongs Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___EmptyLongs_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::SSL_CLIENT ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___SSL_CLIENT_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::SSL_SERVER ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___SSL_SERVER_5; // System.Byte[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::SSL3_CONST ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ___SSL3_CONST_6; public: inline static int32_t get_offset_of_EmptyBytes_0() { return static_cast(offsetof(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields, ___EmptyBytes_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_EmptyBytes_0() const { return ___EmptyBytes_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_EmptyBytes_0() { return &___EmptyBytes_0; } inline void set_EmptyBytes_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___EmptyBytes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyBytes_0), (void*)value); } inline static int32_t get_offset_of_EmptyShorts_1() { return static_cast(offsetof(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields, ___EmptyShorts_1)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_EmptyShorts_1() const { return ___EmptyShorts_1; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_EmptyShorts_1() { return &___EmptyShorts_1; } inline void set_EmptyShorts_1(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___EmptyShorts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyShorts_1), (void*)value); } inline static int32_t get_offset_of_EmptyInts_2() { return static_cast(offsetof(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields, ___EmptyInts_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_EmptyInts_2() const { return ___EmptyInts_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_EmptyInts_2() { return &___EmptyInts_2; } inline void set_EmptyInts_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___EmptyInts_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyInts_2), (void*)value); } inline static int32_t get_offset_of_EmptyLongs_3() { return static_cast(offsetof(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields, ___EmptyLongs_3)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_EmptyLongs_3() const { return ___EmptyLongs_3; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_EmptyLongs_3() { return &___EmptyLongs_3; } inline void set_EmptyLongs_3(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___EmptyLongs_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyLongs_3), (void*)value); } inline static int32_t get_offset_of_SSL_CLIENT_4() { return static_cast(offsetof(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields, ___SSL_CLIENT_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_SSL_CLIENT_4() const { return ___SSL_CLIENT_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_SSL_CLIENT_4() { return &___SSL_CLIENT_4; } inline void set_SSL_CLIENT_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___SSL_CLIENT_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___SSL_CLIENT_4), (void*)value); } inline static int32_t get_offset_of_SSL_SERVER_5() { return static_cast(offsetof(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields, ___SSL_SERVER_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_SSL_SERVER_5() const { return ___SSL_SERVER_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_SSL_SERVER_5() { return &___SSL_SERVER_5; } inline void set_SSL_SERVER_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___SSL_SERVER_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___SSL_SERVER_5), (void*)value); } inline static int32_t get_offset_of_SSL3_CONST_6() { return static_cast(offsetof(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields, ___SSL3_CONST_6)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get_SSL3_CONST_6() const { return ___SSL3_CONST_6; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of_SSL3_CONST_6() { return &___SSL3_CONST_6; } inline void set_SSL3_CONST_6(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* value) { ___SSL3_CONST_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SSL3_CONST_6), (void*)value); } }; // UnityEngine.Events.UnityEventBase struct UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB : public RuntimeObject { public: // UnityEngine.Events.InvokableCallList UnityEngine.Events.UnityEventBase::m_Calls InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9 * ___m_Calls_0; // UnityEngine.Events.PersistentCallGroup UnityEngine.Events.UnityEventBase::m_PersistentCalls PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC * ___m_PersistentCalls_1; // System.Boolean UnityEngine.Events.UnityEventBase::m_CallsDirty bool ___m_CallsDirty_2; public: inline static int32_t get_offset_of_m_Calls_0() { return static_cast(offsetof(UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB, ___m_Calls_0)); } inline InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9 * get_m_Calls_0() const { return ___m_Calls_0; } inline InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9 ** get_address_of_m_Calls_0() { return &___m_Calls_0; } inline void set_m_Calls_0(InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9 * value) { ___m_Calls_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Calls_0), (void*)value); } inline static int32_t get_offset_of_m_PersistentCalls_1() { return static_cast(offsetof(UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB, ___m_PersistentCalls_1)); } inline PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC * get_m_PersistentCalls_1() const { return ___m_PersistentCalls_1; } inline PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC ** get_address_of_m_PersistentCalls_1() { return &___m_PersistentCalls_1; } inline void set_m_PersistentCalls_1(PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC * value) { ___m_PersistentCalls_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PersistentCalls_1), (void*)value); } inline static int32_t get_offset_of_m_CallsDirty_2() { return static_cast(offsetof(UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB, ___m_CallsDirty_2)); } inline bool get_m_CallsDirty_2() const { return ___m_CallsDirty_2; } inline bool* get_address_of_m_CallsDirty_2() { return &___m_CallsDirty_2; } inline void set_m_CallsDirty_2(bool value) { ___m_CallsDirty_2 = value; } }; // UserSettings struct UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 : public RuntimeObject { public: // System.Boolean UserSettings::openBGM bool ___openBGM_0; // System.Boolean UserSettings::openEffect bool ___openEffect_1; // System.Boolean UserSettings::openCrossHair bool ___openCrossHair_2; // System.Int32 UserSettings::shootLevel int32_t ___shootLevel_3; // System.Single UserSettings::actualArrowWeight float ___actualArrowWeight_4; // BowRotateConvert UserSettings::bowRotateConvert BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * ___bowRotateConvert_5; // System.Boolean UserSettings::bowCameraFixed bool ___bowCameraFixed_6; // System.Boolean UserSettings::trainMode bool ___trainMode_7; // System.Boolean UserSettings::deviceCalibrateGuideFinish bool ___deviceCalibrateGuideFinish_8; // System.Collections.Generic.HashSet`1 UserSettings::gameRuleGuideFinish HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * ___gameRuleGuideFinish_9; public: inline static int32_t get_offset_of_openBGM_0() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___openBGM_0)); } inline bool get_openBGM_0() const { return ___openBGM_0; } inline bool* get_address_of_openBGM_0() { return &___openBGM_0; } inline void set_openBGM_0(bool value) { ___openBGM_0 = value; } inline static int32_t get_offset_of_openEffect_1() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___openEffect_1)); } inline bool get_openEffect_1() const { return ___openEffect_1; } inline bool* get_address_of_openEffect_1() { return &___openEffect_1; } inline void set_openEffect_1(bool value) { ___openEffect_1 = value; } inline static int32_t get_offset_of_openCrossHair_2() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___openCrossHair_2)); } inline bool get_openCrossHair_2() const { return ___openCrossHair_2; } inline bool* get_address_of_openCrossHair_2() { return &___openCrossHair_2; } inline void set_openCrossHair_2(bool value) { ___openCrossHair_2 = value; } inline static int32_t get_offset_of_shootLevel_3() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___shootLevel_3)); } inline int32_t get_shootLevel_3() const { return ___shootLevel_3; } inline int32_t* get_address_of_shootLevel_3() { return &___shootLevel_3; } inline void set_shootLevel_3(int32_t value) { ___shootLevel_3 = value; } inline static int32_t get_offset_of_actualArrowWeight_4() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___actualArrowWeight_4)); } inline float get_actualArrowWeight_4() const { return ___actualArrowWeight_4; } inline float* get_address_of_actualArrowWeight_4() { return &___actualArrowWeight_4; } inline void set_actualArrowWeight_4(float value) { ___actualArrowWeight_4 = value; } inline static int32_t get_offset_of_bowRotateConvert_5() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___bowRotateConvert_5)); } inline BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * get_bowRotateConvert_5() const { return ___bowRotateConvert_5; } inline BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 ** get_address_of_bowRotateConvert_5() { return &___bowRotateConvert_5; } inline void set_bowRotateConvert_5(BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * value) { ___bowRotateConvert_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___bowRotateConvert_5), (void*)value); } inline static int32_t get_offset_of_bowCameraFixed_6() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___bowCameraFixed_6)); } inline bool get_bowCameraFixed_6() const { return ___bowCameraFixed_6; } inline bool* get_address_of_bowCameraFixed_6() { return &___bowCameraFixed_6; } inline void set_bowCameraFixed_6(bool value) { ___bowCameraFixed_6 = value; } inline static int32_t get_offset_of_trainMode_7() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___trainMode_7)); } inline bool get_trainMode_7() const { return ___trainMode_7; } inline bool* get_address_of_trainMode_7() { return &___trainMode_7; } inline void set_trainMode_7(bool value) { ___trainMode_7 = value; } inline static int32_t get_offset_of_deviceCalibrateGuideFinish_8() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___deviceCalibrateGuideFinish_8)); } inline bool get_deviceCalibrateGuideFinish_8() const { return ___deviceCalibrateGuideFinish_8; } inline bool* get_address_of_deviceCalibrateGuideFinish_8() { return &___deviceCalibrateGuideFinish_8; } inline void set_deviceCalibrateGuideFinish_8(bool value) { ___deviceCalibrateGuideFinish_8 = value; } inline static int32_t get_offset_of_gameRuleGuideFinish_9() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___gameRuleGuideFinish_9)); } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * get_gameRuleGuideFinish_9() const { return ___gameRuleGuideFinish_9; } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 ** get_address_of_gameRuleGuideFinish_9() { return &___gameRuleGuideFinish_9; } inline void set_gameRuleGuideFinish_9(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * value) { ___gameRuleGuideFinish_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameRuleGuideFinish_9), (void*)value); } }; struct UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84_StaticFields { public: // UserSettings UserSettings::_ins UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * ____ins_10; public: inline static int32_t get_offset_of__ins_10() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84_StaticFields, ____ins_10)); } inline UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * get__ins_10() const { return ____ins_10; } inline UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 ** get_address_of__ins_10() { return &____ins_10; } inline void set__ins_10(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * value) { ____ins_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_10), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector struct X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::authorityKeyIdentifier ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___authorityKeyIdentifier_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::basicConstraints int32_t ___basicConstraints_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::certificate X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___certificate_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::certificateValid DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * ___certificateValid_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::extendedKeyUsage RuntimeObject* ___extendedKeyUsage_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::ignoreX509NameOrdering bool ___ignoreX509NameOrdering_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::issuer X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___issuer_6; // System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::keyUsage BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___keyUsage_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::policy RuntimeObject* ___policy_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::privateKeyValid DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * ___privateKeyValid_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::serialNumber BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___serialNumber_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::subject X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___subject_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::subjectKeyIdentifier ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyIdentifier_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::subjectPublicKey SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___subjectPublicKey_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::subjectPublicKeyAlgID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___subjectPublicKeyAlgID_14; public: inline static int32_t get_offset_of_authorityKeyIdentifier_0() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___authorityKeyIdentifier_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_authorityKeyIdentifier_0() const { return ___authorityKeyIdentifier_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_authorityKeyIdentifier_0() { return &___authorityKeyIdentifier_0; } inline void set_authorityKeyIdentifier_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___authorityKeyIdentifier_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___authorityKeyIdentifier_0), (void*)value); } inline static int32_t get_offset_of_basicConstraints_1() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___basicConstraints_1)); } inline int32_t get_basicConstraints_1() const { return ___basicConstraints_1; } inline int32_t* get_address_of_basicConstraints_1() { return &___basicConstraints_1; } inline void set_basicConstraints_1(int32_t value) { ___basicConstraints_1 = value; } inline static int32_t get_offset_of_certificate_2() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___certificate_2)); } inline X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * get_certificate_2() const { return ___certificate_2; } inline X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 ** get_address_of_certificate_2() { return &___certificate_2; } inline void set_certificate_2(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * value) { ___certificate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificate_2), (void*)value); } inline static int32_t get_offset_of_certificateValid_3() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___certificateValid_3)); } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * get_certificateValid_3() const { return ___certificateValid_3; } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 ** get_address_of_certificateValid_3() { return &___certificateValid_3; } inline void set_certificateValid_3(DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * value) { ___certificateValid_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificateValid_3), (void*)value); } inline static int32_t get_offset_of_extendedKeyUsage_4() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___extendedKeyUsage_4)); } inline RuntimeObject* get_extendedKeyUsage_4() const { return ___extendedKeyUsage_4; } inline RuntimeObject** get_address_of_extendedKeyUsage_4() { return &___extendedKeyUsage_4; } inline void set_extendedKeyUsage_4(RuntimeObject* value) { ___extendedKeyUsage_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___extendedKeyUsage_4), (void*)value); } inline static int32_t get_offset_of_ignoreX509NameOrdering_5() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___ignoreX509NameOrdering_5)); } inline bool get_ignoreX509NameOrdering_5() const { return ___ignoreX509NameOrdering_5; } inline bool* get_address_of_ignoreX509NameOrdering_5() { return &___ignoreX509NameOrdering_5; } inline void set_ignoreX509NameOrdering_5(bool value) { ___ignoreX509NameOrdering_5 = value; } inline static int32_t get_offset_of_issuer_6() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___issuer_6)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_issuer_6() const { return ___issuer_6; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_issuer_6() { return &___issuer_6; } inline void set_issuer_6(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___issuer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_6), (void*)value); } inline static int32_t get_offset_of_keyUsage_7() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___keyUsage_7)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_keyUsage_7() const { return ___keyUsage_7; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_keyUsage_7() { return &___keyUsage_7; } inline void set_keyUsage_7(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___keyUsage_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyUsage_7), (void*)value); } inline static int32_t get_offset_of_policy_8() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___policy_8)); } inline RuntimeObject* get_policy_8() const { return ___policy_8; } inline RuntimeObject** get_address_of_policy_8() { return &___policy_8; } inline void set_policy_8(RuntimeObject* value) { ___policy_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___policy_8), (void*)value); } inline static int32_t get_offset_of_privateKeyValid_9() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___privateKeyValid_9)); } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * get_privateKeyValid_9() const { return ___privateKeyValid_9; } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 ** get_address_of_privateKeyValid_9() { return &___privateKeyValid_9; } inline void set_privateKeyValid_9(DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * value) { ___privateKeyValid_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateKeyValid_9), (void*)value); } inline static int32_t get_offset_of_serialNumber_10() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___serialNumber_10)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_serialNumber_10() const { return ___serialNumber_10; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_serialNumber_10() { return &___serialNumber_10; } inline void set_serialNumber_10(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___serialNumber_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialNumber_10), (void*)value); } inline static int32_t get_offset_of_subject_11() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___subject_11)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_subject_11() const { return ___subject_11; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_subject_11() { return &___subject_11; } inline void set_subject_11(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___subject_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___subject_11), (void*)value); } inline static int32_t get_offset_of_subjectKeyIdentifier_12() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___subjectKeyIdentifier_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_subjectKeyIdentifier_12() const { return ___subjectKeyIdentifier_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_subjectKeyIdentifier_12() { return &___subjectKeyIdentifier_12; } inline void set_subjectKeyIdentifier_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___subjectKeyIdentifier_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectKeyIdentifier_12), (void*)value); } inline static int32_t get_offset_of_subjectPublicKey_13() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___subjectPublicKey_13)); } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * get_subjectPublicKey_13() const { return ___subjectPublicKey_13; } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB ** get_address_of_subjectPublicKey_13() { return &___subjectPublicKey_13; } inline void set_subjectPublicKey_13(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * value) { ___subjectPublicKey_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectPublicKey_13), (void*)value); } inline static int32_t get_offset_of_subjectPublicKeyAlgID_14() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___subjectPublicKeyAlgID_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_subjectPublicKeyAlgID_14() const { return ___subjectPublicKeyAlgID_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_subjectPublicKeyAlgID_14() { return &___subjectPublicKeyAlgID_14; } inline void set_subjectPublicKeyAlgID_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___subjectPublicKeyAlgID_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectPublicKeyAlgID_14), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509ExtensionBase struct X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 : public RuntimeObject { public: public: }; // UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { }; // BestHTTP.SignalR.Transports.ServerSentEventsTransport/<>c struct U3CU3Ec_tE66EC25A1C7B908B7B658FB8FFA314FC400CD9EA : public RuntimeObject { public: public: }; struct U3CU3Ec_tE66EC25A1C7B908B7B658FB8FFA314FC400CD9EA_StaticFields { public: // BestHTTP.SignalR.Transports.ServerSentEventsTransport/<>c BestHTTP.SignalR.Transports.ServerSentEventsTransport/<>c::<>9 U3CU3Ec_tE66EC25A1C7B908B7B658FB8FFA314FC400CD9EA * ___U3CU3E9_0; // BestHTTP.ServerSentEvents.OnRetryDelegate BestHTTP.SignalR.Transports.ServerSentEventsTransport/<>c::<>9__6_0 OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * ___U3CU3E9__6_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tE66EC25A1C7B908B7B658FB8FFA314FC400CD9EA_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tE66EC25A1C7B908B7B658FB8FFA314FC400CD9EA * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tE66EC25A1C7B908B7B658FB8FFA314FC400CD9EA ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tE66EC25A1C7B908B7B658FB8FFA314FC400CD9EA * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__6_0_1() { return static_cast(offsetof(U3CU3Ec_tE66EC25A1C7B908B7B658FB8FFA314FC400CD9EA_StaticFields, ___U3CU3E9__6_0_1)); } inline OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * get_U3CU3E9__6_0_1() const { return ___U3CU3E9__6_0_1; } inline OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 ** get_address_of_U3CU3E9__6_0_1() { return &___U3CU3E9__6_0_1; } inline void set_U3CU3E9__6_0_1(OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * value) { ___U3CU3E9__6_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__6_0_1), (void*)value); } }; // SettingsGameView/<>c struct U3CU3Ec_tF906BA8D634B37EA9DDBB816A1565E74B70ABFF0 : public RuntimeObject { public: public: }; struct U3CU3Ec_tF906BA8D634B37EA9DDBB816A1565E74B70ABFF0_StaticFields { public: // SettingsGameView/<>c SettingsGameView/<>c::<>9 U3CU3Ec_tF906BA8D634B37EA9DDBB816A1565E74B70ABFF0 * ___U3CU3E9_0; // UnityEngine.Events.UnityAction`1 SettingsGameView/<>c::<>9__6_1 UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * ___U3CU3E9__6_1_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tF906BA8D634B37EA9DDBB816A1565E74B70ABFF0_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tF906BA8D634B37EA9DDBB816A1565E74B70ABFF0 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tF906BA8D634B37EA9DDBB816A1565E74B70ABFF0 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tF906BA8D634B37EA9DDBB816A1565E74B70ABFF0 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__6_1_1() { return static_cast(offsetof(U3CU3Ec_tF906BA8D634B37EA9DDBB816A1565E74B70ABFF0_StaticFields, ___U3CU3E9__6_1_1)); } inline UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * get_U3CU3E9__6_1_1() const { return ___U3CU3E9__6_1_1; } inline UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 ** get_address_of_U3CU3E9__6_1_1() { return &___U3CU3E9__6_1_1; } inline void set_U3CU3E9__6_1_1(UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * value) { ___U3CU3E9__6_1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__6_1_1), (void*)value); } }; // ShopView/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t82E7CEB3FC7547CADE8AA758B1150EDCDC82ECE0 : public RuntimeObject { public: // System.Int32 ShopView/<>c__DisplayClass10_0::index int32_t ___index_0; // ShopView ShopView/<>c__DisplayClass10_0::<>4__this ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_index_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_0_t82E7CEB3FC7547CADE8AA758B1150EDCDC82ECE0, ___index_0)); } inline int32_t get_index_0() const { return ___index_0; } inline int32_t* get_address_of_index_0() { return &___index_0; } inline void set_index_0(int32_t value) { ___index_0 = value; } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_0_t82E7CEB3FC7547CADE8AA758B1150EDCDC82ECE0, ___U3CU3E4__this_1)); } inline ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // ShopView/<>c__DisplayClass14_0 struct U3CU3Ec__DisplayClass14_0_tFCF1275BE316A96A3BFD414FACC9C59E654BB67E : public RuntimeObject { public: // System.Collections.Generic.List`1 ShopView/<>c__DisplayClass14_0::propConfigs List_1_tE52E5C2E148404DCA0A2B88A1600C766B82394C6 * ___propConfigs_0; // ShopView ShopView/<>c__DisplayClass14_0::<>4__this ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_propConfigs_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass14_0_tFCF1275BE316A96A3BFD414FACC9C59E654BB67E, ___propConfigs_0)); } inline List_1_tE52E5C2E148404DCA0A2B88A1600C766B82394C6 * get_propConfigs_0() const { return ___propConfigs_0; } inline List_1_tE52E5C2E148404DCA0A2B88A1600C766B82394C6 ** get_address_of_propConfigs_0() { return &___propConfigs_0; } inline void set_propConfigs_0(List_1_tE52E5C2E148404DCA0A2B88A1600C766B82394C6 * value) { ___propConfigs_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___propConfigs_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass14_0_tFCF1275BE316A96A3BFD414FACC9C59E654BB67E, ___U3CU3E4__this_1)); } inline ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // ShopView/<>c__DisplayClass14_1 struct U3CU3Ec__DisplayClass14_1_t82BB31FE6DF982DB7134B1F4B306B4F453C4A3C9 : public RuntimeObject { public: // PropConfig ShopView/<>c__DisplayClass14_1::propConfig PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 * ___propConfig_0; // UnityEngine.UI.Button ShopView/<>c__DisplayClass14_1::btnBuy Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnBuy_1; public: inline static int32_t get_offset_of_propConfig_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass14_1_t82BB31FE6DF982DB7134B1F4B306B4F453C4A3C9, ___propConfig_0)); } inline PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 * get_propConfig_0() const { return ___propConfig_0; } inline PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 ** get_address_of_propConfig_0() { return &___propConfig_0; } inline void set_propConfig_0(PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 * value) { ___propConfig_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___propConfig_0), (void*)value); } inline static int32_t get_offset_of_btnBuy_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass14_1_t82BB31FE6DF982DB7134B1F4B306B4F453C4A3C9, ___btnBuy_1)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnBuy_1() const { return ___btnBuy_1; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnBuy_1() { return &___btnBuy_1; } inline void set_btnBuy_1(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnBuy_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnBuy_1), (void*)value); } }; // ShopView/<>c__DisplayClass15_0 struct U3CU3Ec__DisplayClass15_0_t0AADC054BEC42A4CCE6171485B575A41EAA43DDA : public RuntimeObject { public: // System.Collections.Generic.List`1 ShopView/<>c__DisplayClass15_0::propInfos List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * ___propInfos_0; // ShopView ShopView/<>c__DisplayClass15_0::<>4__this ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_propInfos_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass15_0_t0AADC054BEC42A4CCE6171485B575A41EAA43DDA, ___propInfos_0)); } inline List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * get_propInfos_0() const { return ___propInfos_0; } inline List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C ** get_address_of_propInfos_0() { return &___propInfos_0; } inline void set_propInfos_0(List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * value) { ___propInfos_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___propInfos_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass15_0_t0AADC054BEC42A4CCE6171485B575A41EAA43DDA, ___U3CU3E4__this_1)); } inline ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // ShopView/<>c__DisplayClass15_1 struct U3CU3Ec__DisplayClass15_1_t751C0280E1BB6455628D8294C4AD02022EA53EA7 : public RuntimeObject { public: // PropInfo ShopView/<>c__DisplayClass15_1::propInfo PropInfo_tF5BCABE6987410BB5DAF7F5C0A96E9A9DC5E776A * ___propInfo_0; // ShopView/<>c__DisplayClass15_0 ShopView/<>c__DisplayClass15_1::CS$<>8__locals1 U3CU3Ec__DisplayClass15_0_t0AADC054BEC42A4CCE6171485B575A41EAA43DDA * ___CSU24U3CU3E8__locals1_1; public: inline static int32_t get_offset_of_propInfo_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass15_1_t751C0280E1BB6455628D8294C4AD02022EA53EA7, ___propInfo_0)); } inline PropInfo_tF5BCABE6987410BB5DAF7F5C0A96E9A9DC5E776A * get_propInfo_0() const { return ___propInfo_0; } inline PropInfo_tF5BCABE6987410BB5DAF7F5C0A96E9A9DC5E776A ** get_address_of_propInfo_0() { return &___propInfo_0; } inline void set_propInfo_0(PropInfo_tF5BCABE6987410BB5DAF7F5C0A96E9A9DC5E776A * value) { ___propInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___propInfo_0), (void*)value); } inline static int32_t get_offset_of_CSU24U3CU3E8__locals1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass15_1_t751C0280E1BB6455628D8294C4AD02022EA53EA7, ___CSU24U3CU3E8__locals1_1)); } inline U3CU3Ec__DisplayClass15_0_t0AADC054BEC42A4CCE6171485B575A41EAA43DDA * get_CSU24U3CU3E8__locals1_1() const { return ___CSU24U3CU3E8__locals1_1; } inline U3CU3Ec__DisplayClass15_0_t0AADC054BEC42A4CCE6171485B575A41EAA43DDA ** get_address_of_CSU24U3CU3E8__locals1_1() { return &___CSU24U3CU3E8__locals1_1; } inline void set_CSU24U3CU3E8__locals1_1(U3CU3Ec__DisplayClass15_0_t0AADC054BEC42A4CCE6171485B575A41EAA43DDA * value) { ___CSU24U3CU3E8__locals1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E8__locals1_1), (void*)value); } }; // ShopView/<>c__DisplayClass16_0 struct U3CU3Ec__DisplayClass16_0_tEC4FFE322400974054392879A9D79F37519F6B63 : public RuntimeObject { public: // System.Collections.Generic.List`1 ShopView/<>c__DisplayClass16_0::propInfos List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * ___propInfos_0; // ShopView ShopView/<>c__DisplayClass16_0::<>4__this ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_propInfos_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass16_0_tEC4FFE322400974054392879A9D79F37519F6B63, ___propInfos_0)); } inline List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * get_propInfos_0() const { return ___propInfos_0; } inline List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C ** get_address_of_propInfos_0() { return &___propInfos_0; } inline void set_propInfos_0(List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * value) { ___propInfos_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___propInfos_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass16_0_tEC4FFE322400974054392879A9D79F37519F6B63, ___U3CU3E4__this_1)); } inline ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // ShopView/<>c__DisplayClass16_1 struct U3CU3Ec__DisplayClass16_1_t3265DACF9A3ABB6136EF0A6604DBA4AD9E67C445 : public RuntimeObject { public: // PropInfo ShopView/<>c__DisplayClass16_1::propInfo PropInfo_tF5BCABE6987410BB5DAF7F5C0A96E9A9DC5E776A * ___propInfo_0; // UnityEngine.GameObject ShopView/<>c__DisplayClass16_1::item GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___item_1; // ShopView/<>c__DisplayClass16_0 ShopView/<>c__DisplayClass16_1::CS$<>8__locals1 U3CU3Ec__DisplayClass16_0_tEC4FFE322400974054392879A9D79F37519F6B63 * ___CSU24U3CU3E8__locals1_2; public: inline static int32_t get_offset_of_propInfo_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass16_1_t3265DACF9A3ABB6136EF0A6604DBA4AD9E67C445, ___propInfo_0)); } inline PropInfo_tF5BCABE6987410BB5DAF7F5C0A96E9A9DC5E776A * get_propInfo_0() const { return ___propInfo_0; } inline PropInfo_tF5BCABE6987410BB5DAF7F5C0A96E9A9DC5E776A ** get_address_of_propInfo_0() { return &___propInfo_0; } inline void set_propInfo_0(PropInfo_tF5BCABE6987410BB5DAF7F5C0A96E9A9DC5E776A * value) { ___propInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___propInfo_0), (void*)value); } inline static int32_t get_offset_of_item_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass16_1_t3265DACF9A3ABB6136EF0A6604DBA4AD9E67C445, ___item_1)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_item_1() const { return ___item_1; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_item_1() { return &___item_1; } inline void set_item_1(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___item_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___item_1), (void*)value); } inline static int32_t get_offset_of_CSU24U3CU3E8__locals1_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass16_1_t3265DACF9A3ABB6136EF0A6604DBA4AD9E67C445, ___CSU24U3CU3E8__locals1_2)); } inline U3CU3Ec__DisplayClass16_0_tEC4FFE322400974054392879A9D79F37519F6B63 * get_CSU24U3CU3E8__locals1_2() const { return ___CSU24U3CU3E8__locals1_2; } inline U3CU3Ec__DisplayClass16_0_tEC4FFE322400974054392879A9D79F37519F6B63 ** get_address_of_CSU24U3CU3E8__locals1_2() { return &___CSU24U3CU3E8__locals1_2; } inline void set_CSU24U3CU3E8__locals1_2(U3CU3Ec__DisplayClass16_0_tEC4FFE322400974054392879A9D79F37519F6B63 * value) { ___CSU24U3CU3E8__locals1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E8__locals1_2), (void*)value); } }; // SideTipView/d__7 struct U3CAutoDestroyU3Ed__7_tB7993D43107BFA22F2C61663AB4A36F746FF8C3F : public RuntimeObject { public: // System.Int32 SideTipView/d__7::<>1__state int32_t ___U3CU3E1__state_0; // System.Object SideTipView/d__7::<>2__current RuntimeObject * ___U3CU3E2__current_1; // SideTipView SideTipView/d__7::<>4__this SideTipView_tF29D7FCAD1E07BA87540FE146D264BE312108248 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CAutoDestroyU3Ed__7_tB7993D43107BFA22F2C61663AB4A36F746FF8C3F, ___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(U3CAutoDestroyU3Ed__7_tB7993D43107BFA22F2C61663AB4A36F746FF8C3F, ___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(U3CAutoDestroyU3Ed__7_tB7993D43107BFA22F2C61663AB4A36F746FF8C3F, ___U3CU3E4__this_2)); } inline SideTipView_tF29D7FCAD1E07BA87540FE146D264BE312108248 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline SideTipView_tF29D7FCAD1E07BA87540FE146D264BE312108248 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(SideTipView_tF29D7FCAD1E07BA87540FE146D264BE312108248 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___list_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_list_0() const { return ___list_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tE9A9410577058E104F236E633A31E56F9B598BA1 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tE52E5C2E148404DCA0A2B88A1600C766B82394C6 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tE9A9410577058E104F236E633A31E56F9B598BA1, ___list_0)); } inline List_1_tE52E5C2E148404DCA0A2B88A1600C766B82394C6 * get_list_0() const { return ___list_0; } inline List_1_tE52E5C2E148404DCA0A2B88A1600C766B82394C6 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tE52E5C2E148404DCA0A2B88A1600C766B82394C6 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tE9A9410577058E104F236E633A31E56F9B598BA1, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tE9A9410577058E104F236E633A31E56F9B598BA1, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tE9A9410577058E104F236E633A31E56F9B598BA1, ___current_3)); } inline PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 * get_current_3() const { return ___current_3; } inline PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t8E05794B7A9B3652258812AE7DD1780EE010EEFC { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current PropInfo_tF5BCABE6987410BB5DAF7F5C0A96E9A9DC5E776A * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t8E05794B7A9B3652258812AE7DD1780EE010EEFC, ___list_0)); } inline List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * get_list_0() const { return ___list_0; } inline List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t8E05794B7A9B3652258812AE7DD1780EE010EEFC, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t8E05794B7A9B3652258812AE7DD1780EE010EEFC, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t8E05794B7A9B3652258812AE7DD1780EE010EEFC, ___current_3)); } inline PropInfo_tF5BCABE6987410BB5DAF7F5C0A96E9A9DC5E776A * get_current_3() const { return ___current_3; } inline PropInfo_tF5BCABE6987410BB5DAF7F5C0A96E9A9DC5E776A ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(PropInfo_tF5BCABE6987410BB5DAF7F5C0A96E9A9DC5E776A * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t208A952325F66BFCB1EDEECEFEF5F1C7A16298A0 : public UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_1_t208A952325F66BFCB1EDEECEFEF5F1C7A16298A0, ___m_InvokeArray_3)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; } inline void set_m_InvokeArray_3(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_InvokeArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value); } }; // UnityEngine.Events.UnityEvent`2 struct UnityEvent_2_t87EBBE9C0951F807F3734879525E5449ED7779D1 : public UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB { public: // System.Object[] UnityEngine.Events.UnityEvent`2::m_InvokeArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_2_t87EBBE9C0951F807F3734879525E5449ED7779D1, ___m_InvokeArray_3)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; } inline void set_m_InvokeArray_3(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_InvokeArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value); } }; // UnityEngine.Events.UnityEvent`3 struct UnityEvent_3_t491B50A20C43814FDE7F5D7B4564E3D5472B90C9 : public UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB { public: // System.Object[] UnityEngine.Events.UnityEvent`3::m_InvokeArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_3_t491B50A20C43814FDE7F5D7B4564E3D5472B90C9, ___m_InvokeArray_3)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; } inline void set_m_InvokeArray_3(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_InvokeArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value); } }; // 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.Attribute struct Attribute_tFAC290DB5D91F7BA3B40B3568E446535DE0B111D : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Attribute::attrType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___attrType_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Attribute::attrValues Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___attrValues_3; public: inline static int32_t get_offset_of_attrType_2() { return static_cast(offsetof(Attribute_tFAC290DB5D91F7BA3B40B3568E446535DE0B111D, ___attrType_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_attrType_2() const { return ___attrType_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_attrType_2() { return &___attrType_2; } inline void set_attrType_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___attrType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrType_2), (void*)value); } inline static int32_t get_offset_of_attrValues_3() { return static_cast(offsetof(Attribute_tFAC290DB5D91F7BA3B40B3568E446535DE0B111D, ___attrValues_3)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_attrValues_3() const { return ___attrValues_3; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_attrValues_3() { return &___attrValues_3; } inline void set_attrValues_3(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___attrValues_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrValues_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate struct AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificateInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate::acinfo AttributeCertificateInfo_t8A4397436EDC1C23F6E7CEFDB206046F68DABC00 * ___acinfo_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate::signatureAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___signatureAlgorithm_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate::signatureValue DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___signatureValue_4; public: inline static int32_t get_offset_of_acinfo_2() { return static_cast(offsetof(AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31, ___acinfo_2)); } inline AttributeCertificateInfo_t8A4397436EDC1C23F6E7CEFDB206046F68DABC00 * get_acinfo_2() const { return ___acinfo_2; } inline AttributeCertificateInfo_t8A4397436EDC1C23F6E7CEFDB206046F68DABC00 ** get_address_of_acinfo_2() { return &___acinfo_2; } inline void set_acinfo_2(AttributeCertificateInfo_t8A4397436EDC1C23F6E7CEFDB206046F68DABC00 * value) { ___acinfo_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___acinfo_2), (void*)value); } inline static int32_t get_offset_of_signatureAlgorithm_3() { return static_cast(offsetof(AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31, ___signatureAlgorithm_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_signatureAlgorithm_3() const { return ___signatureAlgorithm_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_signatureAlgorithm_3() { return &___signatureAlgorithm_3; } inline void set_signatureAlgorithm_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___signatureAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___signatureAlgorithm_3), (void*)value); } inline static int32_t get_offset_of_signatureValue_4() { return static_cast(offsetof(AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31, ___signatureValue_4)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_signatureValue_4() const { return ___signatureValue_4; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_signatureValue_4() { return &___signatureValue_4; } inline void set_signatureValue_4(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___signatureValue_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___signatureValue_4), (void*)value); } }; // 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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo struct ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo::contentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo::content Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___content_3; public: inline static int32_t get_offset_of_contentType_2() { return static_cast(offsetof(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B, ___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_content_3() { return static_cast(offsetof(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B, ___content_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_content_3() const { return ___content_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_content_3() { return &___content_3; } inline void set_content_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___content_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.ContentInfo struct ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.ContentInfo::contentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.ContentInfo::content Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___content_3; public: inline static int32_t get_offset_of_contentType_2() { return static_cast(offsetof(ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0, ___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_content_3() { return static_cast(offsetof(ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0, ___content_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_content_3() const { return ___content_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_content_3() { return &___content_3; } inline void set_content_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___content_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_3), (void*)value); } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DigestInfo struct DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DigestInfo::digest ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___digest_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DigestInfo::algID AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algID_3; public: inline static int32_t get_offset_of_digest_2() { return static_cast(offsetof(DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE, ___digest_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_digest_2() const { return ___digest_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_digest_2() { return &___digest_2; } inline void set_digest_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___digest_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_2), (void*)value); } inline static int32_t get_offset_of_algID_3() { return static_cast(offsetof(DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE, ___algID_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_algID_3() const { return ___algID_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_algID_3() { return &___algID_3; } inline void set_algID_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___algID_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___algID_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString struct DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString::str DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 * ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F, ___str_2)); } inline DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 * get_str_2() const { return ___str_2; } inline DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 ** get_address_of_str_2() { return &___str_2; } inline void set_str_2(DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 * value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)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; } }; // UnityEngine.DrivenRectTransformTracker struct DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 { public: union { struct { }; uint8_t DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2__padding[1]; }; public: }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber struct IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber::name X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___name_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber::serialNumber DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___serialNumber_3; public: inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64, ___name_2)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_name_2() const { return ___name_2; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_name_2() { return &___name_2; } inline void set_name_2(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_serialNumber_3() { return static_cast(offsetof(IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64, ___serialNumber_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_serialNumber_3() const { return ___serialNumber_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_serialNumber_3() { return &___serialNumber_3; } inline void set_serialNumber_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___serialNumber_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialNumber_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.IssuerAndSerialNumber struct IssuerAndSerialNumber_t9AF3BE30F7F3AD3A743165140216BE29DD3E9F85 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.IssuerAndSerialNumber::name X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___name_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.IssuerAndSerialNumber::certSerialNumber DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___certSerialNumber_3; public: inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(IssuerAndSerialNumber_t9AF3BE30F7F3AD3A743165140216BE29DD3E9F85, ___name_2)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_name_2() const { return ___name_2; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_name_2() { return &___name_2; } inline void set_name_2(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_certSerialNumber_3() { return static_cast(offsetof(IssuerAndSerialNumber_t9AF3BE30F7F3AD3A743165140216BE29DD3E9F85, ___certSerialNumber_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_certSerialNumber_3() const { return ___certSerialNumber_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_certSerialNumber_3() { return &___certSerialNumber_3; } inline void set_certSerialNumber_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___certSerialNumber_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certSerialNumber_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherHashAlgAndValue struct OtherHashAlgAndValue_tD32252A5AC1A2D5F58BD9D8CEF2E2B94E615AD62 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherHashAlgAndValue::hashAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___hashAlgorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherHashAlgAndValue::hashValue Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___hashValue_3; public: inline static int32_t get_offset_of_hashAlgorithm_2() { return static_cast(offsetof(OtherHashAlgAndValue_tD32252A5AC1A2D5F58BD9D8CEF2E2B94E615AD62, ___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_hashValue_3() { return static_cast(offsetof(OtherHashAlgAndValue_tD32252A5AC1A2D5F58BD9D8CEF2E2B94E615AD62, ___hashValue_3)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_hashValue_3() const { return ___hashValue_3; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_hashValue_3() { return &___hashValue_3; } inline void set_hashValue_3(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___hashValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashValue_3), (void*)value); } }; // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___identityQuaternion_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters struct RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::hashAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___hashAlgorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::maskGenAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___maskGenAlgorithm_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::saltLength DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___saltLength_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::trailerField DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___trailerField_5; public: inline static int32_t get_offset_of_hashAlgorithm_2() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69, ___hashAlgorithm_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_hashAlgorithm_2() const { return ___hashAlgorithm_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_hashAlgorithm_2() { return &___hashAlgorithm_2; } inline void set_hashAlgorithm_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___hashAlgorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashAlgorithm_2), (void*)value); } inline static int32_t get_offset_of_maskGenAlgorithm_3() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69, ___maskGenAlgorithm_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_maskGenAlgorithm_3() const { return ___maskGenAlgorithm_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_maskGenAlgorithm_3() { return &___maskGenAlgorithm_3; } inline void set_maskGenAlgorithm_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___maskGenAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___maskGenAlgorithm_3), (void*)value); } inline static int32_t get_offset_of_saltLength_4() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69, ___saltLength_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_saltLength_4() const { return ___saltLength_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_saltLength_4() { return &___saltLength_4; } inline void set_saltLength_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___saltLength_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___saltLength_4), (void*)value); } inline static int32_t get_offset_of_trailerField_5() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69, ___trailerField_5)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_trailerField_5() const { return ___trailerField_5; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_trailerField_5() { return &___trailerField_5; } inline void set_trailerField_5(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___trailerField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___trailerField_5), (void*)value); } }; struct RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::DefaultHashAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___DefaultHashAlgorithm_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::DefaultMaskGenFunction AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___DefaultMaskGenFunction_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::DefaultSaltLength DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___DefaultSaltLength_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::DefaultTrailerField DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___DefaultTrailerField_9; public: inline static int32_t get_offset_of_DefaultHashAlgorithm_6() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69_StaticFields, ___DefaultHashAlgorithm_6)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_DefaultHashAlgorithm_6() const { return ___DefaultHashAlgorithm_6; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_DefaultHashAlgorithm_6() { return &___DefaultHashAlgorithm_6; } inline void set_DefaultHashAlgorithm_6(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___DefaultHashAlgorithm_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultHashAlgorithm_6), (void*)value); } inline static int32_t get_offset_of_DefaultMaskGenFunction_7() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69_StaticFields, ___DefaultMaskGenFunction_7)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_DefaultMaskGenFunction_7() const { return ___DefaultMaskGenFunction_7; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_DefaultMaskGenFunction_7() { return &___DefaultMaskGenFunction_7; } inline void set_DefaultMaskGenFunction_7(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___DefaultMaskGenFunction_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultMaskGenFunction_7), (void*)value); } inline static int32_t get_offset_of_DefaultSaltLength_8() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69_StaticFields, ___DefaultSaltLength_8)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_DefaultSaltLength_8() const { return ___DefaultSaltLength_8; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_DefaultSaltLength_8() { return &___DefaultSaltLength_8; } inline void set_DefaultSaltLength_8(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___DefaultSaltLength_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultSaltLength_8), (void*)value); } inline static int32_t get_offset_of_DefaultTrailerField_9() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69_StaticFields, ___DefaultTrailerField_9)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_DefaultTrailerField_9() const { return ___DefaultTrailerField_9; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_DefaultTrailerField_9() { return &___DefaultTrailerField_9; } inline void set_DefaultTrailerField_9(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___DefaultTrailerField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultTrailerField_9), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ServiceLocator struct ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ServiceLocator::issuer X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___issuer_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ServiceLocator::locator Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___locator_3; public: inline static int32_t get_offset_of_issuer_2() { return static_cast(offsetof(ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A, ___issuer_2)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_issuer_2() const { return ___issuer_2; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_issuer_2() { return &___issuer_2; } inline void set_issuer_2(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___issuer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_2), (void*)value); } inline static int32_t get_offset_of_locator_3() { return static_cast(offsetof(ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A, ___locator_3)); } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * get_locator_3() const { return ___locator_3; } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC ** get_address_of_locator_3() { return &___locator_3; } inline void set_locator_3(Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * value) { ___locator_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___locator_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest struct Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H1 uint32_t ___H1_5; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H2 uint32_t ___H2_6; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H3 uint32_t ___H3_7; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H4 uint32_t ___H4_8; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H5 uint32_t ___H5_9; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::X UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___X_10; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::xOff int32_t ___xOff_11; public: inline static int32_t get_offset_of_H1_5() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H1_5)); } inline uint32_t get_H1_5() const { return ___H1_5; } inline uint32_t* get_address_of_H1_5() { return &___H1_5; } inline void set_H1_5(uint32_t value) { ___H1_5 = value; } inline static int32_t get_offset_of_H2_6() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H2_6)); } inline uint32_t get_H2_6() const { return ___H2_6; } inline uint32_t* get_address_of_H2_6() { return &___H2_6; } inline void set_H2_6(uint32_t value) { ___H2_6 = value; } inline static int32_t get_offset_of_H3_7() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H3_7)); } inline uint32_t get_H3_7() const { return ___H3_7; } inline uint32_t* get_address_of_H3_7() { return &___H3_7; } inline void set_H3_7(uint32_t value) { ___H3_7 = value; } inline static int32_t get_offset_of_H4_8() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H4_8)); } inline uint32_t get_H4_8() const { return ___H4_8; } inline uint32_t* get_address_of_H4_8() { return &___H4_8; } inline void set_H4_8(uint32_t value) { ___H4_8 = value; } inline static int32_t get_offset_of_H5_9() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H5_9)); } inline uint32_t get_H5_9() const { return ___H5_9; } inline uint32_t* get_address_of_H5_9() { return &___H5_9; } inline void set_H5_9(uint32_t value) { ___H5_9 = value; } inline static int32_t get_offset_of_X_10() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___X_10)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_X_10() const { return ___X_10; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_X_10() { return &___X_10; } inline void set_X_10(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___X_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_10), (void*)value); } inline static int32_t get_offset_of_xOff_11() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___xOff_11)); } inline int32_t get_xOff_11() const { return ___xOff_11; } inline int32_t* get_address_of_xOff_11() { return &___xOff_11; } inline void set_xOff_11(int32_t value) { ___xOff_11 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest struct Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::H1 uint32_t ___H1_5; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::H2 uint32_t ___H2_6; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::H3 uint32_t ___H3_7; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::H4 uint32_t ___H4_8; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::H5 uint32_t ___H5_9; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::H6 uint32_t ___H6_10; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::H7 uint32_t ___H7_11; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::H8 uint32_t ___H8_12; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::X UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___X_13; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::xOff int32_t ___xOff_14; public: inline static int32_t get_offset_of_H1_5() { return static_cast(offsetof(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424, ___H1_5)); } inline uint32_t get_H1_5() const { return ___H1_5; } inline uint32_t* get_address_of_H1_5() { return &___H1_5; } inline void set_H1_5(uint32_t value) { ___H1_5 = value; } inline static int32_t get_offset_of_H2_6() { return static_cast(offsetof(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424, ___H2_6)); } inline uint32_t get_H2_6() const { return ___H2_6; } inline uint32_t* get_address_of_H2_6() { return &___H2_6; } inline void set_H2_6(uint32_t value) { ___H2_6 = value; } inline static int32_t get_offset_of_H3_7() { return static_cast(offsetof(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424, ___H3_7)); } inline uint32_t get_H3_7() const { return ___H3_7; } inline uint32_t* get_address_of_H3_7() { return &___H3_7; } inline void set_H3_7(uint32_t value) { ___H3_7 = value; } inline static int32_t get_offset_of_H4_8() { return static_cast(offsetof(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424, ___H4_8)); } inline uint32_t get_H4_8() const { return ___H4_8; } inline uint32_t* get_address_of_H4_8() { return &___H4_8; } inline void set_H4_8(uint32_t value) { ___H4_8 = value; } inline static int32_t get_offset_of_H5_9() { return static_cast(offsetof(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424, ___H5_9)); } inline uint32_t get_H5_9() const { return ___H5_9; } inline uint32_t* get_address_of_H5_9() { return &___H5_9; } inline void set_H5_9(uint32_t value) { ___H5_9 = value; } inline static int32_t get_offset_of_H6_10() { return static_cast(offsetof(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424, ___H6_10)); } inline uint32_t get_H6_10() const { return ___H6_10; } inline uint32_t* get_address_of_H6_10() { return &___H6_10; } inline void set_H6_10(uint32_t value) { ___H6_10 = value; } inline static int32_t get_offset_of_H7_11() { return static_cast(offsetof(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424, ___H7_11)); } inline uint32_t get_H7_11() const { return ___H7_11; } inline uint32_t* get_address_of_H7_11() { return &___H7_11; } inline void set_H7_11(uint32_t value) { ___H7_11 = value; } inline static int32_t get_offset_of_H8_12() { return static_cast(offsetof(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424, ___H8_12)); } inline uint32_t get_H8_12() const { return ___H8_12; } inline uint32_t* get_address_of_H8_12() { return &___H8_12; } inline void set_H8_12(uint32_t value) { ___H8_12 = value; } inline static int32_t get_offset_of_X_13() { return static_cast(offsetof(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424, ___X_13)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_X_13() const { return ___X_13; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_X_13() { return &___X_13; } inline void set_X_13(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___X_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_13), (void*)value); } inline static int32_t get_offset_of_xOff_14() { return static_cast(offsetof(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424, ___xOff_14)); } inline int32_t get_xOff_14() const { return ___xOff_14; } inline int32_t* get_address_of_xOff_14() { return &___xOff_14; } inline void set_xOff_14(int32_t value) { ___xOff_14 = value; } }; struct Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_StaticFields { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::K UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___K_15; public: inline static int32_t get_offset_of_K_15() { return static_cast(offsetof(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_StaticFields, ___K_15)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_K_15() const { return ___K_15; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_K_15() { return &___K_15; } inline void set_K_15(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___K_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___K_15), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest struct Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::H1 uint32_t ___H1_5; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::H2 uint32_t ___H2_6; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::H3 uint32_t ___H3_7; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::H4 uint32_t ___H4_8; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::H5 uint32_t ___H5_9; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::H6 uint32_t ___H6_10; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::H7 uint32_t ___H7_11; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::H8 uint32_t ___H8_12; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::X UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___X_13; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::xOff int32_t ___xOff_14; public: inline static int32_t get_offset_of_H1_5() { return static_cast(offsetof(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D, ___H1_5)); } inline uint32_t get_H1_5() const { return ___H1_5; } inline uint32_t* get_address_of_H1_5() { return &___H1_5; } inline void set_H1_5(uint32_t value) { ___H1_5 = value; } inline static int32_t get_offset_of_H2_6() { return static_cast(offsetof(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D, ___H2_6)); } inline uint32_t get_H2_6() const { return ___H2_6; } inline uint32_t* get_address_of_H2_6() { return &___H2_6; } inline void set_H2_6(uint32_t value) { ___H2_6 = value; } inline static int32_t get_offset_of_H3_7() { return static_cast(offsetof(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D, ___H3_7)); } inline uint32_t get_H3_7() const { return ___H3_7; } inline uint32_t* get_address_of_H3_7() { return &___H3_7; } inline void set_H3_7(uint32_t value) { ___H3_7 = value; } inline static int32_t get_offset_of_H4_8() { return static_cast(offsetof(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D, ___H4_8)); } inline uint32_t get_H4_8() const { return ___H4_8; } inline uint32_t* get_address_of_H4_8() { return &___H4_8; } inline void set_H4_8(uint32_t value) { ___H4_8 = value; } inline static int32_t get_offset_of_H5_9() { return static_cast(offsetof(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D, ___H5_9)); } inline uint32_t get_H5_9() const { return ___H5_9; } inline uint32_t* get_address_of_H5_9() { return &___H5_9; } inline void set_H5_9(uint32_t value) { ___H5_9 = value; } inline static int32_t get_offset_of_H6_10() { return static_cast(offsetof(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D, ___H6_10)); } inline uint32_t get_H6_10() const { return ___H6_10; } inline uint32_t* get_address_of_H6_10() { return &___H6_10; } inline void set_H6_10(uint32_t value) { ___H6_10 = value; } inline static int32_t get_offset_of_H7_11() { return static_cast(offsetof(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D, ___H7_11)); } inline uint32_t get_H7_11() const { return ___H7_11; } inline uint32_t* get_address_of_H7_11() { return &___H7_11; } inline void set_H7_11(uint32_t value) { ___H7_11 = value; } inline static int32_t get_offset_of_H8_12() { return static_cast(offsetof(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D, ___H8_12)); } inline uint32_t get_H8_12() const { return ___H8_12; } inline uint32_t* get_address_of_H8_12() { return &___H8_12; } inline void set_H8_12(uint32_t value) { ___H8_12 = value; } inline static int32_t get_offset_of_X_13() { return static_cast(offsetof(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D, ___X_13)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_X_13() const { return ___X_13; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_X_13() { return &___X_13; } inline void set_X_13(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___X_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_13), (void*)value); } inline static int32_t get_offset_of_xOff_14() { return static_cast(offsetof(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D, ___xOff_14)); } inline int32_t get_xOff_14() const { return ___xOff_14; } inline int32_t* get_address_of_xOff_14() { return &___xOff_14; } inline void set_xOff_14(int32_t value) { ___xOff_14 = value; } }; struct Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_StaticFields { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::K UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___K_15; public: inline static int32_t get_offset_of_K_15() { return static_cast(offsetof(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_StaticFields, ___K_15)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_K_15() const { return ___K_15; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_K_15() { return &___K_15; } inline void set_K_15(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___K_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___K_15), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha384Digest struct Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5 : public LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha3Digest struct Sha3Digest_t993BA389E13B74994A26F9F3C4C84AA3DB8F1DE8 : public KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512Digest struct Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 : public LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest struct Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 : public LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::digestLength int32_t ___digestLength_17; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::H1t uint64_t ___H1t_18; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::H2t uint64_t ___H2t_19; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::H3t uint64_t ___H3t_20; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::H4t uint64_t ___H4t_21; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::H5t uint64_t ___H5t_22; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::H6t uint64_t ___H6t_23; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::H7t uint64_t ___H7t_24; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::H8t uint64_t ___H8t_25; public: inline static int32_t get_offset_of_digestLength_17() { return static_cast(offsetof(Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8, ___digestLength_17)); } inline int32_t get_digestLength_17() const { return ___digestLength_17; } inline int32_t* get_address_of_digestLength_17() { return &___digestLength_17; } inline void set_digestLength_17(int32_t value) { ___digestLength_17 = value; } inline static int32_t get_offset_of_H1t_18() { return static_cast(offsetof(Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8, ___H1t_18)); } inline uint64_t get_H1t_18() const { return ___H1t_18; } inline uint64_t* get_address_of_H1t_18() { return &___H1t_18; } inline void set_H1t_18(uint64_t value) { ___H1t_18 = value; } inline static int32_t get_offset_of_H2t_19() { return static_cast(offsetof(Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8, ___H2t_19)); } inline uint64_t get_H2t_19() const { return ___H2t_19; } inline uint64_t* get_address_of_H2t_19() { return &___H2t_19; } inline void set_H2t_19(uint64_t value) { ___H2t_19 = value; } inline static int32_t get_offset_of_H3t_20() { return static_cast(offsetof(Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8, ___H3t_20)); } inline uint64_t get_H3t_20() const { return ___H3t_20; } inline uint64_t* get_address_of_H3t_20() { return &___H3t_20; } inline void set_H3t_20(uint64_t value) { ___H3t_20 = value; } inline static int32_t get_offset_of_H4t_21() { return static_cast(offsetof(Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8, ___H4t_21)); } inline uint64_t get_H4t_21() const { return ___H4t_21; } inline uint64_t* get_address_of_H4t_21() { return &___H4t_21; } inline void set_H4t_21(uint64_t value) { ___H4t_21 = value; } inline static int32_t get_offset_of_H5t_22() { return static_cast(offsetof(Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8, ___H5t_22)); } inline uint64_t get_H5t_22() const { return ___H5t_22; } inline uint64_t* get_address_of_H5t_22() { return &___H5t_22; } inline void set_H5t_22(uint64_t value) { ___H5t_22 = value; } inline static int32_t get_offset_of_H6t_23() { return static_cast(offsetof(Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8, ___H6t_23)); } inline uint64_t get_H6t_23() const { return ___H6t_23; } inline uint64_t* get_address_of_H6t_23() { return &___H6t_23; } inline void set_H6t_23(uint64_t value) { ___H6t_23 = value; } inline static int32_t get_offset_of_H7t_24() { return static_cast(offsetof(Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8, ___H7t_24)); } inline uint64_t get_H7t_24() const { return ___H7t_24; } inline uint64_t* get_address_of_H7t_24() { return &___H7t_24; } inline void set_H7t_24(uint64_t value) { ___H7t_24 = value; } inline static int32_t get_offset_of_H8t_25() { return static_cast(offsetof(Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8, ___H8t_25)); } inline uint64_t get_H8t_25() const { return ___H8t_25; } inline uint64_t* get_address_of_H8t_25() { return &___H8t_25; } inline void set_H8t_25(uint64_t value) { ___H8t_25 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest struct ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A : public KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SigPolicyQualifierInfo struct SigPolicyQualifierInfo_tA854D3B632C523348AC215A4721BF7CF5B238D79 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SigPolicyQualifierInfo::sigPolicyQualifierId DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sigPolicyQualifierId_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SigPolicyQualifierInfo::sigQualifier Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___sigQualifier_3; public: inline static int32_t get_offset_of_sigPolicyQualifierId_2() { return static_cast(offsetof(SigPolicyQualifierInfo_tA854D3B632C523348AC215A4721BF7CF5B238D79, ___sigPolicyQualifierId_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sigPolicyQualifierId_2() const { return ___sigPolicyQualifierId_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sigPolicyQualifierId_2() { return &___sigPolicyQualifierId_2; } inline void set_sigPolicyQualifierId_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sigPolicyQualifierId_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigPolicyQualifierId_2), (void*)value); } inline static int32_t get_offset_of_sigQualifier_3() { return static_cast(offsetof(SigPolicyQualifierInfo_tA854D3B632C523348AC215A4721BF7CF5B238D79, ___sigQualifier_3)); } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * get_sigQualifier_3() const { return ___sigQualifier_3; } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC ** get_address_of_sigQualifier_3() { return &___sigQualifier_3; } inline void set_sigQualifier_3(Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * value) { ___sigQualifier_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigQualifier_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.Signature struct Signature_t0830F05877C4A5992C08D4C2C0A64B7E600BE83E : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.Signature::signatureAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___signatureAlgorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.Signature::signatureValue DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___signatureValue_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.Signature::certs Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___certs_4; public: inline static int32_t get_offset_of_signatureAlgorithm_2() { return static_cast(offsetof(Signature_t0830F05877C4A5992C08D4C2C0A64B7E600BE83E, ___signatureAlgorithm_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_signatureAlgorithm_2() const { return ___signatureAlgorithm_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_signatureAlgorithm_2() { return &___signatureAlgorithm_2; } inline void set_signatureAlgorithm_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___signatureAlgorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___signatureAlgorithm_2), (void*)value); } inline static int32_t get_offset_of_signatureValue_3() { return static_cast(offsetof(Signature_t0830F05877C4A5992C08D4C2C0A64B7E600BE83E, ___signatureValue_3)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_signatureValue_3() const { return ___signatureValue_3; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_signatureValue_3() { return &___signatureValue_3; } inline void set_signatureValue_3(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___signatureValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___signatureValue_3), (void*)value); } inline static int32_t get_offset_of_certs_4() { return static_cast(offsetof(Signature_t0830F05877C4A5992C08D4C2C0A64B7E600BE83E, ___certs_4)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_certs_4() const { return ___certs_4; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_certs_4() { return &___certs_4; } inline void set_certs_4(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___certs_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___certs_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignaturePolicyId struct SignaturePolicyId_t376F319DB0453CACDD72EA8FCF056CD407DF1C39 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignaturePolicyId::sigPolicyIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sigPolicyIdentifier_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherHashAlgAndValue BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignaturePolicyId::sigPolicyHash OtherHashAlgAndValue_tD32252A5AC1A2D5F58BD9D8CEF2E2B94E615AD62 * ___sigPolicyHash_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignaturePolicyId::sigPolicyQualifiers Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___sigPolicyQualifiers_4; public: inline static int32_t get_offset_of_sigPolicyIdentifier_2() { return static_cast(offsetof(SignaturePolicyId_t376F319DB0453CACDD72EA8FCF056CD407DF1C39, ___sigPolicyIdentifier_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sigPolicyIdentifier_2() const { return ___sigPolicyIdentifier_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sigPolicyIdentifier_2() { return &___sigPolicyIdentifier_2; } inline void set_sigPolicyIdentifier_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sigPolicyIdentifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigPolicyIdentifier_2), (void*)value); } inline static int32_t get_offset_of_sigPolicyHash_3() { return static_cast(offsetof(SignaturePolicyId_t376F319DB0453CACDD72EA8FCF056CD407DF1C39, ___sigPolicyHash_3)); } inline OtherHashAlgAndValue_tD32252A5AC1A2D5F58BD9D8CEF2E2B94E615AD62 * get_sigPolicyHash_3() const { return ___sigPolicyHash_3; } inline OtherHashAlgAndValue_tD32252A5AC1A2D5F58BD9D8CEF2E2B94E615AD62 ** get_address_of_sigPolicyHash_3() { return &___sigPolicyHash_3; } inline void set_sigPolicyHash_3(OtherHashAlgAndValue_tD32252A5AC1A2D5F58BD9D8CEF2E2B94E615AD62 * value) { ___sigPolicyHash_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigPolicyHash_3), (void*)value); } inline static int32_t get_offset_of_sigPolicyQualifiers_4() { return static_cast(offsetof(SignaturePolicyId_t376F319DB0453CACDD72EA8FCF056CD407DF1C39, ___sigPolicyQualifiers_4)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_sigPolicyQualifiers_4() const { return ___sigPolicyQualifiers_4; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_sigPolicyQualifiers_4() { return &___sigPolicyQualifiers_4; } inline void set_sigPolicyQualifiers_4(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___sigPolicyQualifiers_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigPolicyQualifiers_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignaturePolicyIdentifier struct SignaturePolicyIdentifier_tC09C08D2D004844C422B3E1168F8574BF3956383 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignaturePolicyId BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignaturePolicyIdentifier::sigPolicy SignaturePolicyId_t376F319DB0453CACDD72EA8FCF056CD407DF1C39 * ___sigPolicy_2; public: inline static int32_t get_offset_of_sigPolicy_2() { return static_cast(offsetof(SignaturePolicyIdentifier_tC09C08D2D004844C422B3E1168F8574BF3956383, ___sigPolicy_2)); } inline SignaturePolicyId_t376F319DB0453CACDD72EA8FCF056CD407DF1C39 * get_sigPolicy_2() const { return ___sigPolicy_2; } inline SignaturePolicyId_t376F319DB0453CACDD72EA8FCF056CD407DF1C39 ** get_address_of_sigPolicy_2() { return &___sigPolicy_2; } inline void set_sigPolicy_2(SignaturePolicyId_t376F319DB0453CACDD72EA8FCF056CD407DF1C39 * value) { ___sigPolicy_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigPolicy_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData struct SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::digestAlgorithms Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___digestAlgorithms_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::contentInfo ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___contentInfo_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::certificates Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___certificates_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::crls Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___crls_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::signerInfos Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___signerInfos_11; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::certsBer bool ___certsBer_12; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::crlsBer bool ___crlsBer_13; public: inline static int32_t get_offset_of_version_6() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C, ___version_6)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_6() const { return ___version_6; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_6() { return &___version_6; } inline void set_version_6(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_6), (void*)value); } inline static int32_t get_offset_of_digestAlgorithms_7() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C, ___digestAlgorithms_7)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_digestAlgorithms_7() const { return ___digestAlgorithms_7; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_digestAlgorithms_7() { return &___digestAlgorithms_7; } inline void set_digestAlgorithms_7(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___digestAlgorithms_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestAlgorithms_7), (void*)value); } inline static int32_t get_offset_of_contentInfo_8() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C, ___contentInfo_8)); } inline ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * get_contentInfo_8() const { return ___contentInfo_8; } inline ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B ** get_address_of_contentInfo_8() { return &___contentInfo_8; } inline void set_contentInfo_8(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * value) { ___contentInfo_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentInfo_8), (void*)value); } inline static int32_t get_offset_of_certificates_9() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C, ___certificates_9)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_certificates_9() const { return ___certificates_9; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_certificates_9() { return &___certificates_9; } inline void set_certificates_9(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___certificates_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificates_9), (void*)value); } inline static int32_t get_offset_of_crls_10() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C, ___crls_10)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_crls_10() const { return ___crls_10; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_crls_10() { return &___crls_10; } inline void set_crls_10(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___crls_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___crls_10), (void*)value); } inline static int32_t get_offset_of_signerInfos_11() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C, ___signerInfos_11)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_signerInfos_11() const { return ___signerInfos_11; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_signerInfos_11() { return &___signerInfos_11; } inline void set_signerInfos_11(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___signerInfos_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___signerInfos_11), (void*)value); } inline static int32_t get_offset_of_certsBer_12() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C, ___certsBer_12)); } inline bool get_certsBer_12() const { return ___certsBer_12; } inline bool* get_address_of_certsBer_12() { return &___certsBer_12; } inline void set_certsBer_12(bool value) { ___certsBer_12 = value; } inline static int32_t get_offset_of_crlsBer_13() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C, ___crlsBer_13)); } inline bool get_crlsBer_13() const { return ___crlsBer_13; } inline bool* get_address_of_crlsBer_13() { return &___crlsBer_13; } inline void set_crlsBer_13(bool value) { ___crlsBer_13 = value; } }; struct SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::Version1 DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___Version1_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::Version3 DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___Version3_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::Version4 DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___Version4_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::Version5 DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___Version5_5; public: inline static int32_t get_offset_of_Version1_2() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_StaticFields, ___Version1_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_Version1_2() const { return ___Version1_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_Version1_2() { return &___Version1_2; } inline void set_Version1_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___Version1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Version1_2), (void*)value); } inline static int32_t get_offset_of_Version3_3() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_StaticFields, ___Version3_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_Version3_3() const { return ___Version3_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_Version3_3() { return &___Version3_3; } inline void set_Version3_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___Version3_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Version3_3), (void*)value); } inline static int32_t get_offset_of_Version4_4() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_StaticFields, ___Version4_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_Version4_4() const { return ___Version4_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_Version4_4() { return &___Version4_4; } inline void set_Version4_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___Version4_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Version4_4), (void*)value); } inline static int32_t get_offset_of_Version5_5() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_StaticFields, ___Version5_5)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_Version5_5() const { return ___Version5_5; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_Version5_5() { return &___Version5_5; } inline void set_Version5_5(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___Version5_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Version5_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignedData struct SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignedData::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignedData::digestAlgorithms Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___digestAlgorithms_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignedData::contentInfo ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0 * ___contentInfo_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignedData::certificates Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___certificates_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignedData::crls Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___crls_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignedData::signerInfos Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___signerInfos_7; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4, ___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_digestAlgorithms_3() { return static_cast(offsetof(SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4, ___digestAlgorithms_3)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_digestAlgorithms_3() const { return ___digestAlgorithms_3; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_digestAlgorithms_3() { return &___digestAlgorithms_3; } inline void set_digestAlgorithms_3(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___digestAlgorithms_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestAlgorithms_3), (void*)value); } inline static int32_t get_offset_of_contentInfo_4() { return static_cast(offsetof(SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4, ___contentInfo_4)); } inline ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0 * get_contentInfo_4() const { return ___contentInfo_4; } inline ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0 ** get_address_of_contentInfo_4() { return &___contentInfo_4; } inline void set_contentInfo_4(ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0 * value) { ___contentInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentInfo_4), (void*)value); } inline static int32_t get_offset_of_certificates_5() { return static_cast(offsetof(SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4, ___certificates_5)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_certificates_5() const { return ___certificates_5; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_certificates_5() { return &___certificates_5; } inline void set_certificates_5(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___certificates_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificates_5), (void*)value); } inline static int32_t get_offset_of_crls_6() { return static_cast(offsetof(SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4, ___crls_6)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_crls_6() const { return ___crls_6; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_crls_6() { return &___crls_6; } inline void set_crls_6(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___crls_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___crls_6), (void*)value); } inline static int32_t get_offset_of_signerInfos_7() { return static_cast(offsetof(SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4, ___signerInfos_7)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_signerInfos_7() const { return ___signerInfos_7; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_signerInfos_7() { return &___signerInfos_7; } inline void set_signerInfos_7(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___signerInfos_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___signerInfos_7), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignerAttribute struct SignerAttribute_t5C65A4641A29A92003ED149F2C73D3B00FA9157E : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignerAttribute::claimedAttributes Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___claimedAttributes_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignerAttribute::certifiedAttributes AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * ___certifiedAttributes_3; public: inline static int32_t get_offset_of_claimedAttributes_2() { return static_cast(offsetof(SignerAttribute_t5C65A4641A29A92003ED149F2C73D3B00FA9157E, ___claimedAttributes_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_claimedAttributes_2() const { return ___claimedAttributes_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_claimedAttributes_2() { return &___claimedAttributes_2; } inline void set_claimedAttributes_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___claimedAttributes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___claimedAttributes_2), (void*)value); } inline static int32_t get_offset_of_certifiedAttributes_3() { return static_cast(offsetof(SignerAttribute_t5C65A4641A29A92003ED149F2C73D3B00FA9157E, ___certifiedAttributes_3)); } inline AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * get_certifiedAttributes_3() const { return ___certifiedAttributes_3; } inline AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 ** get_address_of_certifiedAttributes_3() { return &___certifiedAttributes_3; } inline void set_certifiedAttributes_3(AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * value) { ___certifiedAttributes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certifiedAttributes_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerID struct SignerID_t01F15D9BDA153DAD4973F016A2B9D6D239145660 : public X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier struct SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier::id Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___id_2; public: inline static int32_t get_offset_of_id_2() { return static_cast(offsetof(SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B, ___id_2)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_id_2() const { return ___id_2; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_id_2() { return &___id_2; } inline void set_id_2(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___id_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo struct SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::sid SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___sid_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::digAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___digAlgorithm_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::authenticatedAttributes Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___authenticatedAttributes_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::digEncryptionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___digEncryptionAlgorithm_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::encryptedDigest Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___encryptedDigest_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::unauthenticatedAttributes Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unauthenticatedAttributes_8; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103, ___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_sid_3() { return static_cast(offsetof(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103, ___sid_3)); } inline SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * get_sid_3() const { return ___sid_3; } inline SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B ** get_address_of_sid_3() { return &___sid_3; } inline void set_sid_3(SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * value) { ___sid_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___sid_3), (void*)value); } inline static int32_t get_offset_of_digAlgorithm_4() { return static_cast(offsetof(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103, ___digAlgorithm_4)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_digAlgorithm_4() const { return ___digAlgorithm_4; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_digAlgorithm_4() { return &___digAlgorithm_4; } inline void set_digAlgorithm_4(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___digAlgorithm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___digAlgorithm_4), (void*)value); } inline static int32_t get_offset_of_authenticatedAttributes_5() { return static_cast(offsetof(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103, ___authenticatedAttributes_5)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_authenticatedAttributes_5() const { return ___authenticatedAttributes_5; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_authenticatedAttributes_5() { return &___authenticatedAttributes_5; } inline void set_authenticatedAttributes_5(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___authenticatedAttributes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___authenticatedAttributes_5), (void*)value); } inline static int32_t get_offset_of_digEncryptionAlgorithm_6() { return static_cast(offsetof(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103, ___digEncryptionAlgorithm_6)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_digEncryptionAlgorithm_6() const { return ___digEncryptionAlgorithm_6; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_digEncryptionAlgorithm_6() { return &___digEncryptionAlgorithm_6; } inline void set_digEncryptionAlgorithm_6(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___digEncryptionAlgorithm_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___digEncryptionAlgorithm_6), (void*)value); } inline static int32_t get_offset_of_encryptedDigest_7() { return static_cast(offsetof(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103, ___encryptedDigest_7)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_encryptedDigest_7() const { return ___encryptedDigest_7; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_encryptedDigest_7() { return &___encryptedDigest_7; } inline void set_encryptedDigest_7(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___encryptedDigest_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptedDigest_7), (void*)value); } inline static int32_t get_offset_of_unauthenticatedAttributes_8() { return static_cast(offsetof(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103, ___unauthenticatedAttributes_8)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_unauthenticatedAttributes_8() const { return ___unauthenticatedAttributes_8; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_unauthenticatedAttributes_8() { return &___unauthenticatedAttributes_8; } inline void set_unauthenticatedAttributes_8(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___unauthenticatedAttributes_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___unauthenticatedAttributes_8), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignerInfo struct SignerInfo_t1A07810454919481C4CFCAB997EF39E12E0174C8 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignerInfo::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.IssuerAndSerialNumber BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignerInfo::issuerAndSerialNumber IssuerAndSerialNumber_t9AF3BE30F7F3AD3A743165140216BE29DD3E9F85 * ___issuerAndSerialNumber_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignerInfo::digAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___digAlgorithm_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignerInfo::authenticatedAttributes Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___authenticatedAttributes_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignerInfo::digEncryptionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___digEncryptionAlgorithm_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignerInfo::encryptedDigest Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___encryptedDigest_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignerInfo::unauthenticatedAttributes Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unauthenticatedAttributes_8; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(SignerInfo_t1A07810454919481C4CFCAB997EF39E12E0174C8, ___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_issuerAndSerialNumber_3() { return static_cast(offsetof(SignerInfo_t1A07810454919481C4CFCAB997EF39E12E0174C8, ___issuerAndSerialNumber_3)); } inline IssuerAndSerialNumber_t9AF3BE30F7F3AD3A743165140216BE29DD3E9F85 * get_issuerAndSerialNumber_3() const { return ___issuerAndSerialNumber_3; } inline IssuerAndSerialNumber_t9AF3BE30F7F3AD3A743165140216BE29DD3E9F85 ** get_address_of_issuerAndSerialNumber_3() { return &___issuerAndSerialNumber_3; } inline void set_issuerAndSerialNumber_3(IssuerAndSerialNumber_t9AF3BE30F7F3AD3A743165140216BE29DD3E9F85 * value) { ___issuerAndSerialNumber_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerAndSerialNumber_3), (void*)value); } inline static int32_t get_offset_of_digAlgorithm_4() { return static_cast(offsetof(SignerInfo_t1A07810454919481C4CFCAB997EF39E12E0174C8, ___digAlgorithm_4)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_digAlgorithm_4() const { return ___digAlgorithm_4; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_digAlgorithm_4() { return &___digAlgorithm_4; } inline void set_digAlgorithm_4(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___digAlgorithm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___digAlgorithm_4), (void*)value); } inline static int32_t get_offset_of_authenticatedAttributes_5() { return static_cast(offsetof(SignerInfo_t1A07810454919481C4CFCAB997EF39E12E0174C8, ___authenticatedAttributes_5)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_authenticatedAttributes_5() const { return ___authenticatedAttributes_5; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_authenticatedAttributes_5() { return &___authenticatedAttributes_5; } inline void set_authenticatedAttributes_5(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___authenticatedAttributes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___authenticatedAttributes_5), (void*)value); } inline static int32_t get_offset_of_digEncryptionAlgorithm_6() { return static_cast(offsetof(SignerInfo_t1A07810454919481C4CFCAB997EF39E12E0174C8, ___digEncryptionAlgorithm_6)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_digEncryptionAlgorithm_6() const { return ___digEncryptionAlgorithm_6; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_digEncryptionAlgorithm_6() { return &___digEncryptionAlgorithm_6; } inline void set_digEncryptionAlgorithm_6(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___digEncryptionAlgorithm_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___digEncryptionAlgorithm_6), (void*)value); } inline static int32_t get_offset_of_encryptedDigest_7() { return static_cast(offsetof(SignerInfo_t1A07810454919481C4CFCAB997EF39E12E0174C8, ___encryptedDigest_7)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_encryptedDigest_7() const { return ___encryptedDigest_7; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_encryptedDigest_7() { return &___encryptedDigest_7; } inline void set_encryptedDigest_7(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___encryptedDigest_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptedDigest_7), (void*)value); } inline static int32_t get_offset_of_unauthenticatedAttributes_8() { return static_cast(offsetof(SignerInfo_t1A07810454919481C4CFCAB997EF39E12E0174C8, ___unauthenticatedAttributes_8)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_unauthenticatedAttributes_8() const { return ___unauthenticatedAttributes_8; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_unauthenticatedAttributes_8() { return &___unauthenticatedAttributes_8; } inline void set_unauthenticatedAttributes_8(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___unauthenticatedAttributes_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___unauthenticatedAttributes_8), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignerLocation struct SignerLocation_tA2A47942C3C6F9D1DEEA0B2C6307D99F91928A8F : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignerLocation::countryName DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * ___countryName_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignerLocation::localityName DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * ___localityName_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignerLocation::postalAddress Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___postalAddress_4; public: inline static int32_t get_offset_of_countryName_2() { return static_cast(offsetof(SignerLocation_tA2A47942C3C6F9D1DEEA0B2C6307D99F91928A8F, ___countryName_2)); } inline DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * get_countryName_2() const { return ___countryName_2; } inline DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F ** get_address_of_countryName_2() { return &___countryName_2; } inline void set_countryName_2(DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * value) { ___countryName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___countryName_2), (void*)value); } inline static int32_t get_offset_of_localityName_3() { return static_cast(offsetof(SignerLocation_tA2A47942C3C6F9D1DEEA0B2C6307D99F91928A8F, ___localityName_3)); } inline DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * get_localityName_3() const { return ___localityName_3; } inline DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F ** get_address_of_localityName_3() { return &___localityName_3; } inline void set_localityName_3(DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * value) { ___localityName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___localityName_3), (void*)value); } inline static int32_t get_offset_of_postalAddress_4() { return static_cast(offsetof(SignerLocation_tA2A47942C3C6F9D1DEEA0B2C6307D99F91928A8F, ___postalAddress_4)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_postalAddress_4() const { return ___postalAddress_4; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_postalAddress_4() { return &___postalAddress_4; } inline void set_postalAddress_4(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___postalAddress_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___postalAddress_4), (void*)value); } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E { public: // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_SelectedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; public: inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_HighlightedSprite_0)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; } inline void set_m_HighlightedSprite_0(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_HighlightedSprite_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HighlightedSprite_0), (void*)value); } inline static int32_t get_offset_of_m_PressedSprite_1() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_PressedSprite_1)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; } inline void set_m_PressedSprite_1(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_PressedSprite_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PressedSprite_1), (void*)value); } inline static int32_t get_offset_of_m_SelectedSprite_2() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_SelectedSprite_2)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_SelectedSprite_2() const { return ___m_SelectedSprite_2; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_SelectedSprite_2() { return &___m_SelectedSprite_2; } inline void set_m_SelectedSprite_2(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_SelectedSprite_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectedSprite_2), (void*)value); } inline static int32_t get_offset_of_m_DisabledSprite_3() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_DisabledSprite_3)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_DisabledSprite_3() const { return ___m_DisabledSprite_3; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_DisabledSprite_3() { return &___m_DisabledSprite_3; } inline void set_m_DisabledSprite_3(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_DisabledSprite_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisabledSprite_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_pinvoke { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_com { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: public: }; struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields { public: // System.Func`2 System.IO.TextReader::_ReadLineDelegate Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * ____ReadLineDelegate_1; // System.Func`2 System.IO.TextReader::_ReadDelegate Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ____ReadDelegate_2; // System.IO.TextReader System.IO.TextReader::Null TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___Null_3; public: inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadLineDelegate_1)); } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; } inline void set__ReadLineDelegate_1(Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * value) { ____ReadLineDelegate_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadLineDelegate_1), (void*)value); } inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadDelegate_2)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get__ReadDelegate_2() const { return ____ReadDelegate_2; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; } inline void set__ReadDelegate_2(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * value) { ____ReadDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadDelegate_2), (void*)value); } inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ___Null_3)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_Null_3() const { return ___Null_3; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Time struct Time_t022AC85BCF201BD56C0B10B4B311BD7869A1BA41 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Time::time Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___time_2; public: inline static int32_t get_offset_of_time_2() { return static_cast(offsetof(Time_t022AC85BCF201BD56C0B10B4B311BD7869A1BA41, ___time_2)); } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * get_time_2() const { return ___time_2; } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC ** get_address_of_time_2() { return &___time_2; } inline void set_time_2(Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * value) { ___time_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___time_2), (void*)value); } }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // UnityEngine.Events.UnityEvent struct UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 : public UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB { public: // System.Object[] UnityEngine.Events.UnityEvent::m_InvokeArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4, ___m_InvokeArray_3)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; } inline void set_m_InvokeArray_3(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_InvokeArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value); } }; // UserPlayer struct UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 : public JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB { public: // System.Boolean UserPlayer::canReconnnect bool ___canReconnnect_6; // UserPlayer/TempData UserPlayer::tempData TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * ___tempData_8; public: inline static int32_t get_offset_of_canReconnnect_6() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6, ___canReconnnect_6)); } inline bool get_canReconnnect_6() const { return ___canReconnnect_6; } inline bool* get_address_of_canReconnnect_6() { return &___canReconnnect_6; } inline void set_canReconnnect_6(bool value) { ___canReconnnect_6 = value; } inline static int32_t get_offset_of_tempData_8() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6, ___tempData_8)); } inline TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * get_tempData_8() const { return ___tempData_8; } inline TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A ** get_address_of_tempData_8() { return &___tempData_8; } inline void set_tempData_8(TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * value) { ___tempData_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___tempData_8), (void*)value); } }; struct UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields { public: // UserPlayer UserPlayer::ins UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * ___ins_5; // System.Boolean UserPlayer::s_LogReporterInited bool ___s_LogReporterInited_7; public: inline static int32_t get_offset_of_ins_5() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields, ___ins_5)); } inline UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * get_ins_5() const { return ___ins_5; } inline UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 ** get_address_of_ins_5() { return &___ins_5; } inline void set_ins_5(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * value) { ___ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_5), (void*)value); } inline static int32_t get_offset_of_s_LogReporterInited_7() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields, ___s_LogReporterInited_7)); } inline bool get_s_LogReporterInited_7() const { return ___s_LogReporterInited_7; } inline bool* get_address_of_s_LogReporterInited_7() { return &___s_LogReporterInited_7; } inline void set_s_LogReporterInited_7(bool value) { ___s_LogReporterInited_7 = value; } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___zeroVector_5)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___oneVector_6)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___negativeInfinityVector_8 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate struct X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 : public X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::c X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * ___c_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.BasicConstraints BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::basicConstraints BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * ___basicConstraints_1; // System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::keyUsage BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___keyUsage_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::hashValueSet bool ___hashValueSet_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::hashValue int32_t ___hashValue_4; public: inline static int32_t get_offset_of_c_0() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___c_0)); } inline X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * get_c_0() const { return ___c_0; } inline X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 ** get_address_of_c_0() { return &___c_0; } inline void set_c_0(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * value) { ___c_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_0), (void*)value); } inline static int32_t get_offset_of_basicConstraints_1() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___basicConstraints_1)); } inline BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * get_basicConstraints_1() const { return ___basicConstraints_1; } inline BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C ** get_address_of_basicConstraints_1() { return &___basicConstraints_1; } inline void set_basicConstraints_1(BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * value) { ___basicConstraints_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___basicConstraints_1), (void*)value); } inline static int32_t get_offset_of_keyUsage_2() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___keyUsage_2)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_keyUsage_2() const { return ___keyUsage_2; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_keyUsage_2() { return &___keyUsage_2; } inline void set_keyUsage_2(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___keyUsage_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyUsage_2), (void*)value); } inline static int32_t get_offset_of_hashValueSet_3() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___hashValueSet_3)); } inline bool get_hashValueSet_3() const { return ___hashValueSet_3; } inline bool* get_address_of_hashValueSet_3() { return &___hashValueSet_3; } inline void set_hashValueSet_3(bool value) { ___hashValueSet_3 = value; } inline static int32_t get_offset_of_hashValue_4() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___hashValue_4)); } inline int32_t get_hashValue_4() const { return ___hashValue_4; } inline int32_t* get_address_of_hashValue_4() { return &___hashValue_4; } inline void set_hashValue_4(int32_t value) { ___hashValue_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::ordering RuntimeObject* ___ordering_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509NameEntryConverter BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::converter X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * ___converter_43; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::values RuntimeObject* ___values_44; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::added RuntimeObject* ___added_45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_46; public: inline static int32_t get_offset_of_ordering_42() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___ordering_42)); } inline RuntimeObject* get_ordering_42() const { return ___ordering_42; } inline RuntimeObject** get_address_of_ordering_42() { return &___ordering_42; } inline void set_ordering_42(RuntimeObject* value) { ___ordering_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___ordering_42), (void*)value); } inline static int32_t get_offset_of_converter_43() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___converter_43)); } inline X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * get_converter_43() const { return ___converter_43; } inline X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 ** get_address_of_converter_43() { return &___converter_43; } inline void set_converter_43(X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * value) { ___converter_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___converter_43), (void*)value); } inline static int32_t get_offset_of_values_44() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___values_44)); } inline RuntimeObject* get_values_44() const { return ___values_44; } inline RuntimeObject** get_address_of_values_44() { return &___values_44; } inline void set_values_44(RuntimeObject* value) { ___values_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_44), (void*)value); } inline static int32_t get_offset_of_added_45() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___added_45)); } inline RuntimeObject* get_added_45() const { return ___added_45; } inline RuntimeObject** get_address_of_added_45() { return &___added_45; } inline void set_added_45(RuntimeObject* value) { ___added_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___added_45), (void*)value); } inline static int32_t get_offset_of_seq_46() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___seq_46)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_seq_46() const { return ___seq_46; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_seq_46() { return &___seq_46; } inline void set_seq_46(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___seq_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_46), (void*)value); } }; struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::C DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::O DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___O_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::OU DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OU_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::T DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___T_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CN DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CN_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Street DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Street_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::SerialNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SerialNumber_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::L DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___L_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::ST DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ST_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Surname DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Surname_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::GivenName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GivenName_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Initials DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Initials_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Generation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Generation_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UniqueIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UniqueIdentifier_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::BusinessCategory DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BusinessCategory_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PostalCode DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PostalCode_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DnQualifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DnQualifier_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Pseudonym DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pseudonym_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DateOfBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DateOfBirth_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PlaceOfBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PlaceOfBirth_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Gender DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Gender_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CountryOfCitizenship DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CountryOfCitizenship_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CountryOfResidence DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CountryOfResidence_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::NameAtBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NameAtBirth_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PostalAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PostalAddress_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DmdName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DmdName_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::TelephoneNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TelephoneNumber_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::OrganizationIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OrganizationIdentifier_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Name DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Name_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::EmailAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EmailAddress_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UnstructuredName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UnstructuredName_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UnstructuredAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UnstructuredAddress_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::E DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___E_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DC_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UID_36; // System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::defaultReverse BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___defaultReverse_37; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DefaultSymbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___DefaultSymbols_38; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::RFC2253Symbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___RFC2253Symbols_39; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::RFC1779Symbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___RFC1779Symbols_40; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DefaultLookup Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___DefaultLookup_41; public: inline static int32_t get_offset_of_C_2() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___C_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C_2() const { return ___C_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C_2() { return &___C_2; } inline void set_C_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___C_2), (void*)value); } inline static int32_t get_offset_of_O_3() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___O_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_O_3() const { return ___O_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_O_3() { return &___O_3; } inline void set_O_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___O_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___O_3), (void*)value); } inline static int32_t get_offset_of_OU_4() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___OU_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OU_4() const { return ___OU_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OU_4() { return &___OU_4; } inline void set_OU_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OU_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___OU_4), (void*)value); } inline static int32_t get_offset_of_T_5() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___T_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_T_5() const { return ___T_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_T_5() { return &___T_5; } inline void set_T_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___T_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___T_5), (void*)value); } inline static int32_t get_offset_of_CN_6() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CN_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CN_6() const { return ___CN_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CN_6() { return &___CN_6; } inline void set_CN_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CN_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___CN_6), (void*)value); } inline static int32_t get_offset_of_Street_7() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Street_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Street_7() const { return ___Street_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Street_7() { return &___Street_7; } inline void set_Street_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Street_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Street_7), (void*)value); } inline static int32_t get_offset_of_SerialNumber_8() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___SerialNumber_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SerialNumber_8() const { return ___SerialNumber_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SerialNumber_8() { return &___SerialNumber_8; } inline void set_SerialNumber_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SerialNumber_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___SerialNumber_8), (void*)value); } inline static int32_t get_offset_of_L_9() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___L_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_L_9() const { return ___L_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_L_9() { return &___L_9; } inline void set_L_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___L_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___L_9), (void*)value); } inline static int32_t get_offset_of_ST_10() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___ST_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ST_10() const { return ___ST_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ST_10() { return &___ST_10; } inline void set_ST_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ST_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ST_10), (void*)value); } inline static int32_t get_offset_of_Surname_11() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Surname_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Surname_11() const { return ___Surname_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Surname_11() { return &___Surname_11; } inline void set_Surname_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Surname_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Surname_11), (void*)value); } inline static int32_t get_offset_of_GivenName_12() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___GivenName_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GivenName_12() const { return ___GivenName_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GivenName_12() { return &___GivenName_12; } inline void set_GivenName_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GivenName_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___GivenName_12), (void*)value); } inline static int32_t get_offset_of_Initials_13() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Initials_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Initials_13() const { return ___Initials_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Initials_13() { return &___Initials_13; } inline void set_Initials_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Initials_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Initials_13), (void*)value); } inline static int32_t get_offset_of_Generation_14() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Generation_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Generation_14() const { return ___Generation_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Generation_14() { return &___Generation_14; } inline void set_Generation_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Generation_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Generation_14), (void*)value); } inline static int32_t get_offset_of_UniqueIdentifier_15() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UniqueIdentifier_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UniqueIdentifier_15() const { return ___UniqueIdentifier_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UniqueIdentifier_15() { return &___UniqueIdentifier_15; } inline void set_UniqueIdentifier_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UniqueIdentifier_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___UniqueIdentifier_15), (void*)value); } inline static int32_t get_offset_of_BusinessCategory_16() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___BusinessCategory_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BusinessCategory_16() const { return ___BusinessCategory_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BusinessCategory_16() { return &___BusinessCategory_16; } inline void set_BusinessCategory_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BusinessCategory_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___BusinessCategory_16), (void*)value); } inline static int32_t get_offset_of_PostalCode_17() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PostalCode_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PostalCode_17() const { return ___PostalCode_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PostalCode_17() { return &___PostalCode_17; } inline void set_PostalCode_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PostalCode_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___PostalCode_17), (void*)value); } inline static int32_t get_offset_of_DnQualifier_18() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DnQualifier_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DnQualifier_18() const { return ___DnQualifier_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DnQualifier_18() { return &___DnQualifier_18; } inline void set_DnQualifier_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DnQualifier_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___DnQualifier_18), (void*)value); } inline static int32_t get_offset_of_Pseudonym_19() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Pseudonym_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pseudonym_19() const { return ___Pseudonym_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pseudonym_19() { return &___Pseudonym_19; } inline void set_Pseudonym_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pseudonym_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pseudonym_19), (void*)value); } inline static int32_t get_offset_of_DateOfBirth_20() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DateOfBirth_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DateOfBirth_20() const { return ___DateOfBirth_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DateOfBirth_20() { return &___DateOfBirth_20; } inline void set_DateOfBirth_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DateOfBirth_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateOfBirth_20), (void*)value); } inline static int32_t get_offset_of_PlaceOfBirth_21() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PlaceOfBirth_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PlaceOfBirth_21() const { return ___PlaceOfBirth_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PlaceOfBirth_21() { return &___PlaceOfBirth_21; } inline void set_PlaceOfBirth_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PlaceOfBirth_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PlaceOfBirth_21), (void*)value); } inline static int32_t get_offset_of_Gender_22() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Gender_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Gender_22() const { return ___Gender_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Gender_22() { return &___Gender_22; } inline void set_Gender_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Gender_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___Gender_22), (void*)value); } inline static int32_t get_offset_of_CountryOfCitizenship_23() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CountryOfCitizenship_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CountryOfCitizenship_23() const { return ___CountryOfCitizenship_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CountryOfCitizenship_23() { return &___CountryOfCitizenship_23; } inline void set_CountryOfCitizenship_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CountryOfCitizenship_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___CountryOfCitizenship_23), (void*)value); } inline static int32_t get_offset_of_CountryOfResidence_24() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CountryOfResidence_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CountryOfResidence_24() const { return ___CountryOfResidence_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CountryOfResidence_24() { return &___CountryOfResidence_24; } inline void set_CountryOfResidence_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CountryOfResidence_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___CountryOfResidence_24), (void*)value); } inline static int32_t get_offset_of_NameAtBirth_25() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___NameAtBirth_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NameAtBirth_25() const { return ___NameAtBirth_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NameAtBirth_25() { return &___NameAtBirth_25; } inline void set_NameAtBirth_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NameAtBirth_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameAtBirth_25), (void*)value); } inline static int32_t get_offset_of_PostalAddress_26() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PostalAddress_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PostalAddress_26() const { return ___PostalAddress_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PostalAddress_26() { return &___PostalAddress_26; } inline void set_PostalAddress_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PostalAddress_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___PostalAddress_26), (void*)value); } inline static int32_t get_offset_of_DmdName_27() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DmdName_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DmdName_27() const { return ___DmdName_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DmdName_27() { return &___DmdName_27; } inline void set_DmdName_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DmdName_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___DmdName_27), (void*)value); } inline static int32_t get_offset_of_TelephoneNumber_28() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___TelephoneNumber_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TelephoneNumber_28() const { return ___TelephoneNumber_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TelephoneNumber_28() { return &___TelephoneNumber_28; } inline void set_TelephoneNumber_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TelephoneNumber_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___TelephoneNumber_28), (void*)value); } inline static int32_t get_offset_of_OrganizationIdentifier_29() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___OrganizationIdentifier_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OrganizationIdentifier_29() const { return ___OrganizationIdentifier_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OrganizationIdentifier_29() { return &___OrganizationIdentifier_29; } inline void set_OrganizationIdentifier_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OrganizationIdentifier_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___OrganizationIdentifier_29), (void*)value); } inline static int32_t get_offset_of_Name_30() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Name_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Name_30() const { return ___Name_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Name_30() { return &___Name_30; } inline void set_Name_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Name_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___Name_30), (void*)value); } inline static int32_t get_offset_of_EmailAddress_31() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___EmailAddress_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EmailAddress_31() const { return ___EmailAddress_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EmailAddress_31() { return &___EmailAddress_31; } inline void set_EmailAddress_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EmailAddress_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmailAddress_31), (void*)value); } inline static int32_t get_offset_of_UnstructuredName_32() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UnstructuredName_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UnstructuredName_32() const { return ___UnstructuredName_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UnstructuredName_32() { return &___UnstructuredName_32; } inline void set_UnstructuredName_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UnstructuredName_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnstructuredName_32), (void*)value); } inline static int32_t get_offset_of_UnstructuredAddress_33() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UnstructuredAddress_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UnstructuredAddress_33() const { return ___UnstructuredAddress_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UnstructuredAddress_33() { return &___UnstructuredAddress_33; } inline void set_UnstructuredAddress_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UnstructuredAddress_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnstructuredAddress_33), (void*)value); } inline static int32_t get_offset_of_E_34() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___E_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_E_34() const { return ___E_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_E_34() { return &___E_34; } inline void set_E_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___E_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___E_34), (void*)value); } inline static int32_t get_offset_of_DC_35() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DC_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DC_35() const { return ___DC_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DC_35() { return &___DC_35; } inline void set_DC_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DC_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___DC_35), (void*)value); } inline static int32_t get_offset_of_UID_36() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UID_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UID_36() const { return ___UID_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UID_36() { return &___UID_36; } inline void set_UID_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UID_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___UID_36), (void*)value); } inline static int32_t get_offset_of_defaultReverse_37() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___defaultReverse_37)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_defaultReverse_37() const { return ___defaultReverse_37; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_defaultReverse_37() { return &___defaultReverse_37; } inline void set_defaultReverse_37(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___defaultReverse_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultReverse_37), (void*)value); } inline static int32_t get_offset_of_DefaultSymbols_38() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DefaultSymbols_38)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_DefaultSymbols_38() const { return ___DefaultSymbols_38; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_DefaultSymbols_38() { return &___DefaultSymbols_38; } inline void set_DefaultSymbols_38(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___DefaultSymbols_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultSymbols_38), (void*)value); } inline static int32_t get_offset_of_RFC2253Symbols_39() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___RFC2253Symbols_39)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_RFC2253Symbols_39() const { return ___RFC2253Symbols_39; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_RFC2253Symbols_39() { return &___RFC2253Symbols_39; } inline void set_RFC2253Symbols_39(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___RFC2253Symbols_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___RFC2253Symbols_39), (void*)value); } inline static int32_t get_offset_of_RFC1779Symbols_40() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___RFC1779Symbols_40)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_RFC1779Symbols_40() const { return ___RFC1779Symbols_40; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_RFC1779Symbols_40() { return &___RFC1779Symbols_40; } inline void set_RFC1779Symbols_40(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___RFC1779Symbols_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___RFC1779Symbols_40), (void*)value); } inline static int32_t get_offset_of_DefaultLookup_41() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DefaultLookup_41)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_DefaultLookup_41() const { return ___DefaultLookup_41; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_DefaultLookup_41() { return &___DefaultLookup_41; } inline void set_DefaultLookup_41(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___DefaultLookup_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultLookup_41), (void*)value); } }; // /__StaticArrayInitTypeSize=1024 struct __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665__padding[1024]; }; public: }; // /__StaticArrayInitTypeSize=112 struct __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542__padding[112]; }; public: }; // /__StaticArrayInitTypeSize=1152 struct __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F__padding[1152]; }; public: }; // /__StaticArrayInitTypeSize=116 struct __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9__padding[116]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=120 struct __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A__padding[120]; }; public: }; // /__StaticArrayInitTypeSize=124 struct __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451__padding[124]; }; public: }; // /__StaticArrayInitTypeSize=128 struct __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C__padding[128]; }; public: }; // /__StaticArrayInitTypeSize=16 struct __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66__padding[16]; }; public: }; // /__StaticArrayInitTypeSize=160 struct __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27__padding[160]; }; public: }; // /__StaticArrayInitTypeSize=19 struct __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4__padding[19]; }; public: }; // /__StaticArrayInitTypeSize=192 struct __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D__padding[192]; }; public: }; // /__StaticArrayInitTypeSize=20 struct __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598__padding[20]; }; public: }; // /__StaticArrayInitTypeSize=2048 struct __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E__padding[2048]; }; public: }; // /__StaticArrayInitTypeSize=24 struct __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2__padding[24]; }; public: }; // /__StaticArrayInitTypeSize=256 struct __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449__padding[256]; }; public: }; // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30__padding[28]; }; public: }; // /__StaticArrayInitTypeSize=3 struct __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F__padding[3]; }; public: }; // /__StaticArrayInitTypeSize=30 struct __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306__padding[30]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=36 struct __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1__padding[36]; }; public: }; // /__StaticArrayInitTypeSize=38 struct __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92__padding[38]; }; public: }; // /__StaticArrayInitTypeSize=384 struct __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E__padding[384]; }; public: }; // /__StaticArrayInitTypeSize=40 struct __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F__padding[40]; }; public: }; // /__StaticArrayInitTypeSize=404 struct __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333__padding[404]; }; public: }; // /__StaticArrayInitTypeSize=4096 struct __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5__padding[4096]; }; public: }; // /__StaticArrayInitTypeSize=44 struct __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5__padding[44]; }; public: }; // /__StaticArrayInitTypeSize=48 struct __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7__padding[48]; }; public: }; // /__StaticArrayInitTypeSize=5 struct __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9__padding[5]; }; public: }; // /__StaticArrayInitTypeSize=511 struct __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3__padding[511]; }; public: }; // /__StaticArrayInitTypeSize=512 struct __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE__padding[512]; }; public: }; // /__StaticArrayInitTypeSize=56 struct __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186__padding[56]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=6144 struct __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD__padding[6144]; }; public: }; // /__StaticArrayInitTypeSize=64 struct __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C__padding[64]; }; public: }; // /__StaticArrayInitTypeSize=640 struct __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517__padding[640]; }; public: }; // /__StaticArrayInitTypeSize=68 struct __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F__padding[68]; }; public: }; // /__StaticArrayInitTypeSize=72 struct __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489__padding[72]; }; public: }; // /__StaticArrayInitTypeSize=76 struct __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823__padding[76]; }; public: }; // /__StaticArrayInitTypeSize=96 struct __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5__padding[96]; }; public: }; // System.Collections.Generic.Queue`1/Enumerator struct Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 { public: // System.Collections.Generic.Queue`1 System.Collections.Generic.Queue`1/Enumerator::_q Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * ____q_0; // System.Int32 System.Collections.Generic.Queue`1/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Queue`1/Enumerator::_index int32_t ____index_2; // T System.Collections.Generic.Queue`1/Enumerator::_currentElement Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ____currentElement_3; public: inline static int32_t get_offset_of__q_0() { return static_cast(offsetof(Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9, ____q_0)); } inline Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * get__q_0() const { return ____q_0; } inline Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 ** get_address_of__q_0() { return &____q_0; } inline void set__q_0(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * value) { ____q_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____q_0), (void*)value); } inline static int32_t get_offset_of__version_1() { return static_cast(offsetof(Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9, ____version_1)); } inline int32_t get__version_1() const { return ____version_1; } inline int32_t* get_address_of__version_1() { return &____version_1; } inline void set__version_1(int32_t value) { ____version_1 = value; } inline static int32_t get_offset_of__index_2() { return static_cast(offsetof(Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9, ____index_2)); } inline int32_t get__index_2() const { return ____index_2; } inline int32_t* get_address_of__index_2() { return &____index_2; } inline void set__index_2(int32_t value) { ____index_2 = value; } inline static int32_t get_offset_of__currentElement_3() { return static_cast(offsetof(Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9, ____currentElement_3)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get__currentElement_3() const { return ____currentElement_3; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of__currentElement_3() { return &____currentElement_3; } inline void set__currentElement_3(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ____currentElement_3 = value; } }; // System.Nullable`1 struct Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D { public: // T System.Nullable`1::value DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___value_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_value_0() const { return ___value_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields { public: // /__StaticArrayInitTypeSize=20 ::02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; // /__StaticArrayInitTypeSize=1024 ::037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; // /__StaticArrayInitTypeSize=3 ::039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81 __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; // /__StaticArrayInitTypeSize=128 ::04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; // /__StaticArrayInitTypeSize=160 ::064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5 __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; // /__StaticArrayInitTypeSize=68 ::07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; // /__StaticArrayInitTypeSize=56 ::07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; // /__StaticArrayInitTypeSize=5 ::08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; // /__StaticArrayInitTypeSize=20 ::0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; // /__StaticArrayInitTypeSize=6 ::0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; // /__StaticArrayInitTypeSize=72 ::0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; // /__StaticArrayInitTypeSize=56 ::0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; // /__StaticArrayInitTypeSize=256 ::0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; // /__StaticArrayInitTypeSize=1024 ::0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; // /__StaticArrayInitTypeSize=256 ::0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; // /__StaticArrayInitTypeSize=128 ::10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; // /__StaticArrayInitTypeSize=19 ::111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15 __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; // /__StaticArrayInitTypeSize=64 ::120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; // /__StaticArrayInitTypeSize=640 ::125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293 __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; // /__StaticArrayInitTypeSize=12 ::12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; // /__StaticArrayInitTypeSize=12 ::1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; // /__StaticArrayInitTypeSize=2048 ::13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; // /__StaticArrayInitTypeSize=12 ::141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; // /__StaticArrayInitTypeSize=32 ::14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; // /__StaticArrayInitTypeSize=256 ::14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; // /__StaticArrayInitTypeSize=56 ::16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; // /__StaticArrayInitTypeSize=256 ::1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; // /__StaticArrayInitTypeSize=1024 ::1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; // /__StaticArrayInitTypeSize=64 ::1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; // /__StaticArrayInitTypeSize=16 ::1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; // /__StaticArrayInitTypeSize=1024 ::1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; // /__StaticArrayInitTypeSize=32 ::1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; // /__StaticArrayInitTypeSize=12 ::1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; // /__StaticArrayInitTypeSize=12 ::1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; // /__StaticArrayInitTypeSize=16 ::20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; // System.Int32 ::21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B int32_t ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; // /__StaticArrayInitTypeSize=128 ::2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; // /__StaticArrayInitTypeSize=1024 ::23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; // /__StaticArrayInitTypeSize=12 ::241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; // System.Int64 ::24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684 int64_t ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; // /__StaticArrayInitTypeSize=16 ::24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; // /__StaticArrayInitTypeSize=256 ::252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; // /__StaticArrayInitTypeSize=40 ::265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; // /__StaticArrayInitTypeSize=72 ::27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; // /__StaticArrayInitTypeSize=1024 ::2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; // /__StaticArrayInitTypeSize=2048 ::2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; // /__StaticArrayInitTypeSize=64 ::2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; // /__StaticArrayInitTypeSize=16 ::2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; // /__StaticArrayInitTypeSize=64 ::2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; // /__StaticArrayInitTypeSize=68 ::2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; // /__StaticArrayInitTypeSize=32 ::2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; // /__StaticArrayInitTypeSize=32 ::2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; // /__StaticArrayInitTypeSize=64 ::301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; // /__StaticArrayInitTypeSize=1024 ::304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; // /__StaticArrayInitTypeSize=128 ::3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; // /__StaticArrayInitTypeSize=1024 ::31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; // /__StaticArrayInitTypeSize=256 ::325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; // /__StaticArrayInitTypeSize=48 ::343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; // /__StaticArrayInitTypeSize=12 ::356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; // /__StaticArrayInitTypeSize=12 ::36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; // /__StaticArrayInitTypeSize=511 ::360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122 __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; // /__StaticArrayInitTypeSize=1152 ::36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38 __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; // /__StaticArrayInitTypeSize=12 ::3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; // /__StaticArrayInitTypeSize=24 ::394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; // /__StaticArrayInitTypeSize=40 ::3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; // /__StaticArrayInitTypeSize=28 ::3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; // /__StaticArrayInitTypeSize=64 ::3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; // /__StaticArrayInitTypeSize=512 ::3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; // /__StaticArrayInitTypeSize=2048 ::3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; // /__StaticArrayInitTypeSize=512 ::3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; // /__StaticArrayInitTypeSize=1024 ::3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; // /__StaticArrayInitTypeSize=16 ::3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; // /__StaticArrayInitTypeSize=44 ::405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0 __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; // /__StaticArrayInitTypeSize=256 ::40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; // /__StaticArrayInitTypeSize=1024 ::427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; // /__StaticArrayInitTypeSize=256 ::42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; // /__StaticArrayInitTypeSize=128 ::439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; // /__StaticArrayInitTypeSize=12 ::43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; // /__StaticArrayInitTypeSize=24 ::43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; // /__StaticArrayInitTypeSize=1024 ::463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; // /__StaticArrayInitTypeSize=24 ::4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; // /__StaticArrayInitTypeSize=256 ::4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; // /__StaticArrayInitTypeSize=64 ::490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; // /__StaticArrayInitTypeSize=12 ::4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; // /__StaticArrayInitTypeSize=12 ::49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; // /__StaticArrayInitTypeSize=12 ::49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; // /__StaticArrayInitTypeSize=32 ::4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; // /__StaticArrayInitTypeSize=24 ::4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; // /__StaticArrayInitTypeSize=256 ::4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; // /__StaticArrayInitTypeSize=12 ::4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; // /__StaticArrayInitTypeSize=256 ::4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; // /__StaticArrayInitTypeSize=12 ::4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; // /__StaticArrayInitTypeSize=16 ::507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; // /__StaticArrayInitTypeSize=20 ::513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; // /__StaticArrayInitTypeSize=12 ::5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; // /__StaticArrayInitTypeSize=2048 ::542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; // /__StaticArrayInitTypeSize=256 ::55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; // /__StaticArrayInitTypeSize=12 ::55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; // /__StaticArrayInitTypeSize=1024 ::5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; // /__StaticArrayInitTypeSize=256 ::58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; // /__StaticArrayInitTypeSize=2048 ::586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; // /__StaticArrayInitTypeSize=120 ::5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; // /__StaticArrayInitTypeSize=12 ::59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; // /__StaticArrayInitTypeSize=32 ::5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; // /__StaticArrayInitTypeSize=12 ::5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; // /__StaticArrayInitTypeSize=40 ::5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; // /__StaticArrayInitTypeSize=1024 ::5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; // /__StaticArrayInitTypeSize=384 ::5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7 __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; // /__StaticArrayInitTypeSize=124 ::5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; // /__StaticArrayInitTypeSize=36 ::5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0 __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; // /__StaticArrayInitTypeSize=32 ::5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; // /__StaticArrayInitTypeSize=28 ::5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; // /__StaticArrayInitTypeSize=124 ::61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1 __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; // /__StaticArrayInitTypeSize=48 ::6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; // /__StaticArrayInitTypeSize=1024 ::624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; // /__StaticArrayInitTypeSize=64 ::62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; // /__StaticArrayInitTypeSize=64 ::663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; // /__StaticArrayInitTypeSize=48 ::6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; // /__StaticArrayInitTypeSize=12 ::684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; // /__StaticArrayInitTypeSize=32 ::6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; // /__StaticArrayInitTypeSize=40 ::6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; // /__StaticArrayInitTypeSize=64 ::6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; // /__StaticArrayInitTypeSize=24 ::6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; // /__StaticArrayInitTypeSize=12 ::6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; // /__StaticArrayInitTypeSize=64 ::6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; // /__StaticArrayInitTypeSize=16 ::6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; // /__StaticArrayInitTypeSize=28 ::6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; // /__StaticArrayInitTypeSize=12 ::7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; // /__StaticArrayInitTypeSize=16 ::712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; // /__StaticArrayInitTypeSize=256 ::715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; // System.Int32 ::72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D int32_t ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; // /__StaticArrayInitTypeSize=256 ::74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; // /__StaticArrayInitTypeSize=64 ::7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; // /__StaticArrayInitTypeSize=12 ::76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; // /__StaticArrayInitTypeSize=12 ::7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; // /__StaticArrayInitTypeSize=12 ::7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; // /__StaticArrayInitTypeSize=12 ::78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; // /__StaticArrayInitTypeSize=24 ::78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; // /__StaticArrayInitTypeSize=512 ::7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; // /__StaticArrayInitTypeSize=68 ::79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; // /__StaticArrayInitTypeSize=12 ::7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; // /__StaticArrayInitTypeSize=16 ::7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; // /__StaticArrayInitTypeSize=64 ::7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; // /__StaticArrayInitTypeSize=30 ::7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37 __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; // /__StaticArrayInitTypeSize=116 ::7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; // /__StaticArrayInitTypeSize=64 ::7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; // System.Int32 ::7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3 int32_t ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; // /__StaticArrayInitTypeSize=12 ::7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; // /__StaticArrayInitTypeSize=20 ::81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; // /__StaticArrayInitTypeSize=512 ::8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; // /__StaticArrayInitTypeSize=32 ::83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; // /__StaticArrayInitTypeSize=512 ::84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; // /__StaticArrayInitTypeSize=1024 ::85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; // /__StaticArrayInitTypeSize=12 ::8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; // /__StaticArrayInitTypeSize=48 ::86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; // /__StaticArrayInitTypeSize=16 ::874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; // /__StaticArrayInitTypeSize=12 ::88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; // /__StaticArrayInitTypeSize=128 ::896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; // /__StaticArrayInitTypeSize=6144 ::8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095 __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; // /__StaticArrayInitTypeSize=1024 ::8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; // /__StaticArrayInitTypeSize=12 ::8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; // /__StaticArrayInitTypeSize=256 ::8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; // System.Int32 ::8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E int32_t ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; // /__StaticArrayInitTypeSize=12 ::8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; // /__StaticArrayInitTypeSize=76 ::8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; // /__StaticArrayInitTypeSize=1024 ::910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; // /__StaticArrayInitTypeSize=256 ::93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; // /__StaticArrayInitTypeSize=120 ::9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; // /__StaticArrayInitTypeSize=12 ::960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; // /__StaticArrayInitTypeSize=20 ::9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; // /__StaticArrayInitTypeSize=40 ::96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; // /__StaticArrayInitTypeSize=20 ::96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; // /__StaticArrayInitTypeSize=64 ::971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; // /__StaticArrayInitTypeSize=12 ::97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; // /__StaticArrayInitTypeSize=1024 ::97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; // /__StaticArrayInitTypeSize=40 ::97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; // /__StaticArrayInitTypeSize=256 ::9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; // /__StaticArrayInitTypeSize=1024 ::99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; // /__StaticArrayInitTypeSize=256 ::99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; // /__StaticArrayInitTypeSize=512 ::9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; // /__StaticArrayInitTypeSize=32 ::9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; // /__StaticArrayInitTypeSize=1024 ::9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; // /__StaticArrayInitTypeSize=32 ::9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; // /__StaticArrayInitTypeSize=48 ::9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; // /__StaticArrayInitTypeSize=12 ::9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; // /__StaticArrayInitTypeSize=256 ::9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; // /__StaticArrayInitTypeSize=12 ::9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; // /__StaticArrayInitTypeSize=28 ::9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; // /__StaticArrayInitTypeSize=12 ::9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; // /__StaticArrayInitTypeSize=32 ::9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; // /__StaticArrayInitTypeSize=16 ::9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; // /__StaticArrayInitTypeSize=32 ::A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; // /__StaticArrayInitTypeSize=64 ::A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; // /__StaticArrayInitTypeSize=64 ::A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; // /__StaticArrayInitTypeSize=12 ::A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; // /__StaticArrayInitTypeSize=38 ::A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689 __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; // /__StaticArrayInitTypeSize=128 ::A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; // /__StaticArrayInitTypeSize=64 ::A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; // /__StaticArrayInitTypeSize=12 ::A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; // /__StaticArrayInitTypeSize=16 ::A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; // /__StaticArrayInitTypeSize=12 ::A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; // System.Int32 ::A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC int32_t ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; // /__StaticArrayInitTypeSize=1024 ::AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; // /__StaticArrayInitTypeSize=56 ::AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; // /__StaticArrayInitTypeSize=1024 ::AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; // /__StaticArrayInitTypeSize=2048 ::AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; // /__StaticArrayInitTypeSize=12 ::AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; // /__StaticArrayInitTypeSize=24 ::ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; // /__StaticArrayInitTypeSize=32 ::AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; // /__StaticArrayInitTypeSize=40 ::B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; // /__StaticArrayInitTypeSize=12 ::B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; // /__StaticArrayInitTypeSize=16 ::B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; // /__StaticArrayInitTypeSize=120 ::B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; // /__StaticArrayInitTypeSize=12 ::B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; // /__StaticArrayInitTypeSize=12 ::B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; // /__StaticArrayInitTypeSize=64 ::B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; // /__StaticArrayInitTypeSize=12 ::B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; // /__StaticArrayInitTypeSize=24 ::B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; // /__StaticArrayInitTypeSize=20 ::B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; // /__StaticArrayInitTypeSize=256 ::B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; // /__StaticArrayInitTypeSize=12 ::B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; // /__StaticArrayInitTypeSize=36 ::B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; // /__StaticArrayInitTypeSize=36 ::B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; // /__StaticArrayInitTypeSize=16 ::B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; // /__StaticArrayInitTypeSize=12 ::B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; // System.Int32 ::B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92 int32_t ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; // /__StaticArrayInitTypeSize=64 ::B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; // /__StaticArrayInitTypeSize=256 ::B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; // /__StaticArrayInitTypeSize=40 ::BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; // /__StaticArrayInitTypeSize=1024 ::BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; // /__StaticArrayInitTypeSize=12 ::BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; // /__StaticArrayInitTypeSize=32 ::BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; // System.Int32 ::BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A int32_t ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; // /__StaticArrayInitTypeSize=96 ::BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381 __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; // /__StaticArrayInitTypeSize=1024 ::BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; // /__StaticArrayInitTypeSize=12 ::BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; // /__StaticArrayInitTypeSize=12 ::BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; // /__StaticArrayInitTypeSize=192 ::C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; // /__StaticArrayInitTypeSize=20 ::C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; // /__StaticArrayInitTypeSize=76 ::C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; // /__StaticArrayInitTypeSize=1024 ::C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; // /__StaticArrayInitTypeSize=256 ::C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; // /__StaticArrayInitTypeSize=1024 ::C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; // /__StaticArrayInitTypeSize=2048 ::C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; // /__StaticArrayInitTypeSize=32 ::C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; // /__StaticArrayInitTypeSize=12 ::C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; // System.Int32 ::C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900 int32_t ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; // /__StaticArrayInitTypeSize=12 ::C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; // /__StaticArrayInitTypeSize=112 ::C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82 __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; // /__StaticArrayInitTypeSize=1024 ::C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; // /__StaticArrayInitTypeSize=64 ::C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; // /__StaticArrayInitTypeSize=32 ::C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; // /__StaticArrayInitTypeSize=96 ::CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; // /__StaticArrayInitTypeSize=512 ::CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; // /__StaticArrayInitTypeSize=12 ::CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; // /__StaticArrayInitTypeSize=2048 ::CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; // /__StaticArrayInitTypeSize=32 ::CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; // /__StaticArrayInitTypeSize=68 ::CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; // /__StaticArrayInitTypeSize=32 ::D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; // /__StaticArrayInitTypeSize=12 ::D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; // /__StaticArrayInitTypeSize=2048 ::D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; // /__StaticArrayInitTypeSize=12 ::D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; // /__StaticArrayInitTypeSize=40 ::D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; // /__StaticArrayInitTypeSize=12 ::D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; // /__StaticArrayInitTypeSize=56 ::D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; // /__StaticArrayInitTypeSize=12 ::DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; // /__StaticArrayInitTypeSize=64 ::DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; // /__StaticArrayInitTypeSize=24 ::DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; // /__StaticArrayInitTypeSize=64 ::DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; // /__StaticArrayInitTypeSize=12 ::DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; // System.Int32 ::DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB int32_t ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; // /__StaticArrayInitTypeSize=64 ::DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; // /__StaticArrayInitTypeSize=128 ::DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; // /__StaticArrayInitTypeSize=12 ::DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; // /__StaticArrayInitTypeSize=4096 ::E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8 __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; // /__StaticArrayInitTypeSize=12 ::E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; // System.Int64 ::E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749 int64_t ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; // /__StaticArrayInitTypeSize=64 ::E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; // /__StaticArrayInitTypeSize=16 ::E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; // /__StaticArrayInitTypeSize=12 ::E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; // /__StaticArrayInitTypeSize=64 ::E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; // /__StaticArrayInitTypeSize=2048 ::E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; // /__StaticArrayInitTypeSize=2048 ::E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; // /__StaticArrayInitTypeSize=256 ::E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; // /__StaticArrayInitTypeSize=28 ::E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; // /__StaticArrayInitTypeSize=12 ::E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; // /__StaticArrayInitTypeSize=5 ::E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; // /__StaticArrayInitTypeSize=1024 ::E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; // /__StaticArrayInitTypeSize=12 ::EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; // System.Int32 ::EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A int32_t ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; // /__StaticArrayInitTypeSize=1024 ::EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; // /__StaticArrayInitTypeSize=40 ::ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; // /__StaticArrayInitTypeSize=1024 ::EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; // /__StaticArrayInitTypeSize=256 ::EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; // /__StaticArrayInitTypeSize=16 ::EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; // /__StaticArrayInitTypeSize=12 ::F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; // /__StaticArrayInitTypeSize=404 ::F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7 __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; // /__StaticArrayInitTypeSize=64 ::F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; // /__StaticArrayInitTypeSize=116 ::F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842 __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; // /__StaticArrayInitTypeSize=192 ::F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; // /__StaticArrayInitTypeSize=256 ::F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; // /__StaticArrayInitTypeSize=64 ::F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; // /__StaticArrayInitTypeSize=72 ::FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; // /__StaticArrayInitTypeSize=12 ::FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; // /__StaticArrayInitTypeSize=32 ::FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; // /__StaticArrayInitTypeSize=256 ::FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; // /__StaticArrayInitTypeSize=16 ::FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; // /__StaticArrayInitTypeSize=2048 ::FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; // /__StaticArrayInitTypeSize=12 ::FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; // /__StaticArrayInitTypeSize=120 ::FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; // /__StaticArrayInitTypeSize=16 ::FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; // /__StaticArrayInitTypeSize=32 ::FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; // /__StaticArrayInitTypeSize=128 ::FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; // /__StaticArrayInitTypeSize=16 ::FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; public: inline static int32_t get_offset_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() const { return ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return &___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline void set_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0 = value; } inline static int32_t get_offset_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() const { return ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return &___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline void set_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1 = value; } inline static int32_t get_offset_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2)); } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F get_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() const { return ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F * get_address_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return &___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline void set_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2(__StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F value) { ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2 = value; } inline static int32_t get_offset_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() const { return ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return &___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline void set_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3 = value; } inline static int32_t get_offset_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4)); } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 get_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() const { return ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 * get_address_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return &___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline void set_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4(__StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 value) { ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4 = value; } inline static int32_t get_offset_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() const { return ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return &___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline void set_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5 = value; } inline static int32_t get_offset_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() const { return ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return &___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline void set_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6 = value; } inline static int32_t get_offset_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() const { return ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return &___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline void set_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7 = value; } inline static int32_t get_offset_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() const { return ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return &___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline void set_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8 = value; } inline static int32_t get_offset_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9)); } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 get_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() const { return ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 * get_address_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return &___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline void set_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9(__StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 value) { ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9 = value; } inline static int32_t get_offset_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() const { return ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return &___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline void set_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10 = value; } inline static int32_t get_offset_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() const { return ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return &___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline void set_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11 = value; } inline static int32_t get_offset_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() const { return ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return &___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline void set_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12 = value; } inline static int32_t get_offset_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() const { return ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return &___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline void set_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13 = value; } inline static int32_t get_offset_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() const { return ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return &___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline void set_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14 = value; } inline static int32_t get_offset_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() const { return ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return &___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline void set_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15 = value; } inline static int32_t get_offset_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16)); } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 get_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() const { return ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 * get_address_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return &___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline void set_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16(__StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 value) { ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16 = value; } inline static int32_t get_offset_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() const { return ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return &___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline void set_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17 = value; } inline static int32_t get_offset_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18)); } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 get_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() const { return ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 * get_address_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return &___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline void set_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18(__StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 value) { ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18 = value; } inline static int32_t get_offset_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() const { return ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return &___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline void set_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19 = value; } inline static int32_t get_offset_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() const { return ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return &___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline void set_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20 = value; } inline static int32_t get_offset_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() const { return ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return &___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline void set_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21 = value; } inline static int32_t get_offset_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() const { return ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return &___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline void set_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22 = value; } inline static int32_t get_offset_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() const { return ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return &___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline void set_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23 = value; } inline static int32_t get_offset_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() const { return ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return &___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline void set_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24 = value; } inline static int32_t get_offset_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() const { return ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return &___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline void set_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25 = value; } inline static int32_t get_offset_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() const { return ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return &___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline void set_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26 = value; } inline static int32_t get_offset_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() const { return ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return &___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline void set_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27 = value; } inline static int32_t get_offset_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() const { return ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return &___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline void set_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28 = value; } inline static int32_t get_offset_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() const { return ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return &___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline void set_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29 = value; } inline static int32_t get_offset_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() const { return ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return &___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline void set_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30 = value; } inline static int32_t get_offset_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() const { return ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return &___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline void set_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31 = value; } inline static int32_t get_offset_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() const { return ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return &___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline void set_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32 = value; } inline static int32_t get_offset_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() const { return ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return &___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline void set_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33 = value; } inline static int32_t get_offset_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() const { return ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return &___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline void set_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34 = value; } inline static int32_t get_offset_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35)); } inline int32_t get_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() const { return ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline int32_t* get_address_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return &___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline void set_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35(int32_t value) { ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35 = value; } inline static int32_t get_offset_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() const { return ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return &___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline void set_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36 = value; } inline static int32_t get_offset_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() const { return ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return &___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline void set_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37 = value; } inline static int32_t get_offset_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() const { return ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return &___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline void set_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38 = value; } inline static int32_t get_offset_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39)); } inline int64_t get_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() const { return ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline int64_t* get_address_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return &___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline void set_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39(int64_t value) { ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39 = value; } inline static int32_t get_offset_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() const { return ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return &___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline void set_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40 = value; } inline static int32_t get_offset_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() const { return ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return &___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline void set_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41 = value; } inline static int32_t get_offset_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() const { return ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return &___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline void set_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42 = value; } inline static int32_t get_offset_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() const { return ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return &___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline void set_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43 = value; } inline static int32_t get_offset_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() const { return ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return &___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline void set_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44 = value; } inline static int32_t get_offset_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() const { return ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return &___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline void set_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45 = value; } inline static int32_t get_offset_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() const { return ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return &___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline void set_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46 = value; } inline static int32_t get_offset_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() const { return ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return &___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline void set_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47 = value; } inline static int32_t get_offset_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() const { return ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return &___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline void set_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48 = value; } inline static int32_t get_offset_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() const { return ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return &___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline void set_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49 = value; } inline static int32_t get_offset_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() const { return ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return &___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline void set_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50 = value; } inline static int32_t get_offset_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() const { return ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return &___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline void set_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51 = value; } inline static int32_t get_offset_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() const { return ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return &___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline void set_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52 = value; } inline static int32_t get_offset_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() const { return ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return &___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline void set_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53 = value; } inline static int32_t get_offset_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() const { return ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return &___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline void set_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54 = value; } inline static int32_t get_offset_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() const { return ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return &___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline void set_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55 = value; } inline static int32_t get_offset_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() const { return ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return &___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline void set_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56 = value; } inline static int32_t get_offset_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() const { return ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return &___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline void set_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57 = value; } inline static int32_t get_offset_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() const { return ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return &___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline void set_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58 = value; } inline static int32_t get_offset_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() const { return ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return &___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline void set_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59 = value; } inline static int32_t get_offset_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60)); } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 get_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() const { return ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 * get_address_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return &___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline void set_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60(__StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 value) { ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60 = value; } inline static int32_t get_offset_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61)); } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F get_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() const { return ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F * get_address_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return &___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline void set_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61(__StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F value) { ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61 = value; } inline static int32_t get_offset_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() const { return ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return &___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline void set_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62 = value; } inline static int32_t get_offset_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() const { return ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return &___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline void set_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63 = value; } inline static int32_t get_offset_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() const { return ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return &___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline void set_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64 = value; } inline static int32_t get_offset_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() const { return ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return &___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline void set_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65 = value; } inline static int32_t get_offset_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() const { return ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return &___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline void set_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66 = value; } inline static int32_t get_offset_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() const { return ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return &___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline void set_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67 = value; } inline static int32_t get_offset_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() const { return ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return &___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline void set_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68 = value; } inline static int32_t get_offset_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() const { return ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return &___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline void set_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69 = value; } inline static int32_t get_offset_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() const { return ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return &___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline void set_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70 = value; } inline static int32_t get_offset_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() const { return ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return &___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline void set_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71 = value; } inline static int32_t get_offset_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72)); } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 get_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() const { return ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 * get_address_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return &___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline void set_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72(__StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 value) { ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72 = value; } inline static int32_t get_offset_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() const { return ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return &___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline void set_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73 = value; } inline static int32_t get_offset_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() const { return ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return &___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline void set_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74 = value; } inline static int32_t get_offset_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() const { return ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return &___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline void set_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75 = value; } inline static int32_t get_offset_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() const { return ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return &___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline void set_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76 = value; } inline static int32_t get_offset_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() const { return ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return &___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline void set_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77 = value; } inline static int32_t get_offset_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() const { return ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return &___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline void set_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78 = value; } inline static int32_t get_offset_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() const { return ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return &___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline void set_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79 = value; } inline static int32_t get_offset_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() const { return ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return &___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline void set_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80 = value; } inline static int32_t get_offset_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() const { return ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return &___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline void set_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81 = value; } inline static int32_t get_offset_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() const { return ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return &___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline void set_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82 = value; } inline static int32_t get_offset_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() const { return ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return &___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline void set_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83 = value; } inline static int32_t get_offset_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() const { return ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return &___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline void set_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84 = value; } inline static int32_t get_offset_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() const { return ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return &___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline void set_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85 = value; } inline static int32_t get_offset_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() const { return ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return &___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline void set_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86 = value; } inline static int32_t get_offset_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() const { return ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return &___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline void set_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87 = value; } inline static int32_t get_offset_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() const { return ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return &___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline void set_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88 = value; } inline static int32_t get_offset_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() const { return ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return &___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline void set_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89 = value; } inline static int32_t get_offset_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() const { return ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return &___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline void set_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90 = value; } inline static int32_t get_offset_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() const { return ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return &___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline void set_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91 = value; } inline static int32_t get_offset_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() const { return ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return &___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline void set_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92 = value; } inline static int32_t get_offset_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() const { return ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return &___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline void set_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93 = value; } inline static int32_t get_offset_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() const { return ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return &___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline void set_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94 = value; } inline static int32_t get_offset_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() const { return ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return &___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline void set_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95 = value; } inline static int32_t get_offset_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() const { return ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return &___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline void set_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96 = value; } inline static int32_t get_offset_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() const { return ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return &___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline void set_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97 = value; } inline static int32_t get_offset_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() const { return ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return &___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline void set_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98 = value; } inline static int32_t get_offset_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() const { return ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return &___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline void set_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99 = value; } inline static int32_t get_offset_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() const { return ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return &___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline void set_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100 = value; } inline static int32_t get_offset_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() const { return ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return &___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline void set_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101 = value; } inline static int32_t get_offset_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() const { return ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return &___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline void set_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102 = value; } inline static int32_t get_offset_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() const { return ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return &___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline void set_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103 = value; } inline static int32_t get_offset_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() const { return ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return &___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline void set_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104 = value; } inline static int32_t get_offset_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() const { return ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return &___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline void set_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105 = value; } inline static int32_t get_offset_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() const { return ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return &___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline void set_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106 = value; } inline static int32_t get_offset_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107)); } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E get_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() const { return ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E * get_address_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return &___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline void set_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107(__StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E value) { ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107 = value; } inline static int32_t get_offset_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() const { return ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return &___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline void set_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108 = value; } inline static int32_t get_offset_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() const { return ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return &___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline void set_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109 = value; } inline static int32_t get_offset_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() const { return ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return &___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline void set_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110 = value; } inline static int32_t get_offset_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() const { return ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return &___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline void set_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111 = value; } inline static int32_t get_offset_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() const { return ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return &___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline void set_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112 = value; } inline static int32_t get_offset_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() const { return ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return &___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline void set_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113 = value; } inline static int32_t get_offset_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() const { return ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return &___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline void set_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114 = value; } inline static int32_t get_offset_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() const { return ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return &___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline void set_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115 = value; } inline static int32_t get_offset_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() const { return ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return &___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline void set_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116 = value; } inline static int32_t get_offset_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() const { return ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return &___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline void set_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117 = value; } inline static int32_t get_offset_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() const { return ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return &___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline void set_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118 = value; } inline static int32_t get_offset_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() const { return ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return &___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline void set_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119 = value; } inline static int32_t get_offset_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() const { return ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return &___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline void set_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120 = value; } inline static int32_t get_offset_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() const { return ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return &___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline void set_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121 = value; } inline static int32_t get_offset_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() const { return ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return &___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline void set_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122 = value; } inline static int32_t get_offset_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() const { return ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return &___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline void set_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123 = value; } inline static int32_t get_offset_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() const { return ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return &___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline void set_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124 = value; } inline static int32_t get_offset_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() const { return ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return &___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline void set_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125 = value; } inline static int32_t get_offset_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() const { return ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return &___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline void set_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126 = value; } inline static int32_t get_offset_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() const { return ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return &___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline void set_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127 = value; } inline static int32_t get_offset_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() const { return ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return &___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline void set_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128 = value; } inline static int32_t get_offset_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() const { return ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return &___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline void set_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129 = value; } inline static int32_t get_offset_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130)); } inline int32_t get_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() const { return ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline int32_t* get_address_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return &___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline void set_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130(int32_t value) { ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130 = value; } inline static int32_t get_offset_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() const { return ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return &___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline void set_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131 = value; } inline static int32_t get_offset_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() const { return ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return &___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline void set_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132 = value; } inline static int32_t get_offset_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() const { return ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return &___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline void set_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133 = value; } inline static int32_t get_offset_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() const { return ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return &___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline void set_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134 = value; } inline static int32_t get_offset_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() const { return ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return &___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline void set_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135 = value; } inline static int32_t get_offset_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() const { return ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return &___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline void set_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136 = value; } inline static int32_t get_offset_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() const { return ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return &___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline void set_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137 = value; } inline static int32_t get_offset_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() const { return ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return &___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline void set_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138 = value; } inline static int32_t get_offset_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() const { return ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return &___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline void set_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139 = value; } inline static int32_t get_offset_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() const { return ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return &___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline void set_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140 = value; } inline static int32_t get_offset_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() const { return ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return &___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline void set_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141 = value; } inline static int32_t get_offset_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() const { return ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return &___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline void set_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142 = value; } inline static int32_t get_offset_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143)); } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 get_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() const { return ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 * get_address_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return &___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline void set_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143(__StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 value) { ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143 = value; } inline static int32_t get_offset_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() const { return ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return &___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline void set_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144 = value; } inline static int32_t get_offset_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() const { return ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return &___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline void set_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145 = value; } inline static int32_t get_offset_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146)); } inline int32_t get_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() const { return ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline int32_t* get_address_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return &___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline void set_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146(int32_t value) { ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146 = value; } inline static int32_t get_offset_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() const { return ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return &___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline void set_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147 = value; } inline static int32_t get_offset_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() const { return ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return &___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline void set_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148 = value; } inline static int32_t get_offset_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() const { return ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return &___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline void set_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149 = value; } inline static int32_t get_offset_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() const { return ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return &___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline void set_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150 = value; } inline static int32_t get_offset_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() const { return ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return &___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline void set_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151 = value; } inline static int32_t get_offset_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() const { return ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return &___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline void set_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152 = value; } inline static int32_t get_offset_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() const { return ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return &___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline void set_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153 = value; } inline static int32_t get_offset_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() const { return ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return &___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline void set_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154 = value; } inline static int32_t get_offset_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() const { return ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return &___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline void set_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155 = value; } inline static int32_t get_offset_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() const { return ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return &___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline void set_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156 = value; } inline static int32_t get_offset_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() const { return ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return &___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline void set_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157 = value; } inline static int32_t get_offset_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158)); } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD get_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() const { return ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD * get_address_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return &___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline void set_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158(__StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD value) { ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158 = value; } inline static int32_t get_offset_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() const { return ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return &___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline void set_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159 = value; } inline static int32_t get_offset_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() const { return ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return &___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline void set_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160 = value; } inline static int32_t get_offset_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() const { return ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return &___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline void set_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161 = value; } inline static int32_t get_offset_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162)); } inline int32_t get_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() const { return ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline int32_t* get_address_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return &___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline void set_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162(int32_t value) { ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162 = value; } inline static int32_t get_offset_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() const { return ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return &___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline void set_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163 = value; } inline static int32_t get_offset_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() const { return ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return &___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline void set_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164 = value; } inline static int32_t get_offset_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() const { return ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return &___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline void set_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165 = value; } inline static int32_t get_offset_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() const { return ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return &___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline void set_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166 = value; } inline static int32_t get_offset_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() const { return ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return &___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline void set_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167 = value; } inline static int32_t get_offset_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() const { return ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return &___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline void set_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168 = value; } inline static int32_t get_offset_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() const { return ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return &___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline void set_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169 = value; } inline static int32_t get_offset_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() const { return ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return &___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline void set_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170 = value; } inline static int32_t get_offset_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() const { return ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return &___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline void set_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171 = value; } inline static int32_t get_offset_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() const { return ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return &___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline void set_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172 = value; } inline static int32_t get_offset_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() const { return ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return &___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline void set_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173 = value; } inline static int32_t get_offset_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() const { return ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return &___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline void set_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174 = value; } inline static int32_t get_offset_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() const { return ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return &___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline void set_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175 = value; } inline static int32_t get_offset_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() const { return ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return &___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline void set_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176 = value; } inline static int32_t get_offset_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() const { return ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return &___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline void set_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177 = value; } inline static int32_t get_offset_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() const { return ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return &___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline void set_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178 = value; } inline static int32_t get_offset_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() const { return ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return &___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline void set_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179 = value; } inline static int32_t get_offset_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() const { return ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return &___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline void set_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180 = value; } inline static int32_t get_offset_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() const { return ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return &___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline void set_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181 = value; } inline static int32_t get_offset_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() const { return ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return &___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline void set_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182 = value; } inline static int32_t get_offset_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() const { return ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return &___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline void set_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183 = value; } inline static int32_t get_offset_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() const { return ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return &___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline void set_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184 = value; } inline static int32_t get_offset_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() const { return ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return &___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline void set_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185 = value; } inline static int32_t get_offset_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() const { return ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return &___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline void set_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186 = value; } inline static int32_t get_offset_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() const { return ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return &___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline void set_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187 = value; } inline static int32_t get_offset_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() const { return ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return &___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline void set_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188 = value; } inline static int32_t get_offset_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() const { return ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return &___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline void set_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189 = value; } inline static int32_t get_offset_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() const { return ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return &___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline void set_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190 = value; } inline static int32_t get_offset_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() const { return ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return &___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline void set_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191 = value; } inline static int32_t get_offset_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() const { return ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return &___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline void set_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192 = value; } inline static int32_t get_offset_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() const { return ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return &___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline void set_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193 = value; } inline static int32_t get_offset_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() const { return ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return &___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline void set_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194 = value; } inline static int32_t get_offset_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195)); } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 get_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() const { return ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 * get_address_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return &___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline void set_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195(__StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 value) { ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195 = value; } inline static int32_t get_offset_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() const { return ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return &___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline void set_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196 = value; } inline static int32_t get_offset_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() const { return ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return &___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline void set_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197 = value; } inline static int32_t get_offset_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() const { return ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return &___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline void set_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198 = value; } inline static int32_t get_offset_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() const { return ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return &___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline void set_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199 = value; } inline static int32_t get_offset_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() const { return ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return &___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline void set_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200 = value; } inline static int32_t get_offset_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201)); } inline int32_t get_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() const { return ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline int32_t* get_address_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return &___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline void set_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201(int32_t value) { ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201 = value; } inline static int32_t get_offset_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() const { return ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return &___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline void set_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202 = value; } inline static int32_t get_offset_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() const { return ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return &___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline void set_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203 = value; } inline static int32_t get_offset_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() const { return ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return &___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline void set_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204 = value; } inline static int32_t get_offset_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() const { return ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return &___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline void set_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205 = value; } inline static int32_t get_offset_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() const { return ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return &___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline void set_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206 = value; } inline static int32_t get_offset_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() const { return ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return &___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline void set_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207 = value; } inline static int32_t get_offset_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() const { return ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return &___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline void set_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208 = value; } inline static int32_t get_offset_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() const { return ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return &___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline void set_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209 = value; } inline static int32_t get_offset_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() const { return ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return &___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline void set_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210 = value; } inline static int32_t get_offset_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() const { return ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return &___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline void set_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211 = value; } inline static int32_t get_offset_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() const { return ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return &___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline void set_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212 = value; } inline static int32_t get_offset_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() const { return ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return &___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline void set_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213 = value; } inline static int32_t get_offset_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() const { return ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return &___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline void set_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214 = value; } inline static int32_t get_offset_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() const { return ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return &___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline void set_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215 = value; } inline static int32_t get_offset_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() const { return ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return &___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline void set_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216 = value; } inline static int32_t get_offset_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() const { return ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return &___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline void set_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217 = value; } inline static int32_t get_offset_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() const { return ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return &___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline void set_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218 = value; } inline static int32_t get_offset_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() const { return ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return &___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline void set_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219 = value; } inline static int32_t get_offset_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() const { return ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return &___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline void set_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220 = value; } inline static int32_t get_offset_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() const { return ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return &___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline void set_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221 = value; } inline static int32_t get_offset_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() const { return ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return &___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline void set_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222 = value; } inline static int32_t get_offset_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() const { return ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return &___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline void set_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223 = value; } inline static int32_t get_offset_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() const { return ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return &___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline void set_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224 = value; } inline static int32_t get_offset_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225)); } inline int32_t get_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() const { return ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline int32_t* get_address_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return &___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline void set_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225(int32_t value) { ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225 = value; } inline static int32_t get_offset_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() const { return ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return &___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline void set_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226 = value; } inline static int32_t get_offset_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() const { return ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return &___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline void set_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227 = value; } inline static int32_t get_offset_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() const { return ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return &___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline void set_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228 = value; } inline static int32_t get_offset_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() const { return ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return &___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline void set_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229 = value; } inline static int32_t get_offset_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() const { return ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return &___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline void set_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230 = value; } inline static int32_t get_offset_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() const { return ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return &___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline void set_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231 = value; } inline static int32_t get_offset_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232)); } inline int32_t get_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() const { return ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline int32_t* get_address_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return &___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline void set_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232(int32_t value) { ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232 = value; } inline static int32_t get_offset_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() const { return ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return &___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline void set_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233 = value; } inline static int32_t get_offset_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() const { return ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return &___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline void set_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234 = value; } inline static int32_t get_offset_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() const { return ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return &___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline void set_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235 = value; } inline static int32_t get_offset_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() const { return ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return &___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline void set_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236 = value; } inline static int32_t get_offset_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() const { return ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return &___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline void set_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237 = value; } inline static int32_t get_offset_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() const { return ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return &___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline void set_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238 = value; } inline static int32_t get_offset_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() const { return ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return &___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline void set_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239 = value; } inline static int32_t get_offset_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() const { return ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return &___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline void set_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240 = value; } inline static int32_t get_offset_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() const { return ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return &___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline void set_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241 = value; } inline static int32_t get_offset_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() const { return ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return &___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline void set_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242 = value; } inline static int32_t get_offset_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() const { return ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return &___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline void set_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243 = value; } inline static int32_t get_offset_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() const { return ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return &___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline void set_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244 = value; } inline static int32_t get_offset_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() const { return ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return &___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline void set_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245 = value; } inline static int32_t get_offset_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246)); } inline int32_t get_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() const { return ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline int32_t* get_address_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return &___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline void set_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246(int32_t value) { ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246 = value; } inline static int32_t get_offset_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() const { return ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return &___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline void set_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247 = value; } inline static int32_t get_offset_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248)); } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 get_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() const { return ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 * get_address_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return &___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline void set_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248(__StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 value) { ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248 = value; } inline static int32_t get_offset_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() const { return ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return &___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline void set_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249 = value; } inline static int32_t get_offset_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() const { return ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return &___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline void set_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250 = value; } inline static int32_t get_offset_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() const { return ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return &___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline void set_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251 = value; } inline static int32_t get_offset_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() const { return ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return &___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline void set_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252 = value; } inline static int32_t get_offset_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() const { return ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return &___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline void set_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253 = value; } inline static int32_t get_offset_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() const { return ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return &___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline void set_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254 = value; } inline static int32_t get_offset_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() const { return ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return &___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline void set_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255 = value; } inline static int32_t get_offset_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() const { return ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return &___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline void set_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256 = value; } inline static int32_t get_offset_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() const { return ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return &___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline void set_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257 = value; } inline static int32_t get_offset_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() const { return ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return &___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline void set_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258 = value; } inline static int32_t get_offset_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() const { return ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return &___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline void set_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259 = value; } inline static int32_t get_offset_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() const { return ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return &___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline void set_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260 = value; } inline static int32_t get_offset_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() const { return ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return &___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline void set_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261 = value; } inline static int32_t get_offset_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() const { return ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return &___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline void set_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262 = value; } inline static int32_t get_offset_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() const { return ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return &___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline void set_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263 = value; } inline static int32_t get_offset_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() const { return ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return &___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline void set_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264 = value; } inline static int32_t get_offset_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() const { return ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return &___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline void set_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265 = value; } inline static int32_t get_offset_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() const { return ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return &___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline void set_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266 = value; } inline static int32_t get_offset_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() const { return ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return &___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline void set_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267 = value; } inline static int32_t get_offset_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() const { return ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return &___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline void set_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268 = value; } inline static int32_t get_offset_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() const { return ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return &___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline void set_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269 = value; } inline static int32_t get_offset_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270)); } inline int32_t get_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() const { return ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline int32_t* get_address_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return &___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline void set_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270(int32_t value) { ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270 = value; } inline static int32_t get_offset_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() const { return ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return &___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline void set_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271 = value; } inline static int32_t get_offset_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() const { return ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return &___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline void set_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272 = value; } inline static int32_t get_offset_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() const { return ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return &___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline void set_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273 = value; } inline static int32_t get_offset_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274)); } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 get_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() const { return ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 * get_address_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return &___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline void set_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274(__StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 value) { ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274 = value; } inline static int32_t get_offset_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() const { return ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return &___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline void set_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275 = value; } inline static int32_t get_offset_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276)); } inline int64_t get_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() const { return ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline int64_t* get_address_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return &___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline void set_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276(int64_t value) { ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276 = value; } inline static int32_t get_offset_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() const { return ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return &___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline void set_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277 = value; } inline static int32_t get_offset_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() const { return ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return &___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline void set_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278 = value; } inline static int32_t get_offset_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() const { return ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return &___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline void set_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279 = value; } inline static int32_t get_offset_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() const { return ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return &___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline void set_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280 = value; } inline static int32_t get_offset_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() const { return ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return &___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline void set_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281 = value; } inline static int32_t get_offset_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() const { return ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return &___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline void set_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282 = value; } inline static int32_t get_offset_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() const { return ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return &___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline void set_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283 = value; } inline static int32_t get_offset_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() const { return ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return &___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline void set_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284 = value; } inline static int32_t get_offset_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() const { return ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return &___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline void set_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285 = value; } inline static int32_t get_offset_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() const { return ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return &___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline void set_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286 = value; } inline static int32_t get_offset_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() const { return ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return &___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline void set_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287 = value; } inline static int32_t get_offset_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() const { return ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return &___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline void set_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288 = value; } inline static int32_t get_offset_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289)); } inline int32_t get_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() const { return ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline int32_t* get_address_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return &___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline void set_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289(int32_t value) { ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289 = value; } inline static int32_t get_offset_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() const { return ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return &___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline void set_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290 = value; } inline static int32_t get_offset_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() const { return ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return &___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline void set_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291 = value; } inline static int32_t get_offset_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() const { return ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return &___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline void set_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292 = value; } inline static int32_t get_offset_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() const { return ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return &___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline void set_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293 = value; } inline static int32_t get_offset_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() const { return ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return &___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline void set_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294 = value; } inline static int32_t get_offset_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() const { return ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return &___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline void set_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295 = value; } inline static int32_t get_offset_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296)); } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 get_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() const { return ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 * get_address_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return &___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline void set_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296(__StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 value) { ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296 = value; } inline static int32_t get_offset_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() const { return ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return &___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline void set_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297 = value; } inline static int32_t get_offset_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() const { return ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return &___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline void set_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298 = value; } inline static int32_t get_offset_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() const { return ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return &___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline void set_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299 = value; } inline static int32_t get_offset_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() const { return ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return &___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline void set_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300 = value; } inline static int32_t get_offset_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() const { return ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return &___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline void set_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301 = value; } inline static int32_t get_offset_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() const { return ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return &___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline void set_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302 = value; } inline static int32_t get_offset_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() const { return ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return &___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline void set_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303 = value; } inline static int32_t get_offset_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() const { return ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return &___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline void set_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304 = value; } inline static int32_t get_offset_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() const { return ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return &___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline void set_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305 = value; } inline static int32_t get_offset_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() const { return ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return &___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline void set_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306 = value; } inline static int32_t get_offset_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() const { return ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return &___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline void set_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307 = value; } inline static int32_t get_offset_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() const { return ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return &___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline void set_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308 = value; } inline static int32_t get_offset_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() const { return ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return &___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline void set_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309 = value; } inline static int32_t get_offset_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() const { return ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return &___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline void set_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310 = value; } inline static int32_t get_offset_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() const { return ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return &___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline void set_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311 = value; } inline static int32_t get_offset_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() const { return ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return &___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline void set_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312 = value; } inline static int32_t get_offset_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() const { return ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return &___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline void set_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Null struct Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::str ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8, ___str_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_str_2() const { return ___str_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_str_2() { return &___str_2; } inline void set_str_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::seq RuntimeObject* ___seq_2; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8, ___seq_2)); } inline RuntimeObject* get_seq_2() const { return ___seq_2; } inline RuntimeObject** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(RuntimeObject* value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set struct Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::_set RuntimeObject* ____set_2; public: inline static int32_t get_offset_of__set_2() { return static_cast(offsetof(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49, ____set_2)); } inline RuntimeObject* get__set_2() const { return ____set_2; } inline RuntimeObject** get_address_of__set_2() { return &____set_2; } inline void set__set_2(RuntimeObject* value) { ____set_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____set_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::tagNo int32_t ___tagNo_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::explicitly bool ___explicitly_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::obj Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj_4; public: inline static int32_t get_offset_of_tagNo_2() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___tagNo_2)); } inline int32_t get_tagNo_2() const { return ___tagNo_2; } inline int32_t* get_address_of_tagNo_2() { return &___tagNo_2; } inline void set_tagNo_2(int32_t value) { ___tagNo_2 = value; } inline static int32_t get_offset_of_explicitly_3() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___explicitly_3)); } inline bool get_explicitly_3() const { return ___explicitly_3; } inline bool* get_address_of_explicitly_3() { return &___explicitly_3; } inline void set_explicitly_3(bool value) { ___explicitly_3 = value; } inline static int32_t get_offset_of_obj_4() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___obj_4)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_obj_4() const { return ___obj_4; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_obj_4() { return &___obj_4; } inline void set_obj_4(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___obj_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream struct BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream::closed bool ___closed_5; public: inline static int32_t get_offset_of_closed_5() { return static_cast(offsetof(BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D, ___closed_5)); } inline bool get_closed_5() const { return ___closed_5; } inline bool* get_address_of_closed_5() { return &___closed_5; } inline void set_closed_5(bool value) { ___closed_5 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BluetoothStatusEnum struct BluetoothStatusEnum_t72984947649944081E9B448751BB5F5A0410E905 { public: // System.Int32 BluetoothStatusEnum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BluetoothStatusEnum_t72984947649944081E9B448751BB5F5A0410E905, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Bounds struct Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 { public: // UnityEngine.Vector3 UnityEngine.Bounds::m_Center Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Center_0; // UnityEngine.Vector3 UnityEngine.Bounds::m_Extents Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Extents_1; public: inline static int32_t get_offset_of_m_Center_0() { return static_cast(offsetof(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37, ___m_Center_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Center_0() const { return ___m_Center_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Center_0() { return &___m_Center_0; } inline void set_m_Center_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Center_0 = value; } inline static int32_t get_offset_of_m_Extents_1() { return static_cast(offsetof(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37, ___m_Extents_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Extents_1() const { return ___m_Extents_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Extents_1() { return &___m_Extents_1; } inline void set_m_Extents_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Extents_1 = value; } }; // UnityEngine.UI.ColorBlock struct ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 { public: // UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_NormalColor_0; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_HighlightedColor_1; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_PressedColor_2; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_SelectedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_SelectedColor_3; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_DisabledColor_4; // System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier float ___m_ColorMultiplier_5; // System.Single UnityEngine.UI.ColorBlock::m_FadeDuration float ___m_FadeDuration_6; public: inline static int32_t get_offset_of_m_NormalColor_0() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_NormalColor_0)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_NormalColor_0() const { return ___m_NormalColor_0; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_NormalColor_0() { return &___m_NormalColor_0; } inline void set_m_NormalColor_0(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_NormalColor_0 = value; } inline static int32_t get_offset_of_m_HighlightedColor_1() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_HighlightedColor_1)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_HighlightedColor_1() const { return ___m_HighlightedColor_1; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_HighlightedColor_1() { return &___m_HighlightedColor_1; } inline void set_m_HighlightedColor_1(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_HighlightedColor_1 = value; } inline static int32_t get_offset_of_m_PressedColor_2() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_PressedColor_2)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_PressedColor_2() const { return ___m_PressedColor_2; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_PressedColor_2() { return &___m_PressedColor_2; } inline void set_m_PressedColor_2(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_PressedColor_2 = value; } inline static int32_t get_offset_of_m_SelectedColor_3() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_SelectedColor_3)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_SelectedColor_3() const { return ___m_SelectedColor_3; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_SelectedColor_3() { return &___m_SelectedColor_3; } inline void set_m_SelectedColor_3(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_SelectedColor_3 = value; } inline static int32_t get_offset_of_m_DisabledColor_4() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_DisabledColor_4)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_DisabledColor_4() const { return ___m_DisabledColor_4; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_DisabledColor_4() { return &___m_DisabledColor_4; } inline void set_m_DisabledColor_4(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_DisabledColor_4 = value; } inline static int32_t get_offset_of_m_ColorMultiplier_5() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_ColorMultiplier_5)); } inline float get_m_ColorMultiplier_5() const { return ___m_ColorMultiplier_5; } inline float* get_address_of_m_ColorMultiplier_5() { return &___m_ColorMultiplier_5; } inline void set_m_ColorMultiplier_5(float value) { ___m_ColorMultiplier_5 = value; } inline static int32_t get_offset_of_m_FadeDuration_6() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_FadeDuration_6)); } inline float get_m_FadeDuration_6() const { return ___m_FadeDuration_6; } inline float* get_address_of_m_FadeDuration_6() { return &___m_FadeDuration_6; } inline void set_m_FadeDuration_6(float value) { ___m_FadeDuration_6 = value; } }; struct ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955_StaticFields { public: // UnityEngine.UI.ColorBlock UnityEngine.UI.ColorBlock::defaultColorBlock ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 ___defaultColorBlock_7; public: inline static int32_t get_offset_of_defaultColorBlock_7() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955_StaticFields, ___defaultColorBlock_7)); } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 get_defaultColorBlock_7() const { return ___defaultColorBlock_7; } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 * get_address_of_defaultColorBlock_7() { return &___defaultColorBlock_7; } inline void set_defaultColorBlock_7(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 value) { ___defaultColorBlock_7 = value; } }; // BestHTTP.SignalR.ConnectionStates struct ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386 { public: // System.Int32 BestHTTP.SignalR.ConnectionStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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; }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.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: }; // 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.Forms.HTTPFormUsage struct HTTPFormUsage_t2B7AA6886E9788F75E0DB492A68095116462A64E { public: // System.Int32 BestHTTP.Forms.HTTPFormUsage::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPFormUsage_t2B7AA6886E9788F75E0DB492A68095116462A64E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.HTTPMethods struct HTTPMethods_t9BB2C0A32407626B6D77F8652824FB2E6CF92195 { public: // System.Byte BestHTTP.HTTPMethods::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPMethods_t9BB2C0A32407626B6D77F8652824FB2E6CF92195, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // BestHTTP.HTTPRequestStates struct HTTPRequestStates_t32A7ADDA084DCC94348299B2C4DBB455A3429B7F { public: // System.Int32 BestHTTP.HTTPRequestStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPRequestStates_t32A7ADDA084DCC94348299B2C4DBB455A3429B7F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // LanguageEnum struct LanguageEnum_t336A03AA64921355C9F28D0BF7DB4A0943828E95 { public: // System.Int32 LanguageEnum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LanguageEnum_t336A03AA64921355C9F28D0BF7DB4A0943828E95, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.SceneManagement.LoadSceneMode struct LoadSceneMode_tF5060E18B71D524860ECBF7B9B56193B1907E5CC { public: // System.Int32 UnityEngine.SceneManagement.LoadSceneMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LoadSceneMode_tF5060E18B71D524860ECBF7B9B56193B1907E5CC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_5; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_6; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_7; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_8; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_9; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_10; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_11; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_12; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_13; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastReadTask_14; public: inline static int32_t get_offset_of__buffer_5() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_5() const { return ____buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_5() { return &____buffer_5; } inline void set__buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_5), (void*)value); } inline static int32_t get_offset_of__origin_6() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____origin_6)); } inline int32_t get__origin_6() const { return ____origin_6; } inline int32_t* get_address_of__origin_6() { return &____origin_6; } inline void set__origin_6(int32_t value) { ____origin_6 = value; } inline static int32_t get_offset_of__position_7() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____position_7)); } inline int32_t get__position_7() const { return ____position_7; } inline int32_t* get_address_of__position_7() { return &____position_7; } inline void set__position_7(int32_t value) { ____position_7 = value; } inline static int32_t get_offset_of__length_8() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____length_8)); } inline int32_t get__length_8() const { return ____length_8; } inline int32_t* get_address_of__length_8() { return &____length_8; } inline void set__length_8(int32_t value) { ____length_8 = value; } inline static int32_t get_offset_of__capacity_9() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____capacity_9)); } inline int32_t get__capacity_9() const { return ____capacity_9; } inline int32_t* get_address_of__capacity_9() { return &____capacity_9; } inline void set__capacity_9(int32_t value) { ____capacity_9 = value; } inline static int32_t get_offset_of__expandable_10() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____expandable_10)); } inline bool get__expandable_10() const { return ____expandable_10; } inline bool* get_address_of__expandable_10() { return &____expandable_10; } inline void set__expandable_10(bool value) { ____expandable_10 = value; } inline static int32_t get_offset_of__writable_11() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____writable_11)); } inline bool get__writable_11() const { return ____writable_11; } inline bool* get_address_of__writable_11() { return &____writable_11; } inline void set__writable_11(bool value) { ____writable_11 = value; } inline static int32_t get_offset_of__exposable_12() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____exposable_12)); } inline bool get__exposable_12() const { return ____exposable_12; } inline bool* get_address_of__exposable_12() { return &____exposable_12; } inline void set__exposable_12(bool value) { ____exposable_12 = value; } inline static int32_t get_offset_of__isOpen_13() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____isOpen_13)); } inline bool get__isOpen_13() const { return ____isOpen_13; } inline bool* get_address_of__isOpen_13() { return &____isOpen_13; } inline void set__isOpen_13(bool value) { ____isOpen_13 = value; } inline static int32_t get_offset_of__lastReadTask_14() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____lastReadTask_14)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastReadTask_14() const { return ____lastReadTask_14; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastReadTask_14() { return &____lastReadTask_14; } inline void set__lastReadTask_14(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastReadTask_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_14), (void*)value); } }; // 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; }; // BestHTTP.SignalR.ProtocolVersions struct ProtocolVersions_tCB342D567B31653391C313CA5D254D81368BC5E7 { public: // System.Byte BestHTTP.SignalR.ProtocolVersions::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ProtocolVersions_tCB342D567B31653391C313CA5D254D81368BC5E7, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // BestHTTP.SignalR.RequestTypes struct RequestTypes_t792E102C6884E54B64E99EE65C58094E492399AD { public: // System.Int32 BestHTTP.SignalR.RequestTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RequestTypes_t792E102C6884E54B64E99EE65C58094E492399AD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // 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.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; } }; // UnityEngine.TouchScreenKeyboardType struct TouchScreenKeyboardType_tBD90DFB07923EC19E5EA59FAF26292AC2799A932 { public: // System.Int32 UnityEngine.TouchScreenKeyboardType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TouchScreenKeyboardType_tBD90DFB07923EC19E5EA59FAF26292AC2799A932, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SignalR.TransportStates struct TransportStates_t8A35BC0B3BC2D9DBCEA8EF8EA90DFAB490F72724 { public: // System.Int32 BestHTTP.SignalR.TransportStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TransportStates_t8A35BC0B3BC2D9DBCEA8EF8EA90DFAB490F72724, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SignalR.TransportTypes struct TransportTypes_t3FFA126E373348BE4A1C63FDE6EF98E98743B8F4 { public: // System.Int32 BestHTTP.SignalR.TransportTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TransportTypes_t3FFA126E373348BE4A1C63FDE6EF98E98743B8F4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriFormat struct UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F { public: // System.Int32 System.UriFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriIdnScope struct UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D { public: // System.Int32 System.UriIdnScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriKind struct UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC { public: // System.Int32 System.UriKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.WebSocket.WebSocketStates struct WebSocketStates_tBB9B64B94CBA0A0B0CEBFDAD051E2BF068EF4912 { public: // System.Byte BestHTTP.WebSocket.WebSocketStates::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebSocketStates_tBB9B64B94CBA0A0B0CEBFDAD051E2BF068EF4912, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F : public UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 { public: public: }; // CommonConfig/ServerType struct ServerType_t62D2D428D5BEB4AA51A25A18FA755682C0756E71 { public: // System.Int32 CommonConfig/ServerType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ServerType_t62D2D428D5BEB4AA51A25A18FA755682C0756E71, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Image/FillMethod struct FillMethod_tC37E5898D113A8FBF25A6AB6FBA451CC51E211E2 { public: // System.Int32 UnityEngine.UI.Image/FillMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FillMethod_tC37E5898D113A8FBF25A6AB6FBA451CC51E211E2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Image/Type struct Type_tDCB08AB7425CAB70C1E46CC341F877423B5A5E12 { public: // System.Int32 UnityEngine.UI.Image/Type::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Type_tDCB08AB7425CAB70C1E46CC341F877423B5A5E12, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.InputField/CharacterValidation struct CharacterValidation_t03AFB752BBD6215579765978CE67D7159431FC41 { public: // System.Int32 UnityEngine.UI.InputField/CharacterValidation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CharacterValidation_t03AFB752BBD6215579765978CE67D7159431FC41, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.InputField/ContentType struct ContentType_t15FD47A38F32CADD417E3A07C787F1B3997B9AC1 { public: // System.Int32 UnityEngine.UI.InputField/ContentType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ContentType_t15FD47A38F32CADD417E3A07C787F1B3997B9AC1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.InputField/EndEditEvent struct EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D : public UnityEvent_1_t208A952325F66BFCB1EDEECEFEF5F1C7A16298A0 { public: public: }; // UnityEngine.UI.InputField/InputType struct InputType_t43FE97C0C3EE1F7DB81E2F34420780D1DFBF03D2 { public: // System.Int32 UnityEngine.UI.InputField/InputType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputType_t43FE97C0C3EE1F7DB81E2F34420780D1DFBF03D2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.InputField/LineType struct LineType_t3249F1C248D9D12DE265C49F371F2C3618AFEFCE { public: // System.Int32 UnityEngine.UI.InputField/LineType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LineType_t3249F1C248D9D12DE265C49F371F2C3618AFEFCE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Navigation/Mode struct Mode_t3113FDF05158BBA1DFC78D7F69E4C1D25135CB0F { public: // System.Int32 UnityEngine.UI.Navigation/Mode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Mode_t3113FDF05158BBA1DFC78D7F69E4C1D25135CB0F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // JC.ScrollPanel/InitType struct InitType_t2D5E53DD34417833A5C5DC8DAE19F99B7025FD09 { public: // System.Int32 JC.ScrollPanel/InitType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InitType_t2D5E53DD34417833A5C5DC8DAE19F99B7025FD09, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.ScrollRect/MovementType struct MovementType_tAC9293D74600C5C0F8769961576D21C7107BB258 { public: // System.Int32 UnityEngine.UI.ScrollRect/MovementType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MovementType_tAC9293D74600C5C0F8769961576D21C7107BB258, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.ScrollRect/ScrollbarVisibility struct ScrollbarVisibility_t8223EB8BD4F3CB01D1A246265D1563AAB5F89F2E { public: // System.Int32 UnityEngine.UI.ScrollRect/ScrollbarVisibility::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ScrollbarVisibility_t8223EB8BD4F3CB01D1A246265D1563AAB5F89F2E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Selectable/Transition struct Transition_t1FC449676815A798E758D32E8BE6DC0A2511DF14 { public: // System.Int32 UnityEngine.UI.Selectable/Transition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Transition_t1FC449676815A798E758D32E8BE6DC0A2511DF14, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Uri/Flags struct Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4 { public: // System.UInt64 System.Uri/Flags::value__ uint64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4, ___value___2)); } inline uint64_t get_value___2() const { return ___value___2; } inline uint64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint64_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsException struct CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE : public Exception_t { public: public: }; // CommonConfig struct CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3 : public RuntimeObject { public: public: }; struct CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields { public: // System.String[] CommonConfig::AppNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___AppNames_0; // System.Int32[] CommonConfig::AppLanguages Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___AppLanguages_1; // System.Int32[] CommonConfig::ServerIndexes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ServerIndexes_2; // System.Boolean CommonConfig::iosTaoKe bool ___iosTaoKe_3; // System.Boolean CommonConfig::ReleaseVersion2 bool ___ReleaseVersion2_4; // System.Boolean CommonConfig::SpecialVersion1 bool ___SpecialVersion1_5; // System.Boolean CommonConfig::needToExamine bool ___needToExamine_6; // System.Boolean CommonConfig::isReleaseVersion bool ___isReleaseVersion_7; // System.Int32 CommonConfig::devicePlan int32_t ___devicePlan_8; // System.Int32 CommonConfig::ringsPrecision int32_t ___ringsPrecision_9; // System.Int32 CommonConfig::arrowSpeedPrecision int32_t ___arrowSpeedPrecision_10; // System.Single CommonConfig::arrowWeight float ___arrowWeight_11; // CommonConfig/ServerType CommonConfig::serverType int32_t ___serverType_12; // System.String CommonConfig::businessServerWsURL String_t* ___businessServerWsURL_13; // System.String CommonConfig::gamePKServerWsURL String_t* ___gamePKServerWsURL_14; public: inline static int32_t get_offset_of_AppNames_0() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___AppNames_0)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_AppNames_0() const { return ___AppNames_0; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_AppNames_0() { return &___AppNames_0; } inline void set_AppNames_0(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___AppNames_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___AppNames_0), (void*)value); } inline static int32_t get_offset_of_AppLanguages_1() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___AppLanguages_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_AppLanguages_1() const { return ___AppLanguages_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_AppLanguages_1() { return &___AppLanguages_1; } inline void set_AppLanguages_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___AppLanguages_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___AppLanguages_1), (void*)value); } inline static int32_t get_offset_of_ServerIndexes_2() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___ServerIndexes_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ServerIndexes_2() const { return ___ServerIndexes_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ServerIndexes_2() { return &___ServerIndexes_2; } inline void set_ServerIndexes_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ServerIndexes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ServerIndexes_2), (void*)value); } inline static int32_t get_offset_of_iosTaoKe_3() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___iosTaoKe_3)); } inline bool get_iosTaoKe_3() const { return ___iosTaoKe_3; } inline bool* get_address_of_iosTaoKe_3() { return &___iosTaoKe_3; } inline void set_iosTaoKe_3(bool value) { ___iosTaoKe_3 = value; } inline static int32_t get_offset_of_ReleaseVersion2_4() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___ReleaseVersion2_4)); } inline bool get_ReleaseVersion2_4() const { return ___ReleaseVersion2_4; } inline bool* get_address_of_ReleaseVersion2_4() { return &___ReleaseVersion2_4; } inline void set_ReleaseVersion2_4(bool value) { ___ReleaseVersion2_4 = value; } inline static int32_t get_offset_of_SpecialVersion1_5() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___SpecialVersion1_5)); } inline bool get_SpecialVersion1_5() const { return ___SpecialVersion1_5; } inline bool* get_address_of_SpecialVersion1_5() { return &___SpecialVersion1_5; } inline void set_SpecialVersion1_5(bool value) { ___SpecialVersion1_5 = value; } inline static int32_t get_offset_of_needToExamine_6() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___needToExamine_6)); } inline bool get_needToExamine_6() const { return ___needToExamine_6; } inline bool* get_address_of_needToExamine_6() { return &___needToExamine_6; } inline void set_needToExamine_6(bool value) { ___needToExamine_6 = value; } inline static int32_t get_offset_of_isReleaseVersion_7() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___isReleaseVersion_7)); } inline bool get_isReleaseVersion_7() const { return ___isReleaseVersion_7; } inline bool* get_address_of_isReleaseVersion_7() { return &___isReleaseVersion_7; } inline void set_isReleaseVersion_7(bool value) { ___isReleaseVersion_7 = value; } inline static int32_t get_offset_of_devicePlan_8() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___devicePlan_8)); } inline int32_t get_devicePlan_8() const { return ___devicePlan_8; } inline int32_t* get_address_of_devicePlan_8() { return &___devicePlan_8; } inline void set_devicePlan_8(int32_t value) { ___devicePlan_8 = value; } inline static int32_t get_offset_of_ringsPrecision_9() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___ringsPrecision_9)); } inline int32_t get_ringsPrecision_9() const { return ___ringsPrecision_9; } inline int32_t* get_address_of_ringsPrecision_9() { return &___ringsPrecision_9; } inline void set_ringsPrecision_9(int32_t value) { ___ringsPrecision_9 = value; } inline static int32_t get_offset_of_arrowSpeedPrecision_10() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___arrowSpeedPrecision_10)); } inline int32_t get_arrowSpeedPrecision_10() const { return ___arrowSpeedPrecision_10; } inline int32_t* get_address_of_arrowSpeedPrecision_10() { return &___arrowSpeedPrecision_10; } inline void set_arrowSpeedPrecision_10(int32_t value) { ___arrowSpeedPrecision_10 = value; } inline static int32_t get_offset_of_arrowWeight_11() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___arrowWeight_11)); } inline float get_arrowWeight_11() const { return ___arrowWeight_11; } inline float* get_address_of_arrowWeight_11() { return &___arrowWeight_11; } inline void set_arrowWeight_11(float value) { ___arrowWeight_11 = value; } inline static int32_t get_offset_of_serverType_12() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___serverType_12)); } inline int32_t get_serverType_12() const { return ___serverType_12; } inline int32_t* get_address_of_serverType_12() { return &___serverType_12; } inline void set_serverType_12(int32_t value) { ___serverType_12 = value; } inline static int32_t get_offset_of_businessServerWsURL_13() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___businessServerWsURL_13)); } inline String_t* get_businessServerWsURL_13() const { return ___businessServerWsURL_13; } inline String_t** get_address_of_businessServerWsURL_13() { return &___businessServerWsURL_13; } inline void set_businessServerWsURL_13(String_t* value) { ___businessServerWsURL_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___businessServerWsURL_13), (void*)value); } inline static int32_t get_offset_of_gamePKServerWsURL_14() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___gamePKServerWsURL_14)); } inline String_t* get_gamePKServerWsURL_14() const { return ___gamePKServerWsURL_14; } inline String_t** get_address_of_gamePKServerWsURL_14() { return &___gamePKServerWsURL_14; } inline void set_gamePKServerWsURL_14(String_t* value) { ___gamePKServerWsURL_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___gamePKServerWsURL_14), (void*)value); } }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SignalR.Connection struct Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC : public RuntimeObject { public: // System.Uri BestHTTP.SignalR.Connection::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_1; // BestHTTP.SignalR.ConnectionStates BestHTTP.SignalR.Connection::_state int32_t ____state_2; // BestHTTP.SignalR.NegotiationData BestHTTP.SignalR.Connection::k__BackingField NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * ___U3CNegotiationResultU3Ek__BackingField_3; // BestHTTP.SignalR.Hubs.Hub[] BestHTTP.SignalR.Connection::k__BackingField HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* ___U3CHubsU3Ek__BackingField_4; // BestHTTP.SignalR.Transports.TransportBase BestHTTP.SignalR.Connection::k__BackingField TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * ___U3CTransportU3Ek__BackingField_5; // BestHTTP.SignalR.ProtocolVersions BestHTTP.SignalR.Connection::k__BackingField uint8_t ___U3CProtocolU3Ek__BackingField_6; // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 BestHTTP.SignalR.Connection::additionalQueryParams ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * ___additionalQueryParams_7; // System.Boolean BestHTTP.SignalR.Connection::k__BackingField bool ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8; // BestHTTP.SignalR.JsonEncoders.IJsonEncoder BestHTTP.SignalR.Connection::k__BackingField RuntimeObject* ___U3CJsonEncoderU3Ek__BackingField_9; // BestHTTP.SignalR.Authentication.IAuthenticationProvider BestHTTP.SignalR.Connection::k__BackingField RuntimeObject* ___U3CAuthenticationProviderU3Ek__BackingField_10; // System.TimeSpan BestHTTP.SignalR.Connection::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CPingIntervalU3Ek__BackingField_11; // System.TimeSpan BestHTTP.SignalR.Connection::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CReconnectDelayU3Ek__BackingField_12; // BestHTTP.SignalR.OnConnectedDelegate BestHTTP.SignalR.Connection::OnConnected OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___OnConnected_13; // BestHTTP.SignalR.OnClosedDelegate BestHTTP.SignalR.Connection::OnClosed OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * ___OnClosed_14; // BestHTTP.SignalR.OnErrorDelegate BestHTTP.SignalR.Connection::OnError OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * ___OnError_15; // BestHTTP.SignalR.OnConnectedDelegate BestHTTP.SignalR.Connection::OnReconnecting OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___OnReconnecting_16; // BestHTTP.SignalR.OnConnectedDelegate BestHTTP.SignalR.Connection::OnReconnected OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___OnReconnected_17; // BestHTTP.SignalR.OnStateChanged BestHTTP.SignalR.Connection::OnStateChanged OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * ___OnStateChanged_18; // BestHTTP.SignalR.OnNonHubMessageDelegate BestHTTP.SignalR.Connection::OnNonHubMessage OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * ___OnNonHubMessage_19; // BestHTTP.SignalR.OnPrepareRequestDelegate BestHTTP.SignalR.Connection::k__BackingField OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * ___U3CRequestPreparatorU3Ek__BackingField_20; // System.Object BestHTTP.SignalR.Connection::SyncRoot RuntimeObject * ___SyncRoot_21; // System.UInt64 BestHTTP.SignalR.Connection::k__BackingField uint64_t ___U3CClientMessageCounterU3Ek__BackingField_22; // System.String[] BestHTTP.SignalR.Connection::ClientProtocols StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___ClientProtocols_23; // System.UInt64 BestHTTP.SignalR.Connection::RequestCounter uint64_t ___RequestCounter_24; // BestHTTP.SignalR.Messages.MultiMessage BestHTTP.SignalR.Connection::LastReceivedMessage MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * ___LastReceivedMessage_25; // System.String BestHTTP.SignalR.Connection::GroupsToken String_t* ___GroupsToken_26; // System.Collections.Generic.List`1 BestHTTP.SignalR.Connection::BufferedMessages List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * ___BufferedMessages_27; // System.DateTime BestHTTP.SignalR.Connection::LastMessageReceivedAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastMessageReceivedAt_28; // System.DateTime BestHTTP.SignalR.Connection::ReconnectStartedAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___ReconnectStartedAt_29; // System.DateTime BestHTTP.SignalR.Connection::ReconnectDelayStartedAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___ReconnectDelayStartedAt_30; // System.Boolean BestHTTP.SignalR.Connection::ReconnectStarted bool ___ReconnectStarted_31; // System.DateTime BestHTTP.SignalR.Connection::LastPingSentAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastPingSentAt_32; // BestHTTP.HTTPRequest BestHTTP.SignalR.Connection::PingRequest HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___PingRequest_33; // System.Nullable`1 BestHTTP.SignalR.Connection::TransportConnectionStartedAt Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D ___TransportConnectionStartedAt_34; // System.Text.StringBuilder BestHTTP.SignalR.Connection::queryBuilder StringBuilder_t * ___queryBuilder_35; // System.String BestHTTP.SignalR.Connection::BuiltConnectionData String_t* ___BuiltConnectionData_36; // System.String BestHTTP.SignalR.Connection::BuiltQueryParams String_t* ___BuiltQueryParams_37; // BestHTTP.SupportedProtocols BestHTTP.SignalR.Connection::NextProtocolToTry int32_t ___NextProtocolToTry_38; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_1() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CUriU3Ek__BackingField_1)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_1() const { return ___U3CUriU3Ek__BackingField_1; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_1() { return &___U3CUriU3Ek__BackingField_1; } inline void set_U3CUriU3Ek__BackingField_1(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of__state_2() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ____state_2)); } inline int32_t get__state_2() const { return ____state_2; } inline int32_t* get_address_of__state_2() { return &____state_2; } inline void set__state_2(int32_t value) { ____state_2 = value; } inline static int32_t get_offset_of_U3CNegotiationResultU3Ek__BackingField_3() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CNegotiationResultU3Ek__BackingField_3)); } inline NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * get_U3CNegotiationResultU3Ek__BackingField_3() const { return ___U3CNegotiationResultU3Ek__BackingField_3; } inline NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 ** get_address_of_U3CNegotiationResultU3Ek__BackingField_3() { return &___U3CNegotiationResultU3Ek__BackingField_3; } inline void set_U3CNegotiationResultU3Ek__BackingField_3(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * value) { ___U3CNegotiationResultU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNegotiationResultU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CHubsU3Ek__BackingField_4() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CHubsU3Ek__BackingField_4)); } inline HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* get_U3CHubsU3Ek__BackingField_4() const { return ___U3CHubsU3Ek__BackingField_4; } inline HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44** get_address_of_U3CHubsU3Ek__BackingField_4() { return &___U3CHubsU3Ek__BackingField_4; } inline void set_U3CHubsU3Ek__BackingField_4(HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* value) { ___U3CHubsU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHubsU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CTransportU3Ek__BackingField_5() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CTransportU3Ek__BackingField_5)); } inline TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * get_U3CTransportU3Ek__BackingField_5() const { return ___U3CTransportU3Ek__BackingField_5; } inline TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC ** get_address_of_U3CTransportU3Ek__BackingField_5() { return &___U3CTransportU3Ek__BackingField_5; } inline void set_U3CTransportU3Ek__BackingField_5(TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * value) { ___U3CTransportU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTransportU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CProtocolU3Ek__BackingField_6() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CProtocolU3Ek__BackingField_6)); } inline uint8_t get_U3CProtocolU3Ek__BackingField_6() const { return ___U3CProtocolU3Ek__BackingField_6; } inline uint8_t* get_address_of_U3CProtocolU3Ek__BackingField_6() { return &___U3CProtocolU3Ek__BackingField_6; } inline void set_U3CProtocolU3Ek__BackingField_6(uint8_t value) { ___U3CProtocolU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_additionalQueryParams_7() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___additionalQueryParams_7)); } inline ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * get_additionalQueryParams_7() const { return ___additionalQueryParams_7; } inline ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 ** get_address_of_additionalQueryParams_7() { return &___additionalQueryParams_7; } inline void set_additionalQueryParams_7(ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * value) { ___additionalQueryParams_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalQueryParams_7), (void*)value); } inline static int32_t get_offset_of_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8)); } inline bool get_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8() const { return ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8; } inline bool* get_address_of_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8() { return &___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8; } inline void set_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8(bool value) { ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CJsonEncoderU3Ek__BackingField_9() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CJsonEncoderU3Ek__BackingField_9)); } inline RuntimeObject* get_U3CJsonEncoderU3Ek__BackingField_9() const { return ___U3CJsonEncoderU3Ek__BackingField_9; } inline RuntimeObject** get_address_of_U3CJsonEncoderU3Ek__BackingField_9() { return &___U3CJsonEncoderU3Ek__BackingField_9; } inline void set_U3CJsonEncoderU3Ek__BackingField_9(RuntimeObject* value) { ___U3CJsonEncoderU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CJsonEncoderU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CAuthenticationProviderU3Ek__BackingField_10() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CAuthenticationProviderU3Ek__BackingField_10)); } inline RuntimeObject* get_U3CAuthenticationProviderU3Ek__BackingField_10() const { return ___U3CAuthenticationProviderU3Ek__BackingField_10; } inline RuntimeObject** get_address_of_U3CAuthenticationProviderU3Ek__BackingField_10() { return &___U3CAuthenticationProviderU3Ek__BackingField_10; } inline void set_U3CAuthenticationProviderU3Ek__BackingField_10(RuntimeObject* value) { ___U3CAuthenticationProviderU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAuthenticationProviderU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CPingIntervalU3Ek__BackingField_11() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CPingIntervalU3Ek__BackingField_11)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CPingIntervalU3Ek__BackingField_11() const { return ___U3CPingIntervalU3Ek__BackingField_11; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CPingIntervalU3Ek__BackingField_11() { return &___U3CPingIntervalU3Ek__BackingField_11; } inline void set_U3CPingIntervalU3Ek__BackingField_11(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CPingIntervalU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CReconnectDelayU3Ek__BackingField_12() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CReconnectDelayU3Ek__BackingField_12)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CReconnectDelayU3Ek__BackingField_12() const { return ___U3CReconnectDelayU3Ek__BackingField_12; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CReconnectDelayU3Ek__BackingField_12() { return &___U3CReconnectDelayU3Ek__BackingField_12; } inline void set_U3CReconnectDelayU3Ek__BackingField_12(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CReconnectDelayU3Ek__BackingField_12 = value; } inline static int32_t get_offset_of_OnConnected_13() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnConnected_13)); } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * get_OnConnected_13() const { return ___OnConnected_13; } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** get_address_of_OnConnected_13() { return &___OnConnected_13; } inline void set_OnConnected_13(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * value) { ___OnConnected_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnected_13), (void*)value); } inline static int32_t get_offset_of_OnClosed_14() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnClosed_14)); } inline OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * get_OnClosed_14() const { return ___OnClosed_14; } inline OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA ** get_address_of_OnClosed_14() { return &___OnClosed_14; } inline void set_OnClosed_14(OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * value) { ___OnClosed_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnClosed_14), (void*)value); } inline static int32_t get_offset_of_OnError_15() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnError_15)); } inline OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * get_OnError_15() const { return ___OnError_15; } inline OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 ** get_address_of_OnError_15() { return &___OnError_15; } inline void set_OnError_15(OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * value) { ___OnError_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnError_15), (void*)value); } inline static int32_t get_offset_of_OnReconnecting_16() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnReconnecting_16)); } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * get_OnReconnecting_16() const { return ___OnReconnecting_16; } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** get_address_of_OnReconnecting_16() { return &___OnReconnecting_16; } inline void set_OnReconnecting_16(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * value) { ___OnReconnecting_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnReconnecting_16), (void*)value); } inline static int32_t get_offset_of_OnReconnected_17() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnReconnected_17)); } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * get_OnReconnected_17() const { return ___OnReconnected_17; } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** get_address_of_OnReconnected_17() { return &___OnReconnected_17; } inline void set_OnReconnected_17(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * value) { ___OnReconnected_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnReconnected_17), (void*)value); } inline static int32_t get_offset_of_OnStateChanged_18() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnStateChanged_18)); } inline OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * get_OnStateChanged_18() const { return ___OnStateChanged_18; } inline OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 ** get_address_of_OnStateChanged_18() { return &___OnStateChanged_18; } inline void set_OnStateChanged_18(OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * value) { ___OnStateChanged_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnStateChanged_18), (void*)value); } inline static int32_t get_offset_of_OnNonHubMessage_19() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnNonHubMessage_19)); } inline OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * get_OnNonHubMessage_19() const { return ___OnNonHubMessage_19; } inline OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 ** get_address_of_OnNonHubMessage_19() { return &___OnNonHubMessage_19; } inline void set_OnNonHubMessage_19(OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * value) { ___OnNonHubMessage_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnNonHubMessage_19), (void*)value); } inline static int32_t get_offset_of_U3CRequestPreparatorU3Ek__BackingField_20() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CRequestPreparatorU3Ek__BackingField_20)); } inline OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * get_U3CRequestPreparatorU3Ek__BackingField_20() const { return ___U3CRequestPreparatorU3Ek__BackingField_20; } inline OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 ** get_address_of_U3CRequestPreparatorU3Ek__BackingField_20() { return &___U3CRequestPreparatorU3Ek__BackingField_20; } inline void set_U3CRequestPreparatorU3Ek__BackingField_20(OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * value) { ___U3CRequestPreparatorU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRequestPreparatorU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_SyncRoot_21() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___SyncRoot_21)); } inline RuntimeObject * get_SyncRoot_21() const { return ___SyncRoot_21; } inline RuntimeObject ** get_address_of_SyncRoot_21() { return &___SyncRoot_21; } inline void set_SyncRoot_21(RuntimeObject * value) { ___SyncRoot_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___SyncRoot_21), (void*)value); } inline static int32_t get_offset_of_U3CClientMessageCounterU3Ek__BackingField_22() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CClientMessageCounterU3Ek__BackingField_22)); } inline uint64_t get_U3CClientMessageCounterU3Ek__BackingField_22() const { return ___U3CClientMessageCounterU3Ek__BackingField_22; } inline uint64_t* get_address_of_U3CClientMessageCounterU3Ek__BackingField_22() { return &___U3CClientMessageCounterU3Ek__BackingField_22; } inline void set_U3CClientMessageCounterU3Ek__BackingField_22(uint64_t value) { ___U3CClientMessageCounterU3Ek__BackingField_22 = value; } inline static int32_t get_offset_of_ClientProtocols_23() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ClientProtocols_23)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_ClientProtocols_23() const { return ___ClientProtocols_23; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_ClientProtocols_23() { return &___ClientProtocols_23; } inline void set_ClientProtocols_23(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___ClientProtocols_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClientProtocols_23), (void*)value); } inline static int32_t get_offset_of_RequestCounter_24() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___RequestCounter_24)); } inline uint64_t get_RequestCounter_24() const { return ___RequestCounter_24; } inline uint64_t* get_address_of_RequestCounter_24() { return &___RequestCounter_24; } inline void set_RequestCounter_24(uint64_t value) { ___RequestCounter_24 = value; } inline static int32_t get_offset_of_LastReceivedMessage_25() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___LastReceivedMessage_25)); } inline MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * get_LastReceivedMessage_25() const { return ___LastReceivedMessage_25; } inline MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 ** get_address_of_LastReceivedMessage_25() { return &___LastReceivedMessage_25; } inline void set_LastReceivedMessage_25(MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * value) { ___LastReceivedMessage_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___LastReceivedMessage_25), (void*)value); } inline static int32_t get_offset_of_GroupsToken_26() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___GroupsToken_26)); } inline String_t* get_GroupsToken_26() const { return ___GroupsToken_26; } inline String_t** get_address_of_GroupsToken_26() { return &___GroupsToken_26; } inline void set_GroupsToken_26(String_t* value) { ___GroupsToken_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___GroupsToken_26), (void*)value); } inline static int32_t get_offset_of_BufferedMessages_27() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___BufferedMessages_27)); } inline List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * get_BufferedMessages_27() const { return ___BufferedMessages_27; } inline List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 ** get_address_of_BufferedMessages_27() { return &___BufferedMessages_27; } inline void set_BufferedMessages_27(List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * value) { ___BufferedMessages_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___BufferedMessages_27), (void*)value); } inline static int32_t get_offset_of_LastMessageReceivedAt_28() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___LastMessageReceivedAt_28)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastMessageReceivedAt_28() const { return ___LastMessageReceivedAt_28; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastMessageReceivedAt_28() { return &___LastMessageReceivedAt_28; } inline void set_LastMessageReceivedAt_28(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastMessageReceivedAt_28 = value; } inline static int32_t get_offset_of_ReconnectStartedAt_29() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ReconnectStartedAt_29)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_ReconnectStartedAt_29() const { return ___ReconnectStartedAt_29; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_ReconnectStartedAt_29() { return &___ReconnectStartedAt_29; } inline void set_ReconnectStartedAt_29(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___ReconnectStartedAt_29 = value; } inline static int32_t get_offset_of_ReconnectDelayStartedAt_30() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ReconnectDelayStartedAt_30)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_ReconnectDelayStartedAt_30() const { return ___ReconnectDelayStartedAt_30; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_ReconnectDelayStartedAt_30() { return &___ReconnectDelayStartedAt_30; } inline void set_ReconnectDelayStartedAt_30(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___ReconnectDelayStartedAt_30 = value; } inline static int32_t get_offset_of_ReconnectStarted_31() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ReconnectStarted_31)); } inline bool get_ReconnectStarted_31() const { return ___ReconnectStarted_31; } inline bool* get_address_of_ReconnectStarted_31() { return &___ReconnectStarted_31; } inline void set_ReconnectStarted_31(bool value) { ___ReconnectStarted_31 = value; } inline static int32_t get_offset_of_LastPingSentAt_32() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___LastPingSentAt_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastPingSentAt_32() const { return ___LastPingSentAt_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastPingSentAt_32() { return &___LastPingSentAt_32; } inline void set_LastPingSentAt_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastPingSentAt_32 = value; } inline static int32_t get_offset_of_PingRequest_33() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___PingRequest_33)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_PingRequest_33() const { return ___PingRequest_33; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_PingRequest_33() { return &___PingRequest_33; } inline void set_PingRequest_33(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___PingRequest_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___PingRequest_33), (void*)value); } inline static int32_t get_offset_of_TransportConnectionStartedAt_34() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___TransportConnectionStartedAt_34)); } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D get_TransportConnectionStartedAt_34() const { return ___TransportConnectionStartedAt_34; } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * get_address_of_TransportConnectionStartedAt_34() { return &___TransportConnectionStartedAt_34; } inline void set_TransportConnectionStartedAt_34(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D value) { ___TransportConnectionStartedAt_34 = value; } inline static int32_t get_offset_of_queryBuilder_35() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___queryBuilder_35)); } inline StringBuilder_t * get_queryBuilder_35() const { return ___queryBuilder_35; } inline StringBuilder_t ** get_address_of_queryBuilder_35() { return &___queryBuilder_35; } inline void set_queryBuilder_35(StringBuilder_t * value) { ___queryBuilder_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___queryBuilder_35), (void*)value); } inline static int32_t get_offset_of_BuiltConnectionData_36() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___BuiltConnectionData_36)); } inline String_t* get_BuiltConnectionData_36() const { return ___BuiltConnectionData_36; } inline String_t** get_address_of_BuiltConnectionData_36() { return &___BuiltConnectionData_36; } inline void set_BuiltConnectionData_36(String_t* value) { ___BuiltConnectionData_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___BuiltConnectionData_36), (void*)value); } inline static int32_t get_offset_of_BuiltQueryParams_37() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___BuiltQueryParams_37)); } inline String_t* get_BuiltQueryParams_37() const { return ___BuiltQueryParams_37; } inline String_t** get_address_of_BuiltQueryParams_37() { return &___BuiltQueryParams_37; } inline void set_BuiltQueryParams_37(String_t* value) { ___BuiltQueryParams_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___BuiltQueryParams_37), (void*)value); } inline static int32_t get_offset_of_NextProtocolToTry_38() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___NextProtocolToTry_38)); } inline int32_t get_NextProtocolToTry_38() const { return ___NextProtocolToTry_38; } inline int32_t* get_address_of_NextProtocolToTry_38() { return &___NextProtocolToTry_38; } inline void set_NextProtocolToTry_38(int32_t value) { ___NextProtocolToTry_38 = value; } }; struct Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_StaticFields { public: // BestHTTP.SignalR.JsonEncoders.IJsonEncoder BestHTTP.SignalR.Connection::DefaultEncoder RuntimeObject* ___DefaultEncoder_0; public: inline static int32_t get_offset_of_DefaultEncoder_0() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_StaticFields, ___DefaultEncoder_0)); } inline RuntimeObject* get_DefaultEncoder_0() const { return ___DefaultEncoder_0; } inline RuntimeObject** get_address_of_DefaultEncoder_0() { return &___DefaultEncoder_0; } inline void set_DefaultEncoder_0(RuntimeObject* value) { ___DefaultEncoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultEncoder_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524 : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::mData ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mData_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::mPadBits int32_t ___mPadBits_4; public: inline static int32_t get_offset_of_mData_3() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524, ___mData_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mData_3() const { return ___mData_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mData_3() { return &___mData_3; } inline void set_mData_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mData_3), (void*)value); } inline static int32_t get_offset_of_mPadBits_4() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524, ___mPadBits_4)); } inline int32_t get_mPadBits_4() const { return ___mPadBits_4; } inline int32_t* get_address_of_mPadBits_4() { return &___mPadBits_4; } inline void set_mPadBits_4(int32_t value) { ___mPadBits_4 = value; } }; struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524_StaticFields { public: // System.Char[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::table CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___table_2; public: inline static int32_t get_offset_of_table_2() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_StaticFields, ___table_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_table_2() const { return ___table_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_table_2() { return &___table_2; } inline void set_table_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___table_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull struct DerNull_t020168AF07318033108544C00C803CD7AEB97239 : public Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::zeroBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___zeroBytes_3; public: inline static int32_t get_offset_of_zeroBytes_3() { return static_cast(offsetof(DerNull_t020168AF07318033108544C00C803CD7AEB97239, ___zeroBytes_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_zeroBytes_3() const { return ___zeroBytes_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_zeroBytes_3() { return &___zeroBytes_3; } inline void set_zeroBytes_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___zeroBytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___zeroBytes_3), (void*)value); } }; struct DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::Instance DerNull_t020168AF07318033108544C00C803CD7AEB97239 * ___Instance_2; public: inline static int32_t get_offset_of_Instance_2() { return static_cast(offsetof(DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields, ___Instance_2)); } inline DerNull_t020168AF07318033108544C00C803CD7AEB97239 * get_Instance_2() const { return ___Instance_2; } inline DerNull_t020168AF07318033108544C00C803CD7AEB97239 ** get_address_of_Instance_2() { return &___Instance_2; } inline void set_Instance_2(DerNull_t020168AF07318033108544C00C803CD7AEB97239 * value) { ___Instance_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 : public Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 : public Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 { public: public: }; struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::Empty DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * ___Empty_3; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields, ___Empty_3)); } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * get_Empty_3() const { return ___Empty_3; } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet struct DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA : public Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 { public: public: }; struct DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet::Empty DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * ___Empty_3; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_StaticFields, ___Empty_3)); } inline DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * get_Empty_3() const { return ___Empty_3; } inline DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E : public Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 { public: public: }; // BestHTTP.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.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestSink struct DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0 : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestSink::mDigest RuntimeObject* ___mDigest_6; public: inline static int32_t get_offset_of_mDigest_6() { return static_cast(offsetof(DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0, ___mDigest_6)); } inline RuntimeObject* get_mDigest_6() const { return ___mDigest_6; } inline RuntimeObject** get_address_of_mDigest_6() { return &___mDigest_6; } inline void set_mDigest_6(RuntimeObject* value) { ___mDigest_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mDigest_6), (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; } }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException struct GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA : public Exception_t { public: public: }; // BestHTTP.HTTPRequest struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 : public RuntimeObject { public: // System.Uri BestHTTP.HTTPRequest::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_3; // BestHTTP.HTTPMethods BestHTTP.HTTPRequest::k__BackingField uint8_t ___U3CMethodTypeU3Ek__BackingField_4; // System.Byte[] BestHTTP.HTTPRequest::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CRawDataU3Ek__BackingField_5; // System.IO.Stream BestHTTP.HTTPRequest::k__BackingField Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___U3CUploadStreamU3Ek__BackingField_6; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDisposeUploadStreamU3Ek__BackingField_7; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUseUploadStreamLengthU3Ek__BackingField_8; // BestHTTP.OnUploadProgressDelegate BestHTTP.HTTPRequest::OnUploadProgress OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * ___OnUploadProgress_9; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; // BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::k__BackingField OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * ___U3CCallbackU3Ek__BackingField_11; // BestHTTP.OnDownloadProgressDelegate BestHTTP.HTTPRequest::OnProgress OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * ___OnProgress_12; // BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::OnUpgraded OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * ___OnUpgraded_13; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDisableRetryU3Ek__BackingField_14; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CIsRedirectedU3Ek__BackingField_15; // System.Uri BestHTTP.HTTPRequest::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CRedirectUriU3Ek__BackingField_16; // BestHTTP.HTTPResponse BestHTTP.HTTPRequest::k__BackingField HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___U3CResponseU3Ek__BackingField_17; // BestHTTP.HTTPResponse BestHTTP.HTTPRequest::k__BackingField HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___U3CProxyResponseU3Ek__BackingField_18; // System.Exception BestHTTP.HTTPRequest::k__BackingField Exception_t * ___U3CExceptionU3Ek__BackingField_19; // System.Object BestHTTP.HTTPRequest::k__BackingField RuntimeObject * ___U3CTagU3Ek__BackingField_20; // BestHTTP.Authentication.Credentials BestHTTP.HTTPRequest::k__BackingField Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * ___U3CCredentialsU3Ek__BackingField_21; // BestHTTP.Proxy BestHTTP.HTTPRequest::k__BackingField Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * ___U3CProxyU3Ek__BackingField_22; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CMaxRedirectsU3Ek__BackingField_23; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUseAlternateSSLU3Ek__BackingField_24; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CIsCookiesEnabledU3Ek__BackingField_25; // System.Collections.Generic.List`1 BestHTTP.HTTPRequest::customCookies List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * ___customCookies_26; // BestHTTP.Forms.HTTPFormUsage BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CFormUsageU3Ek__BackingField_27; // BestHTTP.HTTPRequestStates BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CStateU3Ek__BackingField_28; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CRedirectCountU3Ek__BackingField_29; // System.Func`4 BestHTTP.HTTPRequest::CustomCertificationValidator Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * ___CustomCertificationValidator_30; // System.TimeSpan BestHTTP.HTTPRequest::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CConnectTimeoutU3Ek__BackingField_31; // System.TimeSpan BestHTTP.HTTPRequest::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CTimeoutU3Ek__BackingField_32; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CEnableTimoutForStreamingU3Ek__BackingField_33; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CPriorityU3Ek__BackingField_35; // Org.BouncyCastle.Crypto.Tls2.ICertificateVerifyer BestHTTP.HTTPRequest::k__BackingField RuntimeObject* ___U3CCustomCertificateVerifyerU3Ek__BackingField_36; // Org.BouncyCastle.Crypto.Tls2.IClientCredentialsProvider BestHTTP.HTTPRequest::k__BackingField RuntimeObject* ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; // System.Collections.Generic.List`1 BestHTTP.HTTPRequest::k__BackingField List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___U3CCustomTLSServerNameListU3Ek__BackingField_38; // BestHTTP.SupportedProtocols BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CProtocolHandlerU3Ek__BackingField_39; // BestHTTP.OnBeforeRedirectionDelegate BestHTTP.HTTPRequest::onBeforeRedirection OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * ___onBeforeRedirection_40; // BestHTTP.OnBeforeHeaderSendDelegate BestHTTP.HTTPRequest::_onBeforeHeaderSend OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * ____onBeforeHeaderSend_41; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CDownloadedU3Ek__BackingField_43; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CDownloadLengthU3Ek__BackingField_44; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDownloadProgressChangedU3Ek__BackingField_45; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CUploadedU3Ek__BackingField_46; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CUploadLengthU3Ek__BackingField_47; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUploadProgressChangedU3Ek__BackingField_48; // System.Boolean BestHTTP.HTTPRequest::isKeepAlive bool ___isKeepAlive_49; // System.Boolean BestHTTP.HTTPRequest::disableCache bool ___disableCache_50; // System.Boolean BestHTTP.HTTPRequest::cacheOnly bool ___cacheOnly_51; // System.Int32 BestHTTP.HTTPRequest::streamFragmentSize int32_t ___streamFragmentSize_52; // System.Boolean BestHTTP.HTTPRequest::useStreaming bool ___useStreaming_53; // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPRequest::k__BackingField Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * ___U3CHeadersU3Ek__BackingField_54; // BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FieldCollector HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * ___FieldCollector_55; // BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FormImpl HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * ___FormImpl_56; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_3() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUriU3Ek__BackingField_3)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_3() const { return ___U3CUriU3Ek__BackingField_3; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_3() { return &___U3CUriU3Ek__BackingField_3; } inline void set_U3CUriU3Ek__BackingField_3(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CMethodTypeU3Ek__BackingField_4() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMethodTypeU3Ek__BackingField_4)); } inline uint8_t get_U3CMethodTypeU3Ek__BackingField_4() const { return ___U3CMethodTypeU3Ek__BackingField_4; } inline uint8_t* get_address_of_U3CMethodTypeU3Ek__BackingField_4() { return &___U3CMethodTypeU3Ek__BackingField_4; } inline void set_U3CMethodTypeU3Ek__BackingField_4(uint8_t value) { ___U3CMethodTypeU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CRawDataU3Ek__BackingField_5() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRawDataU3Ek__BackingField_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CRawDataU3Ek__BackingField_5() const { return ___U3CRawDataU3Ek__BackingField_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CRawDataU3Ek__BackingField_5() { return &___U3CRawDataU3Ek__BackingField_5; } inline void set_U3CRawDataU3Ek__BackingField_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CRawDataU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRawDataU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CUploadStreamU3Ek__BackingField_6() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadStreamU3Ek__BackingField_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_U3CUploadStreamU3Ek__BackingField_6() const { return ___U3CUploadStreamU3Ek__BackingField_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_U3CUploadStreamU3Ek__BackingField_6() { return &___U3CUploadStreamU3Ek__BackingField_6; } inline void set_U3CUploadStreamU3Ek__BackingField_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___U3CUploadStreamU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUploadStreamU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDisposeUploadStreamU3Ek__BackingField_7)); } inline bool get_U3CDisposeUploadStreamU3Ek__BackingField_7() const { return ___U3CDisposeUploadStreamU3Ek__BackingField_7; } inline bool* get_address_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return &___U3CDisposeUploadStreamU3Ek__BackingField_7; } inline void set_U3CDisposeUploadStreamU3Ek__BackingField_7(bool value) { ___U3CDisposeUploadStreamU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUseUploadStreamLengthU3Ek__BackingField_8)); } inline bool get_U3CUseUploadStreamLengthU3Ek__BackingField_8() const { return ___U3CUseUploadStreamLengthU3Ek__BackingField_8; } inline bool* get_address_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return &___U3CUseUploadStreamLengthU3Ek__BackingField_8; } inline void set_U3CUseUploadStreamLengthU3Ek__BackingField_8(bool value) { ___U3CUseUploadStreamLengthU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_OnUploadProgress_9() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnUploadProgress_9)); } inline OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * get_OnUploadProgress_9() const { return ___OnUploadProgress_9; } inline OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D ** get_address_of_OnUploadProgress_9() { return &___OnUploadProgress_9; } inline void set_OnUploadProgress_9(OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * value) { ___OnUploadProgress_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnUploadProgress_9), (void*)value); } inline static int32_t get_offset_of_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10)); } inline int32_t get_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() const { return ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; } inline int32_t* get_address_of_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() { return &___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; } inline void set_U3CMaxFragmentQueueLengthU3Ek__BackingField_10(int32_t value) { ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CCallbackU3Ek__BackingField_11() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCallbackU3Ek__BackingField_11)); } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * get_U3CCallbackU3Ek__BackingField_11() const { return ___U3CCallbackU3Ek__BackingField_11; } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 ** get_address_of_U3CCallbackU3Ek__BackingField_11() { return &___U3CCallbackU3Ek__BackingField_11; } inline void set_U3CCallbackU3Ek__BackingField_11(OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * value) { ___U3CCallbackU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCallbackU3Ek__BackingField_11), (void*)value); } inline static int32_t get_offset_of_OnProgress_12() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnProgress_12)); } inline OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * get_OnProgress_12() const { return ___OnProgress_12; } inline OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 ** get_address_of_OnProgress_12() { return &___OnProgress_12; } inline void set_OnProgress_12(OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * value) { ___OnProgress_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnProgress_12), (void*)value); } inline static int32_t get_offset_of_OnUpgraded_13() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnUpgraded_13)); } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * get_OnUpgraded_13() const { return ___OnUpgraded_13; } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 ** get_address_of_OnUpgraded_13() { return &___OnUpgraded_13; } inline void set_OnUpgraded_13(OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * value) { ___OnUpgraded_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnUpgraded_13), (void*)value); } inline static int32_t get_offset_of_U3CDisableRetryU3Ek__BackingField_14() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDisableRetryU3Ek__BackingField_14)); } inline bool get_U3CDisableRetryU3Ek__BackingField_14() const { return ___U3CDisableRetryU3Ek__BackingField_14; } inline bool* get_address_of_U3CDisableRetryU3Ek__BackingField_14() { return &___U3CDisableRetryU3Ek__BackingField_14; } inline void set_U3CDisableRetryU3Ek__BackingField_14(bool value) { ___U3CDisableRetryU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CIsRedirectedU3Ek__BackingField_15() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CIsRedirectedU3Ek__BackingField_15)); } inline bool get_U3CIsRedirectedU3Ek__BackingField_15() const { return ___U3CIsRedirectedU3Ek__BackingField_15; } inline bool* get_address_of_U3CIsRedirectedU3Ek__BackingField_15() { return &___U3CIsRedirectedU3Ek__BackingField_15; } inline void set_U3CIsRedirectedU3Ek__BackingField_15(bool value) { ___U3CIsRedirectedU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_U3CRedirectUriU3Ek__BackingField_16() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRedirectUriU3Ek__BackingField_16)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CRedirectUriU3Ek__BackingField_16() const { return ___U3CRedirectUriU3Ek__BackingField_16; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CRedirectUriU3Ek__BackingField_16() { return &___U3CRedirectUriU3Ek__BackingField_16; } inline void set_U3CRedirectUriU3Ek__BackingField_16(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CRedirectUriU3Ek__BackingField_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRedirectUriU3Ek__BackingField_16), (void*)value); } inline static int32_t get_offset_of_U3CResponseU3Ek__BackingField_17() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CResponseU3Ek__BackingField_17)); } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * get_U3CResponseU3Ek__BackingField_17() const { return ___U3CResponseU3Ek__BackingField_17; } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD ** get_address_of_U3CResponseU3Ek__BackingField_17() { return &___U3CResponseU3Ek__BackingField_17; } inline void set_U3CResponseU3Ek__BackingField_17(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * value) { ___U3CResponseU3Ek__BackingField_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResponseU3Ek__BackingField_17), (void*)value); } inline static int32_t get_offset_of_U3CProxyResponseU3Ek__BackingField_18() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProxyResponseU3Ek__BackingField_18)); } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * get_U3CProxyResponseU3Ek__BackingField_18() const { return ___U3CProxyResponseU3Ek__BackingField_18; } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD ** get_address_of_U3CProxyResponseU3Ek__BackingField_18() { return &___U3CProxyResponseU3Ek__BackingField_18; } inline void set_U3CProxyResponseU3Ek__BackingField_18(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * value) { ___U3CProxyResponseU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyResponseU3Ek__BackingField_18), (void*)value); } inline static int32_t get_offset_of_U3CExceptionU3Ek__BackingField_19() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CExceptionU3Ek__BackingField_19)); } inline Exception_t * get_U3CExceptionU3Ek__BackingField_19() const { return ___U3CExceptionU3Ek__BackingField_19; } inline Exception_t ** get_address_of_U3CExceptionU3Ek__BackingField_19() { return &___U3CExceptionU3Ek__BackingField_19; } inline void set_U3CExceptionU3Ek__BackingField_19(Exception_t * value) { ___U3CExceptionU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExceptionU3Ek__BackingField_19), (void*)value); } inline static int32_t get_offset_of_U3CTagU3Ek__BackingField_20() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTagU3Ek__BackingField_20)); } inline RuntimeObject * get_U3CTagU3Ek__BackingField_20() const { return ___U3CTagU3Ek__BackingField_20; } inline RuntimeObject ** get_address_of_U3CTagU3Ek__BackingField_20() { return &___U3CTagU3Ek__BackingField_20; } inline void set_U3CTagU3Ek__BackingField_20(RuntimeObject * value) { ___U3CTagU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTagU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_U3CCredentialsU3Ek__BackingField_21() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCredentialsU3Ek__BackingField_21)); } inline Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * get_U3CCredentialsU3Ek__BackingField_21() const { return ___U3CCredentialsU3Ek__BackingField_21; } inline Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 ** get_address_of_U3CCredentialsU3Ek__BackingField_21() { return &___U3CCredentialsU3Ek__BackingField_21; } inline void set_U3CCredentialsU3Ek__BackingField_21(Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * value) { ___U3CCredentialsU3Ek__BackingField_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCredentialsU3Ek__BackingField_21), (void*)value); } inline static int32_t get_offset_of_U3CProxyU3Ek__BackingField_22() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProxyU3Ek__BackingField_22)); } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * get_U3CProxyU3Ek__BackingField_22() const { return ___U3CProxyU3Ek__BackingField_22; } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 ** get_address_of_U3CProxyU3Ek__BackingField_22() { return &___U3CProxyU3Ek__BackingField_22; } inline void set_U3CProxyU3Ek__BackingField_22(Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * value) { ___U3CProxyU3Ek__BackingField_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyU3Ek__BackingField_22), (void*)value); } inline static int32_t get_offset_of_U3CMaxRedirectsU3Ek__BackingField_23() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMaxRedirectsU3Ek__BackingField_23)); } inline int32_t get_U3CMaxRedirectsU3Ek__BackingField_23() const { return ___U3CMaxRedirectsU3Ek__BackingField_23; } inline int32_t* get_address_of_U3CMaxRedirectsU3Ek__BackingField_23() { return &___U3CMaxRedirectsU3Ek__BackingField_23; } inline void set_U3CMaxRedirectsU3Ek__BackingField_23(int32_t value) { ___U3CMaxRedirectsU3Ek__BackingField_23 = value; } inline static int32_t get_offset_of_U3CUseAlternateSSLU3Ek__BackingField_24() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUseAlternateSSLU3Ek__BackingField_24)); } inline bool get_U3CUseAlternateSSLU3Ek__BackingField_24() const { return ___U3CUseAlternateSSLU3Ek__BackingField_24; } inline bool* get_address_of_U3CUseAlternateSSLU3Ek__BackingField_24() { return &___U3CUseAlternateSSLU3Ek__BackingField_24; } inline void set_U3CUseAlternateSSLU3Ek__BackingField_24(bool value) { ___U3CUseAlternateSSLU3Ek__BackingField_24 = value; } inline static int32_t get_offset_of_U3CIsCookiesEnabledU3Ek__BackingField_25() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CIsCookiesEnabledU3Ek__BackingField_25)); } inline bool get_U3CIsCookiesEnabledU3Ek__BackingField_25() const { return ___U3CIsCookiesEnabledU3Ek__BackingField_25; } inline bool* get_address_of_U3CIsCookiesEnabledU3Ek__BackingField_25() { return &___U3CIsCookiesEnabledU3Ek__BackingField_25; } inline void set_U3CIsCookiesEnabledU3Ek__BackingField_25(bool value) { ___U3CIsCookiesEnabledU3Ek__BackingField_25 = value; } inline static int32_t get_offset_of_customCookies_26() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___customCookies_26)); } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * get_customCookies_26() const { return ___customCookies_26; } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 ** get_address_of_customCookies_26() { return &___customCookies_26; } inline void set_customCookies_26(List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * value) { ___customCookies_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___customCookies_26), (void*)value); } inline static int32_t get_offset_of_U3CFormUsageU3Ek__BackingField_27() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CFormUsageU3Ek__BackingField_27)); } inline int32_t get_U3CFormUsageU3Ek__BackingField_27() const { return ___U3CFormUsageU3Ek__BackingField_27; } inline int32_t* get_address_of_U3CFormUsageU3Ek__BackingField_27() { return &___U3CFormUsageU3Ek__BackingField_27; } inline void set_U3CFormUsageU3Ek__BackingField_27(int32_t value) { ___U3CFormUsageU3Ek__BackingField_27 = value; } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_28() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CStateU3Ek__BackingField_28)); } inline int32_t get_U3CStateU3Ek__BackingField_28() const { return ___U3CStateU3Ek__BackingField_28; } inline int32_t* get_address_of_U3CStateU3Ek__BackingField_28() { return &___U3CStateU3Ek__BackingField_28; } inline void set_U3CStateU3Ek__BackingField_28(int32_t value) { ___U3CStateU3Ek__BackingField_28 = value; } inline static int32_t get_offset_of_U3CRedirectCountU3Ek__BackingField_29() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRedirectCountU3Ek__BackingField_29)); } inline int32_t get_U3CRedirectCountU3Ek__BackingField_29() const { return ___U3CRedirectCountU3Ek__BackingField_29; } inline int32_t* get_address_of_U3CRedirectCountU3Ek__BackingField_29() { return &___U3CRedirectCountU3Ek__BackingField_29; } inline void set_U3CRedirectCountU3Ek__BackingField_29(int32_t value) { ___U3CRedirectCountU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_CustomCertificationValidator_30() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___CustomCertificationValidator_30)); } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * get_CustomCertificationValidator_30() const { return ___CustomCertificationValidator_30; } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 ** get_address_of_CustomCertificationValidator_30() { return &___CustomCertificationValidator_30; } inline void set_CustomCertificationValidator_30(Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * value) { ___CustomCertificationValidator_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___CustomCertificationValidator_30), (void*)value); } inline static int32_t get_offset_of_U3CConnectTimeoutU3Ek__BackingField_31() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CConnectTimeoutU3Ek__BackingField_31)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CConnectTimeoutU3Ek__BackingField_31() const { return ___U3CConnectTimeoutU3Ek__BackingField_31; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CConnectTimeoutU3Ek__BackingField_31() { return &___U3CConnectTimeoutU3Ek__BackingField_31; } inline void set_U3CConnectTimeoutU3Ek__BackingField_31(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CConnectTimeoutU3Ek__BackingField_31 = value; } inline static int32_t get_offset_of_U3CTimeoutU3Ek__BackingField_32() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTimeoutU3Ek__BackingField_32)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CTimeoutU3Ek__BackingField_32() const { return ___U3CTimeoutU3Ek__BackingField_32; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CTimeoutU3Ek__BackingField_32() { return &___U3CTimeoutU3Ek__BackingField_32; } inline void set_U3CTimeoutU3Ek__BackingField_32(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CTimeoutU3Ek__BackingField_32 = value; } inline static int32_t get_offset_of_U3CEnableTimoutForStreamingU3Ek__BackingField_33() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CEnableTimoutForStreamingU3Ek__BackingField_33)); } inline bool get_U3CEnableTimoutForStreamingU3Ek__BackingField_33() const { return ___U3CEnableTimoutForStreamingU3Ek__BackingField_33; } inline bool* get_address_of_U3CEnableTimoutForStreamingU3Ek__BackingField_33() { return &___U3CEnableTimoutForStreamingU3Ek__BackingField_33; } inline void set_U3CEnableTimoutForStreamingU3Ek__BackingField_33(bool value) { ___U3CEnableTimoutForStreamingU3Ek__BackingField_33 = value; } inline static int32_t get_offset_of_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34)); } inline bool get_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() const { return ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; } inline bool* get_address_of_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() { return &___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; } inline void set_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34(bool value) { ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34 = value; } inline static int32_t get_offset_of_U3CPriorityU3Ek__BackingField_35() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CPriorityU3Ek__BackingField_35)); } inline int32_t get_U3CPriorityU3Ek__BackingField_35() const { return ___U3CPriorityU3Ek__BackingField_35; } inline int32_t* get_address_of_U3CPriorityU3Ek__BackingField_35() { return &___U3CPriorityU3Ek__BackingField_35; } inline void set_U3CPriorityU3Ek__BackingField_35(int32_t value) { ___U3CPriorityU3Ek__BackingField_35 = value; } inline static int32_t get_offset_of_U3CCustomCertificateVerifyerU3Ek__BackingField_36() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomCertificateVerifyerU3Ek__BackingField_36)); } inline RuntimeObject* get_U3CCustomCertificateVerifyerU3Ek__BackingField_36() const { return ___U3CCustomCertificateVerifyerU3Ek__BackingField_36; } inline RuntimeObject** get_address_of_U3CCustomCertificateVerifyerU3Ek__BackingField_36() { return &___U3CCustomCertificateVerifyerU3Ek__BackingField_36; } inline void set_U3CCustomCertificateVerifyerU3Ek__BackingField_36(RuntimeObject* value) { ___U3CCustomCertificateVerifyerU3Ek__BackingField_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomCertificateVerifyerU3Ek__BackingField_36), (void*)value); } inline static int32_t get_offset_of_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37)); } inline RuntimeObject* get_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() const { return ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; } inline RuntimeObject** get_address_of_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() { return &___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; } inline void set_U3CCustomClientCredentialsProviderU3Ek__BackingField_37(RuntimeObject* value) { ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomClientCredentialsProviderU3Ek__BackingField_37), (void*)value); } inline static int32_t get_offset_of_U3CCustomTLSServerNameListU3Ek__BackingField_38() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomTLSServerNameListU3Ek__BackingField_38)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_U3CCustomTLSServerNameListU3Ek__BackingField_38() const { return ___U3CCustomTLSServerNameListU3Ek__BackingField_38; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_U3CCustomTLSServerNameListU3Ek__BackingField_38() { return &___U3CCustomTLSServerNameListU3Ek__BackingField_38; } inline void set_U3CCustomTLSServerNameListU3Ek__BackingField_38(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___U3CCustomTLSServerNameListU3Ek__BackingField_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomTLSServerNameListU3Ek__BackingField_38), (void*)value); } inline static int32_t get_offset_of_U3CProtocolHandlerU3Ek__BackingField_39() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProtocolHandlerU3Ek__BackingField_39)); } inline int32_t get_U3CProtocolHandlerU3Ek__BackingField_39() const { return ___U3CProtocolHandlerU3Ek__BackingField_39; } inline int32_t* get_address_of_U3CProtocolHandlerU3Ek__BackingField_39() { return &___U3CProtocolHandlerU3Ek__BackingField_39; } inline void set_U3CProtocolHandlerU3Ek__BackingField_39(int32_t value) { ___U3CProtocolHandlerU3Ek__BackingField_39 = value; } inline static int32_t get_offset_of_onBeforeRedirection_40() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___onBeforeRedirection_40)); } inline OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * get_onBeforeRedirection_40() const { return ___onBeforeRedirection_40; } inline OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 ** get_address_of_onBeforeRedirection_40() { return &___onBeforeRedirection_40; } inline void set_onBeforeRedirection_40(OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * value) { ___onBeforeRedirection_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___onBeforeRedirection_40), (void*)value); } inline static int32_t get_offset_of__onBeforeHeaderSend_41() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ____onBeforeHeaderSend_41)); } inline OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * get__onBeforeHeaderSend_41() const { return ____onBeforeHeaderSend_41; } inline OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F ** get_address_of__onBeforeHeaderSend_41() { return &____onBeforeHeaderSend_41; } inline void set__onBeforeHeaderSend_41(OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * value) { ____onBeforeHeaderSend_41 = value; Il2CppCodeGenWriteBarrier((void**)(&____onBeforeHeaderSend_41), (void*)value); } inline static int32_t get_offset_of_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42)); } inline bool get_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() const { return ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; } inline bool* get_address_of_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() { return &___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; } inline void set_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42(bool value) { ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42 = value; } inline static int32_t get_offset_of_U3CDownloadedU3Ek__BackingField_43() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadedU3Ek__BackingField_43)); } inline int64_t get_U3CDownloadedU3Ek__BackingField_43() const { return ___U3CDownloadedU3Ek__BackingField_43; } inline int64_t* get_address_of_U3CDownloadedU3Ek__BackingField_43() { return &___U3CDownloadedU3Ek__BackingField_43; } inline void set_U3CDownloadedU3Ek__BackingField_43(int64_t value) { ___U3CDownloadedU3Ek__BackingField_43 = value; } inline static int32_t get_offset_of_U3CDownloadLengthU3Ek__BackingField_44() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadLengthU3Ek__BackingField_44)); } inline int64_t get_U3CDownloadLengthU3Ek__BackingField_44() const { return ___U3CDownloadLengthU3Ek__BackingField_44; } inline int64_t* get_address_of_U3CDownloadLengthU3Ek__BackingField_44() { return &___U3CDownloadLengthU3Ek__BackingField_44; } inline void set_U3CDownloadLengthU3Ek__BackingField_44(int64_t value) { ___U3CDownloadLengthU3Ek__BackingField_44 = value; } inline static int32_t get_offset_of_U3CDownloadProgressChangedU3Ek__BackingField_45() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadProgressChangedU3Ek__BackingField_45)); } inline bool get_U3CDownloadProgressChangedU3Ek__BackingField_45() const { return ___U3CDownloadProgressChangedU3Ek__BackingField_45; } inline bool* get_address_of_U3CDownloadProgressChangedU3Ek__BackingField_45() { return &___U3CDownloadProgressChangedU3Ek__BackingField_45; } inline void set_U3CDownloadProgressChangedU3Ek__BackingField_45(bool value) { ___U3CDownloadProgressChangedU3Ek__BackingField_45 = value; } inline static int32_t get_offset_of_U3CUploadedU3Ek__BackingField_46() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadedU3Ek__BackingField_46)); } inline int64_t get_U3CUploadedU3Ek__BackingField_46() const { return ___U3CUploadedU3Ek__BackingField_46; } inline int64_t* get_address_of_U3CUploadedU3Ek__BackingField_46() { return &___U3CUploadedU3Ek__BackingField_46; } inline void set_U3CUploadedU3Ek__BackingField_46(int64_t value) { ___U3CUploadedU3Ek__BackingField_46 = value; } inline static int32_t get_offset_of_U3CUploadLengthU3Ek__BackingField_47() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadLengthU3Ek__BackingField_47)); } inline int64_t get_U3CUploadLengthU3Ek__BackingField_47() const { return ___U3CUploadLengthU3Ek__BackingField_47; } inline int64_t* get_address_of_U3CUploadLengthU3Ek__BackingField_47() { return &___U3CUploadLengthU3Ek__BackingField_47; } inline void set_U3CUploadLengthU3Ek__BackingField_47(int64_t value) { ___U3CUploadLengthU3Ek__BackingField_47 = value; } inline static int32_t get_offset_of_U3CUploadProgressChangedU3Ek__BackingField_48() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadProgressChangedU3Ek__BackingField_48)); } inline bool get_U3CUploadProgressChangedU3Ek__BackingField_48() const { return ___U3CUploadProgressChangedU3Ek__BackingField_48; } inline bool* get_address_of_U3CUploadProgressChangedU3Ek__BackingField_48() { return &___U3CUploadProgressChangedU3Ek__BackingField_48; } inline void set_U3CUploadProgressChangedU3Ek__BackingField_48(bool value) { ___U3CUploadProgressChangedU3Ek__BackingField_48 = value; } inline static int32_t get_offset_of_isKeepAlive_49() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___isKeepAlive_49)); } inline bool get_isKeepAlive_49() const { return ___isKeepAlive_49; } inline bool* get_address_of_isKeepAlive_49() { return &___isKeepAlive_49; } inline void set_isKeepAlive_49(bool value) { ___isKeepAlive_49 = value; } inline static int32_t get_offset_of_disableCache_50() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___disableCache_50)); } inline bool get_disableCache_50() const { return ___disableCache_50; } inline bool* get_address_of_disableCache_50() { return &___disableCache_50; } inline void set_disableCache_50(bool value) { ___disableCache_50 = value; } inline static int32_t get_offset_of_cacheOnly_51() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___cacheOnly_51)); } inline bool get_cacheOnly_51() const { return ___cacheOnly_51; } inline bool* get_address_of_cacheOnly_51() { return &___cacheOnly_51; } inline void set_cacheOnly_51(bool value) { ___cacheOnly_51 = value; } inline static int32_t get_offset_of_streamFragmentSize_52() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___streamFragmentSize_52)); } inline int32_t get_streamFragmentSize_52() const { return ___streamFragmentSize_52; } inline int32_t* get_address_of_streamFragmentSize_52() { return &___streamFragmentSize_52; } inline void set_streamFragmentSize_52(int32_t value) { ___streamFragmentSize_52 = value; } inline static int32_t get_offset_of_useStreaming_53() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___useStreaming_53)); } inline bool get_useStreaming_53() const { return ___useStreaming_53; } inline bool* get_address_of_useStreaming_53() { return &___useStreaming_53; } inline void set_useStreaming_53(bool value) { ___useStreaming_53 = value; } inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_54() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CHeadersU3Ek__BackingField_54)); } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * get_U3CHeadersU3Ek__BackingField_54() const { return ___U3CHeadersU3Ek__BackingField_54; } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 ** get_address_of_U3CHeadersU3Ek__BackingField_54() { return &___U3CHeadersU3Ek__BackingField_54; } inline void set_U3CHeadersU3Ek__BackingField_54(Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * value) { ___U3CHeadersU3Ek__BackingField_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_54), (void*)value); } inline static int32_t get_offset_of_FieldCollector_55() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___FieldCollector_55)); } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * get_FieldCollector_55() const { return ___FieldCollector_55; } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 ** get_address_of_FieldCollector_55() { return &___FieldCollector_55; } inline void set_FieldCollector_55(HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * value) { ___FieldCollector_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___FieldCollector_55), (void*)value); } inline static int32_t get_offset_of_FormImpl_56() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___FormImpl_56)); } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * get_FormImpl_56() const { return ___FormImpl_56; } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 ** get_address_of_FormImpl_56() { return &___FormImpl_56; } inline void set_FormImpl_56(HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * value) { ___FormImpl_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___FormImpl_56), (void*)value); } }; struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields { public: // System.Byte[] BestHTTP.HTTPRequest::EOL ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___EOL_0; // System.String[] BestHTTP.HTTPRequest::MethodNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___MethodNames_1; // System.Int32 BestHTTP.HTTPRequest::UploadChunkSize int32_t ___UploadChunkSize_2; public: inline static int32_t get_offset_of_EOL_0() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___EOL_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_EOL_0() const { return ___EOL_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_EOL_0() { return &___EOL_0; } inline void set_EOL_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___EOL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EOL_0), (void*)value); } inline static int32_t get_offset_of_MethodNames_1() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___MethodNames_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_MethodNames_1() const { return ___MethodNames_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_MethodNames_1() { return &___MethodNames_1; } inline void set_MethodNames_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___MethodNames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___MethodNames_1), (void*)value); } inline static int32_t get_offset_of_UploadChunkSize_2() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___UploadChunkSize_2)); } inline int32_t get_UploadChunkSize_2() const { return ___UploadChunkSize_2; } inline int32_t* get_address_of_UploadChunkSize_2() { return &___UploadChunkSize_2; } inline void set_UploadChunkSize_2(int32_t value) { ___UploadChunkSize_2 = value; } }; // BestHTTP.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; }; // UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A { public: // UnityEngine.UI.Navigation/Mode UnityEngine.UI.Navigation::m_Mode int32_t ___m_Mode_0; // System.Boolean UnityEngine.UI.Navigation::m_WrapAround bool ___m_WrapAround_1; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnUp Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; public: inline static int32_t get_offset_of_m_Mode_0() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_Mode_0)); } inline int32_t get_m_Mode_0() const { return ___m_Mode_0; } inline int32_t* get_address_of_m_Mode_0() { return &___m_Mode_0; } inline void set_m_Mode_0(int32_t value) { ___m_Mode_0 = value; } inline static int32_t get_offset_of_m_WrapAround_1() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_WrapAround_1)); } inline bool get_m_WrapAround_1() const { return ___m_WrapAround_1; } inline bool* get_address_of_m_WrapAround_1() { return &___m_WrapAround_1; } inline void set_m_WrapAround_1(bool value) { ___m_WrapAround_1 = value; } inline static int32_t get_offset_of_m_SelectOnUp_2() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnUp_2)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnUp_2() const { return ___m_SelectOnUp_2; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnUp_2() { return &___m_SelectOnUp_2; } inline void set_m_SelectOnUp_2(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnUp_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnUp_2), (void*)value); } inline static int32_t get_offset_of_m_SelectOnDown_3() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnDown_3)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnDown_3() const { return ___m_SelectOnDown_3; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnDown_3() { return &___m_SelectOnDown_3; } inline void set_m_SelectOnDown_3(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnDown_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnDown_3), (void*)value); } inline static int32_t get_offset_of_m_SelectOnLeft_4() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnLeft_4)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnLeft_4() const { return ___m_SelectOnLeft_4; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnLeft_4() { return &___m_SelectOnLeft_4; } inline void set_m_SelectOnLeft_4(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnLeft_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnLeft_4), (void*)value); } inline static int32_t get_offset_of_m_SelectOnRight_5() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnRight_5)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnRight_5() const { return ___m_SelectOnRight_5; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnRight_5() { return &___m_SelectOnRight_5; } inline void set_m_SelectOnRight_5(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnRight_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnRight_5), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_marshaled_pinvoke { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; }; // Native definition for COM marshalling of UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_marshaled_com { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException struct SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA : public Exception_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignerInputBuffer struct SignerInputBuffer_t4D8817DAFF2A9470AF8F642D77F17B84F6252CBF : public MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerSink struct SignerSink_tD8D17441864F2FD3C6FDBE457D3C3D88F1588B43 : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerSink::mSigner RuntimeObject* ___mSigner_6; public: inline static int32_t get_offset_of_mSigner_6() { return static_cast(offsetof(SignerSink_tD8D17441864F2FD3C6FDBE457D3C3D88F1588B43, ___mSigner_6)); } inline RuntimeObject* get_mSigner_6() const { return ___mSigner_6; } inline RuntimeObject** get_address_of_mSigner_6() { return &___mSigner_6; } inline void set_mSigner_6(RuntimeObject* value) { ___mSigner_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSigner_6), (void*)value); } }; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // BestHTTP.SignalR.Transports.TransportBase struct TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC : public RuntimeObject { public: // System.String BestHTTP.SignalR.Transports.TransportBase::k__BackingField String_t* ___U3CNameU3Ek__BackingField_1; // BestHTTP.SignalR.IConnection BestHTTP.SignalR.Transports.TransportBase::k__BackingField RuntimeObject* ___U3CConnectionU3Ek__BackingField_2; // BestHTTP.SignalR.TransportStates BestHTTP.SignalR.Transports.TransportBase::_state int32_t ____state_3; // BestHTTP.SignalR.Transports.OnTransportStateChangedDelegate BestHTTP.SignalR.Transports.TransportBase::OnStateChanged OnTransportStateChangedDelegate_t0B3FDEA307B3DBE1EC22A4A7E4DF6493D2CF1AC3 * ___OnStateChanged_4; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_1() { return static_cast(offsetof(TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC, ___U3CNameU3Ek__BackingField_1)); } inline String_t* get_U3CNameU3Ek__BackingField_1() const { return ___U3CNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_1() { return &___U3CNameU3Ek__BackingField_1; } inline void set_U3CNameU3Ek__BackingField_1(String_t* value) { ___U3CNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNameU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CConnectionU3Ek__BackingField_2() { return static_cast(offsetof(TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC, ___U3CConnectionU3Ek__BackingField_2)); } inline RuntimeObject* get_U3CConnectionU3Ek__BackingField_2() const { return ___U3CConnectionU3Ek__BackingField_2; } inline RuntimeObject** get_address_of_U3CConnectionU3Ek__BackingField_2() { return &___U3CConnectionU3Ek__BackingField_2; } inline void set_U3CConnectionU3Ek__BackingField_2(RuntimeObject* value) { ___U3CConnectionU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConnectionU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of__state_3() { return static_cast(offsetof(TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC, ____state_3)); } inline int32_t get__state_3() const { return ____state_3; } inline int32_t* get_address_of__state_3() { return &____state_3; } inline void set__state_3(int32_t value) { ____state_3 = value; } inline static int32_t get_offset_of_OnStateChanged_4() { return static_cast(offsetof(TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC, ___OnStateChanged_4)); } inline OnTransportStateChangedDelegate_t0B3FDEA307B3DBE1EC22A4A7E4DF6493D2CF1AC3 * get_OnStateChanged_4() const { return ___OnStateChanged_4; } inline OnTransportStateChangedDelegate_t0B3FDEA307B3DBE1EC22A4A7E4DF6493D2CF1AC3 ** get_address_of_OnStateChanged_4() { return &___OnStateChanged_4; } inline void set_OnStateChanged_4(OnTransportStateChangedDelegate_t0B3FDEA307B3DBE1EC22A4A7E4DF6493D2CF1AC3 * value) { ___OnStateChanged_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnStateChanged_4), (void*)value); } }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri/UriInfo System.Uri::m_Info UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; public: inline static int32_t get_offset_of_m_String_16() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_String_16)); } inline String_t* get_m_String_16() const { return ___m_String_16; } inline String_t** get_address_of_m_String_16() { return &___m_String_16; } inline void set_m_String_16(String_t* value) { ___m_String_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_originalUnicodeString_17)); } inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; } inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; } inline void set_m_originalUnicodeString_17(String_t* value) { ___m_originalUnicodeString_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value); } inline static int32_t get_offset_of_m_Syntax_18() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Syntax_18)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_m_Syntax_18() const { return ___m_Syntax_18; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; } inline void set_m_Syntax_18(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___m_Syntax_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_DnsSafeHost_19)); } inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; } inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; } inline void set_m_DnsSafeHost_19(String_t* value) { ___m_DnsSafeHost_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value); } inline static int32_t get_offset_of_m_Flags_20() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Flags_20)); } inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; } inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; } inline void set_m_Flags_20(uint64_t value) { ___m_Flags_20 = value; } inline static int32_t get_offset_of_m_Info_21() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Info_21)); } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * get_m_Info_21() const { return ___m_Info_21; } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 ** get_address_of_m_Info_21() { return &___m_Info_21; } inline void set_m_Info_21(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * value) { ___m_Info_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_iriParsing_22)); } inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; } inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; } inline void set_m_iriParsing_22(bool value) { ___m_iriParsing_22 = value; } }; struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields { public: // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____WSchars_35; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFile_0)); } inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; } inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; } inline void set_UriSchemeFile_0(String_t* value) { ___UriSchemeFile_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFtp_1)); } inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; } inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; } inline void set_UriSchemeFtp_1(String_t* value) { ___UriSchemeFtp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeGopher_2)); } inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; } inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; } inline void set_UriSchemeGopher_2(String_t* value) { ___UriSchemeGopher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttp_3)); } inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; } inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; } inline void set_UriSchemeHttp_3(String_t* value) { ___UriSchemeHttp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttps_4)); } inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; } inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; } inline void set_UriSchemeHttps_4(String_t* value) { ___UriSchemeHttps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWs_5)); } inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; } inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; } inline void set_UriSchemeWs_5(String_t* value) { ___UriSchemeWs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWss_6)); } inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; } inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; } inline void set_UriSchemeWss_6(String_t* value) { ___UriSchemeWss_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeMailto_7)); } inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; } inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; } inline void set_UriSchemeMailto_7(String_t* value) { ___UriSchemeMailto_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNews_8)); } inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; } inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; } inline void set_UriSchemeNews_8(String_t* value) { ___UriSchemeNews_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNntp_9)); } inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; } inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; } inline void set_UriSchemeNntp_9(String_t* value) { ___UriSchemeNntp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetTcp_10)); } inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; } inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; } inline void set_UriSchemeNetTcp_10(String_t* value) { ___UriSchemeNetTcp_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetPipe_11)); } inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; } inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; } inline void set_UriSchemeNetPipe_11(String_t* value) { ___UriSchemeNetPipe_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___SchemeDelimiter_12)); } inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; } inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; } inline void set_SchemeDelimiter_12(String_t* value) { ___SchemeDelimiter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value); } inline static int32_t get_offset_of_s_ConfigInitialized_23() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitialized_23)); } inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; } inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; } inline void set_s_ConfigInitialized_23(bool value) { ___s_ConfigInitialized_23 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitializing_24)); } inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; } inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; } inline void set_s_ConfigInitializing_24(bool value) { ___s_ConfigInitializing_24 = value; } inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IdnScope_25)); } inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; } inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; } inline void set_s_IdnScope_25(int32_t value) { ___s_IdnScope_25 = value; } inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IriParsing_26)); } inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; } inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; } inline void set_s_IriParsing_26(bool value) { ___s_IriParsing_26 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___useDotNetRelativeOrAbsolute_27)); } inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; } inline void set_useDotNetRelativeOrAbsolute_27(bool value) { ___useDotNetRelativeOrAbsolute_27 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___IsWindowsFileSystem_29)); } inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; } inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; } inline void set_IsWindowsFileSystem_29(bool value) { ___IsWindowsFileSystem_29 = value; } inline static int32_t get_offset_of_s_initLock_30() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_initLock_30)); } inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; } inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; } inline void set_s_initLock_30(RuntimeObject * value) { ___s_initLock_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___HexLowerChars_34)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HexLowerChars_34() const { return ___HexLowerChars_34; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; } inline void set_HexLowerChars_34(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HexLowerChars_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value); } inline static int32_t get_offset_of__WSchars_35() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ____WSchars_35)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__WSchars_35() const { return ____WSchars_35; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__WSchars_35() { return &____WSchars_35; } inline void set__WSchars_35(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____WSchars_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value); } }; // BestHTTP.WebSocket.WebSocket struct WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 : public RuntimeObject { public: // BestHTTP.WebSocket.WebSocketStates BestHTTP.WebSocket.WebSocket::k__BackingField uint8_t ___U3CStateU3Ek__BackingField_0; // System.Boolean BestHTTP.WebSocket.WebSocket::k__BackingField bool ___U3CStartPingThreadU3Ek__BackingField_1; // System.Int32 BestHTTP.WebSocket.WebSocket::k__BackingField int32_t ___U3CPingFrequencyU3Ek__BackingField_2; // System.TimeSpan BestHTTP.WebSocket.WebSocket::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CCloseAfterNoMesssageU3Ek__BackingField_3; // BestHTTP.HTTPRequest BestHTTP.WebSocket.WebSocket::k__BackingField HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___U3CInternalRequestU3Ek__BackingField_4; // BestHTTP.WebSocket.Extensions.IExtension[] BestHTTP.WebSocket.WebSocket::k__BackingField IExtensionU5BU5D_t509054E3F4ED8DB407352F0A62AF618B4BB9C2B8* ___U3CExtensionsU3Ek__BackingField_5; // BestHTTP.WebSocket.OnWebSocketOpenDelegate BestHTTP.WebSocket.WebSocket::OnOpen OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * ___OnOpen_6; // BestHTTP.WebSocket.OnWebSocketMessageDelegate BestHTTP.WebSocket.WebSocket::OnMessage OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * ___OnMessage_7; // BestHTTP.WebSocket.OnWebSocketBinaryDelegate BestHTTP.WebSocket.WebSocket::OnBinary OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB * ___OnBinary_8; // BestHTTP.WebSocket.OnWebSocketClosedDelegate BestHTTP.WebSocket.WebSocket::OnClosed OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * ___OnClosed_9; // BestHTTP.WebSocket.OnWebSocketErrorDelegate BestHTTP.WebSocket.WebSocket::OnError OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * ___OnError_10; // BestHTTP.WebSocket.OnWebSocketErrorDescriptionDelegate BestHTTP.WebSocket.WebSocket::OnErrorDesc OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 * ___OnErrorDesc_11; // BestHTTP.WebSocket.OnWebSocketIncompleteFrameDelegate BestHTTP.WebSocket.WebSocket::OnIncompleteFrame OnWebSocketIncompleteFrameDelegate_t73D097DAFC62900EFBCBC85DB4EAEA86C2080369 * ___OnIncompleteFrame_12; // System.Boolean BestHTTP.WebSocket.WebSocket::requestSent bool ___requestSent_13; // BestHTTP.WebSocket.WebSocketResponse BestHTTP.WebSocket.WebSocket::webSocket WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * ___webSocket_14; public: inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_0() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CStateU3Ek__BackingField_0)); } inline uint8_t get_U3CStateU3Ek__BackingField_0() const { return ___U3CStateU3Ek__BackingField_0; } inline uint8_t* get_address_of_U3CStateU3Ek__BackingField_0() { return &___U3CStateU3Ek__BackingField_0; } inline void set_U3CStateU3Ek__BackingField_0(uint8_t value) { ___U3CStateU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CStartPingThreadU3Ek__BackingField_1() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CStartPingThreadU3Ek__BackingField_1)); } inline bool get_U3CStartPingThreadU3Ek__BackingField_1() const { return ___U3CStartPingThreadU3Ek__BackingField_1; } inline bool* get_address_of_U3CStartPingThreadU3Ek__BackingField_1() { return &___U3CStartPingThreadU3Ek__BackingField_1; } inline void set_U3CStartPingThreadU3Ek__BackingField_1(bool value) { ___U3CStartPingThreadU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CPingFrequencyU3Ek__BackingField_2() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CPingFrequencyU3Ek__BackingField_2)); } inline int32_t get_U3CPingFrequencyU3Ek__BackingField_2() const { return ___U3CPingFrequencyU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CPingFrequencyU3Ek__BackingField_2() { return &___U3CPingFrequencyU3Ek__BackingField_2; } inline void set_U3CPingFrequencyU3Ek__BackingField_2(int32_t value) { ___U3CPingFrequencyU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CCloseAfterNoMesssageU3Ek__BackingField_3() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CCloseAfterNoMesssageU3Ek__BackingField_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CCloseAfterNoMesssageU3Ek__BackingField_3() const { return ___U3CCloseAfterNoMesssageU3Ek__BackingField_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CCloseAfterNoMesssageU3Ek__BackingField_3() { return &___U3CCloseAfterNoMesssageU3Ek__BackingField_3; } inline void set_U3CCloseAfterNoMesssageU3Ek__BackingField_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CCloseAfterNoMesssageU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CInternalRequestU3Ek__BackingField_4() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CInternalRequestU3Ek__BackingField_4)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_U3CInternalRequestU3Ek__BackingField_4() const { return ___U3CInternalRequestU3Ek__BackingField_4; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_U3CInternalRequestU3Ek__BackingField_4() { return &___U3CInternalRequestU3Ek__BackingField_4; } inline void set_U3CInternalRequestU3Ek__BackingField_4(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___U3CInternalRequestU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInternalRequestU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CExtensionsU3Ek__BackingField_5() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CExtensionsU3Ek__BackingField_5)); } inline IExtensionU5BU5D_t509054E3F4ED8DB407352F0A62AF618B4BB9C2B8* get_U3CExtensionsU3Ek__BackingField_5() const { return ___U3CExtensionsU3Ek__BackingField_5; } inline IExtensionU5BU5D_t509054E3F4ED8DB407352F0A62AF618B4BB9C2B8** get_address_of_U3CExtensionsU3Ek__BackingField_5() { return &___U3CExtensionsU3Ek__BackingField_5; } inline void set_U3CExtensionsU3Ek__BackingField_5(IExtensionU5BU5D_t509054E3F4ED8DB407352F0A62AF618B4BB9C2B8* value) { ___U3CExtensionsU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExtensionsU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_OnOpen_6() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnOpen_6)); } inline OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * get_OnOpen_6() const { return ___OnOpen_6; } inline OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 ** get_address_of_OnOpen_6() { return &___OnOpen_6; } inline void set_OnOpen_6(OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * value) { ___OnOpen_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnOpen_6), (void*)value); } inline static int32_t get_offset_of_OnMessage_7() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnMessage_7)); } inline OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * get_OnMessage_7() const { return ___OnMessage_7; } inline OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 ** get_address_of_OnMessage_7() { return &___OnMessage_7; } inline void set_OnMessage_7(OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * value) { ___OnMessage_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnMessage_7), (void*)value); } inline static int32_t get_offset_of_OnBinary_8() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnBinary_8)); } inline OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB * get_OnBinary_8() const { return ___OnBinary_8; } inline OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB ** get_address_of_OnBinary_8() { return &___OnBinary_8; } inline void set_OnBinary_8(OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB * value) { ___OnBinary_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnBinary_8), (void*)value); } inline static int32_t get_offset_of_OnClosed_9() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnClosed_9)); } inline OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * get_OnClosed_9() const { return ___OnClosed_9; } inline OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E ** get_address_of_OnClosed_9() { return &___OnClosed_9; } inline void set_OnClosed_9(OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * value) { ___OnClosed_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnClosed_9), (void*)value); } inline static int32_t get_offset_of_OnError_10() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnError_10)); } inline OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * get_OnError_10() const { return ___OnError_10; } inline OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 ** get_address_of_OnError_10() { return &___OnError_10; } inline void set_OnError_10(OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * value) { ___OnError_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnError_10), (void*)value); } inline static int32_t get_offset_of_OnErrorDesc_11() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnErrorDesc_11)); } inline OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 * get_OnErrorDesc_11() const { return ___OnErrorDesc_11; } inline OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 ** get_address_of_OnErrorDesc_11() { return &___OnErrorDesc_11; } inline void set_OnErrorDesc_11(OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 * value) { ___OnErrorDesc_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnErrorDesc_11), (void*)value); } inline static int32_t get_offset_of_OnIncompleteFrame_12() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnIncompleteFrame_12)); } inline OnWebSocketIncompleteFrameDelegate_t73D097DAFC62900EFBCBC85DB4EAEA86C2080369 * get_OnIncompleteFrame_12() const { return ___OnIncompleteFrame_12; } inline OnWebSocketIncompleteFrameDelegate_t73D097DAFC62900EFBCBC85DB4EAEA86C2080369 ** get_address_of_OnIncompleteFrame_12() { return &___OnIncompleteFrame_12; } inline void set_OnIncompleteFrame_12(OnWebSocketIncompleteFrameDelegate_t73D097DAFC62900EFBCBC85DB4EAEA86C2080369 * value) { ___OnIncompleteFrame_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnIncompleteFrame_12), (void*)value); } inline static int32_t get_offset_of_requestSent_13() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___requestSent_13)); } inline bool get_requestSent_13() const { return ___requestSent_13; } inline bool* get_address_of_requestSent_13() { return &___requestSent_13; } inline void set_requestSent_13(bool value) { ___requestSent_13 = value; } inline static int32_t get_offset_of_webSocket_14() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___webSocket_14)); } inline WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * get_webSocket_14() const { return ___webSocket_14; } inline WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF ** get_address_of_webSocket_14() { return &___webSocket_14; } inline void set_webSocket_14(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * value) { ___webSocket_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___webSocket_14), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignerInputBuffer/SigStream struct SigStream_t5BB9FB13CF4532AA07553F3575F1F5ED87490E34 : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignerInputBuffer/SigStream::s RuntimeObject* ___s_6; public: inline static int32_t get_offset_of_s_6() { return static_cast(offsetof(SigStream_t5BB9FB13CF4532AA07553F3575F1F5ED87490E34, ___s_6)); } inline RuntimeObject* get_s_6() const { return ___s_6; } inline RuntimeObject** get_address_of_s_6() { return &___s_6; } inline void set_s_6(RuntimeObject* value) { ___s_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_6), (void*)value); } }; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 : public MulticastDelegate_t { public: public: }; // UnityEngine.Events.UnityAction`2 struct UnityAction_2_tEFCA18FE3C90D2F7EB8020567924EABADE83DF0D : public MulticastDelegate_t { public: public: }; // UnityEngine.Events.UnityAction`3 struct UnityAction_3_t67889EAAB8B22A51A51E16D584F6431D521E06C1 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // 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.BerSet struct BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC : public DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA { public: public: }; struct BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSet BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSet::Empty BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC * ___Empty_4; public: inline static int32_t get_offset_of_Empty_4() { return static_cast(offsetof(BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC_StaticFields, ___Empty_4)); } inline BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC * get_Empty_4() const { return ___Empty_4; } inline BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC ** get_address_of_Empty_4() { return &___Empty_4; } inline void set_Empty_4(BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC * value) { ___Empty_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerTaggedObject struct BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3 : public DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E { 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.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.KeyException struct KeyException_t145BB2019F3A9E314C4C8FF15DDDFCD63E89AE62 : public GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA { public: public: }; // BestHTTP.ServerSentEvents.OnErrorDelegate struct OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 : 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.ServerSentEvents.OnRetryDelegate struct OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 : public MulticastDelegate_t { public: public: }; // BestHTTP.WebSocket.OnWebSocketBinaryDelegate struct OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB : public MulticastDelegate_t { public: public: }; // BestHTTP.WebSocket.OnWebSocketClosedDelegate struct OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E : public MulticastDelegate_t { public: public: }; // BestHTTP.WebSocket.OnWebSocketErrorDelegate struct OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 : public MulticastDelegate_t { public: public: }; // BestHTTP.WebSocket.OnWebSocketMessageDelegate struct OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 : public MulticastDelegate_t { public: public: }; // BestHTTP.WebSocket.OnWebSocketOpenDelegate struct OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.Transports.PostSendTransportBase struct PostSendTransportBase_t4451881D9F7333892B8989F3D99EEBF81E2A54DC : public TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC { public: // System.Collections.Generic.List`1 BestHTTP.SignalR.Transports.PostSendTransportBase::sendRequestQueue List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 * ___sendRequestQueue_5; public: inline static int32_t get_offset_of_sendRequestQueue_5() { return static_cast(offsetof(PostSendTransportBase_t4451881D9F7333892B8989F3D99EEBF81E2A54DC, ___sendRequestQueue_5)); } inline List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 * get_sendRequestQueue_5() const { return ___sendRequestQueue_5; } inline List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 ** get_address_of_sendRequestQueue_5() { return &___sendRequestQueue_5; } inline void set_sendRequestQueue_5(List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 * value) { ___sendRequestQueue_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___sendRequestQueue_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignatureException struct SignatureException_t8646C7AB185E39DCCA9ED2BC70B36207BA5A8EBA : public GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA { public: public: }; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 : public MulticastDelegate_t { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsStreamException struct CmsStreamException_t7C04653FDED0D9FFF1FC6E17B72026855A012AD0 : public IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException struct InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A : public KeyException_t145BB2019F3A9E314C4C8FF15DDDFCD63E89AE62 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.MemoableResetException struct MemoableResetException_tFB7EEBFF78B0C7435E4E3F57922ECA8DD1CBE97E : public InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 { public: public: }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 : public Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 { public: public: }; struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_StaticFields { public: // UnityEngine.RectTransform/ReapplyDrivenProperties UnityEngine.RectTransform::reapplyDrivenProperties ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * ___reapplyDrivenProperties_4; public: inline static int32_t get_offset_of_reapplyDrivenProperties_4() { return static_cast(offsetof(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_StaticFields, ___reapplyDrivenProperties_4)); } inline ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * get_reapplyDrivenProperties_4() const { return ___reapplyDrivenProperties_4; } inline ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE ** get_address_of_reapplyDrivenProperties_4() { return &___reapplyDrivenProperties_4; } inline void set_reapplyDrivenProperties_4(ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * value) { ___reapplyDrivenProperties_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___reapplyDrivenProperties_4), (void*)value); } }; // BestHTTP.SignalR.Transports.ServerSentEventsTransport struct ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0 : public PostSendTransportBase_t4451881D9F7333892B8989F3D99EEBF81E2A54DC { public: // BestHTTP.ServerSentEvents.EventSource BestHTTP.SignalR.Transports.ServerSentEventsTransport::EventSource EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * ___EventSource_6; public: inline static int32_t get_offset_of_EventSource_6() { return static_cast(offsetof(ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0, ___EventSource_6)); } inline EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * get_EventSource_6() const { return ___EventSource_6; } inline EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 ** get_address_of_EventSource_6() { return &___EventSource_6; } inline void set_EventSource_6(EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * value) { ___EventSource_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___EventSource_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsException struct TlsException_t1732743E62B1390C3072EA484D216C08D2C75983 : public IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA { public: public: }; // JCUnityLib.ViewManager`1 struct ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Collections.Generic.Dictionary`2 JCUnityLib.ViewManager`1::viewGroupDict Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___viewGroupDict_4; // System.Collections.Generic.Dictionary`2 JCUnityLib.ViewManager`1::viewDict Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6 * ___viewDict_5; // System.Collections.Generic.HashSet`1 JCUnityLib.ViewManager`1::viewDontDestroySet HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * ___viewDontDestroySet_6; public: inline static int32_t get_offset_of_viewGroupDict_4() { return static_cast(offsetof(ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E, ___viewGroupDict_4)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_viewGroupDict_4() const { return ___viewGroupDict_4; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_viewGroupDict_4() { return &___viewGroupDict_4; } inline void set_viewGroupDict_4(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___viewGroupDict_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___viewGroupDict_4), (void*)value); } inline static int32_t get_offset_of_viewDict_5() { return static_cast(offsetof(ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E, ___viewDict_5)); } inline Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6 * get_viewDict_5() const { return ___viewDict_5; } inline Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6 ** get_address_of_viewDict_5() { return &___viewDict_5; } inline void set_viewDict_5(Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6 * value) { ___viewDict_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___viewDict_5), (void*)value); } inline static int32_t get_offset_of_viewDontDestroySet_6() { return static_cast(offsetof(ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E, ___viewDontDestroySet_6)); } inline HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * get_viewDontDestroySet_6() const { return ___viewDontDestroySet_6; } inline HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 ** get_address_of_viewDontDestroySet_6() { return &___viewDontDestroySet_6; } inline void set_viewDontDestroySet_6(HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * value) { ___viewDontDestroySet_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___viewDontDestroySet_6), (void*)value); } }; struct ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E_StaticFields { public: // CT JCUnityLib.ViewManager`1::s_Instance ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * ___s_Instance_7; public: inline static int32_t get_offset_of_s_Instance_7() { return static_cast(offsetof(ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E_StaticFields, ___s_Instance_7)); } inline ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * get_s_Instance_7() const { return ___s_Instance_7; } inline ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E ** get_address_of_s_Instance_7() { return &___s_Instance_7; } inline void set_s_Instance_7(ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * value) { ___s_Instance_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_7), (void*)value); } }; // AgreementView struct AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // AimHandler struct AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // AxisBaseHandler AimHandler::m_axisHandler AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D * ___m_axisHandler_4; // System.Int32 AimHandler::gyrCalibrateCompleteCount int32_t ___gyrCalibrateCompleteCount_5; // System.Int32 AimHandler::gyrCalibrateTotalCount int32_t ___gyrCalibrateTotalCount_6; // UnityEngine.Quaternion AimHandler::newRotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___newRotation_8; // System.Boolean AimHandler::lerpForRotation bool ___lerpForRotation_9; // System.Single AimHandler::lerpTimeRate float ___lerpTimeRate_10; // System.Boolean AimHandler::m_magCompleted bool ___m_magCompleted_11; // System.Boolean AimHandler::m_ban9AxisCalculate bool ___m_ban9AxisCalculate_12; public: inline static int32_t get_offset_of_m_axisHandler_4() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___m_axisHandler_4)); } inline AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D * get_m_axisHandler_4() const { return ___m_axisHandler_4; } inline AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D ** get_address_of_m_axisHandler_4() { return &___m_axisHandler_4; } inline void set_m_axisHandler_4(AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D * value) { ___m_axisHandler_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_axisHandler_4), (void*)value); } inline static int32_t get_offset_of_gyrCalibrateCompleteCount_5() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___gyrCalibrateCompleteCount_5)); } inline int32_t get_gyrCalibrateCompleteCount_5() const { return ___gyrCalibrateCompleteCount_5; } inline int32_t* get_address_of_gyrCalibrateCompleteCount_5() { return &___gyrCalibrateCompleteCount_5; } inline void set_gyrCalibrateCompleteCount_5(int32_t value) { ___gyrCalibrateCompleteCount_5 = value; } inline static int32_t get_offset_of_gyrCalibrateTotalCount_6() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___gyrCalibrateTotalCount_6)); } inline int32_t get_gyrCalibrateTotalCount_6() const { return ___gyrCalibrateTotalCount_6; } inline int32_t* get_address_of_gyrCalibrateTotalCount_6() { return &___gyrCalibrateTotalCount_6; } inline void set_gyrCalibrateTotalCount_6(int32_t value) { ___gyrCalibrateTotalCount_6 = value; } inline static int32_t get_offset_of_newRotation_8() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___newRotation_8)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_newRotation_8() const { return ___newRotation_8; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_newRotation_8() { return &___newRotation_8; } inline void set_newRotation_8(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___newRotation_8 = value; } inline static int32_t get_offset_of_lerpForRotation_9() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___lerpForRotation_9)); } inline bool get_lerpForRotation_9() const { return ___lerpForRotation_9; } inline bool* get_address_of_lerpForRotation_9() { return &___lerpForRotation_9; } inline void set_lerpForRotation_9(bool value) { ___lerpForRotation_9 = value; } inline static int32_t get_offset_of_lerpTimeRate_10() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___lerpTimeRate_10)); } inline float get_lerpTimeRate_10() const { return ___lerpTimeRate_10; } inline float* get_address_of_lerpTimeRate_10() { return &___lerpTimeRate_10; } inline void set_lerpTimeRate_10(float value) { ___lerpTimeRate_10 = value; } inline static int32_t get_offset_of_m_magCompleted_11() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___m_magCompleted_11)); } inline bool get_m_magCompleted_11() const { return ___m_magCompleted_11; } inline bool* get_address_of_m_magCompleted_11() { return &___m_magCompleted_11; } inline void set_m_magCompleted_11(bool value) { ___m_magCompleted_11 = value; } inline static int32_t get_offset_of_m_ban9AxisCalculate_12() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___m_ban9AxisCalculate_12)); } inline bool get_m_ban9AxisCalculate_12() const { return ___m_ban9AxisCalculate_12; } inline bool* get_address_of_m_ban9AxisCalculate_12() { return &___m_ban9AxisCalculate_12; } inline void set_m_ban9AxisCalculate_12(bool value) { ___m_ban9AxisCalculate_12 = value; } }; struct AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_StaticFields { public: // AimHandler AimHandler::ins AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * ___ins_7; public: inline static int32_t get_offset_of_ins_7() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_StaticFields, ___ins_7)); } inline AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * get_ins_7() const { return ___ins_7; } inline AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 ** get_address_of_ins_7() { return &___ins_7; } inline void set_ins_7(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * value) { ___ins_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_7), (void*)value); } }; // ArmBow struct ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // AnimationPlayer ArmBow::AP_arm AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * ___AP_arm_4; // AnimationPlayer ArmBow::AP_bow AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * ___AP_bow_5; // UnityEngine.GameObject ArmBow::arrow GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___arrow_6; // BowCamera ArmBow::_bowCamera BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * ____bowCamera_7; // System.Collections.Generic.HashSet`1 ArmBow::validTargets HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 * ___validTargets_8; // System.Int32 ArmBow::shootBackTime int32_t ___shootBackTime_10; // System.Single ArmBow::shootOffsetAngleScale float ___shootOffsetAngleScale_11; // System.Boolean ArmBow::banReady bool ___banReady_12; // System.Boolean ArmBow::banShoot bool ___banShoot_13; // System.Boolean ArmBow::banLogic bool ___banLogic_14; // UnityEngine.Quaternion[] ArmBow::cameraRotations QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* ___cameraRotations_15; // System.Int32 ArmBow::cameraRotationHasRecordCount int32_t ___cameraRotationHasRecordCount_16; // System.Int32 ArmBow::phase int32_t ___phase_17; // System.Int32 ArmBow::arm_ani_index_cur int32_t ___arm_ani_index_cur_18; // System.Int32 ArmBow::bow_ani_index_cur int32_t ___bow_ani_index_cur_19; public: inline static int32_t get_offset_of_AP_arm_4() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___AP_arm_4)); } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * get_AP_arm_4() const { return ___AP_arm_4; } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D ** get_address_of_AP_arm_4() { return &___AP_arm_4; } inline void set_AP_arm_4(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * value) { ___AP_arm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___AP_arm_4), (void*)value); } inline static int32_t get_offset_of_AP_bow_5() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___AP_bow_5)); } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * get_AP_bow_5() const { return ___AP_bow_5; } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D ** get_address_of_AP_bow_5() { return &___AP_bow_5; } inline void set_AP_bow_5(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * value) { ___AP_bow_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___AP_bow_5), (void*)value); } inline static int32_t get_offset_of_arrow_6() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___arrow_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_arrow_6() const { return ___arrow_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_arrow_6() { return &___arrow_6; } inline void set_arrow_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___arrow_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrow_6), (void*)value); } inline static int32_t get_offset_of__bowCamera_7() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ____bowCamera_7)); } inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * get__bowCamera_7() const { return ____bowCamera_7; } inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 ** get_address_of__bowCamera_7() { return &____bowCamera_7; } inline void set__bowCamera_7(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * value) { ____bowCamera_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____bowCamera_7), (void*)value); } inline static int32_t get_offset_of_validTargets_8() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___validTargets_8)); } inline HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 * get_validTargets_8() const { return ___validTargets_8; } inline HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 ** get_address_of_validTargets_8() { return &___validTargets_8; } inline void set_validTargets_8(HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 * value) { ___validTargets_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___validTargets_8), (void*)value); } inline static int32_t get_offset_of_shootBackTime_10() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___shootBackTime_10)); } inline int32_t get_shootBackTime_10() const { return ___shootBackTime_10; } inline int32_t* get_address_of_shootBackTime_10() { return &___shootBackTime_10; } inline void set_shootBackTime_10(int32_t value) { ___shootBackTime_10 = value; } inline static int32_t get_offset_of_shootOffsetAngleScale_11() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___shootOffsetAngleScale_11)); } inline float get_shootOffsetAngleScale_11() const { return ___shootOffsetAngleScale_11; } inline float* get_address_of_shootOffsetAngleScale_11() { return &___shootOffsetAngleScale_11; } inline void set_shootOffsetAngleScale_11(float value) { ___shootOffsetAngleScale_11 = value; } inline static int32_t get_offset_of_banReady_12() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___banReady_12)); } inline bool get_banReady_12() const { return ___banReady_12; } inline bool* get_address_of_banReady_12() { return &___banReady_12; } inline void set_banReady_12(bool value) { ___banReady_12 = value; } inline static int32_t get_offset_of_banShoot_13() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___banShoot_13)); } inline bool get_banShoot_13() const { return ___banShoot_13; } inline bool* get_address_of_banShoot_13() { return &___banShoot_13; } inline void set_banShoot_13(bool value) { ___banShoot_13 = value; } inline static int32_t get_offset_of_banLogic_14() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___banLogic_14)); } inline bool get_banLogic_14() const { return ___banLogic_14; } inline bool* get_address_of_banLogic_14() { return &___banLogic_14; } inline void set_banLogic_14(bool value) { ___banLogic_14 = value; } inline static int32_t get_offset_of_cameraRotations_15() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___cameraRotations_15)); } inline QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* get_cameraRotations_15() const { return ___cameraRotations_15; } inline QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6** get_address_of_cameraRotations_15() { return &___cameraRotations_15; } inline void set_cameraRotations_15(QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* value) { ___cameraRotations_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___cameraRotations_15), (void*)value); } inline static int32_t get_offset_of_cameraRotationHasRecordCount_16() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___cameraRotationHasRecordCount_16)); } inline int32_t get_cameraRotationHasRecordCount_16() const { return ___cameraRotationHasRecordCount_16; } inline int32_t* get_address_of_cameraRotationHasRecordCount_16() { return &___cameraRotationHasRecordCount_16; } inline void set_cameraRotationHasRecordCount_16(int32_t value) { ___cameraRotationHasRecordCount_16 = value; } inline static int32_t get_offset_of_phase_17() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___phase_17)); } inline int32_t get_phase_17() const { return ___phase_17; } inline int32_t* get_address_of_phase_17() { return &___phase_17; } inline void set_phase_17(int32_t value) { ___phase_17 = value; } inline static int32_t get_offset_of_arm_ani_index_cur_18() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___arm_ani_index_cur_18)); } inline int32_t get_arm_ani_index_cur_18() const { return ___arm_ani_index_cur_18; } inline int32_t* get_address_of_arm_ani_index_cur_18() { return &___arm_ani_index_cur_18; } inline void set_arm_ani_index_cur_18(int32_t value) { ___arm_ani_index_cur_18 = value; } inline static int32_t get_offset_of_bow_ani_index_cur_19() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___bow_ani_index_cur_19)); } inline int32_t get_bow_ani_index_cur_19() const { return ___bow_ani_index_cur_19; } inline int32_t* get_address_of_bow_ani_index_cur_19() { return &___bow_ani_index_cur_19; } inline void set_bow_ani_index_cur_19(int32_t value) { ___bow_ani_index_cur_19 = value; } }; struct ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4_StaticFields { public: // ArmBow ArmBow::_ins ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ____ins_20; public: inline static int32_t get_offset_of__ins_20() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4_StaticFields, ____ins_20)); } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * get__ins_20() const { return ____ins_20; } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 ** get_address_of__ins_20() { return &____ins_20; } inline void set__ins_20(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * value) { ____ins_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_20), (void*)value); } }; // AudioMgr struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.AudioSource AudioMgr::audioSource AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___audioSource_4; public: inline static int32_t get_offset_of_audioSource_4() { return static_cast(offsetof(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0, ___audioSource_4)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_audioSource_4() const { return ___audioSource_4; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_audioSource_4() { return &___audioSource_4; } inline void set_audioSource_4(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___audioSource_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___audioSource_4), (void*)value); } }; struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields { public: // AudioMgr AudioMgr::ins AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * ___ins_5; public: inline static int32_t get_offset_of_ins_5() { return static_cast(offsetof(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields, ___ins_5)); } inline AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * get_ins_5() const { return ___ins_5; } inline AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 ** get_address_of_ins_5() { return &___ins_5; } inline void set_ins_5(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * value) { ___ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_5), (void*)value); } }; // BluetoothAim struct BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String BluetoothAim::targetDeviceName String_t* ___targetDeviceName_4; // ArduinoBluetoothAPI.BluetoothHelper BluetoothAim::bluetoothHelper BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___bluetoothHelper_5; // ArduinoBluetoothAPI.BluetoothHelperCharacteristic BluetoothAim::characteristicWrite BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * ___characteristicWrite_6; // ArduinoBluetoothAPI.BluetoothHelperService BluetoothAim::bluetoothService BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * ___bluetoothService_7; // System.String BluetoothAim::deviceName String_t* ___deviceName_8; // System.Boolean BluetoothAim::canConnect bool ___canConnect_9; // UnityEngine.UI.Text BluetoothAim::textUI Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___textUI_10; // BluetoothStatusEnum BluetoothAim::status int32_t ___status_11; // System.Int32 BluetoothAim::dataCount int32_t ___dataCount_12; // System.Boolean BluetoothAim::hasData bool ___hasData_13; // System.Int64 BluetoothAim::hasDataTime int64_t ___hasDataTime_14; // System.Boolean BluetoothAim::userDoConnect bool ___userDoConnect_17; // System.Boolean BluetoothAim::doConnect bool ___doConnect_18; // System.Func`1 BluetoothAim::action_DoConnectInterceptor Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___action_DoConnectInterceptor_19; // System.Collections.Generic.Queue`1 BluetoothAim::cmdWaitingList Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * ___cmdWaitingList_20; // System.Boolean BluetoothAim::isSendCmdLocked bool ___isSendCmdLocked_21; // System.Boolean BluetoothAim::canAutoDormancy bool ___canAutoDormancy_22; // System.Boolean BluetoothAim::isStartUp bool ___isStartUp_23; // JCUnityLib.CountLock BluetoothAim::needModularAwake CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * ___needModularAwake_24; // System.String BluetoothAim::curMac String_t* ___curMac_25; public: inline static int32_t get_offset_of_targetDeviceName_4() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___targetDeviceName_4)); } inline String_t* get_targetDeviceName_4() const { return ___targetDeviceName_4; } inline String_t** get_address_of_targetDeviceName_4() { return &___targetDeviceName_4; } inline void set_targetDeviceName_4(String_t* value) { ___targetDeviceName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetDeviceName_4), (void*)value); } inline static int32_t get_offset_of_bluetoothHelper_5() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___bluetoothHelper_5)); } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * get_bluetoothHelper_5() const { return ___bluetoothHelper_5; } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 ** get_address_of_bluetoothHelper_5() { return &___bluetoothHelper_5; } inline void set_bluetoothHelper_5(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * value) { ___bluetoothHelper_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___bluetoothHelper_5), (void*)value); } inline static int32_t get_offset_of_characteristicWrite_6() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___characteristicWrite_6)); } inline BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * get_characteristicWrite_6() const { return ___characteristicWrite_6; } inline BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 ** get_address_of_characteristicWrite_6() { return &___characteristicWrite_6; } inline void set_characteristicWrite_6(BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * value) { ___characteristicWrite_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___characteristicWrite_6), (void*)value); } inline static int32_t get_offset_of_bluetoothService_7() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___bluetoothService_7)); } inline BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * get_bluetoothService_7() const { return ___bluetoothService_7; } inline BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 ** get_address_of_bluetoothService_7() { return &___bluetoothService_7; } inline void set_bluetoothService_7(BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * value) { ___bluetoothService_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bluetoothService_7), (void*)value); } inline static int32_t get_offset_of_deviceName_8() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___deviceName_8)); } inline String_t* get_deviceName_8() const { return ___deviceName_8; } inline String_t** get_address_of_deviceName_8() { return &___deviceName_8; } inline void set_deviceName_8(String_t* value) { ___deviceName_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceName_8), (void*)value); } inline static int32_t get_offset_of_canConnect_9() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___canConnect_9)); } inline bool get_canConnect_9() const { return ___canConnect_9; } inline bool* get_address_of_canConnect_9() { return &___canConnect_9; } inline void set_canConnect_9(bool value) { ___canConnect_9 = value; } inline static int32_t get_offset_of_textUI_10() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___textUI_10)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_textUI_10() const { return ___textUI_10; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_textUI_10() { return &___textUI_10; } inline void set_textUI_10(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___textUI_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___textUI_10), (void*)value); } inline static int32_t get_offset_of_status_11() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___status_11)); } inline int32_t get_status_11() const { return ___status_11; } inline int32_t* get_address_of_status_11() { return &___status_11; } inline void set_status_11(int32_t value) { ___status_11 = value; } inline static int32_t get_offset_of_dataCount_12() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___dataCount_12)); } inline int32_t get_dataCount_12() const { return ___dataCount_12; } inline int32_t* get_address_of_dataCount_12() { return &___dataCount_12; } inline void set_dataCount_12(int32_t value) { ___dataCount_12 = value; } inline static int32_t get_offset_of_hasData_13() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___hasData_13)); } inline bool get_hasData_13() const { return ___hasData_13; } inline bool* get_address_of_hasData_13() { return &___hasData_13; } inline void set_hasData_13(bool value) { ___hasData_13 = value; } inline static int32_t get_offset_of_hasDataTime_14() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___hasDataTime_14)); } inline int64_t get_hasDataTime_14() const { return ___hasDataTime_14; } inline int64_t* get_address_of_hasDataTime_14() { return &___hasDataTime_14; } inline void set_hasDataTime_14(int64_t value) { ___hasDataTime_14 = value; } inline static int32_t get_offset_of_userDoConnect_17() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___userDoConnect_17)); } inline bool get_userDoConnect_17() const { return ___userDoConnect_17; } inline bool* get_address_of_userDoConnect_17() { return &___userDoConnect_17; } inline void set_userDoConnect_17(bool value) { ___userDoConnect_17 = value; } inline static int32_t get_offset_of_doConnect_18() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___doConnect_18)); } inline bool get_doConnect_18() const { return ___doConnect_18; } inline bool* get_address_of_doConnect_18() { return &___doConnect_18; } inline void set_doConnect_18(bool value) { ___doConnect_18 = value; } inline static int32_t get_offset_of_action_DoConnectInterceptor_19() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___action_DoConnectInterceptor_19)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get_action_DoConnectInterceptor_19() const { return ___action_DoConnectInterceptor_19; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of_action_DoConnectInterceptor_19() { return &___action_DoConnectInterceptor_19; } inline void set_action_DoConnectInterceptor_19(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ___action_DoConnectInterceptor_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_DoConnectInterceptor_19), (void*)value); } inline static int32_t get_offset_of_cmdWaitingList_20() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___cmdWaitingList_20)); } inline Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * get_cmdWaitingList_20() const { return ___cmdWaitingList_20; } inline Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 ** get_address_of_cmdWaitingList_20() { return &___cmdWaitingList_20; } inline void set_cmdWaitingList_20(Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * value) { ___cmdWaitingList_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___cmdWaitingList_20), (void*)value); } inline static int32_t get_offset_of_isSendCmdLocked_21() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___isSendCmdLocked_21)); } inline bool get_isSendCmdLocked_21() const { return ___isSendCmdLocked_21; } inline bool* get_address_of_isSendCmdLocked_21() { return &___isSendCmdLocked_21; } inline void set_isSendCmdLocked_21(bool value) { ___isSendCmdLocked_21 = value; } inline static int32_t get_offset_of_canAutoDormancy_22() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___canAutoDormancy_22)); } inline bool get_canAutoDormancy_22() const { return ___canAutoDormancy_22; } inline bool* get_address_of_canAutoDormancy_22() { return &___canAutoDormancy_22; } inline void set_canAutoDormancy_22(bool value) { ___canAutoDormancy_22 = value; } inline static int32_t get_offset_of_isStartUp_23() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___isStartUp_23)); } inline bool get_isStartUp_23() const { return ___isStartUp_23; } inline bool* get_address_of_isStartUp_23() { return &___isStartUp_23; } inline void set_isStartUp_23(bool value) { ___isStartUp_23 = value; } inline static int32_t get_offset_of_needModularAwake_24() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___needModularAwake_24)); } inline CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * get_needModularAwake_24() const { return ___needModularAwake_24; } inline CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 ** get_address_of_needModularAwake_24() { return &___needModularAwake_24; } inline void set_needModularAwake_24(CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * value) { ___needModularAwake_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___needModularAwake_24), (void*)value); } inline static int32_t get_offset_of_curMac_25() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___curMac_25)); } inline String_t* get_curMac_25() const { return ___curMac_25; } inline String_t** get_address_of_curMac_25() { return &___curMac_25; } inline void set_curMac_25(String_t* value) { ___curMac_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___curMac_25), (void*)value); } }; struct BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields { public: // System.Boolean BluetoothAim::scanLock bool ___scanLock_15; // BluetoothAim BluetoothAim::ins BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * ___ins_16; public: inline static int32_t get_offset_of_scanLock_15() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields, ___scanLock_15)); } inline bool get_scanLock_15() const { return ___scanLock_15; } inline bool* get_address_of_scanLock_15() { return &___scanLock_15; } inline void set_scanLock_15(bool value) { ___scanLock_15 = value; } inline static int32_t get_offset_of_ins_16() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields, ___ins_16)); } inline BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * get_ins_16() const { return ___ins_16; } inline BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 ** get_address_of_ins_16() { return &___ins_16; } inline void set_ins_16(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * value) { ___ins_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_16), (void*)value); } }; // BluetoothShoot struct BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // ArduinoBluetoothAPI.BluetoothHelper BluetoothShoot::bluetoothHelper BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___bluetoothHelper_4; // ArduinoBluetoothAPI.BluetoothHelperCharacteristic BluetoothShoot::characteristicWrite BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * ___characteristicWrite_5; // ArduinoBluetoothAPI.BluetoothHelperService BluetoothShoot::bluetoothService BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * ___bluetoothService_6; // System.String BluetoothShoot::targetDeviceName String_t* ___targetDeviceName_7; // System.String BluetoothShoot::deviceName String_t* ___deviceName_8; // System.Boolean BluetoothShoot::canConnect bool ___canConnect_9; // UnityEngine.UI.Text BluetoothShoot::textUI Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___textUI_10; // BluetoothStatusEnum BluetoothShoot::status int32_t ___status_11; // System.Boolean BluetoothShoot::hasData bool ___hasData_12; // System.Boolean BluetoothShoot::userDoConnect bool ___userDoConnect_15; // System.Boolean BluetoothShoot::doConnect bool ___doConnect_16; // System.Boolean BluetoothShoot::dataGetting bool ___dataGetting_17; // System.Int32 BluetoothShoot::dataGetLen int32_t ___dataGetLen_18; // System.Collections.Generic.List`1 BluetoothShoot::dataBytes List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * ___dataBytes_19; public: inline static int32_t get_offset_of_bluetoothHelper_4() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___bluetoothHelper_4)); } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * get_bluetoothHelper_4() const { return ___bluetoothHelper_4; } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 ** get_address_of_bluetoothHelper_4() { return &___bluetoothHelper_4; } inline void set_bluetoothHelper_4(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * value) { ___bluetoothHelper_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___bluetoothHelper_4), (void*)value); } inline static int32_t get_offset_of_characteristicWrite_5() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___characteristicWrite_5)); } inline BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * get_characteristicWrite_5() const { return ___characteristicWrite_5; } inline BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 ** get_address_of_characteristicWrite_5() { return &___characteristicWrite_5; } inline void set_characteristicWrite_5(BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * value) { ___characteristicWrite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___characteristicWrite_5), (void*)value); } inline static int32_t get_offset_of_bluetoothService_6() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___bluetoothService_6)); } inline BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * get_bluetoothService_6() const { return ___bluetoothService_6; } inline BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 ** get_address_of_bluetoothService_6() { return &___bluetoothService_6; } inline void set_bluetoothService_6(BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * value) { ___bluetoothService_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___bluetoothService_6), (void*)value); } inline static int32_t get_offset_of_targetDeviceName_7() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___targetDeviceName_7)); } inline String_t* get_targetDeviceName_7() const { return ___targetDeviceName_7; } inline String_t** get_address_of_targetDeviceName_7() { return &___targetDeviceName_7; } inline void set_targetDeviceName_7(String_t* value) { ___targetDeviceName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetDeviceName_7), (void*)value); } inline static int32_t get_offset_of_deviceName_8() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___deviceName_8)); } inline String_t* get_deviceName_8() const { return ___deviceName_8; } inline String_t** get_address_of_deviceName_8() { return &___deviceName_8; } inline void set_deviceName_8(String_t* value) { ___deviceName_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceName_8), (void*)value); } inline static int32_t get_offset_of_canConnect_9() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___canConnect_9)); } inline bool get_canConnect_9() const { return ___canConnect_9; } inline bool* get_address_of_canConnect_9() { return &___canConnect_9; } inline void set_canConnect_9(bool value) { ___canConnect_9 = value; } inline static int32_t get_offset_of_textUI_10() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___textUI_10)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_textUI_10() const { return ___textUI_10; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_textUI_10() { return &___textUI_10; } inline void set_textUI_10(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___textUI_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___textUI_10), (void*)value); } inline static int32_t get_offset_of_status_11() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___status_11)); } inline int32_t get_status_11() const { return ___status_11; } inline int32_t* get_address_of_status_11() { return &___status_11; } inline void set_status_11(int32_t value) { ___status_11 = value; } inline static int32_t get_offset_of_hasData_12() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___hasData_12)); } inline bool get_hasData_12() const { return ___hasData_12; } inline bool* get_address_of_hasData_12() { return &___hasData_12; } inline void set_hasData_12(bool value) { ___hasData_12 = value; } inline static int32_t get_offset_of_userDoConnect_15() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___userDoConnect_15)); } inline bool get_userDoConnect_15() const { return ___userDoConnect_15; } inline bool* get_address_of_userDoConnect_15() { return &___userDoConnect_15; } inline void set_userDoConnect_15(bool value) { ___userDoConnect_15 = value; } inline static int32_t get_offset_of_doConnect_16() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___doConnect_16)); } inline bool get_doConnect_16() const { return ___doConnect_16; } inline bool* get_address_of_doConnect_16() { return &___doConnect_16; } inline void set_doConnect_16(bool value) { ___doConnect_16 = value; } inline static int32_t get_offset_of_dataGetting_17() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___dataGetting_17)); } inline bool get_dataGetting_17() const { return ___dataGetting_17; } inline bool* get_address_of_dataGetting_17() { return &___dataGetting_17; } inline void set_dataGetting_17(bool value) { ___dataGetting_17 = value; } inline static int32_t get_offset_of_dataGetLen_18() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___dataGetLen_18)); } inline int32_t get_dataGetLen_18() const { return ___dataGetLen_18; } inline int32_t* get_address_of_dataGetLen_18() { return &___dataGetLen_18; } inline void set_dataGetLen_18(int32_t value) { ___dataGetLen_18 = value; } inline static int32_t get_offset_of_dataBytes_19() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6, ___dataBytes_19)); } inline List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * get_dataBytes_19() const { return ___dataBytes_19; } inline List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF ** get_address_of_dataBytes_19() { return &___dataBytes_19; } inline void set_dataBytes_19(List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * value) { ___dataBytes_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataBytes_19), (void*)value); } }; struct BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_StaticFields { public: // System.Boolean BluetoothShoot::scanLock bool ___scanLock_13; // BluetoothShoot BluetoothShoot::ins BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * ___ins_14; public: inline static int32_t get_offset_of_scanLock_13() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_StaticFields, ___scanLock_13)); } inline bool get_scanLock_13() const { return ___scanLock_13; } inline bool* get_address_of_scanLock_13() { return &___scanLock_13; } inline void set_scanLock_13(bool value) { ___scanLock_13 = value; } inline static int32_t get_offset_of_ins_14() { return static_cast(offsetof(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_StaticFields, ___ins_14)); } inline BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * get_ins_14() const { return ___ins_14; } inline BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 ** get_address_of_ins_14() { return &___ins_14; } inline void set_ins_14(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * value) { ___ins_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_14), (void*)value); } }; // DebugForDevice struct DebugForDevice_t2AA686C4546FE35496F1B5EC8FD1FC91A5439900 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Int32 DebugForDevice::tid int32_t ___tid_5; // System.String[] DebugForDevice::logs StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___logs_6; public: inline static int32_t get_offset_of_tid_5() { return static_cast(offsetof(DebugForDevice_t2AA686C4546FE35496F1B5EC8FD1FC91A5439900, ___tid_5)); } inline int32_t get_tid_5() const { return ___tid_5; } inline int32_t* get_address_of_tid_5() { return &___tid_5; } inline void set_tid_5(int32_t value) { ___tid_5 = value; } inline static int32_t get_offset_of_logs_6() { return static_cast(offsetof(DebugForDevice_t2AA686C4546FE35496F1B5EC8FD1FC91A5439900, ___logs_6)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_logs_6() const { return ___logs_6; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_logs_6() { return &___logs_6; } inline void set_logs_6(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___logs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___logs_6), (void*)value); } }; struct DebugForDevice_t2AA686C4546FE35496F1B5EC8FD1FC91A5439900_StaticFields { public: // DebugForDevice DebugForDevice::ins DebugForDevice_t2AA686C4546FE35496F1B5EC8FD1FC91A5439900 * ___ins_4; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(DebugForDevice_t2AA686C4546FE35496F1B5EC8FD1FC91A5439900_StaticFields, ___ins_4)); } inline DebugForDevice_t2AA686C4546FE35496F1B5EC8FD1FC91A5439900 * get_ins_4() const { return ___ins_4; } inline DebugForDevice_t2AA686C4546FE35496F1B5EC8FD1FC91A5439900 ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(DebugForDevice_t2AA686C4546FE35496F1B5EC8FD1FC91A5439900 * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } }; // PersistenHandler struct PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // MenuBackController PersistenHandler::menuBackCtr MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * ___menuBackCtr_4; public: inline static int32_t get_offset_of_menuBackCtr_4() { return static_cast(offsetof(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1, ___menuBackCtr_4)); } inline MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * get_menuBackCtr_4() const { return ___menuBackCtr_4; } inline MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 ** get_address_of_menuBackCtr_4() { return &___menuBackCtr_4; } inline void set_menuBackCtr_4(MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * value) { ___menuBackCtr_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___menuBackCtr_4), (void*)value); } }; struct PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields { public: // PersistenHandler PersistenHandler::ins PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * ___ins_5; public: inline static int32_t get_offset_of_ins_5() { return static_cast(offsetof(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields, ___ins_5)); } inline PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * get_ins_5() const { return ___ins_5; } inline PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 ** get_address_of_ins_5() { return &___ins_5; } inline void set_ins_5(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * value) { ___ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_5), (void*)value); } }; // PopupMgr struct PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform PopupMgr::popupRoot Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___popupRoot_5; public: inline static int32_t get_offset_of_popupRoot_5() { return static_cast(offsetof(PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC, ___popupRoot_5)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_popupRoot_5() const { return ___popupRoot_5; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_popupRoot_5() { return &___popupRoot_5; } inline void set_popupRoot_5(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___popupRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___popupRoot_5), (void*)value); } }; struct PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC_StaticFields { public: // PopupMgr PopupMgr::_ins PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * ____ins_4; public: inline static int32_t get_offset_of__ins_4() { return static_cast(offsetof(PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC_StaticFields, ____ins_4)); } inline PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * get__ins_4() const { return ____ins_4; } inline PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC ** get_address_of__ins_4() { return &____ins_4; } inline void set__ins_4(PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * value) { ____ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_4), (void*)value); } }; // SB_EventSystem struct SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // MouseConfirm SB_EventSystem::mouseConfirm MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA * ___mouseConfirm_5; // JC.Unity.SimulateMouse SB_EventSystem::simulateMouse SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * ___simulateMouse_6; // System.Boolean SB_EventSystem::simulateMouseIsAwaked bool ___simulateMouseIsAwaked_7; // UnityEngine.Quaternion SB_EventSystem::nowAxisQuat Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___nowAxisQuat_8; // UnityEngine.Quaternion SB_EventSystem::newAxisQuat Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___newAxisQuat_9; // UnityEngine.Vector2 SB_EventSystem::mousePointerPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___mousePointerPosition_10; // System.Single SB_EventSystem::_lastClickMouseTime float ____lastClickMouseTime_11; // SB_EventSystem/MouseTest SB_EventSystem::mouseTest MouseTest_t19667380CD6500B956B18AF63436737941DB14FD * ___mouseTest_12; public: inline static int32_t get_offset_of_mouseConfirm_5() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___mouseConfirm_5)); } inline MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA * get_mouseConfirm_5() const { return ___mouseConfirm_5; } inline MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA ** get_address_of_mouseConfirm_5() { return &___mouseConfirm_5; } inline void set_mouseConfirm_5(MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA * value) { ___mouseConfirm_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mouseConfirm_5), (void*)value); } inline static int32_t get_offset_of_simulateMouse_6() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___simulateMouse_6)); } inline SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * get_simulateMouse_6() const { return ___simulateMouse_6; } inline SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 ** get_address_of_simulateMouse_6() { return &___simulateMouse_6; } inline void set_simulateMouse_6(SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * value) { ___simulateMouse_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___simulateMouse_6), (void*)value); } inline static int32_t get_offset_of_simulateMouseIsAwaked_7() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___simulateMouseIsAwaked_7)); } inline bool get_simulateMouseIsAwaked_7() const { return ___simulateMouseIsAwaked_7; } inline bool* get_address_of_simulateMouseIsAwaked_7() { return &___simulateMouseIsAwaked_7; } inline void set_simulateMouseIsAwaked_7(bool value) { ___simulateMouseIsAwaked_7 = value; } inline static int32_t get_offset_of_nowAxisQuat_8() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___nowAxisQuat_8)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_nowAxisQuat_8() const { return ___nowAxisQuat_8; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_nowAxisQuat_8() { return &___nowAxisQuat_8; } inline void set_nowAxisQuat_8(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___nowAxisQuat_8 = value; } inline static int32_t get_offset_of_newAxisQuat_9() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___newAxisQuat_9)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_newAxisQuat_9() const { return ___newAxisQuat_9; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_newAxisQuat_9() { return &___newAxisQuat_9; } inline void set_newAxisQuat_9(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___newAxisQuat_9 = value; } inline static int32_t get_offset_of_mousePointerPosition_10() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___mousePointerPosition_10)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_mousePointerPosition_10() const { return ___mousePointerPosition_10; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_mousePointerPosition_10() { return &___mousePointerPosition_10; } inline void set_mousePointerPosition_10(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___mousePointerPosition_10 = value; } inline static int32_t get_offset_of__lastClickMouseTime_11() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ____lastClickMouseTime_11)); } inline float get__lastClickMouseTime_11() const { return ____lastClickMouseTime_11; } inline float* get_address_of__lastClickMouseTime_11() { return &____lastClickMouseTime_11; } inline void set__lastClickMouseTime_11(float value) { ____lastClickMouseTime_11 = value; } inline static int32_t get_offset_of_mouseTest_12() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___mouseTest_12)); } inline MouseTest_t19667380CD6500B956B18AF63436737941DB14FD * get_mouseTest_12() const { return ___mouseTest_12; } inline MouseTest_t19667380CD6500B956B18AF63436737941DB14FD ** get_address_of_mouseTest_12() { return &___mouseTest_12; } inline void set_mouseTest_12(MouseTest_t19667380CD6500B956B18AF63436737941DB14FD * value) { ___mouseTest_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___mouseTest_12), (void*)value); } }; struct SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields { public: // SB_EventSystem SB_EventSystem::ins SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * ___ins_4; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields, ___ins_4)); } inline SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * get_ins_4() const { return ___ins_4; } inline SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } }; // JC.ScrollPanel struct ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // JC.ScrollPanel/InitType JC.ScrollPanel::initType int32_t ___initType_4; // UnityEngine.UI.ScrollRect JC.ScrollPanel::_scrollRect ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * ____scrollRect_5; // UnityEngine.RectTransform JC.ScrollPanel::_rectTransform RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ____rectTransform_6; // System.Collections.Generic.List`1 JC.ScrollPanel::itemList List_1_t432BA4439FC00E108A9A351BD7FBCD9242270BB3 * ___itemList_7; // System.Int32 JC.ScrollPanel::startIndex int32_t ___startIndex_8; // System.Int32 JC.ScrollPanel::spacing int32_t ___spacing_9; // System.Boolean JC.ScrollPanel::openReceiveItemViewInfo bool ___openReceiveItemViewInfo_10; // UnityEngine.Events.UnityEvent`3 JC.ScrollPanel::onReceiveItemViewInfo UnityEvent_3_t491B50A20C43814FDE7F5D7B4564E3D5472B90C9 * ___onReceiveItemViewInfo_11; // System.Int32 JC.ScrollPanel::currentItemIndex int32_t ___currentItemIndex_12; // UnityEngine.Events.UnityEvent`2 JC.ScrollPanel::onItemChange UnityEvent_2_t87EBBE9C0951F807F3734879525E5449ED7779D1 * ___onItemChange_13; // System.Collections.Generic.List`1 JC.ScrollPanel::prefabs List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * ___prefabs_14; // System.Boolean JC.ScrollPanel::snapping bool ___snapping_15; // System.Int32 JC.ScrollPanel::snapIndex int32_t ___snapIndex_16; public: inline static int32_t get_offset_of_initType_4() { return static_cast(offsetof(ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5, ___initType_4)); } inline int32_t get_initType_4() const { return ___initType_4; } inline int32_t* get_address_of_initType_4() { return &___initType_4; } inline void set_initType_4(int32_t value) { ___initType_4 = value; } inline static int32_t get_offset_of__scrollRect_5() { return static_cast(offsetof(ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5, ____scrollRect_5)); } inline ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * get__scrollRect_5() const { return ____scrollRect_5; } inline ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA ** get_address_of__scrollRect_5() { return &____scrollRect_5; } inline void set__scrollRect_5(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * value) { ____scrollRect_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____scrollRect_5), (void*)value); } inline static int32_t get_offset_of__rectTransform_6() { return static_cast(offsetof(ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5, ____rectTransform_6)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get__rectTransform_6() const { return ____rectTransform_6; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of__rectTransform_6() { return &____rectTransform_6; } inline void set__rectTransform_6(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ____rectTransform_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____rectTransform_6), (void*)value); } inline static int32_t get_offset_of_itemList_7() { return static_cast(offsetof(ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5, ___itemList_7)); } inline List_1_t432BA4439FC00E108A9A351BD7FBCD9242270BB3 * get_itemList_7() const { return ___itemList_7; } inline List_1_t432BA4439FC00E108A9A351BD7FBCD9242270BB3 ** get_address_of_itemList_7() { return &___itemList_7; } inline void set_itemList_7(List_1_t432BA4439FC00E108A9A351BD7FBCD9242270BB3 * value) { ___itemList_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___itemList_7), (void*)value); } inline static int32_t get_offset_of_startIndex_8() { return static_cast(offsetof(ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5, ___startIndex_8)); } inline int32_t get_startIndex_8() const { return ___startIndex_8; } inline int32_t* get_address_of_startIndex_8() { return &___startIndex_8; } inline void set_startIndex_8(int32_t value) { ___startIndex_8 = value; } inline static int32_t get_offset_of_spacing_9() { return static_cast(offsetof(ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5, ___spacing_9)); } inline int32_t get_spacing_9() const { return ___spacing_9; } inline int32_t* get_address_of_spacing_9() { return &___spacing_9; } inline void set_spacing_9(int32_t value) { ___spacing_9 = value; } inline static int32_t get_offset_of_openReceiveItemViewInfo_10() { return static_cast(offsetof(ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5, ___openReceiveItemViewInfo_10)); } inline bool get_openReceiveItemViewInfo_10() const { return ___openReceiveItemViewInfo_10; } inline bool* get_address_of_openReceiveItemViewInfo_10() { return &___openReceiveItemViewInfo_10; } inline void set_openReceiveItemViewInfo_10(bool value) { ___openReceiveItemViewInfo_10 = value; } inline static int32_t get_offset_of_onReceiveItemViewInfo_11() { return static_cast(offsetof(ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5, ___onReceiveItemViewInfo_11)); } inline UnityEvent_3_t491B50A20C43814FDE7F5D7B4564E3D5472B90C9 * get_onReceiveItemViewInfo_11() const { return ___onReceiveItemViewInfo_11; } inline UnityEvent_3_t491B50A20C43814FDE7F5D7B4564E3D5472B90C9 ** get_address_of_onReceiveItemViewInfo_11() { return &___onReceiveItemViewInfo_11; } inline void set_onReceiveItemViewInfo_11(UnityEvent_3_t491B50A20C43814FDE7F5D7B4564E3D5472B90C9 * value) { ___onReceiveItemViewInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___onReceiveItemViewInfo_11), (void*)value); } inline static int32_t get_offset_of_currentItemIndex_12() { return static_cast(offsetof(ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5, ___currentItemIndex_12)); } inline int32_t get_currentItemIndex_12() const { return ___currentItemIndex_12; } inline int32_t* get_address_of_currentItemIndex_12() { return &___currentItemIndex_12; } inline void set_currentItemIndex_12(int32_t value) { ___currentItemIndex_12 = value; } inline static int32_t get_offset_of_onItemChange_13() { return static_cast(offsetof(ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5, ___onItemChange_13)); } inline UnityEvent_2_t87EBBE9C0951F807F3734879525E5449ED7779D1 * get_onItemChange_13() const { return ___onItemChange_13; } inline UnityEvent_2_t87EBBE9C0951F807F3734879525E5449ED7779D1 ** get_address_of_onItemChange_13() { return &___onItemChange_13; } inline void set_onItemChange_13(UnityEvent_2_t87EBBE9C0951F807F3734879525E5449ED7779D1 * value) { ___onItemChange_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___onItemChange_13), (void*)value); } inline static int32_t get_offset_of_prefabs_14() { return static_cast(offsetof(ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5, ___prefabs_14)); } inline List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * get_prefabs_14() const { return ___prefabs_14; } inline List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 ** get_address_of_prefabs_14() { return &___prefabs_14; } inline void set_prefabs_14(List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * value) { ___prefabs_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefabs_14), (void*)value); } inline static int32_t get_offset_of_snapping_15() { return static_cast(offsetof(ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5, ___snapping_15)); } inline bool get_snapping_15() const { return ___snapping_15; } inline bool* get_address_of_snapping_15() { return &___snapping_15; } inline void set_snapping_15(bool value) { ___snapping_15 = value; } inline static int32_t get_offset_of_snapIndex_16() { return static_cast(offsetof(ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5, ___snapIndex_16)); } inline int32_t get_snapIndex_16() const { return ___snapIndex_16; } inline int32_t* get_address_of_snapIndex_16() { return &___snapIndex_16; } inline void set_snapIndex_16(int32_t value) { ___snapIndex_16 = value; } }; // ShootCheck struct ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Text ShootCheck::text Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___text_4; // CMD ShootCheck::cmd CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 * ___cmd_5; // System.Boolean ShootCheck::locked bool ___locked_6; // System.Single ShootCheck::maxAcc float ___maxAcc_7; // System.Collections.Generic.Queue`1 ShootCheck::keyAccList Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * ___keyAccList_8; // System.Collections.Generic.Queue`1 ShootCheck::keyTimeList Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * ___keyTimeList_9; // System.Single ShootCheck::shootSpeed float ___shootSpeed_10; // UnityEngine.UI.InputField ShootCheck::ipInputField InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ___ipInputField_12; // BestHTTP.WebSocket.WebSocket ShootCheck::webSocket WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket_13; // UnityEngine.UI.InputField ShootCheck::ArmBowInputField InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ___ArmBowInputField_14; // System.Boolean ShootCheck::canAdjustNormalOrHightMode bool ___canAdjustNormalOrHightMode_15; // System.Int32 ShootCheck::transportMode int32_t ___transportMode_16; // System.Byte ShootCheck::byteTime1 uint8_t ___byteTime1_17; // System.Byte ShootCheck::byteTime2 uint8_t ___byteTime2_18; public: inline static int32_t get_offset_of_text_4() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___text_4)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_text_4() const { return ___text_4; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_text_4() { return &___text_4; } inline void set_text_4(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___text_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_4), (void*)value); } inline static int32_t get_offset_of_cmd_5() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___cmd_5)); } inline CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 * get_cmd_5() const { return ___cmd_5; } inline CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 ** get_address_of_cmd_5() { return &___cmd_5; } inline void set_cmd_5(CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 * value) { ___cmd_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cmd_5), (void*)value); } inline static int32_t get_offset_of_locked_6() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___locked_6)); } inline bool get_locked_6() const { return ___locked_6; } inline bool* get_address_of_locked_6() { return &___locked_6; } inline void set_locked_6(bool value) { ___locked_6 = value; } inline static int32_t get_offset_of_maxAcc_7() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___maxAcc_7)); } inline float get_maxAcc_7() const { return ___maxAcc_7; } inline float* get_address_of_maxAcc_7() { return &___maxAcc_7; } inline void set_maxAcc_7(float value) { ___maxAcc_7 = value; } inline static int32_t get_offset_of_keyAccList_8() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___keyAccList_8)); } inline Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * get_keyAccList_8() const { return ___keyAccList_8; } inline Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 ** get_address_of_keyAccList_8() { return &___keyAccList_8; } inline void set_keyAccList_8(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * value) { ___keyAccList_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyAccList_8), (void*)value); } inline static int32_t get_offset_of_keyTimeList_9() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___keyTimeList_9)); } inline Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * get_keyTimeList_9() const { return ___keyTimeList_9; } inline Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D ** get_address_of_keyTimeList_9() { return &___keyTimeList_9; } inline void set_keyTimeList_9(Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * value) { ___keyTimeList_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyTimeList_9), (void*)value); } inline static int32_t get_offset_of_shootSpeed_10() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___shootSpeed_10)); } inline float get_shootSpeed_10() const { return ___shootSpeed_10; } inline float* get_address_of_shootSpeed_10() { return &___shootSpeed_10; } inline void set_shootSpeed_10(float value) { ___shootSpeed_10 = value; } inline static int32_t get_offset_of_ipInputField_12() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___ipInputField_12)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get_ipInputField_12() const { return ___ipInputField_12; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of_ipInputField_12() { return &___ipInputField_12; } inline void set_ipInputField_12(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ___ipInputField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ipInputField_12), (void*)value); } inline static int32_t get_offset_of_webSocket_13() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___webSocket_13)); } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * get_webSocket_13() const { return ___webSocket_13; } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 ** get_address_of_webSocket_13() { return &___webSocket_13; } inline void set_webSocket_13(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * value) { ___webSocket_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___webSocket_13), (void*)value); } inline static int32_t get_offset_of_ArmBowInputField_14() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___ArmBowInputField_14)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get_ArmBowInputField_14() const { return ___ArmBowInputField_14; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of_ArmBowInputField_14() { return &___ArmBowInputField_14; } inline void set_ArmBowInputField_14(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ___ArmBowInputField_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ArmBowInputField_14), (void*)value); } inline static int32_t get_offset_of_canAdjustNormalOrHightMode_15() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___canAdjustNormalOrHightMode_15)); } inline bool get_canAdjustNormalOrHightMode_15() const { return ___canAdjustNormalOrHightMode_15; } inline bool* get_address_of_canAdjustNormalOrHightMode_15() { return &___canAdjustNormalOrHightMode_15; } inline void set_canAdjustNormalOrHightMode_15(bool value) { ___canAdjustNormalOrHightMode_15 = value; } inline static int32_t get_offset_of_transportMode_16() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___transportMode_16)); } inline int32_t get_transportMode_16() const { return ___transportMode_16; } inline int32_t* get_address_of_transportMode_16() { return &___transportMode_16; } inline void set_transportMode_16(int32_t value) { ___transportMode_16 = value; } inline static int32_t get_offset_of_byteTime1_17() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___byteTime1_17)); } inline uint8_t get_byteTime1_17() const { return ___byteTime1_17; } inline uint8_t* get_address_of_byteTime1_17() { return &___byteTime1_17; } inline void set_byteTime1_17(uint8_t value) { ___byteTime1_17 = value; } inline static int32_t get_offset_of_byteTime2_18() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___byteTime2_18)); } inline uint8_t get_byteTime2_18() const { return ___byteTime2_18; } inline uint8_t* get_address_of_byteTime2_18() { return &___byteTime2_18; } inline void set_byteTime2_18(uint8_t value) { ___byteTime2_18 = value; } }; struct ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_StaticFields { public: // ShootCheck ShootCheck::ins ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * ___ins_11; public: inline static int32_t get_offset_of_ins_11() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_StaticFields, ___ins_11)); } inline ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * get_ins_11() const { return ___ins_11; } inline ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 ** get_address_of_ins_11() { return &___ins_11; } inline void set_ins_11(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * value) { ___ins_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_11), (void*)value); } }; // TextAutoLanguage struct TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Int32 TextAutoLanguage::textID int32_t ___textID_4; // UnityEngine.RectTransform TextAutoLanguage::layoutRebuildObject RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___layoutRebuildObject_5; // System.String[] TextAutoLanguage::textFormatArgs StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___textFormatArgs_9; // LanguageFontSize[] TextAutoLanguage::languageFontSizes LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* ___languageFontSizes_10; // System.Int32 TextAutoLanguage::defaultFontSize int32_t ___defaultFontSize_12; public: inline static int32_t get_offset_of_textID_4() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1, ___textID_4)); } inline int32_t get_textID_4() const { return ___textID_4; } inline int32_t* get_address_of_textID_4() { return &___textID_4; } inline void set_textID_4(int32_t value) { ___textID_4 = value; } inline static int32_t get_offset_of_layoutRebuildObject_5() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1, ___layoutRebuildObject_5)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_layoutRebuildObject_5() const { return ___layoutRebuildObject_5; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_layoutRebuildObject_5() { return &___layoutRebuildObject_5; } inline void set_layoutRebuildObject_5(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___layoutRebuildObject_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___layoutRebuildObject_5), (void*)value); } inline static int32_t get_offset_of_textFormatArgs_9() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1, ___textFormatArgs_9)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_textFormatArgs_9() const { return ___textFormatArgs_9; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_textFormatArgs_9() { return &___textFormatArgs_9; } inline void set_textFormatArgs_9(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___textFormatArgs_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___textFormatArgs_9), (void*)value); } inline static int32_t get_offset_of_languageFontSizes_10() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1, ___languageFontSizes_10)); } inline LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* get_languageFontSizes_10() const { return ___languageFontSizes_10; } inline LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0** get_address_of_languageFontSizes_10() { return &___languageFontSizes_10; } inline void set_languageFontSizes_10(LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* value) { ___languageFontSizes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___languageFontSizes_10), (void*)value); } inline static int32_t get_offset_of_defaultFontSize_12() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1, ___defaultFontSize_12)); } inline int32_t get_defaultFontSize_12() const { return ___defaultFontSize_12; } inline int32_t* get_address_of_defaultFontSize_12() { return &___defaultFontSize_12; } inline void set_defaultFontSize_12(int32_t value) { ___defaultFontSize_12 = value; } }; struct TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields { public: // LanguageEnum TextAutoLanguage::currentLanguageEnum int32_t ___currentLanguageEnum_6; // LanguageDefault TextAutoLanguage::language LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783 * ___language_7; // System.Collections.Generic.HashSet`1 TextAutoLanguage::textAutoLanguages HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 * ___textAutoLanguages_8; // System.Boolean TextAutoLanguage::inited bool ___inited_11; public: inline static int32_t get_offset_of_currentLanguageEnum_6() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields, ___currentLanguageEnum_6)); } inline int32_t get_currentLanguageEnum_6() const { return ___currentLanguageEnum_6; } inline int32_t* get_address_of_currentLanguageEnum_6() { return &___currentLanguageEnum_6; } inline void set_currentLanguageEnum_6(int32_t value) { ___currentLanguageEnum_6 = value; } inline static int32_t get_offset_of_language_7() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields, ___language_7)); } inline LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783 * get_language_7() const { return ___language_7; } inline LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783 ** get_address_of_language_7() { return &___language_7; } inline void set_language_7(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783 * value) { ___language_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___language_7), (void*)value); } inline static int32_t get_offset_of_textAutoLanguages_8() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields, ___textAutoLanguages_8)); } inline HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 * get_textAutoLanguages_8() const { return ___textAutoLanguages_8; } inline HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 ** get_address_of_textAutoLanguages_8() { return &___textAutoLanguages_8; } inline void set_textAutoLanguages_8(HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 * value) { ___textAutoLanguages_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___textAutoLanguages_8), (void*)value); } inline static int32_t get_offset_of_inited_11() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields, ___inited_11)); } inline bool get_inited_11() const { return ___inited_11; } inline bool* get_address_of_inited_11() { return &___inited_11; } inline void set_inited_11(bool value) { ___inited_11 = value; } }; // TextAutoLanguage2 struct TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String TextAutoLanguage2::textKey String_t* ___textKey_4; // UnityEngine.RectTransform TextAutoLanguage2::layoutRebuildObject RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___layoutRebuildObject_5; // System.Object[] TextAutoLanguage2::textFormatArgs ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___textFormatArgs_9; // LanguageFontSize[] TextAutoLanguage2::languageFontSizes LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* ___languageFontSizes_10; // System.Int32 TextAutoLanguage2::defaultFontSize int32_t ___defaultFontSize_12; // System.Action`1 TextAutoLanguage2::onApplyToNext Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 * ___onApplyToNext_13; public: inline static int32_t get_offset_of_textKey_4() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE, ___textKey_4)); } inline String_t* get_textKey_4() const { return ___textKey_4; } inline String_t** get_address_of_textKey_4() { return &___textKey_4; } inline void set_textKey_4(String_t* value) { ___textKey_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___textKey_4), (void*)value); } inline static int32_t get_offset_of_layoutRebuildObject_5() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE, ___layoutRebuildObject_5)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_layoutRebuildObject_5() const { return ___layoutRebuildObject_5; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_layoutRebuildObject_5() { return &___layoutRebuildObject_5; } inline void set_layoutRebuildObject_5(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___layoutRebuildObject_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___layoutRebuildObject_5), (void*)value); } inline static int32_t get_offset_of_textFormatArgs_9() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE, ___textFormatArgs_9)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_textFormatArgs_9() const { return ___textFormatArgs_9; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_textFormatArgs_9() { return &___textFormatArgs_9; } inline void set_textFormatArgs_9(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___textFormatArgs_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___textFormatArgs_9), (void*)value); } inline static int32_t get_offset_of_languageFontSizes_10() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE, ___languageFontSizes_10)); } inline LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* get_languageFontSizes_10() const { return ___languageFontSizes_10; } inline LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0** get_address_of_languageFontSizes_10() { return &___languageFontSizes_10; } inline void set_languageFontSizes_10(LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* value) { ___languageFontSizes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___languageFontSizes_10), (void*)value); } inline static int32_t get_offset_of_defaultFontSize_12() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE, ___defaultFontSize_12)); } inline int32_t get_defaultFontSize_12() const { return ___defaultFontSize_12; } inline int32_t* get_address_of_defaultFontSize_12() { return &___defaultFontSize_12; } inline void set_defaultFontSize_12(int32_t value) { ___defaultFontSize_12 = value; } inline static int32_t get_offset_of_onApplyToNext_13() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE, ___onApplyToNext_13)); } inline Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 * get_onApplyToNext_13() const { return ___onApplyToNext_13; } inline Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 ** get_address_of_onApplyToNext_13() { return &___onApplyToNext_13; } inline void set_onApplyToNext_13(Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 * value) { ___onApplyToNext_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___onApplyToNext_13), (void*)value); } }; struct TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields { public: // LanguageEnum TextAutoLanguage2::currentLanguageEnum int32_t ___currentLanguageEnum_6; // System.Collections.Generic.Dictionary`2 TextAutoLanguage2::languageDictionary Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * ___languageDictionary_7; // System.Collections.Generic.HashSet`1 TextAutoLanguage2::textAutoLanguages HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E * ___textAutoLanguages_8; // System.Boolean TextAutoLanguage2::inited bool ___inited_11; public: inline static int32_t get_offset_of_currentLanguageEnum_6() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields, ___currentLanguageEnum_6)); } inline int32_t get_currentLanguageEnum_6() const { return ___currentLanguageEnum_6; } inline int32_t* get_address_of_currentLanguageEnum_6() { return &___currentLanguageEnum_6; } inline void set_currentLanguageEnum_6(int32_t value) { ___currentLanguageEnum_6 = value; } inline static int32_t get_offset_of_languageDictionary_7() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields, ___languageDictionary_7)); } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * get_languageDictionary_7() const { return ___languageDictionary_7; } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 ** get_address_of_languageDictionary_7() { return &___languageDictionary_7; } inline void set_languageDictionary_7(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * value) { ___languageDictionary_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___languageDictionary_7), (void*)value); } inline static int32_t get_offset_of_textAutoLanguages_8() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields, ___textAutoLanguages_8)); } inline HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E * get_textAutoLanguages_8() const { return ___textAutoLanguages_8; } inline HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E ** get_address_of_textAutoLanguages_8() { return &___textAutoLanguages_8; } inline void set_textAutoLanguages_8(HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E * value) { ___textAutoLanguages_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___textAutoLanguages_8), (void*)value); } inline static int32_t get_offset_of_inited_11() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields, ___inited_11)); } inline bool get_inited_11() const { return ___inited_11; } inline bool* get_address_of_inited_11() { return &___inited_11; } inline void set_inited_11(bool value) { ___inited_11 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert struct TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 : public TlsException_t1732743E62B1390C3072EA484D216C08D2C75983 { public: // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert::alertDescription uint8_t ___alertDescription_18; public: inline static int32_t get_offset_of_alertDescription_18() { return static_cast(offsetof(TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946, ___alertDescription_18)); } inline uint8_t get_alertDescription_18() const { return ___alertDescription_18; } inline uint8_t* get_address_of_alertDescription_18() { return &___alertDescription_18; } inline void set_alertDescription_18(uint8_t value) { ___alertDescription_18 = value; } }; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // JCUnityLib.ViewBase struct ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean JCUnityLib.ViewBase::k__BackingField bool ___U3CviewInitedU3Ek__BackingField_4; // System.Boolean JCUnityLib.ViewBase::k__BackingField bool ___U3CviewDestroyedU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CviewInitedU3Ek__BackingField_4() { return static_cast(offsetof(ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC, ___U3CviewInitedU3Ek__BackingField_4)); } inline bool get_U3CviewInitedU3Ek__BackingField_4() const { return ___U3CviewInitedU3Ek__BackingField_4; } inline bool* get_address_of_U3CviewInitedU3Ek__BackingField_4() { return &___U3CviewInitedU3Ek__BackingField_4; } inline void set_U3CviewInitedU3Ek__BackingField_4(bool value) { ___U3CviewInitedU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CviewDestroyedU3Ek__BackingField_5() { return static_cast(offsetof(ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC, ___U3CviewDestroyedU3Ek__BackingField_5)); } inline bool get_U3CviewDestroyedU3Ek__BackingField_5() const { return ___U3CviewDestroyedU3Ek__BackingField_5; } inline bool* get_address_of_U3CviewDestroyedU3Ek__BackingField_5() { return &___U3CviewDestroyedU3Ek__BackingField_5; } inline void set_U3CviewDestroyedU3Ek__BackingField_5(bool value) { ___U3CviewDestroyedU3Ek__BackingField_5 = value; } }; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // UnityEngine.Material UnityEngine.UI.Graphic::m_Material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_Material_6; // UnityEngine.Color UnityEngine.UI.Graphic::m_Color Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_Color_7; // System.Boolean UnityEngine.UI.Graphic::m_SkipLayoutUpdate bool ___m_SkipLayoutUpdate_8; // System.Boolean UnityEngine.UI.Graphic::m_SkipMaterialUpdate bool ___m_SkipMaterialUpdate_9; // System.Boolean UnityEngine.UI.Graphic::m_RaycastTarget bool ___m_RaycastTarget_10; // UnityEngine.Vector4 UnityEngine.UI.Graphic::m_RaycastPadding Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___m_RaycastPadding_11; // UnityEngine.RectTransform UnityEngine.UI.Graphic::m_RectTransform RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_RectTransform_12; // UnityEngine.CanvasRenderer UnityEngine.UI.Graphic::m_CanvasRenderer CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * ___m_CanvasRenderer_13; // UnityEngine.Canvas UnityEngine.UI.Graphic::m_Canvas Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * ___m_Canvas_14; // System.Boolean UnityEngine.UI.Graphic::m_VertsDirty bool ___m_VertsDirty_15; // System.Boolean UnityEngine.UI.Graphic::m_MaterialDirty bool ___m_MaterialDirty_16; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyLayoutCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyLayoutCallback_17; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyVertsCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyVertsCallback_18; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyMaterialCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyMaterialCallback_19; // UnityEngine.Mesh UnityEngine.UI.Graphic::m_CachedMesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___m_CachedMesh_22; // UnityEngine.Vector2[] UnityEngine.UI.Graphic::m_CachedUvs Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___m_CachedUvs_23; // UnityEngine.UI.CoroutineTween.TweenRunner`1 UnityEngine.UI.Graphic::m_ColorTweenRunner TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * ___m_ColorTweenRunner_24; // System.Boolean UnityEngine.UI.Graphic::k__BackingField bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; public: inline static int32_t get_offset_of_m_Material_6() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Material_6)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_Material_6() const { return ___m_Material_6; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_Material_6() { return &___m_Material_6; } inline void set_m_Material_6(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_Material_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Material_6), (void*)value); } inline static int32_t get_offset_of_m_Color_7() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Color_7)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_Color_7() const { return ___m_Color_7; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_Color_7() { return &___m_Color_7; } inline void set_m_Color_7(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_Color_7 = value; } inline static int32_t get_offset_of_m_SkipLayoutUpdate_8() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_SkipLayoutUpdate_8)); } inline bool get_m_SkipLayoutUpdate_8() const { return ___m_SkipLayoutUpdate_8; } inline bool* get_address_of_m_SkipLayoutUpdate_8() { return &___m_SkipLayoutUpdate_8; } inline void set_m_SkipLayoutUpdate_8(bool value) { ___m_SkipLayoutUpdate_8 = value; } inline static int32_t get_offset_of_m_SkipMaterialUpdate_9() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_SkipMaterialUpdate_9)); } inline bool get_m_SkipMaterialUpdate_9() const { return ___m_SkipMaterialUpdate_9; } inline bool* get_address_of_m_SkipMaterialUpdate_9() { return &___m_SkipMaterialUpdate_9; } inline void set_m_SkipMaterialUpdate_9(bool value) { ___m_SkipMaterialUpdate_9 = value; } inline static int32_t get_offset_of_m_RaycastTarget_10() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastTarget_10)); } inline bool get_m_RaycastTarget_10() const { return ___m_RaycastTarget_10; } inline bool* get_address_of_m_RaycastTarget_10() { return &___m_RaycastTarget_10; } inline void set_m_RaycastTarget_10(bool value) { ___m_RaycastTarget_10 = value; } inline static int32_t get_offset_of_m_RaycastPadding_11() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastPadding_11)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_m_RaycastPadding_11() const { return ___m_RaycastPadding_11; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_m_RaycastPadding_11() { return &___m_RaycastPadding_11; } inline void set_m_RaycastPadding_11(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___m_RaycastPadding_11 = value; } inline static int32_t get_offset_of_m_RectTransform_12() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RectTransform_12)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_RectTransform_12() const { return ___m_RectTransform_12; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_RectTransform_12() { return &___m_RectTransform_12; } inline void set_m_RectTransform_12(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_RectTransform_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RectTransform_12), (void*)value); } inline static int32_t get_offset_of_m_CanvasRenderer_13() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CanvasRenderer_13)); } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * get_m_CanvasRenderer_13() const { return ___m_CanvasRenderer_13; } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E ** get_address_of_m_CanvasRenderer_13() { return &___m_CanvasRenderer_13; } inline void set_m_CanvasRenderer_13(CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * value) { ___m_CanvasRenderer_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasRenderer_13), (void*)value); } inline static int32_t get_offset_of_m_Canvas_14() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Canvas_14)); } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * get_m_Canvas_14() const { return ___m_Canvas_14; } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA ** get_address_of_m_Canvas_14() { return &___m_Canvas_14; } inline void set_m_Canvas_14(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * value) { ___m_Canvas_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Canvas_14), (void*)value); } inline static int32_t get_offset_of_m_VertsDirty_15() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_VertsDirty_15)); } inline bool get_m_VertsDirty_15() const { return ___m_VertsDirty_15; } inline bool* get_address_of_m_VertsDirty_15() { return &___m_VertsDirty_15; } inline void set_m_VertsDirty_15(bool value) { ___m_VertsDirty_15 = value; } inline static int32_t get_offset_of_m_MaterialDirty_16() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_MaterialDirty_16)); } inline bool get_m_MaterialDirty_16() const { return ___m_MaterialDirty_16; } inline bool* get_address_of_m_MaterialDirty_16() { return &___m_MaterialDirty_16; } inline void set_m_MaterialDirty_16(bool value) { ___m_MaterialDirty_16 = value; } inline static int32_t get_offset_of_m_OnDirtyLayoutCallback_17() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyLayoutCallback_17)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyLayoutCallback_17() const { return ___m_OnDirtyLayoutCallback_17; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyLayoutCallback_17() { return &___m_OnDirtyLayoutCallback_17; } inline void set_m_OnDirtyLayoutCallback_17(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyLayoutCallback_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyLayoutCallback_17), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyVertsCallback_18() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyVertsCallback_18)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyVertsCallback_18() const { return ___m_OnDirtyVertsCallback_18; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyVertsCallback_18() { return &___m_OnDirtyVertsCallback_18; } inline void set_m_OnDirtyVertsCallback_18(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyVertsCallback_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyVertsCallback_18), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyMaterialCallback_19() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyMaterialCallback_19)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyMaterialCallback_19() const { return ___m_OnDirtyMaterialCallback_19; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyMaterialCallback_19() { return &___m_OnDirtyMaterialCallback_19; } inline void set_m_OnDirtyMaterialCallback_19(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyMaterialCallback_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyMaterialCallback_19), (void*)value); } inline static int32_t get_offset_of_m_CachedMesh_22() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CachedMesh_22)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_m_CachedMesh_22() const { return ___m_CachedMesh_22; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_m_CachedMesh_22() { return &___m_CachedMesh_22; } inline void set_m_CachedMesh_22(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___m_CachedMesh_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedMesh_22), (void*)value); } inline static int32_t get_offset_of_m_CachedUvs_23() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CachedUvs_23)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_m_CachedUvs_23() const { return ___m_CachedUvs_23; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_m_CachedUvs_23() { return &___m_CachedUvs_23; } inline void set_m_CachedUvs_23(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___m_CachedUvs_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedUvs_23), (void*)value); } inline static int32_t get_offset_of_m_ColorTweenRunner_24() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_ColorTweenRunner_24)); } inline TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * get_m_ColorTweenRunner_24() const { return ___m_ColorTweenRunner_24; } inline TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 ** get_address_of_m_ColorTweenRunner_24() { return &___m_ColorTweenRunner_24; } inline void set_m_ColorTweenRunner_24(TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * value) { ___m_ColorTweenRunner_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ColorTweenRunner_24), (void*)value); } inline static int32_t get_offset_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25)); } inline bool get_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() const { return ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; } inline bool* get_address_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() { return &___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; } inline void set_U3CuseLegacyMeshGenerationU3Ek__BackingField_25(bool value) { ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25 = value; } }; struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Graphic::s_DefaultUI Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_DefaultUI_4; // UnityEngine.Texture2D UnityEngine.UI.Graphic::s_WhiteTexture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___s_WhiteTexture_5; // UnityEngine.Mesh UnityEngine.UI.Graphic::s_Mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___s_Mesh_20; // UnityEngine.UI.VertexHelper UnityEngine.UI.Graphic::s_VertexHelper VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * ___s_VertexHelper_21; public: inline static int32_t get_offset_of_s_DefaultUI_4() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_DefaultUI_4)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_DefaultUI_4() const { return ___s_DefaultUI_4; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_DefaultUI_4() { return &___s_DefaultUI_4; } inline void set_s_DefaultUI_4(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_DefaultUI_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultUI_4), (void*)value); } inline static int32_t get_offset_of_s_WhiteTexture_5() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_WhiteTexture_5)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_s_WhiteTexture_5() const { return ___s_WhiteTexture_5; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_s_WhiteTexture_5() { return &___s_WhiteTexture_5; } inline void set_s_WhiteTexture_5(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___s_WhiteTexture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_WhiteTexture_5), (void*)value); } inline static int32_t get_offset_of_s_Mesh_20() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_Mesh_20)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_s_Mesh_20() const { return ___s_Mesh_20; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_s_Mesh_20() { return &___s_Mesh_20; } inline void set_s_Mesh_20(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___s_Mesh_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Mesh_20), (void*)value); } inline static int32_t get_offset_of_s_VertexHelper_21() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_VertexHelper_21)); } inline VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * get_s_VertexHelper_21() const { return ___s_VertexHelper_21; } inline VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 ** get_address_of_s_VertexHelper_21() { return &___s_VertexHelper_21; } inline void set_s_VertexHelper_21(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * value) { ___s_VertexHelper_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_VertexHelper_21), (void*)value); } }; // UnityEngine.UI.ScrollRect struct ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_Content RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_Content_4; // System.Boolean UnityEngine.UI.ScrollRect::m_Horizontal bool ___m_Horizontal_5; // System.Boolean UnityEngine.UI.ScrollRect::m_Vertical bool ___m_Vertical_6; // UnityEngine.UI.ScrollRect/MovementType UnityEngine.UI.ScrollRect::m_MovementType int32_t ___m_MovementType_7; // System.Single UnityEngine.UI.ScrollRect::m_Elasticity float ___m_Elasticity_8; // System.Boolean UnityEngine.UI.ScrollRect::m_Inertia bool ___m_Inertia_9; // System.Single UnityEngine.UI.ScrollRect::m_DecelerationRate float ___m_DecelerationRate_10; // System.Single UnityEngine.UI.ScrollRect::m_ScrollSensitivity float ___m_ScrollSensitivity_11; // UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_Viewport RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_Viewport_12; // UnityEngine.UI.Scrollbar UnityEngine.UI.ScrollRect::m_HorizontalScrollbar Scrollbar_tECAC7FD315210FC856A3EC60AE1847A66AAF6C28 * ___m_HorizontalScrollbar_13; // UnityEngine.UI.Scrollbar UnityEngine.UI.ScrollRect::m_VerticalScrollbar Scrollbar_tECAC7FD315210FC856A3EC60AE1847A66AAF6C28 * ___m_VerticalScrollbar_14; // UnityEngine.UI.ScrollRect/ScrollbarVisibility UnityEngine.UI.ScrollRect::m_HorizontalScrollbarVisibility int32_t ___m_HorizontalScrollbarVisibility_15; // UnityEngine.UI.ScrollRect/ScrollbarVisibility UnityEngine.UI.ScrollRect::m_VerticalScrollbarVisibility int32_t ___m_VerticalScrollbarVisibility_16; // System.Single UnityEngine.UI.ScrollRect::m_HorizontalScrollbarSpacing float ___m_HorizontalScrollbarSpacing_17; // System.Single UnityEngine.UI.ScrollRect::m_VerticalScrollbarSpacing float ___m_VerticalScrollbarSpacing_18; // UnityEngine.UI.ScrollRect/ScrollRectEvent UnityEngine.UI.ScrollRect::m_OnValueChanged ScrollRectEvent_tA2F08EF8BB0B0B0F72DB8242DC5AB17BB0D1731E * ___m_OnValueChanged_19; // UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_PointerStartLocalCursor Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_PointerStartLocalCursor_20; // UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_ContentStartPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_ContentStartPosition_21; // UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_ViewRect RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_ViewRect_22; // UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_ContentBounds Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 ___m_ContentBounds_23; // UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_ViewBounds Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 ___m_ViewBounds_24; // UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_Velocity Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Velocity_25; // System.Boolean UnityEngine.UI.ScrollRect::m_Dragging bool ___m_Dragging_26; // System.Boolean UnityEngine.UI.ScrollRect::m_Scrolling bool ___m_Scrolling_27; // UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_PrevPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_PrevPosition_28; // UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_PrevContentBounds Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 ___m_PrevContentBounds_29; // UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_PrevViewBounds Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 ___m_PrevViewBounds_30; // System.Boolean UnityEngine.UI.ScrollRect::m_HasRebuiltLayout bool ___m_HasRebuiltLayout_31; // System.Boolean UnityEngine.UI.ScrollRect::m_HSliderExpand bool ___m_HSliderExpand_32; // System.Boolean UnityEngine.UI.ScrollRect::m_VSliderExpand bool ___m_VSliderExpand_33; // System.Single UnityEngine.UI.ScrollRect::m_HSliderHeight float ___m_HSliderHeight_34; // System.Single UnityEngine.UI.ScrollRect::m_VSliderWidth float ___m_VSliderWidth_35; // UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_Rect RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_Rect_36; // UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_HorizontalScrollbarRect RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_HorizontalScrollbarRect_37; // UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_VerticalScrollbarRect RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_VerticalScrollbarRect_38; // UnityEngine.DrivenRectTransformTracker UnityEngine.UI.ScrollRect::m_Tracker DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 ___m_Tracker_39; // UnityEngine.Vector3[] UnityEngine.UI.ScrollRect::m_Corners Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___m_Corners_40; public: inline static int32_t get_offset_of_m_Content_4() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Content_4)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_Content_4() const { return ___m_Content_4; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_Content_4() { return &___m_Content_4; } inline void set_m_Content_4(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_Content_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Content_4), (void*)value); } inline static int32_t get_offset_of_m_Horizontal_5() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Horizontal_5)); } inline bool get_m_Horizontal_5() const { return ___m_Horizontal_5; } inline bool* get_address_of_m_Horizontal_5() { return &___m_Horizontal_5; } inline void set_m_Horizontal_5(bool value) { ___m_Horizontal_5 = value; } inline static int32_t get_offset_of_m_Vertical_6() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Vertical_6)); } inline bool get_m_Vertical_6() const { return ___m_Vertical_6; } inline bool* get_address_of_m_Vertical_6() { return &___m_Vertical_6; } inline void set_m_Vertical_6(bool value) { ___m_Vertical_6 = value; } inline static int32_t get_offset_of_m_MovementType_7() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_MovementType_7)); } inline int32_t get_m_MovementType_7() const { return ___m_MovementType_7; } inline int32_t* get_address_of_m_MovementType_7() { return &___m_MovementType_7; } inline void set_m_MovementType_7(int32_t value) { ___m_MovementType_7 = value; } inline static int32_t get_offset_of_m_Elasticity_8() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Elasticity_8)); } inline float get_m_Elasticity_8() const { return ___m_Elasticity_8; } inline float* get_address_of_m_Elasticity_8() { return &___m_Elasticity_8; } inline void set_m_Elasticity_8(float value) { ___m_Elasticity_8 = value; } inline static int32_t get_offset_of_m_Inertia_9() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Inertia_9)); } inline bool get_m_Inertia_9() const { return ___m_Inertia_9; } inline bool* get_address_of_m_Inertia_9() { return &___m_Inertia_9; } inline void set_m_Inertia_9(bool value) { ___m_Inertia_9 = value; } inline static int32_t get_offset_of_m_DecelerationRate_10() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_DecelerationRate_10)); } inline float get_m_DecelerationRate_10() const { return ___m_DecelerationRate_10; } inline float* get_address_of_m_DecelerationRate_10() { return &___m_DecelerationRate_10; } inline void set_m_DecelerationRate_10(float value) { ___m_DecelerationRate_10 = value; } inline static int32_t get_offset_of_m_ScrollSensitivity_11() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_ScrollSensitivity_11)); } inline float get_m_ScrollSensitivity_11() const { return ___m_ScrollSensitivity_11; } inline float* get_address_of_m_ScrollSensitivity_11() { return &___m_ScrollSensitivity_11; } inline void set_m_ScrollSensitivity_11(float value) { ___m_ScrollSensitivity_11 = value; } inline static int32_t get_offset_of_m_Viewport_12() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Viewport_12)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_Viewport_12() const { return ___m_Viewport_12; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_Viewport_12() { return &___m_Viewport_12; } inline void set_m_Viewport_12(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_Viewport_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Viewport_12), (void*)value); } inline static int32_t get_offset_of_m_HorizontalScrollbar_13() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_HorizontalScrollbar_13)); } inline Scrollbar_tECAC7FD315210FC856A3EC60AE1847A66AAF6C28 * get_m_HorizontalScrollbar_13() const { return ___m_HorizontalScrollbar_13; } inline Scrollbar_tECAC7FD315210FC856A3EC60AE1847A66AAF6C28 ** get_address_of_m_HorizontalScrollbar_13() { return &___m_HorizontalScrollbar_13; } inline void set_m_HorizontalScrollbar_13(Scrollbar_tECAC7FD315210FC856A3EC60AE1847A66AAF6C28 * value) { ___m_HorizontalScrollbar_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HorizontalScrollbar_13), (void*)value); } inline static int32_t get_offset_of_m_VerticalScrollbar_14() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_VerticalScrollbar_14)); } inline Scrollbar_tECAC7FD315210FC856A3EC60AE1847A66AAF6C28 * get_m_VerticalScrollbar_14() const { return ___m_VerticalScrollbar_14; } inline Scrollbar_tECAC7FD315210FC856A3EC60AE1847A66AAF6C28 ** get_address_of_m_VerticalScrollbar_14() { return &___m_VerticalScrollbar_14; } inline void set_m_VerticalScrollbar_14(Scrollbar_tECAC7FD315210FC856A3EC60AE1847A66AAF6C28 * value) { ___m_VerticalScrollbar_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_VerticalScrollbar_14), (void*)value); } inline static int32_t get_offset_of_m_HorizontalScrollbarVisibility_15() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_HorizontalScrollbarVisibility_15)); } inline int32_t get_m_HorizontalScrollbarVisibility_15() const { return ___m_HorizontalScrollbarVisibility_15; } inline int32_t* get_address_of_m_HorizontalScrollbarVisibility_15() { return &___m_HorizontalScrollbarVisibility_15; } inline void set_m_HorizontalScrollbarVisibility_15(int32_t value) { ___m_HorizontalScrollbarVisibility_15 = value; } inline static int32_t get_offset_of_m_VerticalScrollbarVisibility_16() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_VerticalScrollbarVisibility_16)); } inline int32_t get_m_VerticalScrollbarVisibility_16() const { return ___m_VerticalScrollbarVisibility_16; } inline int32_t* get_address_of_m_VerticalScrollbarVisibility_16() { return &___m_VerticalScrollbarVisibility_16; } inline void set_m_VerticalScrollbarVisibility_16(int32_t value) { ___m_VerticalScrollbarVisibility_16 = value; } inline static int32_t get_offset_of_m_HorizontalScrollbarSpacing_17() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_HorizontalScrollbarSpacing_17)); } inline float get_m_HorizontalScrollbarSpacing_17() const { return ___m_HorizontalScrollbarSpacing_17; } inline float* get_address_of_m_HorizontalScrollbarSpacing_17() { return &___m_HorizontalScrollbarSpacing_17; } inline void set_m_HorizontalScrollbarSpacing_17(float value) { ___m_HorizontalScrollbarSpacing_17 = value; } inline static int32_t get_offset_of_m_VerticalScrollbarSpacing_18() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_VerticalScrollbarSpacing_18)); } inline float get_m_VerticalScrollbarSpacing_18() const { return ___m_VerticalScrollbarSpacing_18; } inline float* get_address_of_m_VerticalScrollbarSpacing_18() { return &___m_VerticalScrollbarSpacing_18; } inline void set_m_VerticalScrollbarSpacing_18(float value) { ___m_VerticalScrollbarSpacing_18 = value; } inline static int32_t get_offset_of_m_OnValueChanged_19() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_OnValueChanged_19)); } inline ScrollRectEvent_tA2F08EF8BB0B0B0F72DB8242DC5AB17BB0D1731E * get_m_OnValueChanged_19() const { return ___m_OnValueChanged_19; } inline ScrollRectEvent_tA2F08EF8BB0B0B0F72DB8242DC5AB17BB0D1731E ** get_address_of_m_OnValueChanged_19() { return &___m_OnValueChanged_19; } inline void set_m_OnValueChanged_19(ScrollRectEvent_tA2F08EF8BB0B0B0F72DB8242DC5AB17BB0D1731E * value) { ___m_OnValueChanged_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnValueChanged_19), (void*)value); } inline static int32_t get_offset_of_m_PointerStartLocalCursor_20() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_PointerStartLocalCursor_20)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_PointerStartLocalCursor_20() const { return ___m_PointerStartLocalCursor_20; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_PointerStartLocalCursor_20() { return &___m_PointerStartLocalCursor_20; } inline void set_m_PointerStartLocalCursor_20(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_PointerStartLocalCursor_20 = value; } inline static int32_t get_offset_of_m_ContentStartPosition_21() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_ContentStartPosition_21)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_ContentStartPosition_21() const { return ___m_ContentStartPosition_21; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_ContentStartPosition_21() { return &___m_ContentStartPosition_21; } inline void set_m_ContentStartPosition_21(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_ContentStartPosition_21 = value; } inline static int32_t get_offset_of_m_ViewRect_22() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_ViewRect_22)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_ViewRect_22() const { return ___m_ViewRect_22; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_ViewRect_22() { return &___m_ViewRect_22; } inline void set_m_ViewRect_22(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_ViewRect_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ViewRect_22), (void*)value); } inline static int32_t get_offset_of_m_ContentBounds_23() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_ContentBounds_23)); } inline Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 get_m_ContentBounds_23() const { return ___m_ContentBounds_23; } inline Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 * get_address_of_m_ContentBounds_23() { return &___m_ContentBounds_23; } inline void set_m_ContentBounds_23(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 value) { ___m_ContentBounds_23 = value; } inline static int32_t get_offset_of_m_ViewBounds_24() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_ViewBounds_24)); } inline Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 get_m_ViewBounds_24() const { return ___m_ViewBounds_24; } inline Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 * get_address_of_m_ViewBounds_24() { return &___m_ViewBounds_24; } inline void set_m_ViewBounds_24(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 value) { ___m_ViewBounds_24 = value; } inline static int32_t get_offset_of_m_Velocity_25() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Velocity_25)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Velocity_25() const { return ___m_Velocity_25; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Velocity_25() { return &___m_Velocity_25; } inline void set_m_Velocity_25(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Velocity_25 = value; } inline static int32_t get_offset_of_m_Dragging_26() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Dragging_26)); } inline bool get_m_Dragging_26() const { return ___m_Dragging_26; } inline bool* get_address_of_m_Dragging_26() { return &___m_Dragging_26; } inline void set_m_Dragging_26(bool value) { ___m_Dragging_26 = value; } inline static int32_t get_offset_of_m_Scrolling_27() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Scrolling_27)); } inline bool get_m_Scrolling_27() const { return ___m_Scrolling_27; } inline bool* get_address_of_m_Scrolling_27() { return &___m_Scrolling_27; } inline void set_m_Scrolling_27(bool value) { ___m_Scrolling_27 = value; } inline static int32_t get_offset_of_m_PrevPosition_28() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_PrevPosition_28)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_PrevPosition_28() const { return ___m_PrevPosition_28; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_PrevPosition_28() { return &___m_PrevPosition_28; } inline void set_m_PrevPosition_28(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_PrevPosition_28 = value; } inline static int32_t get_offset_of_m_PrevContentBounds_29() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_PrevContentBounds_29)); } inline Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 get_m_PrevContentBounds_29() const { return ___m_PrevContentBounds_29; } inline Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 * get_address_of_m_PrevContentBounds_29() { return &___m_PrevContentBounds_29; } inline void set_m_PrevContentBounds_29(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 value) { ___m_PrevContentBounds_29 = value; } inline static int32_t get_offset_of_m_PrevViewBounds_30() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_PrevViewBounds_30)); } inline Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 get_m_PrevViewBounds_30() const { return ___m_PrevViewBounds_30; } inline Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 * get_address_of_m_PrevViewBounds_30() { return &___m_PrevViewBounds_30; } inline void set_m_PrevViewBounds_30(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 value) { ___m_PrevViewBounds_30 = value; } inline static int32_t get_offset_of_m_HasRebuiltLayout_31() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_HasRebuiltLayout_31)); } inline bool get_m_HasRebuiltLayout_31() const { return ___m_HasRebuiltLayout_31; } inline bool* get_address_of_m_HasRebuiltLayout_31() { return &___m_HasRebuiltLayout_31; } inline void set_m_HasRebuiltLayout_31(bool value) { ___m_HasRebuiltLayout_31 = value; } inline static int32_t get_offset_of_m_HSliderExpand_32() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_HSliderExpand_32)); } inline bool get_m_HSliderExpand_32() const { return ___m_HSliderExpand_32; } inline bool* get_address_of_m_HSliderExpand_32() { return &___m_HSliderExpand_32; } inline void set_m_HSliderExpand_32(bool value) { ___m_HSliderExpand_32 = value; } inline static int32_t get_offset_of_m_VSliderExpand_33() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_VSliderExpand_33)); } inline bool get_m_VSliderExpand_33() const { return ___m_VSliderExpand_33; } inline bool* get_address_of_m_VSliderExpand_33() { return &___m_VSliderExpand_33; } inline void set_m_VSliderExpand_33(bool value) { ___m_VSliderExpand_33 = value; } inline static int32_t get_offset_of_m_HSliderHeight_34() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_HSliderHeight_34)); } inline float get_m_HSliderHeight_34() const { return ___m_HSliderHeight_34; } inline float* get_address_of_m_HSliderHeight_34() { return &___m_HSliderHeight_34; } inline void set_m_HSliderHeight_34(float value) { ___m_HSliderHeight_34 = value; } inline static int32_t get_offset_of_m_VSliderWidth_35() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_VSliderWidth_35)); } inline float get_m_VSliderWidth_35() const { return ___m_VSliderWidth_35; } inline float* get_address_of_m_VSliderWidth_35() { return &___m_VSliderWidth_35; } inline void set_m_VSliderWidth_35(float value) { ___m_VSliderWidth_35 = value; } inline static int32_t get_offset_of_m_Rect_36() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Rect_36)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_Rect_36() const { return ___m_Rect_36; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_Rect_36() { return &___m_Rect_36; } inline void set_m_Rect_36(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_Rect_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Rect_36), (void*)value); } inline static int32_t get_offset_of_m_HorizontalScrollbarRect_37() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_HorizontalScrollbarRect_37)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_HorizontalScrollbarRect_37() const { return ___m_HorizontalScrollbarRect_37; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_HorizontalScrollbarRect_37() { return &___m_HorizontalScrollbarRect_37; } inline void set_m_HorizontalScrollbarRect_37(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_HorizontalScrollbarRect_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HorizontalScrollbarRect_37), (void*)value); } inline static int32_t get_offset_of_m_VerticalScrollbarRect_38() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_VerticalScrollbarRect_38)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_VerticalScrollbarRect_38() const { return ___m_VerticalScrollbarRect_38; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_VerticalScrollbarRect_38() { return &___m_VerticalScrollbarRect_38; } inline void set_m_VerticalScrollbarRect_38(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_VerticalScrollbarRect_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_VerticalScrollbarRect_38), (void*)value); } inline static int32_t get_offset_of_m_Tracker_39() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Tracker_39)); } inline DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 get_m_Tracker_39() const { return ___m_Tracker_39; } inline DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 * get_address_of_m_Tracker_39() { return &___m_Tracker_39; } inline void set_m_Tracker_39(DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 value) { ___m_Tracker_39 = value; } inline static int32_t get_offset_of_m_Corners_40() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Corners_40)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_m_Corners_40() const { return ___m_Corners_40; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_m_Corners_40() { return &___m_Corners_40; } inline void set_m_Corners_40(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___m_Corners_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Corners_40), (void*)value); } }; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // System.Boolean UnityEngine.UI.Selectable::m_EnableCalled bool ___m_EnableCalled_6; // UnityEngine.UI.Navigation UnityEngine.UI.Selectable::m_Navigation Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A ___m_Navigation_7; // UnityEngine.UI.Selectable/Transition UnityEngine.UI.Selectable::m_Transition int32_t ___m_Transition_8; // UnityEngine.UI.ColorBlock UnityEngine.UI.Selectable::m_Colors ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 ___m_Colors_9; // UnityEngine.UI.SpriteState UnityEngine.UI.Selectable::m_SpriteState SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E ___m_SpriteState_10; // UnityEngine.UI.AnimationTriggers UnityEngine.UI.Selectable::m_AnimationTriggers AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * ___m_AnimationTriggers_11; // System.Boolean UnityEngine.UI.Selectable::m_Interactable bool ___m_Interactable_12; // UnityEngine.UI.Graphic UnityEngine.UI.Selectable::m_TargetGraphic Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___m_TargetGraphic_13; // System.Boolean UnityEngine.UI.Selectable::m_GroupsAllowInteraction bool ___m_GroupsAllowInteraction_14; // System.Int32 UnityEngine.UI.Selectable::m_CurrentIndex int32_t ___m_CurrentIndex_15; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerInsideU3Ek__BackingField_16; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerDownU3Ek__BackingField_17; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3ChasSelectionU3Ek__BackingField_18; // System.Collections.Generic.List`1 UnityEngine.UI.Selectable::m_CanvasGroupCache List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * ___m_CanvasGroupCache_19; public: inline static int32_t get_offset_of_m_EnableCalled_6() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_EnableCalled_6)); } inline bool get_m_EnableCalled_6() const { return ___m_EnableCalled_6; } inline bool* get_address_of_m_EnableCalled_6() { return &___m_EnableCalled_6; } inline void set_m_EnableCalled_6(bool value) { ___m_EnableCalled_6 = value; } inline static int32_t get_offset_of_m_Navigation_7() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Navigation_7)); } inline Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A get_m_Navigation_7() const { return ___m_Navigation_7; } inline Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A * get_address_of_m_Navigation_7() { return &___m_Navigation_7; } inline void set_m_Navigation_7(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A value) { ___m_Navigation_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnUp_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnDown_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnLeft_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnRight_5), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Transition_8() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Transition_8)); } inline int32_t get_m_Transition_8() const { return ___m_Transition_8; } inline int32_t* get_address_of_m_Transition_8() { return &___m_Transition_8; } inline void set_m_Transition_8(int32_t value) { ___m_Transition_8 = value; } inline static int32_t get_offset_of_m_Colors_9() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Colors_9)); } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 get_m_Colors_9() const { return ___m_Colors_9; } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 * get_address_of_m_Colors_9() { return &___m_Colors_9; } inline void set_m_Colors_9(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 value) { ___m_Colors_9 = value; } inline static int32_t get_offset_of_m_SpriteState_10() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_SpriteState_10)); } inline SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E get_m_SpriteState_10() const { return ___m_SpriteState_10; } inline SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E * get_address_of_m_SpriteState_10() { return &___m_SpriteState_10; } inline void set_m_SpriteState_10(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E value) { ___m_SpriteState_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_HighlightedSprite_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_PressedSprite_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_SelectedSprite_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_DisabledSprite_3), (void*)NULL); #endif } inline static int32_t get_offset_of_m_AnimationTriggers_11() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_AnimationTriggers_11)); } inline AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * get_m_AnimationTriggers_11() const { return ___m_AnimationTriggers_11; } inline AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 ** get_address_of_m_AnimationTriggers_11() { return &___m_AnimationTriggers_11; } inline void set_m_AnimationTriggers_11(AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * value) { ___m_AnimationTriggers_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AnimationTriggers_11), (void*)value); } inline static int32_t get_offset_of_m_Interactable_12() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Interactable_12)); } inline bool get_m_Interactable_12() const { return ___m_Interactable_12; } inline bool* get_address_of_m_Interactable_12() { return &___m_Interactable_12; } inline void set_m_Interactable_12(bool value) { ___m_Interactable_12 = value; } inline static int32_t get_offset_of_m_TargetGraphic_13() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_TargetGraphic_13)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_m_TargetGraphic_13() const { return ___m_TargetGraphic_13; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_m_TargetGraphic_13() { return &___m_TargetGraphic_13; } inline void set_m_TargetGraphic_13(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___m_TargetGraphic_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TargetGraphic_13), (void*)value); } inline static int32_t get_offset_of_m_GroupsAllowInteraction_14() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_GroupsAllowInteraction_14)); } inline bool get_m_GroupsAllowInteraction_14() const { return ___m_GroupsAllowInteraction_14; } inline bool* get_address_of_m_GroupsAllowInteraction_14() { return &___m_GroupsAllowInteraction_14; } inline void set_m_GroupsAllowInteraction_14(bool value) { ___m_GroupsAllowInteraction_14 = value; } inline static int32_t get_offset_of_m_CurrentIndex_15() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_CurrentIndex_15)); } inline int32_t get_m_CurrentIndex_15() const { return ___m_CurrentIndex_15; } inline int32_t* get_address_of_m_CurrentIndex_15() { return &___m_CurrentIndex_15; } inline void set_m_CurrentIndex_15(int32_t value) { ___m_CurrentIndex_15 = value; } inline static int32_t get_offset_of_U3CisPointerInsideU3Ek__BackingField_16() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3CisPointerInsideU3Ek__BackingField_16)); } inline bool get_U3CisPointerInsideU3Ek__BackingField_16() const { return ___U3CisPointerInsideU3Ek__BackingField_16; } inline bool* get_address_of_U3CisPointerInsideU3Ek__BackingField_16() { return &___U3CisPointerInsideU3Ek__BackingField_16; } inline void set_U3CisPointerInsideU3Ek__BackingField_16(bool value) { ___U3CisPointerInsideU3Ek__BackingField_16 = value; } inline static int32_t get_offset_of_U3CisPointerDownU3Ek__BackingField_17() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3CisPointerDownU3Ek__BackingField_17)); } inline bool get_U3CisPointerDownU3Ek__BackingField_17() const { return ___U3CisPointerDownU3Ek__BackingField_17; } inline bool* get_address_of_U3CisPointerDownU3Ek__BackingField_17() { return &___U3CisPointerDownU3Ek__BackingField_17; } inline void set_U3CisPointerDownU3Ek__BackingField_17(bool value) { ___U3CisPointerDownU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_U3ChasSelectionU3Ek__BackingField_18() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3ChasSelectionU3Ek__BackingField_18)); } inline bool get_U3ChasSelectionU3Ek__BackingField_18() const { return ___U3ChasSelectionU3Ek__BackingField_18; } inline bool* get_address_of_U3ChasSelectionU3Ek__BackingField_18() { return &___U3ChasSelectionU3Ek__BackingField_18; } inline void set_U3ChasSelectionU3Ek__BackingField_18(bool value) { ___U3ChasSelectionU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_m_CanvasGroupCache_19() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_CanvasGroupCache_19)); } inline List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * get_m_CanvasGroupCache_19() const { return ___m_CanvasGroupCache_19; } inline List_1_t34AA4AF4E7352129CA58045901530E41445AC16D ** get_address_of_m_CanvasGroupCache_19() { return &___m_CanvasGroupCache_19; } inline void set_m_CanvasGroupCache_19(List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * value) { ___m_CanvasGroupCache_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasGroupCache_19), (void*)value); } }; struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields { public: // UnityEngine.UI.Selectable[] UnityEngine.UI.Selectable::s_Selectables SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* ___s_Selectables_4; // System.Int32 UnityEngine.UI.Selectable::s_SelectableCount int32_t ___s_SelectableCount_5; public: inline static int32_t get_offset_of_s_Selectables_4() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields, ___s_Selectables_4)); } inline SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* get_s_Selectables_4() const { return ___s_Selectables_4; } inline SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535** get_address_of_s_Selectables_4() { return &___s_Selectables_4; } inline void set_s_Selectables_4(SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* value) { ___s_Selectables_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Selectables_4), (void*)value); } inline static int32_t get_offset_of_s_SelectableCount_5() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields, ___s_SelectableCount_5)); } inline int32_t get_s_SelectableCount_5() const { return ___s_SelectableCount_5; } inline int32_t* get_address_of_s_SelectableCount_5() { return &___s_SelectableCount_5; } inline void set_s_SelectableCount_5(int32_t value) { ___s_SelectableCount_5 = value; } }; // SettingsGameView struct SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: // UnityEngine.UI.Image[] SettingsGameView::crossHairOptionChecks ImageU5BU5D_t173C9D1F1D57DABC8260713678F7094C9E7FD224* ___crossHairOptionChecks_6; // UnityEngine.UI.InputField SettingsGameView::inputSize InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ___inputSize_7; // UnityEngine.UI.InputField SettingsGameView::inputDistance InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ___inputDistance_8; public: inline static int32_t get_offset_of_crossHairOptionChecks_6() { return static_cast(offsetof(SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656, ___crossHairOptionChecks_6)); } inline ImageU5BU5D_t173C9D1F1D57DABC8260713678F7094C9E7FD224* get_crossHairOptionChecks_6() const { return ___crossHairOptionChecks_6; } inline ImageU5BU5D_t173C9D1F1D57DABC8260713678F7094C9E7FD224** get_address_of_crossHairOptionChecks_6() { return &___crossHairOptionChecks_6; } inline void set_crossHairOptionChecks_6(ImageU5BU5D_t173C9D1F1D57DABC8260713678F7094C9E7FD224* value) { ___crossHairOptionChecks_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___crossHairOptionChecks_6), (void*)value); } inline static int32_t get_offset_of_inputSize_7() { return static_cast(offsetof(SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656, ___inputSize_7)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get_inputSize_7() const { return ___inputSize_7; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of_inputSize_7() { return &___inputSize_7; } inline void set_inputSize_7(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ___inputSize_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputSize_7), (void*)value); } inline static int32_t get_offset_of_inputDistance_8() { return static_cast(offsetof(SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656, ___inputDistance_8)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get_inputDistance_8() const { return ___inputDistance_8; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of_inputDistance_8() { return &___inputDistance_8; } inline void set_inputDistance_8(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ___inputDistance_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputDistance_8), (void*)value); } }; // SettingsView struct SettingsView_tDAD6B295B0B7B233AA49189237C3EB4B3CDD2741 : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: public: }; // ShopView struct ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: // UnityEngine.Sprite[] ShopView::optionSprites SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* ___optionSprites_6; // UnityEngine.GameObject ShopView::options GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___options_7; // JC.ScrollPanel ShopView::productsPanel ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5 * ___productsPanel_8; // JC.ScrollPanel ShopView::bagPanel ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5 * ___bagPanel_9; // JC.ScrollPanel ShopView::equippedPanel ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5 * ___equippedPanel_10; // UnityEngine.GameObject ShopView::introduceItem GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___introduceItem_11; // System.Int32 ShopView::optionID int32_t ___optionID_13; // System.Boolean ShopView::_InitProductsPanel bool ____InitProductsPanel_14; public: inline static int32_t get_offset_of_optionSprites_6() { return static_cast(offsetof(ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61, ___optionSprites_6)); } inline SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* get_optionSprites_6() const { return ___optionSprites_6; } inline SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77** get_address_of_optionSprites_6() { return &___optionSprites_6; } inline void set_optionSprites_6(SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* value) { ___optionSprites_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___optionSprites_6), (void*)value); } inline static int32_t get_offset_of_options_7() { return static_cast(offsetof(ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61, ___options_7)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_options_7() const { return ___options_7; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_options_7() { return &___options_7; } inline void set_options_7(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___options_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_7), (void*)value); } inline static int32_t get_offset_of_productsPanel_8() { return static_cast(offsetof(ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61, ___productsPanel_8)); } inline ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5 * get_productsPanel_8() const { return ___productsPanel_8; } inline ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5 ** get_address_of_productsPanel_8() { return &___productsPanel_8; } inline void set_productsPanel_8(ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5 * value) { ___productsPanel_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___productsPanel_8), (void*)value); } inline static int32_t get_offset_of_bagPanel_9() { return static_cast(offsetof(ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61, ___bagPanel_9)); } inline ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5 * get_bagPanel_9() const { return ___bagPanel_9; } inline ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5 ** get_address_of_bagPanel_9() { return &___bagPanel_9; } inline void set_bagPanel_9(ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5 * value) { ___bagPanel_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___bagPanel_9), (void*)value); } inline static int32_t get_offset_of_equippedPanel_10() { return static_cast(offsetof(ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61, ___equippedPanel_10)); } inline ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5 * get_equippedPanel_10() const { return ___equippedPanel_10; } inline ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5 ** get_address_of_equippedPanel_10() { return &___equippedPanel_10; } inline void set_equippedPanel_10(ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5 * value) { ___equippedPanel_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___equippedPanel_10), (void*)value); } inline static int32_t get_offset_of_introduceItem_11() { return static_cast(offsetof(ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61, ___introduceItem_11)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_introduceItem_11() const { return ___introduceItem_11; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_introduceItem_11() { return &___introduceItem_11; } inline void set_introduceItem_11(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___introduceItem_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___introduceItem_11), (void*)value); } inline static int32_t get_offset_of_optionID_13() { return static_cast(offsetof(ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61, ___optionID_13)); } inline int32_t get_optionID_13() const { return ___optionID_13; } inline int32_t* get_address_of_optionID_13() { return &___optionID_13; } inline void set_optionID_13(int32_t value) { ___optionID_13 = value; } inline static int32_t get_offset_of__InitProductsPanel_14() { return static_cast(offsetof(ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61, ____InitProductsPanel_14)); } inline bool get__InitProductsPanel_14() const { return ____InitProductsPanel_14; } inline bool* get_address_of__InitProductsPanel_14() { return &____InitProductsPanel_14; } inline void set__InitProductsPanel_14(bool value) { ____InitProductsPanel_14 = value; } }; struct ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61_StaticFields { public: // ShopView ShopView::ins ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * ___ins_12; public: inline static int32_t get_offset_of_ins_12() { return static_cast(offsetof(ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61_StaticFields, ___ins_12)); } inline ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * get_ins_12() const { return ___ins_12; } inline ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 ** get_address_of_ins_12() { return &___ins_12; } inline void set_ins_12(ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * value) { ___ins_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_12), (void*)value); } }; // SideTipView struct SideTipView_tF29D7FCAD1E07BA87540FE146D264BE312108248 : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: // UnityEngine.GameObject SideTipView::sideTip GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___sideTip_6; // UnityEngine.UI.Text SideTipView::sideTipText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___sideTipText_7; // System.Collections.Generic.List`1 SideTipView::tipStrList List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___tipStrList_8; public: inline static int32_t get_offset_of_sideTip_6() { return static_cast(offsetof(SideTipView_tF29D7FCAD1E07BA87540FE146D264BE312108248, ___sideTip_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_sideTip_6() const { return ___sideTip_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_sideTip_6() { return &___sideTip_6; } inline void set_sideTip_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___sideTip_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___sideTip_6), (void*)value); } inline static int32_t get_offset_of_sideTipText_7() { return static_cast(offsetof(SideTipView_tF29D7FCAD1E07BA87540FE146D264BE312108248, ___sideTipText_7)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_sideTipText_7() const { return ___sideTipText_7; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_sideTipText_7() { return &___sideTipText_7; } inline void set_sideTipText_7(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___sideTipText_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___sideTipText_7), (void*)value); } inline static int32_t get_offset_of_tipStrList_8() { return static_cast(offsetof(SideTipView_tF29D7FCAD1E07BA87540FE146D264BE312108248, ___tipStrList_8)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_tipStrList_8() const { return ___tipStrList_8; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_tipStrList_8() { return &___tipStrList_8; } inline void set_tipStrList_8(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___tipStrList_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___tipStrList_8), (void*)value); } }; struct SideTipView_tF29D7FCAD1E07BA87540FE146D264BE312108248_StaticFields { public: // SideTipView SideTipView::ins SideTipView_tF29D7FCAD1E07BA87540FE146D264BE312108248 * ___ins_9; public: inline static int32_t get_offset_of_ins_9() { return static_cast(offsetof(SideTipView_tF29D7FCAD1E07BA87540FE146D264BE312108248_StaticFields, ___ins_9)); } inline SideTipView_tF29D7FCAD1E07BA87540FE146D264BE312108248 * get_ins_9() const { return ___ins_9; } inline SideTipView_tF29D7FCAD1E07BA87540FE146D264BE312108248 ** get_address_of_ins_9() { return &___ins_9; } inline void set_ins_9(SideTipView_tF29D7FCAD1E07BA87540FE146D264BE312108248 * value) { ___ins_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_9), (void*)value); } }; // ViewMgr struct ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E : public ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E { public: // System.Collections.Generic.HashSet`1 ViewMgr::scenePrefabs HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * ___scenePrefabs_8; public: inline static int32_t get_offset_of_scenePrefabs_8() { return static_cast(offsetof(ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E, ___scenePrefabs_8)); } inline HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * get_scenePrefabs_8() const { return ___scenePrefabs_8; } inline HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 ** get_address_of_scenePrefabs_8() { return &___scenePrefabs_8; } inline void set_scenePrefabs_8(HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * value) { ___scenePrefabs_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___scenePrefabs_8), (void*)value); } }; // UnityEngine.UI.Button struct Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D : public Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD { public: // UnityEngine.UI.Button/ButtonClickedEvent UnityEngine.UI.Button::m_OnClick ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * ___m_OnClick_20; public: inline static int32_t get_offset_of_m_OnClick_20() { return static_cast(offsetof(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D, ___m_OnClick_20)); } inline ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * get_m_OnClick_20() const { return ___m_OnClick_20; } inline ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F ** get_address_of_m_OnClick_20() { return &___m_OnClick_20; } inline void set_m_OnClick_20(ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * value) { ___m_OnClick_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnClick_20), (void*)value); } }; // UnityEngine.UI.InputField struct InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 : public Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD { public: // UnityEngine.TouchScreenKeyboard UnityEngine.UI.InputField::m_Keyboard TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E * ___m_Keyboard_20; // UnityEngine.UI.Text UnityEngine.UI.InputField::m_TextComponent Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___m_TextComponent_22; // UnityEngine.UI.Graphic UnityEngine.UI.InputField::m_Placeholder Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___m_Placeholder_23; // UnityEngine.UI.InputField/ContentType UnityEngine.UI.InputField::m_ContentType int32_t ___m_ContentType_24; // UnityEngine.UI.InputField/InputType UnityEngine.UI.InputField::m_InputType int32_t ___m_InputType_25; // System.Char UnityEngine.UI.InputField::m_AsteriskChar Il2CppChar ___m_AsteriskChar_26; // UnityEngine.TouchScreenKeyboardType UnityEngine.UI.InputField::m_KeyboardType int32_t ___m_KeyboardType_27; // UnityEngine.UI.InputField/LineType UnityEngine.UI.InputField::m_LineType int32_t ___m_LineType_28; // System.Boolean UnityEngine.UI.InputField::m_HideMobileInput bool ___m_HideMobileInput_29; // UnityEngine.UI.InputField/CharacterValidation UnityEngine.UI.InputField::m_CharacterValidation int32_t ___m_CharacterValidation_30; // System.Int32 UnityEngine.UI.InputField::m_CharacterLimit int32_t ___m_CharacterLimit_31; // UnityEngine.UI.InputField/EndEditEvent UnityEngine.UI.InputField::m_OnEndEdit EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D * ___m_OnEndEdit_32; // UnityEngine.UI.InputField/SubmitEvent UnityEngine.UI.InputField::m_OnSubmit SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 * ___m_OnSubmit_33; // UnityEngine.UI.InputField/OnChangeEvent UnityEngine.UI.InputField::m_OnValueChanged OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 * ___m_OnValueChanged_34; // UnityEngine.UI.InputField/OnValidateInput UnityEngine.UI.InputField::m_OnValidateInput OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F * ___m_OnValidateInput_35; // UnityEngine.Color UnityEngine.UI.InputField::m_CaretColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_CaretColor_36; // System.Boolean UnityEngine.UI.InputField::m_CustomCaretColor bool ___m_CustomCaretColor_37; // UnityEngine.Color UnityEngine.UI.InputField::m_SelectionColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_SelectionColor_38; // System.String UnityEngine.UI.InputField::m_Text String_t* ___m_Text_39; // System.Single UnityEngine.UI.InputField::m_CaretBlinkRate float ___m_CaretBlinkRate_40; // System.Int32 UnityEngine.UI.InputField::m_CaretWidth int32_t ___m_CaretWidth_41; // System.Boolean UnityEngine.UI.InputField::m_ReadOnly bool ___m_ReadOnly_42; // System.Boolean UnityEngine.UI.InputField::m_ShouldActivateOnSelect bool ___m_ShouldActivateOnSelect_43; // System.Int32 UnityEngine.UI.InputField::m_CaretPosition int32_t ___m_CaretPosition_44; // System.Int32 UnityEngine.UI.InputField::m_CaretSelectPosition int32_t ___m_CaretSelectPosition_45; // UnityEngine.RectTransform UnityEngine.UI.InputField::caretRectTrans RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___caretRectTrans_46; // UnityEngine.UIVertex[] UnityEngine.UI.InputField::m_CursorVerts UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* ___m_CursorVerts_47; // UnityEngine.TextGenerator UnityEngine.UI.InputField::m_InputTextCache TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_InputTextCache_48; // UnityEngine.CanvasRenderer UnityEngine.UI.InputField::m_CachedInputRenderer CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * ___m_CachedInputRenderer_49; // System.Boolean UnityEngine.UI.InputField::m_PreventFontCallback bool ___m_PreventFontCallback_50; // UnityEngine.Mesh UnityEngine.UI.InputField::m_Mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___m_Mesh_51; // System.Boolean UnityEngine.UI.InputField::m_AllowInput bool ___m_AllowInput_52; // System.Boolean UnityEngine.UI.InputField::m_ShouldActivateNextUpdate bool ___m_ShouldActivateNextUpdate_53; // System.Boolean UnityEngine.UI.InputField::m_UpdateDrag bool ___m_UpdateDrag_54; // System.Boolean UnityEngine.UI.InputField::m_DragPositionOutOfBounds bool ___m_DragPositionOutOfBounds_55; // System.Boolean UnityEngine.UI.InputField::m_CaretVisible bool ___m_CaretVisible_58; // UnityEngine.Coroutine UnityEngine.UI.InputField::m_BlinkCoroutine Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * ___m_BlinkCoroutine_59; // System.Single UnityEngine.UI.InputField::m_BlinkStartTime float ___m_BlinkStartTime_60; // System.Int32 UnityEngine.UI.InputField::m_DrawStart int32_t ___m_DrawStart_61; // System.Int32 UnityEngine.UI.InputField::m_DrawEnd int32_t ___m_DrawEnd_62; // UnityEngine.Coroutine UnityEngine.UI.InputField::m_DragCoroutine Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * ___m_DragCoroutine_63; // System.String UnityEngine.UI.InputField::m_OriginalText String_t* ___m_OriginalText_64; // System.Boolean UnityEngine.UI.InputField::m_WasCanceled bool ___m_WasCanceled_65; // System.Boolean UnityEngine.UI.InputField::m_HasDoneFocusTransition bool ___m_HasDoneFocusTransition_66; // UnityEngine.WaitForSecondsRealtime UnityEngine.UI.InputField::m_WaitForSecondsRealtime WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * ___m_WaitForSecondsRealtime_67; // System.Boolean UnityEngine.UI.InputField::m_TouchKeyboardAllowsInPlaceEditing bool ___m_TouchKeyboardAllowsInPlaceEditing_68; // UnityEngine.Event UnityEngine.UI.InputField::m_ProcessingEvent Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * ___m_ProcessingEvent_70; public: inline static int32_t get_offset_of_m_Keyboard_20() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Keyboard_20)); } inline TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E * get_m_Keyboard_20() const { return ___m_Keyboard_20; } inline TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E ** get_address_of_m_Keyboard_20() { return &___m_Keyboard_20; } inline void set_m_Keyboard_20(TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E * value) { ___m_Keyboard_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Keyboard_20), (void*)value); } inline static int32_t get_offset_of_m_TextComponent_22() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_TextComponent_22)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_m_TextComponent_22() const { return ___m_TextComponent_22; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_m_TextComponent_22() { return &___m_TextComponent_22; } inline void set_m_TextComponent_22(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___m_TextComponent_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextComponent_22), (void*)value); } inline static int32_t get_offset_of_m_Placeholder_23() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Placeholder_23)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_m_Placeholder_23() const { return ___m_Placeholder_23; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_m_Placeholder_23() { return &___m_Placeholder_23; } inline void set_m_Placeholder_23(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___m_Placeholder_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Placeholder_23), (void*)value); } inline static int32_t get_offset_of_m_ContentType_24() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ContentType_24)); } inline int32_t get_m_ContentType_24() const { return ___m_ContentType_24; } inline int32_t* get_address_of_m_ContentType_24() { return &___m_ContentType_24; } inline void set_m_ContentType_24(int32_t value) { ___m_ContentType_24 = value; } inline static int32_t get_offset_of_m_InputType_25() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_InputType_25)); } inline int32_t get_m_InputType_25() const { return ___m_InputType_25; } inline int32_t* get_address_of_m_InputType_25() { return &___m_InputType_25; } inline void set_m_InputType_25(int32_t value) { ___m_InputType_25 = value; } inline static int32_t get_offset_of_m_AsteriskChar_26() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_AsteriskChar_26)); } inline Il2CppChar get_m_AsteriskChar_26() const { return ___m_AsteriskChar_26; } inline Il2CppChar* get_address_of_m_AsteriskChar_26() { return &___m_AsteriskChar_26; } inline void set_m_AsteriskChar_26(Il2CppChar value) { ___m_AsteriskChar_26 = value; } inline static int32_t get_offset_of_m_KeyboardType_27() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_KeyboardType_27)); } inline int32_t get_m_KeyboardType_27() const { return ___m_KeyboardType_27; } inline int32_t* get_address_of_m_KeyboardType_27() { return &___m_KeyboardType_27; } inline void set_m_KeyboardType_27(int32_t value) { ___m_KeyboardType_27 = value; } inline static int32_t get_offset_of_m_LineType_28() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_LineType_28)); } inline int32_t get_m_LineType_28() const { return ___m_LineType_28; } inline int32_t* get_address_of_m_LineType_28() { return &___m_LineType_28; } inline void set_m_LineType_28(int32_t value) { ___m_LineType_28 = value; } inline static int32_t get_offset_of_m_HideMobileInput_29() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_HideMobileInput_29)); } inline bool get_m_HideMobileInput_29() const { return ___m_HideMobileInput_29; } inline bool* get_address_of_m_HideMobileInput_29() { return &___m_HideMobileInput_29; } inline void set_m_HideMobileInput_29(bool value) { ___m_HideMobileInput_29 = value; } inline static int32_t get_offset_of_m_CharacterValidation_30() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CharacterValidation_30)); } inline int32_t get_m_CharacterValidation_30() const { return ___m_CharacterValidation_30; } inline int32_t* get_address_of_m_CharacterValidation_30() { return &___m_CharacterValidation_30; } inline void set_m_CharacterValidation_30(int32_t value) { ___m_CharacterValidation_30 = value; } inline static int32_t get_offset_of_m_CharacterLimit_31() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CharacterLimit_31)); } inline int32_t get_m_CharacterLimit_31() const { return ___m_CharacterLimit_31; } inline int32_t* get_address_of_m_CharacterLimit_31() { return &___m_CharacterLimit_31; } inline void set_m_CharacterLimit_31(int32_t value) { ___m_CharacterLimit_31 = value; } inline static int32_t get_offset_of_m_OnEndEdit_32() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnEndEdit_32)); } inline EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D * get_m_OnEndEdit_32() const { return ___m_OnEndEdit_32; } inline EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D ** get_address_of_m_OnEndEdit_32() { return &___m_OnEndEdit_32; } inline void set_m_OnEndEdit_32(EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D * value) { ___m_OnEndEdit_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnEndEdit_32), (void*)value); } inline static int32_t get_offset_of_m_OnSubmit_33() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnSubmit_33)); } inline SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 * get_m_OnSubmit_33() const { return ___m_OnSubmit_33; } inline SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 ** get_address_of_m_OnSubmit_33() { return &___m_OnSubmit_33; } inline void set_m_OnSubmit_33(SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 * value) { ___m_OnSubmit_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnSubmit_33), (void*)value); } inline static int32_t get_offset_of_m_OnValueChanged_34() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnValueChanged_34)); } inline OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 * get_m_OnValueChanged_34() const { return ___m_OnValueChanged_34; } inline OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 ** get_address_of_m_OnValueChanged_34() { return &___m_OnValueChanged_34; } inline void set_m_OnValueChanged_34(OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 * value) { ___m_OnValueChanged_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnValueChanged_34), (void*)value); } inline static int32_t get_offset_of_m_OnValidateInput_35() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnValidateInput_35)); } inline OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F * get_m_OnValidateInput_35() const { return ___m_OnValidateInput_35; } inline OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F ** get_address_of_m_OnValidateInput_35() { return &___m_OnValidateInput_35; } inline void set_m_OnValidateInput_35(OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F * value) { ___m_OnValidateInput_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnValidateInput_35), (void*)value); } inline static int32_t get_offset_of_m_CaretColor_36() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretColor_36)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_CaretColor_36() const { return ___m_CaretColor_36; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_CaretColor_36() { return &___m_CaretColor_36; } inline void set_m_CaretColor_36(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_CaretColor_36 = value; } inline static int32_t get_offset_of_m_CustomCaretColor_37() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CustomCaretColor_37)); } inline bool get_m_CustomCaretColor_37() const { return ___m_CustomCaretColor_37; } inline bool* get_address_of_m_CustomCaretColor_37() { return &___m_CustomCaretColor_37; } inline void set_m_CustomCaretColor_37(bool value) { ___m_CustomCaretColor_37 = value; } inline static int32_t get_offset_of_m_SelectionColor_38() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_SelectionColor_38)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_SelectionColor_38() const { return ___m_SelectionColor_38; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_SelectionColor_38() { return &___m_SelectionColor_38; } inline void set_m_SelectionColor_38(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_SelectionColor_38 = value; } inline static int32_t get_offset_of_m_Text_39() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Text_39)); } inline String_t* get_m_Text_39() const { return ___m_Text_39; } inline String_t** get_address_of_m_Text_39() { return &___m_Text_39; } inline void set_m_Text_39(String_t* value) { ___m_Text_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Text_39), (void*)value); } inline static int32_t get_offset_of_m_CaretBlinkRate_40() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretBlinkRate_40)); } inline float get_m_CaretBlinkRate_40() const { return ___m_CaretBlinkRate_40; } inline float* get_address_of_m_CaretBlinkRate_40() { return &___m_CaretBlinkRate_40; } inline void set_m_CaretBlinkRate_40(float value) { ___m_CaretBlinkRate_40 = value; } inline static int32_t get_offset_of_m_CaretWidth_41() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretWidth_41)); } inline int32_t get_m_CaretWidth_41() const { return ___m_CaretWidth_41; } inline int32_t* get_address_of_m_CaretWidth_41() { return &___m_CaretWidth_41; } inline void set_m_CaretWidth_41(int32_t value) { ___m_CaretWidth_41 = value; } inline static int32_t get_offset_of_m_ReadOnly_42() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ReadOnly_42)); } inline bool get_m_ReadOnly_42() const { return ___m_ReadOnly_42; } inline bool* get_address_of_m_ReadOnly_42() { return &___m_ReadOnly_42; } inline void set_m_ReadOnly_42(bool value) { ___m_ReadOnly_42 = value; } inline static int32_t get_offset_of_m_ShouldActivateOnSelect_43() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ShouldActivateOnSelect_43)); } inline bool get_m_ShouldActivateOnSelect_43() const { return ___m_ShouldActivateOnSelect_43; } inline bool* get_address_of_m_ShouldActivateOnSelect_43() { return &___m_ShouldActivateOnSelect_43; } inline void set_m_ShouldActivateOnSelect_43(bool value) { ___m_ShouldActivateOnSelect_43 = value; } inline static int32_t get_offset_of_m_CaretPosition_44() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretPosition_44)); } inline int32_t get_m_CaretPosition_44() const { return ___m_CaretPosition_44; } inline int32_t* get_address_of_m_CaretPosition_44() { return &___m_CaretPosition_44; } inline void set_m_CaretPosition_44(int32_t value) { ___m_CaretPosition_44 = value; } inline static int32_t get_offset_of_m_CaretSelectPosition_45() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretSelectPosition_45)); } inline int32_t get_m_CaretSelectPosition_45() const { return ___m_CaretSelectPosition_45; } inline int32_t* get_address_of_m_CaretSelectPosition_45() { return &___m_CaretSelectPosition_45; } inline void set_m_CaretSelectPosition_45(int32_t value) { ___m_CaretSelectPosition_45 = value; } inline static int32_t get_offset_of_caretRectTrans_46() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___caretRectTrans_46)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_caretRectTrans_46() const { return ___caretRectTrans_46; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_caretRectTrans_46() { return &___caretRectTrans_46; } inline void set_caretRectTrans_46(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___caretRectTrans_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___caretRectTrans_46), (void*)value); } inline static int32_t get_offset_of_m_CursorVerts_47() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CursorVerts_47)); } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* get_m_CursorVerts_47() const { return ___m_CursorVerts_47; } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A** get_address_of_m_CursorVerts_47() { return &___m_CursorVerts_47; } inline void set_m_CursorVerts_47(UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* value) { ___m_CursorVerts_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CursorVerts_47), (void*)value); } inline static int32_t get_offset_of_m_InputTextCache_48() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_InputTextCache_48)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_InputTextCache_48() const { return ___m_InputTextCache_48; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_InputTextCache_48() { return &___m_InputTextCache_48; } inline void set_m_InputTextCache_48(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_InputTextCache_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InputTextCache_48), (void*)value); } inline static int32_t get_offset_of_m_CachedInputRenderer_49() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CachedInputRenderer_49)); } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * get_m_CachedInputRenderer_49() const { return ___m_CachedInputRenderer_49; } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E ** get_address_of_m_CachedInputRenderer_49() { return &___m_CachedInputRenderer_49; } inline void set_m_CachedInputRenderer_49(CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * value) { ___m_CachedInputRenderer_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedInputRenderer_49), (void*)value); } inline static int32_t get_offset_of_m_PreventFontCallback_50() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_PreventFontCallback_50)); } inline bool get_m_PreventFontCallback_50() const { return ___m_PreventFontCallback_50; } inline bool* get_address_of_m_PreventFontCallback_50() { return &___m_PreventFontCallback_50; } inline void set_m_PreventFontCallback_50(bool value) { ___m_PreventFontCallback_50 = value; } inline static int32_t get_offset_of_m_Mesh_51() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Mesh_51)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_m_Mesh_51() const { return ___m_Mesh_51; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_m_Mesh_51() { return &___m_Mesh_51; } inline void set_m_Mesh_51(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___m_Mesh_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Mesh_51), (void*)value); } inline static int32_t get_offset_of_m_AllowInput_52() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_AllowInput_52)); } inline bool get_m_AllowInput_52() const { return ___m_AllowInput_52; } inline bool* get_address_of_m_AllowInput_52() { return &___m_AllowInput_52; } inline void set_m_AllowInput_52(bool value) { ___m_AllowInput_52 = value; } inline static int32_t get_offset_of_m_ShouldActivateNextUpdate_53() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ShouldActivateNextUpdate_53)); } inline bool get_m_ShouldActivateNextUpdate_53() const { return ___m_ShouldActivateNextUpdate_53; } inline bool* get_address_of_m_ShouldActivateNextUpdate_53() { return &___m_ShouldActivateNextUpdate_53; } inline void set_m_ShouldActivateNextUpdate_53(bool value) { ___m_ShouldActivateNextUpdate_53 = value; } inline static int32_t get_offset_of_m_UpdateDrag_54() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_UpdateDrag_54)); } inline bool get_m_UpdateDrag_54() const { return ___m_UpdateDrag_54; } inline bool* get_address_of_m_UpdateDrag_54() { return &___m_UpdateDrag_54; } inline void set_m_UpdateDrag_54(bool value) { ___m_UpdateDrag_54 = value; } inline static int32_t get_offset_of_m_DragPositionOutOfBounds_55() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DragPositionOutOfBounds_55)); } inline bool get_m_DragPositionOutOfBounds_55() const { return ___m_DragPositionOutOfBounds_55; } inline bool* get_address_of_m_DragPositionOutOfBounds_55() { return &___m_DragPositionOutOfBounds_55; } inline void set_m_DragPositionOutOfBounds_55(bool value) { ___m_DragPositionOutOfBounds_55 = value; } inline static int32_t get_offset_of_m_CaretVisible_58() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretVisible_58)); } inline bool get_m_CaretVisible_58() const { return ___m_CaretVisible_58; } inline bool* get_address_of_m_CaretVisible_58() { return &___m_CaretVisible_58; } inline void set_m_CaretVisible_58(bool value) { ___m_CaretVisible_58 = value; } inline static int32_t get_offset_of_m_BlinkCoroutine_59() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_BlinkCoroutine_59)); } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * get_m_BlinkCoroutine_59() const { return ___m_BlinkCoroutine_59; } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 ** get_address_of_m_BlinkCoroutine_59() { return &___m_BlinkCoroutine_59; } inline void set_m_BlinkCoroutine_59(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * value) { ___m_BlinkCoroutine_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_BlinkCoroutine_59), (void*)value); } inline static int32_t get_offset_of_m_BlinkStartTime_60() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_BlinkStartTime_60)); } inline float get_m_BlinkStartTime_60() const { return ___m_BlinkStartTime_60; } inline float* get_address_of_m_BlinkStartTime_60() { return &___m_BlinkStartTime_60; } inline void set_m_BlinkStartTime_60(float value) { ___m_BlinkStartTime_60 = value; } inline static int32_t get_offset_of_m_DrawStart_61() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DrawStart_61)); } inline int32_t get_m_DrawStart_61() const { return ___m_DrawStart_61; } inline int32_t* get_address_of_m_DrawStart_61() { return &___m_DrawStart_61; } inline void set_m_DrawStart_61(int32_t value) { ___m_DrawStart_61 = value; } inline static int32_t get_offset_of_m_DrawEnd_62() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DrawEnd_62)); } inline int32_t get_m_DrawEnd_62() const { return ___m_DrawEnd_62; } inline int32_t* get_address_of_m_DrawEnd_62() { return &___m_DrawEnd_62; } inline void set_m_DrawEnd_62(int32_t value) { ___m_DrawEnd_62 = value; } inline static int32_t get_offset_of_m_DragCoroutine_63() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DragCoroutine_63)); } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * get_m_DragCoroutine_63() const { return ___m_DragCoroutine_63; } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 ** get_address_of_m_DragCoroutine_63() { return &___m_DragCoroutine_63; } inline void set_m_DragCoroutine_63(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * value) { ___m_DragCoroutine_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DragCoroutine_63), (void*)value); } inline static int32_t get_offset_of_m_OriginalText_64() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OriginalText_64)); } inline String_t* get_m_OriginalText_64() const { return ___m_OriginalText_64; } inline String_t** get_address_of_m_OriginalText_64() { return &___m_OriginalText_64; } inline void set_m_OriginalText_64(String_t* value) { ___m_OriginalText_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OriginalText_64), (void*)value); } inline static int32_t get_offset_of_m_WasCanceled_65() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_WasCanceled_65)); } inline bool get_m_WasCanceled_65() const { return ___m_WasCanceled_65; } inline bool* get_address_of_m_WasCanceled_65() { return &___m_WasCanceled_65; } inline void set_m_WasCanceled_65(bool value) { ___m_WasCanceled_65 = value; } inline static int32_t get_offset_of_m_HasDoneFocusTransition_66() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_HasDoneFocusTransition_66)); } inline bool get_m_HasDoneFocusTransition_66() const { return ___m_HasDoneFocusTransition_66; } inline bool* get_address_of_m_HasDoneFocusTransition_66() { return &___m_HasDoneFocusTransition_66; } inline void set_m_HasDoneFocusTransition_66(bool value) { ___m_HasDoneFocusTransition_66 = value; } inline static int32_t get_offset_of_m_WaitForSecondsRealtime_67() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_WaitForSecondsRealtime_67)); } inline WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * get_m_WaitForSecondsRealtime_67() const { return ___m_WaitForSecondsRealtime_67; } inline WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 ** get_address_of_m_WaitForSecondsRealtime_67() { return &___m_WaitForSecondsRealtime_67; } inline void set_m_WaitForSecondsRealtime_67(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * value) { ___m_WaitForSecondsRealtime_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WaitForSecondsRealtime_67), (void*)value); } inline static int32_t get_offset_of_m_TouchKeyboardAllowsInPlaceEditing_68() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_TouchKeyboardAllowsInPlaceEditing_68)); } inline bool get_m_TouchKeyboardAllowsInPlaceEditing_68() const { return ___m_TouchKeyboardAllowsInPlaceEditing_68; } inline bool* get_address_of_m_TouchKeyboardAllowsInPlaceEditing_68() { return &___m_TouchKeyboardAllowsInPlaceEditing_68; } inline void set_m_TouchKeyboardAllowsInPlaceEditing_68(bool value) { ___m_TouchKeyboardAllowsInPlaceEditing_68 = value; } inline static int32_t get_offset_of_m_ProcessingEvent_70() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ProcessingEvent_70)); } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * get_m_ProcessingEvent_70() const { return ___m_ProcessingEvent_70; } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E ** get_address_of_m_ProcessingEvent_70() { return &___m_ProcessingEvent_70; } inline void set_m_ProcessingEvent_70(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * value) { ___m_ProcessingEvent_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ProcessingEvent_70), (void*)value); } }; struct InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_StaticFields { public: // System.Char[] UnityEngine.UI.InputField::kSeparators CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___kSeparators_21; public: inline static int32_t get_offset_of_kSeparators_21() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_StaticFields, ___kSeparators_21)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_kSeparators_21() const { return ___kSeparators_21; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_kSeparators_21() { return &___kSeparators_21; } inline void set_kSeparators_21(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___kSeparators_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___kSeparators_21), (void*)value); } }; // UnityEngine.UI.MaskableGraphic struct MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE : public Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 { public: // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculateStencil bool ___m_ShouldRecalculateStencil_26; // UnityEngine.Material UnityEngine.UI.MaskableGraphic::m_MaskMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_MaskMaterial_27; // UnityEngine.UI.RectMask2D UnityEngine.UI.MaskableGraphic::m_ParentMask RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * ___m_ParentMask_28; // System.Boolean UnityEngine.UI.MaskableGraphic::m_Maskable bool ___m_Maskable_29; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IsMaskingGraphic bool ___m_IsMaskingGraphic_30; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IncludeForMasking bool ___m_IncludeForMasking_31; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent UnityEngine.UI.MaskableGraphic::m_OnCullStateChanged CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * ___m_OnCullStateChanged_32; // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculate bool ___m_ShouldRecalculate_33; // System.Int32 UnityEngine.UI.MaskableGraphic::m_StencilValue int32_t ___m_StencilValue_34; // UnityEngine.Vector3[] UnityEngine.UI.MaskableGraphic::m_Corners Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___m_Corners_35; public: inline static int32_t get_offset_of_m_ShouldRecalculateStencil_26() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ShouldRecalculateStencil_26)); } inline bool get_m_ShouldRecalculateStencil_26() const { return ___m_ShouldRecalculateStencil_26; } inline bool* get_address_of_m_ShouldRecalculateStencil_26() { return &___m_ShouldRecalculateStencil_26; } inline void set_m_ShouldRecalculateStencil_26(bool value) { ___m_ShouldRecalculateStencil_26 = value; } inline static int32_t get_offset_of_m_MaskMaterial_27() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_MaskMaterial_27)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_MaskMaterial_27() const { return ___m_MaskMaterial_27; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_MaskMaterial_27() { return &___m_MaskMaterial_27; } inline void set_m_MaskMaterial_27(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_MaskMaterial_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_MaskMaterial_27), (void*)value); } inline static int32_t get_offset_of_m_ParentMask_28() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ParentMask_28)); } inline RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * get_m_ParentMask_28() const { return ___m_ParentMask_28; } inline RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 ** get_address_of_m_ParentMask_28() { return &___m_ParentMask_28; } inline void set_m_ParentMask_28(RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * value) { ___m_ParentMask_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParentMask_28), (void*)value); } inline static int32_t get_offset_of_m_Maskable_29() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_Maskable_29)); } inline bool get_m_Maskable_29() const { return ___m_Maskable_29; } inline bool* get_address_of_m_Maskable_29() { return &___m_Maskable_29; } inline void set_m_Maskable_29(bool value) { ___m_Maskable_29 = value; } inline static int32_t get_offset_of_m_IsMaskingGraphic_30() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_IsMaskingGraphic_30)); } inline bool get_m_IsMaskingGraphic_30() const { return ___m_IsMaskingGraphic_30; } inline bool* get_address_of_m_IsMaskingGraphic_30() { return &___m_IsMaskingGraphic_30; } inline void set_m_IsMaskingGraphic_30(bool value) { ___m_IsMaskingGraphic_30 = value; } inline static int32_t get_offset_of_m_IncludeForMasking_31() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_IncludeForMasking_31)); } inline bool get_m_IncludeForMasking_31() const { return ___m_IncludeForMasking_31; } inline bool* get_address_of_m_IncludeForMasking_31() { return &___m_IncludeForMasking_31; } inline void set_m_IncludeForMasking_31(bool value) { ___m_IncludeForMasking_31 = value; } inline static int32_t get_offset_of_m_OnCullStateChanged_32() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_OnCullStateChanged_32)); } inline CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * get_m_OnCullStateChanged_32() const { return ___m_OnCullStateChanged_32; } inline CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 ** get_address_of_m_OnCullStateChanged_32() { return &___m_OnCullStateChanged_32; } inline void set_m_OnCullStateChanged_32(CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * value) { ___m_OnCullStateChanged_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnCullStateChanged_32), (void*)value); } inline static int32_t get_offset_of_m_ShouldRecalculate_33() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ShouldRecalculate_33)); } inline bool get_m_ShouldRecalculate_33() const { return ___m_ShouldRecalculate_33; } inline bool* get_address_of_m_ShouldRecalculate_33() { return &___m_ShouldRecalculate_33; } inline void set_m_ShouldRecalculate_33(bool value) { ___m_ShouldRecalculate_33 = value; } inline static int32_t get_offset_of_m_StencilValue_34() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_StencilValue_34)); } inline int32_t get_m_StencilValue_34() const { return ___m_StencilValue_34; } inline int32_t* get_address_of_m_StencilValue_34() { return &___m_StencilValue_34; } inline void set_m_StencilValue_34(int32_t value) { ___m_StencilValue_34 = value; } inline static int32_t get_offset_of_m_Corners_35() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_Corners_35)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_m_Corners_35() const { return ___m_Corners_35; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_m_Corners_35() { return &___m_Corners_35; } inline void set_m_Corners_35(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___m_Corners_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Corners_35), (void*)value); } }; // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C : public MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE { public: // UnityEngine.Sprite UnityEngine.UI.Image::m_Sprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_Sprite_37; // UnityEngine.Sprite UnityEngine.UI.Image::m_OverrideSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_OverrideSprite_38; // UnityEngine.UI.Image/Type UnityEngine.UI.Image::m_Type int32_t ___m_Type_39; // System.Boolean UnityEngine.UI.Image::m_PreserveAspect bool ___m_PreserveAspect_40; // System.Boolean UnityEngine.UI.Image::m_FillCenter bool ___m_FillCenter_41; // UnityEngine.UI.Image/FillMethod UnityEngine.UI.Image::m_FillMethod int32_t ___m_FillMethod_42; // System.Single UnityEngine.UI.Image::m_FillAmount float ___m_FillAmount_43; // System.Boolean UnityEngine.UI.Image::m_FillClockwise bool ___m_FillClockwise_44; // System.Int32 UnityEngine.UI.Image::m_FillOrigin int32_t ___m_FillOrigin_45; // System.Single UnityEngine.UI.Image::m_AlphaHitTestMinimumThreshold float ___m_AlphaHitTestMinimumThreshold_46; // System.Boolean UnityEngine.UI.Image::m_Tracked bool ___m_Tracked_47; // System.Boolean UnityEngine.UI.Image::m_UseSpriteMesh bool ___m_UseSpriteMesh_48; // System.Single UnityEngine.UI.Image::m_PixelsPerUnitMultiplier float ___m_PixelsPerUnitMultiplier_49; // System.Single UnityEngine.UI.Image::m_CachedReferencePixelsPerUnit float ___m_CachedReferencePixelsPerUnit_50; public: inline static int32_t get_offset_of_m_Sprite_37() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_Sprite_37)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_Sprite_37() const { return ___m_Sprite_37; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_Sprite_37() { return &___m_Sprite_37; } inline void set_m_Sprite_37(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_Sprite_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Sprite_37), (void*)value); } inline static int32_t get_offset_of_m_OverrideSprite_38() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_OverrideSprite_38)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_OverrideSprite_38() const { return ___m_OverrideSprite_38; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_OverrideSprite_38() { return &___m_OverrideSprite_38; } inline void set_m_OverrideSprite_38(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_OverrideSprite_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OverrideSprite_38), (void*)value); } inline static int32_t get_offset_of_m_Type_39() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_Type_39)); } inline int32_t get_m_Type_39() const { return ___m_Type_39; } inline int32_t* get_address_of_m_Type_39() { return &___m_Type_39; } inline void set_m_Type_39(int32_t value) { ___m_Type_39 = value; } inline static int32_t get_offset_of_m_PreserveAspect_40() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_PreserveAspect_40)); } inline bool get_m_PreserveAspect_40() const { return ___m_PreserveAspect_40; } inline bool* get_address_of_m_PreserveAspect_40() { return &___m_PreserveAspect_40; } inline void set_m_PreserveAspect_40(bool value) { ___m_PreserveAspect_40 = value; } inline static int32_t get_offset_of_m_FillCenter_41() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillCenter_41)); } inline bool get_m_FillCenter_41() const { return ___m_FillCenter_41; } inline bool* get_address_of_m_FillCenter_41() { return &___m_FillCenter_41; } inline void set_m_FillCenter_41(bool value) { ___m_FillCenter_41 = value; } inline static int32_t get_offset_of_m_FillMethod_42() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillMethod_42)); } inline int32_t get_m_FillMethod_42() const { return ___m_FillMethod_42; } inline int32_t* get_address_of_m_FillMethod_42() { return &___m_FillMethod_42; } inline void set_m_FillMethod_42(int32_t value) { ___m_FillMethod_42 = value; } inline static int32_t get_offset_of_m_FillAmount_43() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillAmount_43)); } inline float get_m_FillAmount_43() const { return ___m_FillAmount_43; } inline float* get_address_of_m_FillAmount_43() { return &___m_FillAmount_43; } inline void set_m_FillAmount_43(float value) { ___m_FillAmount_43 = value; } inline static int32_t get_offset_of_m_FillClockwise_44() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillClockwise_44)); } inline bool get_m_FillClockwise_44() const { return ___m_FillClockwise_44; } inline bool* get_address_of_m_FillClockwise_44() { return &___m_FillClockwise_44; } inline void set_m_FillClockwise_44(bool value) { ___m_FillClockwise_44 = value; } inline static int32_t get_offset_of_m_FillOrigin_45() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillOrigin_45)); } inline int32_t get_m_FillOrigin_45() const { return ___m_FillOrigin_45; } inline int32_t* get_address_of_m_FillOrigin_45() { return &___m_FillOrigin_45; } inline void set_m_FillOrigin_45(int32_t value) { ___m_FillOrigin_45 = value; } inline static int32_t get_offset_of_m_AlphaHitTestMinimumThreshold_46() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_AlphaHitTestMinimumThreshold_46)); } inline float get_m_AlphaHitTestMinimumThreshold_46() const { return ___m_AlphaHitTestMinimumThreshold_46; } inline float* get_address_of_m_AlphaHitTestMinimumThreshold_46() { return &___m_AlphaHitTestMinimumThreshold_46; } inline void set_m_AlphaHitTestMinimumThreshold_46(float value) { ___m_AlphaHitTestMinimumThreshold_46 = value; } inline static int32_t get_offset_of_m_Tracked_47() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_Tracked_47)); } inline bool get_m_Tracked_47() const { return ___m_Tracked_47; } inline bool* get_address_of_m_Tracked_47() { return &___m_Tracked_47; } inline void set_m_Tracked_47(bool value) { ___m_Tracked_47 = value; } inline static int32_t get_offset_of_m_UseSpriteMesh_48() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_UseSpriteMesh_48)); } inline bool get_m_UseSpriteMesh_48() const { return ___m_UseSpriteMesh_48; } inline bool* get_address_of_m_UseSpriteMesh_48() { return &___m_UseSpriteMesh_48; } inline void set_m_UseSpriteMesh_48(bool value) { ___m_UseSpriteMesh_48 = value; } inline static int32_t get_offset_of_m_PixelsPerUnitMultiplier_49() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_PixelsPerUnitMultiplier_49)); } inline float get_m_PixelsPerUnitMultiplier_49() const { return ___m_PixelsPerUnitMultiplier_49; } inline float* get_address_of_m_PixelsPerUnitMultiplier_49() { return &___m_PixelsPerUnitMultiplier_49; } inline void set_m_PixelsPerUnitMultiplier_49(float value) { ___m_PixelsPerUnitMultiplier_49 = value; } inline static int32_t get_offset_of_m_CachedReferencePixelsPerUnit_50() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_CachedReferencePixelsPerUnit_50)); } inline float get_m_CachedReferencePixelsPerUnit_50() const { return ___m_CachedReferencePixelsPerUnit_50; } inline float* get_address_of_m_CachedReferencePixelsPerUnit_50() { return &___m_CachedReferencePixelsPerUnit_50; } inline void set_m_CachedReferencePixelsPerUnit_50(float value) { ___m_CachedReferencePixelsPerUnit_50 = value; } }; struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Image::s_ETC1DefaultUI Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_ETC1DefaultUI_36; // UnityEngine.Vector2[] UnityEngine.UI.Image::s_VertScratch Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___s_VertScratch_51; // UnityEngine.Vector2[] UnityEngine.UI.Image::s_UVScratch Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___s_UVScratch_52; // UnityEngine.Vector3[] UnityEngine.UI.Image::s_Xy Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___s_Xy_53; // UnityEngine.Vector3[] UnityEngine.UI.Image::s_Uv Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___s_Uv_54; // System.Collections.Generic.List`1 UnityEngine.UI.Image::m_TrackedTexturelessImages List_1_t815A476B0A21E183042059E705F9E505478CD8AE * ___m_TrackedTexturelessImages_55; // System.Boolean UnityEngine.UI.Image::s_Initialized bool ___s_Initialized_56; public: inline static int32_t get_offset_of_s_ETC1DefaultUI_36() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_ETC1DefaultUI_36)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_ETC1DefaultUI_36() const { return ___s_ETC1DefaultUI_36; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_ETC1DefaultUI_36() { return &___s_ETC1DefaultUI_36; } inline void set_s_ETC1DefaultUI_36(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_ETC1DefaultUI_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ETC1DefaultUI_36), (void*)value); } inline static int32_t get_offset_of_s_VertScratch_51() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_VertScratch_51)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_s_VertScratch_51() const { return ___s_VertScratch_51; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_s_VertScratch_51() { return &___s_VertScratch_51; } inline void set_s_VertScratch_51(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___s_VertScratch_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_VertScratch_51), (void*)value); } inline static int32_t get_offset_of_s_UVScratch_52() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_UVScratch_52)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_s_UVScratch_52() const { return ___s_UVScratch_52; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_s_UVScratch_52() { return &___s_UVScratch_52; } inline void set_s_UVScratch_52(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___s_UVScratch_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_UVScratch_52), (void*)value); } inline static int32_t get_offset_of_s_Xy_53() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_Xy_53)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_s_Xy_53() const { return ___s_Xy_53; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_s_Xy_53() { return &___s_Xy_53; } inline void set_s_Xy_53(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___s_Xy_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Xy_53), (void*)value); } inline static int32_t get_offset_of_s_Uv_54() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_Uv_54)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_s_Uv_54() const { return ___s_Uv_54; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_s_Uv_54() { return &___s_Uv_54; } inline void set_s_Uv_54(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___s_Uv_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Uv_54), (void*)value); } inline static int32_t get_offset_of_m_TrackedTexturelessImages_55() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___m_TrackedTexturelessImages_55)); } inline List_1_t815A476B0A21E183042059E705F9E505478CD8AE * get_m_TrackedTexturelessImages_55() const { return ___m_TrackedTexturelessImages_55; } inline List_1_t815A476B0A21E183042059E705F9E505478CD8AE ** get_address_of_m_TrackedTexturelessImages_55() { return &___m_TrackedTexturelessImages_55; } inline void set_m_TrackedTexturelessImages_55(List_1_t815A476B0A21E183042059E705F9E505478CD8AE * value) { ___m_TrackedTexturelessImages_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TrackedTexturelessImages_55), (void*)value); } inline static int32_t get_offset_of_s_Initialized_56() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_Initialized_56)); } inline bool get_s_Initialized_56() const { return ___s_Initialized_56; } inline bool* get_address_of_s_Initialized_56() { return &___s_Initialized_56; } inline void set_s_Initialized_56(bool value) { ___s_Initialized_56 = value; } }; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 : public MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE { public: // UnityEngine.UI.FontData UnityEngine.UI.Text::m_FontData FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * ___m_FontData_36; // System.String UnityEngine.UI.Text::m_Text String_t* ___m_Text_37; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCache TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_TextCache_38; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCacheForLayout TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_TextCacheForLayout_39; // System.Boolean UnityEngine.UI.Text::m_DisableFontTextureRebuiltCallback bool ___m_DisableFontTextureRebuiltCallback_41; // UnityEngine.UIVertex[] UnityEngine.UI.Text::m_TempVerts UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* ___m_TempVerts_42; public: inline static int32_t get_offset_of_m_FontData_36() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_FontData_36)); } inline FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * get_m_FontData_36() const { return ___m_FontData_36; } inline FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 ** get_address_of_m_FontData_36() { return &___m_FontData_36; } inline void set_m_FontData_36(FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * value) { ___m_FontData_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FontData_36), (void*)value); } inline static int32_t get_offset_of_m_Text_37() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_Text_37)); } inline String_t* get_m_Text_37() const { return ___m_Text_37; } inline String_t** get_address_of_m_Text_37() { return &___m_Text_37; } inline void set_m_Text_37(String_t* value) { ___m_Text_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Text_37), (void*)value); } inline static int32_t get_offset_of_m_TextCache_38() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TextCache_38)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_TextCache_38() const { return ___m_TextCache_38; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_TextCache_38() { return &___m_TextCache_38; } inline void set_m_TextCache_38(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_TextCache_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextCache_38), (void*)value); } inline static int32_t get_offset_of_m_TextCacheForLayout_39() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TextCacheForLayout_39)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_TextCacheForLayout_39() const { return ___m_TextCacheForLayout_39; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_TextCacheForLayout_39() { return &___m_TextCacheForLayout_39; } inline void set_m_TextCacheForLayout_39(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_TextCacheForLayout_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextCacheForLayout_39), (void*)value); } inline static int32_t get_offset_of_m_DisableFontTextureRebuiltCallback_41() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_DisableFontTextureRebuiltCallback_41)); } inline bool get_m_DisableFontTextureRebuiltCallback_41() const { return ___m_DisableFontTextureRebuiltCallback_41; } inline bool* get_address_of_m_DisableFontTextureRebuiltCallback_41() { return &___m_DisableFontTextureRebuiltCallback_41; } inline void set_m_DisableFontTextureRebuiltCallback_41(bool value) { ___m_DisableFontTextureRebuiltCallback_41 = value; } inline static int32_t get_offset_of_m_TempVerts_42() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TempVerts_42)); } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* get_m_TempVerts_42() const { return ___m_TempVerts_42; } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A** get_address_of_m_TempVerts_42() { return &___m_TempVerts_42; } inline void set_m_TempVerts_42(UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* value) { ___m_TempVerts_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TempVerts_42), (void*)value); } }; struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Text::s_DefaultText Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_DefaultText_40; public: inline static int32_t get_offset_of_s_DefaultText_40() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_StaticFields, ___s_DefaultText_40)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_DefaultText_40() const { return ___s_DefaultText_40; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_DefaultText_40() { return &___s_DefaultText_40; } inline void set_s_DefaultText_40(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_DefaultText_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultText_40), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE : public RuntimeArray { public: ALIGN_FIELD (8) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * m_Items[1]; public: inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.UI.Image[] struct ImageU5BU5D_t173C9D1F1D57DABC8260713678F7094C9E7FD224 : public RuntimeArray { public: ALIGN_FIELD (8) Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * m_Items[1]; public: inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** 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, Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.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; } }; // 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.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.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; } }; // UnityEngine.Sprite[] struct SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77 : public RuntimeArray { public: ALIGN_FIELD (8) Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * m_Items[1]; public: inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SigPolicyQualifierInfo[] struct SigPolicyQualifierInfoU5BU5D_t60368F7D1C4A6E09E81F07F4635AAA40C6FF2086 : public RuntimeArray { public: ALIGN_FIELD (8) SigPolicyQualifierInfo_tA854D3B632C523348AC215A4721BF7CF5B238D79 * m_Items[1]; public: inline SigPolicyQualifierInfo_tA854D3B632C523348AC215A4721BF7CF5B238D79 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline SigPolicyQualifierInfo_tA854D3B632C523348AC215A4721BF7CF5B238D79 ** 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, SigPolicyQualifierInfo_tA854D3B632C523348AC215A4721BF7CF5B238D79 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline SigPolicyQualifierInfo_tA854D3B632C523348AC215A4721BF7CF5B238D79 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline SigPolicyQualifierInfo_tA854D3B632C523348AC215A4721BF7CF5B238D79 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, SigPolicyQualifierInfo_tA854D3B632C523348AC215A4721BF7CF5B238D79 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString[] struct DirectoryStringU5BU5D_t34180A3388F3D0BBF1EEE4A11DBDB978042EC7FB : public RuntimeArray { public: ALIGN_FIELD (8) DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * m_Items[1]; public: inline DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F ** 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, DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_mC8FCB6A53C017A6C13FC891B6BB1D78F9A77D5E3_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // !0 JCUnityLib.ViewManager`1::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ViewManager_1_get_Instance_mDDFA9B6B6B06ACF449DE7D293C43C6B815BA5A0C_gshared (const RuntimeMethod* method); // !!0[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1__ctor_mDACAB67F7E76FF788C30CA0E51BF3274666F951E_gshared (UnityAction_1_t00EE92422CBB066CEAB95CDDBF901E2967EC7B1A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent`1::AddListener(UnityEngine.Events.UnityAction`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_mCB985906426A738046B3F5E3F98FF4049E9DE117_gshared (UnityEvent_1_t32063FE815890FF672DF76288FAC4ABE089B899F * __this, UnityAction_1_t00EE92422CBB066CEAB95CDDBF901E2967EC7B1A * ___call0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Resources::Load(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Resources_Load_TisRuntimeObject_m83108B6D8808A0E83DE12FD220A87000D19AEE00_gshared (String_t* ___path0, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m5E241FA6C20E2C54A2317FEE950354EB3BCE4454_gshared (RuntimeObject * ___original0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_mFA689133C7718CC225560689225A1DBC6243BF25_gshared (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_m569423674869D1BC83C295B8D0F156855406FA4E_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Collections.Generic.Queue`1/Enumerator System.Collections.Generic.Queue`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 Queue_1_GetEnumerator_mF5485D65C3E2953AD7E5AC739600EF954E58222B_gshared (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Queue`1/Enumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Enumerator_get_Current_m25DBC83F270C6ED5B5458987767395C26ADAB348_gshared (Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Queue`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_gshared_inline (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Queue`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m5E912ADA183C0D8D2895047834E0D4AA19CB5899_gshared (Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mF3BDC6EBE9684EA4D6BB9E4D76E713943201ED61_gshared (Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 * __this, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::ElementAt(System.Collections.Generic.IEnumerable`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Enumerable_ElementAt_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m03443F8B45D053F53C1CB57C456AAFBE39ACB01E_gshared (RuntimeObject* ___source0, int32_t ___index1, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::ElementAt(System.Collections.Generic.IEnumerable`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_ElementAt_TisRuntimeObject_mBBCF44295D51BD430050C90B60C186B86F66699E_gshared (RuntimeObject* ___source0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Clear_mB35BC3367B2296D3B1FAFD50DB86FBD814135021_gshared (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Clear_m123D9273AFF968BD5C248D721870170B26FBEF6C_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_m41D7AF1A43E57A5072BD2C2869D168B78812A496_gshared (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_m065613451660A1479E4D6D00878FB7630AFE4E11_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`3::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_3__ctor_m0C7F7EF938FCB33C696611A086575BC5208C4CEC_gshared (UnityAction_3_tC1189A1E8FC4BAD7A18A012CB5287659C9CCE7BF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent`3::AddListener(UnityEngine.Events.UnityAction`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_3_AddListener_m26C9C36C14115F64AE2331E84DF469F7FE6D5ECD_gshared (UnityEvent_3_t40EF0E7CE2D5D60141A44163D21A499541084F4F * __this, UnityAction_3_tC1189A1E8FC4BAD7A18A012CB5287659C9CCE7BF * ___call0, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_2__ctor_mD9BB4686CD2F6AC33CCB67CD0B20D1A3A9E54EBA_gshared (UnityAction_2_tAD71BB8400F962D7BF56B62AB0BDE240DB0E1C9C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent`2::AddListener(UnityEngine.Events.UnityAction`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_2_AddListener_mB6D18A52CCBC26D42AE9E364CA5C02E2932C51E1_gshared (UnityEvent_2_t528947688904F26DFB16C3AFF468E62DF205DC60 * __this, UnityAction_2_tAD71BB8400F962D7BF56B62AB0BDE240DB0E1C9C * ___call0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m395E8296B15F96587420FD49B2A105D109464C22_gshared (RuntimeObject * ___original0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation2, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent3, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponentInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponentInChildren_TisRuntimeObject_m2DC5105404F597613BDFC5C8C87CE9931ED3D000_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName::IsCorrectType(System.Byte,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServerName_IsCorrectType_mAF8873A53719471771C4B32F14337E3A714B532D (uint8_t ___nameType0, RuntimeObject * ___name1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint8(System.Byte,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint8_mFDD5DCC4EB56283CA6B0A5DFF0B6BB86FDB0E825 (uint8_t ___i0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Strings::ToAsciiByteArray(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Strings_ToAsciiByteArray_m00A6AE5ADF958F281F45360B2C57264611926803 (String_t* ___s0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert::.ctor(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5 (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * __this, uint8_t ___alertDescription0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteOpaque16(System.Byte[],System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteOpaque16_mABE5E6F8BDC6343B2AD3EEA2602B32291449F1EC (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method); // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadUint8(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t TlsUtilities_ReadUint8_mA28B77E9A9751670539E56507461A93522CD551B (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadOpaque16(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TlsUtilities_ReadOpaque16_m088E805B3D0DAE7BB5F51A76073945EA2E186A40 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Strings::FromAsciiByteArray(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_FromAsciiByteArray_m91E8E1048396DDD9629BA341D7D9D696F6025A70 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName::.ctor(System.Byte,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerName__ctor_mCEE87E51D7CF5EA7D8F87E55896E0074EB405CF9 (ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 * __this, uint8_t ___nameType0, RuntimeObject * ___name1, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerNameList::CheckNameType(System.Byte[],System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ServerNameList_CheckNameType_mB0EF9EBA8D2399C0B61D200B3BFBD27B0C502529 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___nameTypesSeen0, uint8_t ___nameType1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::CheckUint16(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_CheckUint16_m4FC1E9DBDFD168A951B8B67BEE54B5DC8103C782 (int64_t ___i0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint16(System.Int32,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint16_mC42E46986EDBAA3B4B4C80D99A49ABE7634C204E (int32_t ___i0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::WriteBufTo(System.IO.MemoryStream,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Streams_WriteBufTo_m1F1A2184DB31498E911F78589909551BE67E0863 (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___buf0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadUint16(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TlsUtilities_ReadUint16_mB813EC24F2ECAE1A4F28509A6819745BEDD7D8A4 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadFully(System.Int32,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TlsUtilities_ReadFully_mE5FC834E4FC4A791892231FF5C437BB30CEA8F1D (int32_t ___length0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input1, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor(System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, bool ___writable1, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateArrayList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143 (const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName::Parse(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 * ServerName_Parse_m708C0913B213BA419ED9696956632EC0D5770CD6 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerNameList::.ctor(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerNameList__ctor_m9FF188EC8133031BF14F79A7DDCC712B3891562E (ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676 * __this, RuntimeObject* ___serverNameList0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.NameType::IsValid(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NameType_IsValid_m630323FF9B98E28C29248C1FF4924840D66A606A (uint8_t ___nameType0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Contains(System.Byte[],System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Arrays_Contains_m98270A2286043FD81622E3B5B508F39AEC53F0CF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a0, uint8_t ___n1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Append(System.Byte[],System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Arrays_Append_mF0524124CC987A6B227F90E067B2D49C7E9B3453 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a0, uint8_t ___b1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Transports.PostSendTransportBase::.ctor(System.String,BestHTTP.SignalR.Connection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostSendTransportBase__ctor_m7DC2347C122ED7204E35242367CDA5AD232B9437 (PostSendTransportBase_t4451881D9F7333892B8989F3D99EEBF81E2A54DC * __this, String_t* ___name0, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___con1, const RuntimeMethod* method); // BestHTTP.Logger.ILogger BestHTTP.HTTPManager::get_Logger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88 (const RuntimeMethod* method); // BestHTTP.SignalR.TransportStates BestHTTP.SignalR.Transports.TransportBase::get_State() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TransportBase_get_State_mF3D615CAC02F06509333763B74000D0553654787_inline (TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Transports.TransportBase::set_State(BestHTTP.SignalR.TransportStates) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_set_State_mF9BA19CAF8D60E8782A7001112137C9F39DD4121 (TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * __this, int32_t ___value0, const RuntimeMethod* method); // BestHTTP.SignalR.IConnection BestHTTP.SignalR.Transports.TransportBase::get_Connection() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* TransportBase_get_Connection_m8F30B46BFC00E9DA71FF8AAA610FA08FE1EFCFD3_inline (TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * __this, const RuntimeMethod* method); // 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); // System.Void BestHTTP.ServerSentEvents.OnGeneralEventDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnGeneralEventDelegate__ctor_mA883B8763F807263FEBED88918A20D94729A66A3 (OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // 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); // System.Void BestHTTP.ServerSentEvents.OnMessageDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMessageDelegate__ctor_m92F39DD434AF23B62651A366C1C7772B4D402EB5 (OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // 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); // System.Void BestHTTP.ServerSentEvents.OnErrorDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnErrorDelegate__ctor_mF0367151EB81339C60E806435B590A86EB2FB763 (OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // 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); // 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); // System.Void BestHTTP.ServerSentEvents.OnRetryDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnRetryDelegate__ctor_m762B1F3524C2187AE6775EF7B0C9D0699CF6285F (OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // 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); // System.Void BestHTTP.ServerSentEvents.EventSource::Open() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_Open_m89B51EAB4F1A515AE8340F603C1E2C39674AB1DF (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method); // 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); // 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); // 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); // 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); // System.Void BestHTTP.ServerSentEvents.EventSource::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_Close_mD4E03708EFC2142F8A36B1AFE6D276186919B6AE (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Transports.TransportBase::Abort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_Abort_mC94E15312C74902056D45C67589A2993560996A0 (TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * __this, const RuntimeMethod* method); // System.String BestHTTP.SignalR.Transports.TransportBase::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TransportBase_get_Name_mDE2238FFD6DE78A0802EBCFDDD13B73D9AB8FFD9_inline (TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.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.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Transports.TransportBase::OnConnected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_OnConnected_m72DEDBCF310A1B2353B9DE304EF6FB1613D9BFB4 (TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * __this, const RuntimeMethod* method); // BestHTTP.SignalR.Messages.IServerMessage BestHTTP.SignalR.Transports.TransportBase::Parse(BestHTTP.SignalR.JsonEncoders.IJsonEncoder,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TransportBase_Parse_m1072BEBDA6B05BF0AE6B0865EB3569EB480AA3FA (RuntimeObject* ___encoder0, String_t* ___json1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Transports.ServerSentEventsTransport::OnEventSourceError(BestHTTP.ServerSentEvents.EventSource,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport_OnEventSourceError_m471CD1920DAFEB1B44CBB5D1C014AD7A2F4B4E74 (ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0 * __this, EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * ___eventSource0, String_t* ___error1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Clone(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpUtilities::WriteSrpParameter(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsSrpUtilities_WriteSrpParameter_mB08C7C0CE03297FC4928844AAE8E375EB748B96B (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteOpaque8(System.Byte[],System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteOpaque8_m44042F177FBCFAD069991148333A008369268058 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpUtilities::ReadSrpParameter(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * TlsSrpUtilities_ReadSrpParameter_m506D4E1D856B29A69A59ED5C350F22E2E1DB5735 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadOpaque8(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TlsUtilities_ReadOpaque8_m7E62AE309E857BBD7C4008D18FD07850A2E77501 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerSrpParams::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSrpParams__ctor_mE3D16A67A1BA047D1077BB50B586637F6603381F (ServerSrpParams_t187D4885F90F22B7E89EB4021EDF9D3F1CE01B50 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___s2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___B3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ServiceLocator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ServiceLocator::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A * ServiceLocator_GetInstance_m481946FFB3290ACE2E26B0597C96DF7C116862B2 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ServiceLocator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServiceLocator__ctor_mCACE87F7BD13F18ADE7C7403A551E67981477DDE (ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::GetTypeName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ServiceLocator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServiceLocator__ctor_m4D0620E05424F5839D8EBD87D9F3954F397F37E8 (ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A * __this, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___issuer0, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___locator1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126 (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * X509Name_GetInstance_mC47BABCEC6CF26D1FEF9B5B468638F73E9ECBD88 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8 (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___objs0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Fill(System.Byte[],System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Arrays_Fill_m841D30B6E9F2CA374C9F6D5C3A690607C6E1BCFF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, uint8_t ___b1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::.ctor(System.Int32,System.Byte,System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate,System.Byte[],System.Byte[],System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SessionParameters__ctor_m38C29855E4D5366A7F35D1E471FF9D11D1E26F96 (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * __this, int32_t ___cipherSuite0, uint8_t ___compressionAlgorithm1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___masterSecret2, Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * ___peerCertificate3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pskIdentity4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___srpIdentity5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encodedServerExtensions6, bool ___extendedMasterSecret7, const RuntimeMethod* method); // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::ReadExtensions(System.IO.MemoryStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TlsProtocol_ReadExtensions_m19F1B82BA48024ACDF61F9440F039DDFD6BB6649 (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___input0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * __this, RuntimeObject* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F *, RuntimeObject*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, String_t* ___n0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // UserSettings UserSettings::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2 (const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___value0, const RuntimeMethod* method); // System.Void SettingsGameView::RenderSelectCrossHairOption() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGameView_RenderSelectCrossHairOption_mC943161ACEFA1C5F9D5F82597C925C1CA808CB8C (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, const RuntimeMethod* method); // System.Void SettingsGameView::RenderShootLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGameView_RenderShootLevel_m11344FBEFA7FCCD7744A341E05FEC5CE46CC9039 (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, const RuntimeMethod* method); // System.Void SettingsGameView::RenderActualArrowWeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGameView_RenderActualArrowWeight_m61E489D3D4E27FFA269B0512B8B717D54FF7899B (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, const RuntimeMethod* method); // System.Void SettingsGameView::InitForRotateConvert() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGameView_InitForRotateConvert_m3929AEC3F482CBD9DE084ED6BB3757662828A90D (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) inline bool List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * __this, RuntimeObject* ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F *, RuntimeObject*, const RuntimeMethod*))List_1_Remove_mC8FCB6A53C017A6C13FC891B6BB1D78F9A77D5E3_gshared)(__this, ___item0, method); } // !0 JCUnityLib.ViewManager`1::get_Instance() inline ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B (const RuntimeMethod* method) { return (( ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * (*) (const RuntimeMethod*))ViewManager_1_get_Instance_mDDFA9B6B6B06ACF449DE7D293C43C6B815BA5A0C_gshared)(method); } // !!0[] System.Array::Empty() inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline (const RuntimeMethod* method) { return (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // !!0 UnityEngine.Component::GetComponent() inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * Component_GetComponent_TisInputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_m1025822CFFC3A3C846267590775A843ED9532924 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Void UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) inline void UnityAction_1__ctor_mBB6FF824ECCAE3C08CD8B015E235BBDC15BCF43F (UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 *, RuntimeObject *, intptr_t, const RuntimeMethod*))UnityAction_1__ctor_mDACAB67F7E76FF788C30CA0E51BF3274666F951E_gshared)(__this, ___object0, ___method1, method); } // UnityEngine.UI.InputField/EndEditEvent UnityEngine.UI.InputField::get_onEndEdit() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D * InputField_get_onEndEdit_m6E5D422101DA2F7BF3962CC783C98C022E8C26B3_inline (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent`1::AddListener(UnityEngine.Events.UnityAction`1) inline void UnityEvent_1_AddListener_mC6DDB55AF3B8AC6DBA08F1695CE00DE191603830 (UnityEvent_1_t208A952325F66BFCB1EDEECEFEF5F1C7A16298A0 * __this, UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * ___call0, const RuntimeMethod* method) { (( void (*) (UnityEvent_1_t208A952325F66BFCB1EDEECEFEF5F1C7A16298A0 *, UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 *, const RuntimeMethod*))UnityEvent_1_AddListener_mCB985906426A738046B3F5E3F98FF4049E9DE117_gshared)(__this, ___call0, method); } // System.Void UnityEngine.UI.InputField::set_readOnly(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputField_set_readOnly_mFE554E845DEE5D76223D618E3E553169F7EF8AB2_inline (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, bool ___value0, const RuntimeMethod* method); // System.Void SettingsGameView::ShowScreenSize(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGameView_ShowScreenSize_m020FDC117498E64C47E9199323E4FEB54A4B422A (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, float ___v0, const RuntimeMethod* method); // System.Single BowRotateConvert::GetAdviseScreenDistance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BowRotateConvert_GetAdviseScreenDistance_m49565F9D42CEB471F08CDAF052CC8E4C54977121 (BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * __this, const RuntimeMethod* method); // System.Void SettingsGameView::ShowScreenDistance(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGameView_ShowScreenDistance_mCCD73A42F769473BD85B46D40C1BC97E06243C89 (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, float ___v0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::get_parent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.String System.Single::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m15F10F2AFF80750906CEFCFB456EBA84F9D2E8D7 (float* __this, String_t* ___format0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * Component_GetComponent_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m9BBC60021C94CE9CD8BC8B0919067E6E7227FA54 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Void TextAutoLanguage2::ApplyToText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage2_ApplyToText_m5484F049FDFD917782ECEDCD02AA48CD9E8202F4 (TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * __this, const RuntimeMethod* method); // System.String TextAutoLanguage2::GetTextByKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2 (String_t* ___textKey0, const RuntimeMethod* method); // System.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.UI.InputField::set_text(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputField_set_text_m30EE95E064474DFA2842CA2DD6E831FF3F3500BF (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void AudioMgr::PlayBtn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6 (AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::get_activeSelf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.GameObject::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.String UnityEngine.Object::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void UserSettings::Save() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserSettings_Save_m043C1D07C0696FDB3AE23BC53E9816C52E0E6AC9 (UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Behaviour::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32 (Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * __this, bool ___value0, const RuntimeMethod* method); // LanguageEnum TextAutoLanguage::GetLanguage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextAutoLanguage_GetLanguage_m6AA21233FD4E37F771AFDED4CF036D41DB617386 (const RuntimeMethod* method); // System.Void TextAutoLanguage::ChangeLanguage(LanguageEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage_ChangeLanguage_m24043ADD96716C89E11E6BB7F6E24933080350FD (int32_t ___languageEnum0, const RuntimeMethod* method); // System.Void TextAutoLanguage2::ChangeLanguage(LanguageEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage2_ChangeLanguage_mDDCD7BA3068900F92EA9C777CFE8B17ADD099C1C (int32_t ___languageEnum0, const RuntimeMethod* method); // System.Void ImageAutoLanguage::ChangeLanguage(LanguageEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageAutoLanguage_ChangeLanguage_m98313334D7FA9CC214E863059689FB23AC5F2263 (int32_t ___languageEnum0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * Component_GetComponent_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m75293BDBFD969C88142F677F73024FE59C39147B (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Void TextAutoLanguage::SetText(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage_SetText_m264297EA5645ACD12DBC9F5D09AC27C1E3E4DF55 (TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * __this, int32_t ___textID0, const RuntimeMethod* method); // System.String System.Single::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010 (float* __this, const RuntimeMethod* method); // System.Void JCUnityLib.ViewBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViewBase__ctor_mB64BDE24E8F888C9A324D2BFFF2C4C1FC338590A (ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC * __this, const RuntimeMethod* method); // System.Void UnityEngine.UI.InputField::SetTextWithoutNotify(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputField_SetTextWithoutNotify_mD200F65D8CBD6B825CCF437FBB30BACD97365893 (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, String_t* ___input0, const RuntimeMethod* method); // System.Double System.Double::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_Parse_mFF5B29ED0585A4847BFE654ABB9E915DFE21B63E (String_t* ___s0, const RuntimeMethod* method); // System.Double System.Math::Round(System.Double,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Round_m394EEE2C796B3A1578E65037E0D57B3D6F9B1C70 (double ___value0, int32_t ___digits1, const RuntimeMethod* method); // PopupMgr PopupMgr::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D (const RuntimeMethod* method); // System.String TextAutoLanguage2::GetTextByCNKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextAutoLanguage2_GetTextByCNKey_mE3F0235831425C99213D5478DA4778B2ED9E087E (String_t* ___textKey0, const RuntimeMethod* method); // System.Void PopupMgr::ShowTip(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42 (PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * __this, String_t* ___text0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() inline TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * Component_GetComponentInChildren_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m5BE56E8D6055FC8F79D1718EA6993212C2D61651 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared)(__this, method); } // !!0 UnityEngine.Resources::Load(System.String) inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6 (String_t* ___path0, const RuntimeMethod* method) { return (( GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_m83108B6D8808A0E83DE12FD220A87000D19AEE00_gshared)(___path0, method); } // !!0 UnityEngine.Object::Instantiate(!!0) inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___original0, const RuntimeMethod* method) { return (( GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m5E241FA6C20E2C54A2317FEE950354EB3BCE4454_gshared)(___original0, method); } // System.Void JCUnityLib.CanvasUtils::PlusSortOrder(UnityEngine.GameObject,UnityEngine.GameObject,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasUtils_PlusSortOrder_m77200A5B48407463FAD393892692EEAEC362C11E (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___src0, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___des1, int32_t ___plusValue2, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * GameObject_GetComponent_TisAgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C_mC4F4B069043FB76DEF09BC6140B1A50CF0E32E83 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // System.Void AgreementView::EnterUserAgreement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AgreementView_EnterUserAgreement_m051585A0E2F63C6D099383E10B2B60EFB291CD8E (AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * __this, const RuntimeMethod* method); // System.Void AgreementView::EnterPrivacyAgreement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AgreementView_EnterPrivacyAgreement_mEC774DEC3A85C11E9851FC9FCF68B11BC5F7A0AE (AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Application::Quit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_Quit_m8D720E5092786C2EE32310D85FE61C253D3B1F2A (const RuntimeMethod* method); // System.Void UnityEngine.PlayerPrefs::DeleteKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerPrefs_DeleteKey_mCEF6CE08D7D7670AD4072228E261A7E746030554 (String_t* ___key0, const RuntimeMethod* method); // System.Void UserPlayer::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserPlayer_Close_mBCC45592E94C9C2BBA70D767CDEE3F85E643E35B (UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * __this, const RuntimeMethod* method); // System.Void UnityEngine.SceneManagement.SceneManager::LoadScene(System.String,UnityEngine.SceneManagement.LoadSceneMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SceneManager_LoadScene_m6B3C9B5DDE6CDE2A041D05C4F3BE4A3D3D745B70 (String_t* ___sceneName0, int32_t ___mode1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralDigest__ctor_m6EECB69BC9E7F14DBD7C2BB564CA5A250C447616 (GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralDigest__ctor_m181D41AB9AD38413F958BCB544F5FDC89F103C85 (GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 * __this, GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 * ___t0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::CopyIn(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha1Digest_CopyIn_m7852E89B0D55BE965C56050CD8652B2203D9B5BF (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * __this, Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * ___t0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::CopyIn(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralDigest_CopyIn_m6D242C109A2510C92AF1ADEF82AA99EB44BDA171 (GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 * __this, GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 * ___t0, 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.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::BE_To_UInt32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::Finish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralDigest_Finish_mD265C27934DD928D55B3F4605C61C9A3F9F1CA41 (GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::UInt32_To_BE(System.UInt32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5 (uint32_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralDigest_Reset_m9C32D34E7DEA612AE47451FC2CD0E557CC448094 (GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 * __this, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::F(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha1Digest_F_m265705847D6BB20DDAD6680E0D34F5E11F18411D (uint32_t ___u0, uint32_t ___v1, uint32_t ___w2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha1Digest_H_m1142D00063EB0FC85BD66B2270F47A528635A2B9 (uint32_t ___u0, uint32_t ___v1, uint32_t ___w2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::G(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha1Digest_G_m27A7F49A5976CA6F50FC0B5B660D16C3D7764539 (uint32_t ___u0, uint32_t ___v1, uint32_t ___w2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha1Digest__ctor_m0169A9D19DC849F08A104BB95133E5A4E659E6EE (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * __this, Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * ___t0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::CopyIn(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha224Digest_CopyIn_m67D87918BED0C29779A596EE79D9E5EAF30C8937 (Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * __this, Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * ___t0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::Theta1(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha224Digest_Theta1_mFA63998686B917A1938CC24E1D6D6A7321A9A680 (uint32_t ___x0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::Theta0(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha224Digest_Theta0_m1D3CCC2538D621FD7A22A5C0EB0A150CFBB5BEB4 (uint32_t ___x0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::Sum1(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha224Digest_Sum1_m73EB7202D66AB3F02B8E49747BB45653F8BE53EF (uint32_t ___x0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::Ch(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha224Digest_Ch_m13ACD950AB1E05100C7E20C49FD548D014036A5B (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::Sum0(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha224Digest_Sum0_m48C08E51B8123A292F860E6D28A79853BA07758B (uint32_t ___x0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::Maj(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha224Digest_Maj_m64562C3DDB54073C526859939D1F8403C9FC663B (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha224Digest__ctor_mDC1F00A35A0F9BE517C002D3FBB1AAA77747F448 (Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * __this, Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * ___t0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::initHs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha256Digest_initHs_mCBF95774D452A038582E2BC17F65072D7E64E70A (Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::CopyIn(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha256Digest_CopyIn_m04E0514E689DCA526ED4685E9243BD1C15CCC09F (Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * __this, Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * ___t0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::Theta1(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha256Digest_Theta1_m303FC844028DADFB5BB5229B1ECCE6FE7D9E5C68 (uint32_t ___x0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::Theta0(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha256Digest_Theta0_m43352300F796AE66C3017959E3DC3937089F7A4E (uint32_t ___x0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::Sum1Ch(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha256Digest_Sum1Ch_mD1E92B45B13EEF649ED6E5FC755B20B9355291B6 (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::Sum0Maj(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha256Digest_Sum0Maj_mE899107CEE932CA1C9A60AF57A3D43D14EB40A3C (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha256Digest__ctor_m26A180276615D615D6D5D9330B839ED3573ACFCF (Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * __this, Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * ___t0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongDigest__ctor_mE96B5FD25BBC725B0156A74409C1A75150523241 (LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongDigest__ctor_mD74E2B3C4101109E5863A6AE0B49BFC71F779229 (LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F * __this, LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F * ___t0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::Finish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongDigest_Finish_mA48E6CDBEC0A3E1C816526FBD88163B8BBD126B4 (LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::UInt64_To_BE(System.UInt64,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pack_UInt64_To_BE_m6EF0A74CAAA26254B6183938E10E79998CA4EA60 (uint64_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongDigest_Reset_m6E42A8286943CED0AA7697335598C09E6E2FAFA3 (LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha384Digest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha384Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha384Digest__ctor_mB68C38FC83DBFF6C4BFEBB48C3DC2002BF49D010 (Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5 * __this, Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5 * ___t0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::CopyIn(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongDigest_CopyIn_mA82375B86CEEED443DE39BD4B98B6E1AEA1FF0C7 (LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F * __this, LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F * ___t0, const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha3Digest::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha3Digest__ctor_m28FE3BA9A36DA91728A55FFC5CF6A5591EF6F2C5 (Sha3Digest_t993BA389E13B74994A26F9F3C4C84AA3DB8F1DE8 * __this, int32_t ___bitLength0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha3Digest::CheckBitLength(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sha3Digest_CheckBitLength_mBCA05836E59E4EED882ACFFDF4A5BA241B1B7F13 (int32_t ___bitLength0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeccakDigest__ctor_m1CE615652B2BB97ABAD7B084C6C8A81EAE0D94BC (KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C * __this, int32_t ___bitLength0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeccakDigest__ctor_mBD111E83E3D127A088AC34C95DE25C2C01B9AACB (KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C * __this, KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C * ___source0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::AbsorbBits(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeccakDigest_AbsorbBits_mD00DC7B3FB87AB80751A832D3986FFC2867D4CA3 (KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C * __this, int32_t ___data0, int32_t ___bits1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeccakDigest_DoFinal_m4F2142E6E8A9C2B5F5D840DF6AB9BC7075D1BF92 (KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::Absorb(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeccakDigest_Absorb_mFC54D89DEC1A52C0B88CB50741B7DEDAD7FE085D (KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::DoFinal(System.Byte[],System.Int32,System.Byte,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeccakDigest_DoFinal_m166062E295ECC02A4CBF8E20236EDBCA5AC79235 (KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, uint8_t ___partialByte2, int32_t ___partialBits3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha3Digest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha3Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha3Digest__ctor_m295FA5C640E010733E760CD0BF80994E6496FCA1 (Sha3Digest_t993BA389E13B74994A26F9F3C4C84AA3DB8F1DE8 * __this, Sha3Digest_t993BA389E13B74994A26F9F3C4C84AA3DB8F1DE8 * ___source0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512Digest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha512Digest__ctor_m6FA7C762C1A9C2F0E42AD34D349A61B4F10B5908 (Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 * __this, Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 * ___t0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::tIvGenerate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha512tDigest_tIvGenerate_m0C83DF84CD0D084AB79BD1623B388ED4F65943DD (Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * __this, int32_t ___bitLength0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::UInt64_To_BE(System.UInt64,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha512tDigest_UInt64_To_BE_mD39F26D6DE6FF350D0EC12CA9405C6040BB96D03 (uint64_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, int32_t ___max3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::Update(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongDigest_Update_m0DA143227B383ECDC17EC22A0A7F9D124046C051 (LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F * __this, uint8_t ___input0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::UInt32_To_BE(System.UInt32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha512tDigest_UInt32_To_BE_m73514ADB49F4034381FB1F63BD4F549208186AA4 (uint32_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, int32_t ___max3, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha512tDigest__ctor_m4FC2C731FE4F232A8BD7AC81A5AA0A4333085E14 (Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * __this, Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * ___t0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.MemoableResetException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoableResetException__ctor_m5A8A4EBB07ED5DFB05401A715BBF8B47E80C2ACD (MemoableResetException_tFB7EEBFF78B0C7435E4E3F57922ECA8DD1CBE97E * __this, String_t* ___msg0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShakeDigest__ctor_m67FD6B4F4767C3240CB694C919867C9D9175894F (ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A * __this, int32_t ___bitLength0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest::CheckBitLength(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ShakeDigest_CheckBitLength_mD1F80CEF4219C82A2D32D335D5FB29642AF856A8 (int32_t ___bitLength0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::Squeeze(System.Byte[],System.Int32,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeccakDigest_Squeeze_mFE4DA231466C9D5B9F1F4F151C00B48779FCF152 (KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___offset1, int64_t ___outputLength2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShakeDigest__ctor_mCB9B36F41585A75CD40380F57BAD012E6AA0AD1B (ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A * __this, ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A * ___source0, 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 UnityEngine.UI.InputField::ActivateInputField() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputField_ActivateInputField_m97B9F9C150E4463DE299D1F8BC046CCA826064D1 (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.String UnityEngine.UI.InputField::get_text() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputField_get_text_m15D0C784A4A104390610325B02216FC2A6F1077C_inline (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___uriString0, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocket::.ctor(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocket__ctor_mF94F9C5C6B59FC682552C471D0033F6225A6D7C2 (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocket::set_StartPingThread(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebSocket_set_StartPingThread_mAB3DEE4DA06789FDFBC535D55205CFEC1680E374_inline (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.OnWebSocketOpenDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWebSocketOpenDelegate__ctor_m41EF04651BDCB7E1470BE2EFED94001BA455B835 (OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.OnWebSocketMessageDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWebSocketMessageDelegate__ctor_mB16229D07BBDA42D628F5080D58205065DECD8CC (OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.OnWebSocketBinaryDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWebSocketBinaryDelegate__ctor_mF04FD9D0FD1DC78A235A75CBE17C9ACB9C1E99B7 (OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.OnWebSocketClosedDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWebSocketClosedDelegate__ctor_mAC93202E166C46282DA14652C10B50086BFD7EBC (OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.OnWebSocketErrorDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWebSocketErrorDelegate__ctor_m8E2E29B35BEF26D9B5E51C13D6A6C0AD3BEE2865 (OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocket::Open() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocket_Open_m00ABAA7ACD966403918B02E41BBEB243E866686B (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocket::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocket_Close_m8A319E140E81A844241C8078CA8BB4483D7A5B71 (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocket::Send(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocket_Send_m0D44D2CE56DB75C305509A4E0E11F9A7CA51D8AC (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogFormat(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogFormat_m3FD4ED373B54BC92F95360449859CD95D45D73C6 (String_t* ___format0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // BestHTTP.HTTPRequest BestHTTP.WebSocket.WebSocket::get_InternalRequest() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, 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.Int32 BestHTTP.HTTPResponse::get_StatusCode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.String BestHTTP.HTTPResponse::get_Message() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_Message_m1898E05F9D431E994A4D955B9B6C92A3C98A9383_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.String 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); // ArmBow ArmBow::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864 (const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C (String_t* ___s0, const RuntimeMethod* method); // System.Void BluetoothShoot::WriteData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothShoot_WriteData_mCFB8CCEC1942E96244816AACFEEB811A63683FD1 (BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * __this, String_t* ___data0, const RuntimeMethod* method); // System.String System.Byte::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m6A11C71EB9B8031596645EA1A4C2430721B282B5 (uint8_t* __this, const RuntimeMethod* method); // System.Single ShootCheck::ToAcceleratedSpeed(System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ShootCheck_ToAcceleratedSpeed_m34272DDE938F68730A0FCBF141949A28AFBFB5A6 (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, uint8_t ___b10, uint8_t ___b21, const RuntimeMethod* method); // System.Int32 ShootCheck::TwoByteToInt(System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ShootCheck_TwoByteToInt_m11C6CE87740239138237CB9F5BCE9A8F1F43A635 (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, uint8_t ___b10, uint8_t ___b21, 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.Boolean ShootCheck::check(System.Single,System.Single,System.Single,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ShootCheck_check_mE0C1EC0566D5E8AB7F3F72D00CF0EAE609E21E58 (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, float ___ax0, float ___ay1, float ___az2, String_t* ___t3, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___exists0, const RuntimeMethod* method); // System.Void ArmBow::ADS_fire() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArmBow_ADS_fire_m14CF0F83E84AD1C6459823907A34D5C325E9A0C7 (ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * __this, const RuntimeMethod* method); // System.Void DebugLine::show(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugLine_show_m5404C850B4B5524AEE6E4ACE2F150E04E93D3430 (float ___value0, const RuntimeMethod* method); // System.Single CMD::getAcc() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CMD_getAcc_mD86BCFE54E3658F6F8C8D0E8BAA667990F6E66A8 (CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(!0) inline void Queue_1_Enqueue_mFA689133C7718CC225560689225A1DBC6243BF25 (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item0, const RuntimeMethod* method) { (( void (*) (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , const RuntimeMethod*))Queue_1_Enqueue_mFA689133C7718CC225560689225A1DBC6243BF25_gshared)(__this, ___item0, method); } // System.Void System.Collections.Generic.Queue`1::Enqueue(!0) inline void Queue_1_Enqueue_m365022FCF7168BF9C2EA2FDAE4C0EE42B5CA3086 (Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * __this, String_t* ___item0, const RuntimeMethod* method) { (( void (*) (Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D *, String_t*, const RuntimeMethod*))Queue_1_Enqueue_m569423674869D1BC83C295B8D0F156855406FA4E_gshared)(__this, ___item0, method); } // System.Collections.Generic.Queue`1/Enumerator System.Collections.Generic.Queue`1::GetEnumerator() inline Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 Queue_1_GetEnumerator_mF5485D65C3E2953AD7E5AC739600EF954E58222B (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method) { return (( Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 (*) (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *, const RuntimeMethod*))Queue_1_GetEnumerator_mF5485D65C3E2953AD7E5AC739600EF954E58222B_gshared)(__this, method); } // !0 System.Collections.Generic.Queue`1/Enumerator::get_Current() inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Enumerator_get_Current_m25DBC83F270C6ED5B5458987767395C26ADAB348 (Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 * __this, const RuntimeMethod* method) { return (( Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E (*) (Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 *, const RuntimeMethod*))Enumerator_get_Current_m25DBC83F270C6ED5B5458987767395C26ADAB348_gshared)(__this, method); } // System.Int32 System.Collections.Generic.Queue`1::get_Count() inline int32_t Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_inline (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *, const RuntimeMethod*))Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Queue`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m5E912ADA183C0D8D2895047834E0D4AA19CB5899 (Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 *, const RuntimeMethod*))Enumerator_MoveNext_m5E912ADA183C0D8D2895047834E0D4AA19CB5899_gshared)(__this, method); } // System.Void System.Collections.Generic.Queue`1/Enumerator::Dispose() inline void Enumerator_Dispose_mF3BDC6EBE9684EA4D6BB9E4D76E713943201ED61 (Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 *, const RuntimeMethod*))Enumerator_Dispose_mF3BDC6EBE9684EA4D6BB9E4D76E713943201ED61_gshared)(__this, method); } // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::ElementAt(System.Collections.Generic.IEnumerable`1,System.Int32) inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Enumerable_ElementAt_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m03443F8B45D053F53C1CB57C456AAFBE39ACB01E (RuntimeObject* ___source0, int32_t ___index1, const RuntimeMethod* method) { return (( Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E (*) (RuntimeObject*, int32_t, const RuntimeMethod*))Enumerable_ElementAt_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m03443F8B45D053F53C1CB57C456AAFBE39ACB01E_gshared)(___source0, ___index1, method); } // !!0 System.Linq.Enumerable::ElementAt(System.Collections.Generic.IEnumerable`1,System.Int32) inline String_t* Enumerable_ElementAt_TisString_t_mEAC6C65893C5FB63B3946D9CF746C9D579A2C355 (RuntimeObject* ___source0, int32_t ___index1, const RuntimeMethod* method) { return (( String_t* (*) (RuntimeObject*, int32_t, const RuntimeMethod*))Enumerable_ElementAt_TisRuntimeObject_mBBCF44295D51BD430050C90B60C186B86F66699E_gshared)(___source0, ___index1, method); } // System.Void UnityEngine.Debug::LogWarning(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m24085D883C9E74D7AB423F0625E13259923960E7 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Clear() inline void Queue_1_Clear_mB35BC3367B2296D3B1FAFD50DB86FBD814135021 (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method) { (( void (*) (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *, const RuntimeMethod*))Queue_1_Clear_mB35BC3367B2296D3B1FAFD50DB86FBD814135021_gshared)(__this, method); } // System.Void System.Collections.Generic.Queue`1::Clear() inline void Queue_1_Clear_m1D8BC0D358085A0C76DC4EBB50B79781B9F8EB45 (Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * __this, const RuntimeMethod* method) { (( void (*) (Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D *, const RuntimeMethod*))Queue_1_Clear_m123D9273AFF968BD5C248D721870170B26FBEF6C_gshared)(__this, method); } // System.Void ShootCheck::Dolock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck_Dolock_mB6FB4E833E38E3E965F1F67C72162B2227C379B7 (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::Invoke(System.String,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour_Invoke_m4AAB759653B1C6FB0653527F4DDC72D1E9162CC4 (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, String_t* ___methodName0, float ___time1, const RuntimeMethod* method); // System.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.Void DebugForDevice::LogInfrared(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugForDevice_LogInfrared_m03506C9815AC72F92F61884494786DBD5DC43771 (DebugForDevice_t2AA686C4546FE35496F1B5EC8FD1FC91A5439900 * __this, String_t* ___info0, const RuntimeMethod* method); // System.Void BluetoothAim::ReplyInfraredShoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_ReplyInfraredShoot_m6396D806DF8BB616E505E03D7C8C3644AE0E465E (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method); // System.Void AimHandler::NotifyAxisOnShot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AimHandler_NotifyAxisOnShot_m4F72C0E0165844ED436765EE6ACFD36AD88689A8 (AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * __this, const RuntimeMethod* method); // System.Void SB_EventSystem::ClickMouse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SB_EventSystem_ClickMouse_mAD64AEBA38691F31FE1EDAEA8089B3D19CD2C884 (SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * __this, const RuntimeMethod* method); // System.Void CMD::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CMD__ctor_m0EA1A4EF9E704E302F9C2CC7E2EBC767DAE202E5 (CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::.ctor() inline void Queue_1__ctor_m41D7AF1A43E57A5072BD2C2869D168B78812A496 (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method) { (( void (*) (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *, const RuntimeMethod*))Queue_1__ctor_m41D7AF1A43E57A5072BD2C2869D168B78812A496_gshared)(__this, method); } // System.Void System.Collections.Generic.Queue`1::.ctor() inline void Queue_1__ctor_m3D79180EA2D2D7897016B383AA035A8B0AE08591 (Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * __this, const RuntimeMethod* method) { (( void (*) (Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D *, const RuntimeMethod*))Queue_1__ctor_m065613451660A1479E4D6D00878FB7630AFE4E11_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 TopBarView::NeedShowIt(JCUnityLib.ViewBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TopBarView_NeedShowIt_m1F6DDE3D6FA0AF27D1CF02079728CE67E7D80F35 (ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC * ___locker0, const RuntimeMethod* method); // System.Void ShopView::InitOptions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShopView_InitOptions_m6C82D797D41F735D827C256BA36914CC62C7E6A7 (ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * __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 TopBarView::DontNeedShowIt(JCUnityLib.ViewBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TopBarView_DontNeedShowIt_m1F9E6397732EE6B80C3D1CF77BA9BBBC1B32C7D5 (ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC * ___locker0, const RuntimeMethod* method); // System.Void ShopView/<>c__DisplayClass10_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_m5529E6FD22DDBFA88CE33F28D6E1E31445B7A238 (U3CU3Ec__DisplayClass10_0_t82E7CEB3FC7547CADE8AA758B1150EDCDC82ECE0 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::GetChild(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, int32_t ___index0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * GameObject_AddComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_m21DA40E832F71BAF2120D1B690693EA7DA90DEC7 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared)(__this, method); } // UnityEngine.UI.Button/ButtonClickedEvent UnityEngine.UI.Button::get_onClick() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * Button_get_onClick_m28BD8C670676D4E2B292B5A7F59387D4BF61F8F4_inline (Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction__ctor_m48C04C4C0F46918CF216A2410A4E58D31B6362BA (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent::AddListener(UnityEngine.Events.UnityAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_AddListener_m0ACFF0706176ECCB20E0BC2542D07396616F436D (UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * __this, UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___call0, const RuntimeMethod* method); // System.Int32 UnityEngine.Transform::get_childCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Transform_get_childCount_mCBED4F6D3F6A7386C4D97C2C3FD25C383A0BCD05 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void ShopView::SelectOption(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShopView_SelectOption_m682979605812129238E54BCB67D19D6B8AD951DE (ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * __this, int32_t ___index0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Void UnityEngine.UI.Image::set_sprite(UnityEngine.Sprite) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_sprite_m55C50F18ABA0A98E926FC777F7D07FA18A7D04E4 (Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * __this, Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___value0, const RuntimeMethod* method); // System.Void ShopView::InitProductsPanel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShopView_InitProductsPanel_m2C88C218188CEC7E6C09CC6BAC8EFB858E61CE08 (ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * __this, const RuntimeMethod* method); // System.Void ShopView::InitBagPanel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShopView_InitBagPanel_m66C509139365AC1552E66EC759B0219663EC95F4 (ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * __this, const RuntimeMethod* method); // System.Void ShopView::InitEquippedPanel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShopView_InitEquippedPanel_m86CA98F3E795AED04EE85C0274FD78BC5D3D71B1 (ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * __this, const RuntimeMethod* method); // System.Void ShopView/<>c__DisplayClass14_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0__ctor_m871F6B7A584DFFB2E5E1A1950C6B0441FD243FFE (U3CU3Ec__DisplayClass14_0_tFCF1275BE316A96A3BFD414FACC9C59E654BB67E * __this, const RuntimeMethod* method); // PropMgr PropMgr::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropMgr_tC6D3D347EF5EB70CDA29E2F63C9545191AD20E38 * PropMgr_get_ins_m00A7D8A39619A388547EA48861AE5531049645EB (const RuntimeMethod* method); // System.Collections.Generic.List`1 PropMgr::ListForShop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tE52E5C2E148404DCA0A2B88A1600C766B82394C6 * PropMgr_ListForShop_m1E046C738623FC4C07C1532E0BC300E3217497DD (PropMgr_tC6D3D347EF5EB70CDA29E2F63C9545191AD20E38 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`3::.ctor(System.Object,System.IntPtr) inline void UnityAction_3__ctor_mC4BAF0BCA10C5E90ED05C7A1D55BFA45437C33BC (UnityAction_3_t67889EAAB8B22A51A51E16D584F6431D521E06C1 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (UnityAction_3_t67889EAAB8B22A51A51E16D584F6431D521E06C1 *, RuntimeObject *, intptr_t, const RuntimeMethod*))UnityAction_3__ctor_m0C7F7EF938FCB33C696611A086575BC5208C4CEC_gshared)(__this, ___object0, ___method1, method); } // System.Void UnityEngine.Events.UnityEvent`3::AddListener(UnityEngine.Events.UnityAction`3) inline void UnityEvent_3_AddListener_mF087C89B851C09E9E08BC3748673324BD6BA5BB3 (UnityEvent_3_t491B50A20C43814FDE7F5D7B4564E3D5472B90C9 * __this, UnityAction_3_t67889EAAB8B22A51A51E16D584F6431D521E06C1 * ___call0, const RuntimeMethod* method) { (( void (*) (UnityEvent_3_t491B50A20C43814FDE7F5D7B4564E3D5472B90C9 *, UnityAction_3_t67889EAAB8B22A51A51E16D584F6431D521E06C1 *, const RuntimeMethod*))UnityEvent_3_AddListener_m26C9C36C14115F64AE2331E84DF469F7FE6D5ECD_gshared)(__this, ___call0, method); } // System.Void UnityEngine.Events.UnityAction`2::.ctor(System.Object,System.IntPtr) inline void UnityAction_2__ctor_m9700FF1DB9C02B6A357E24F5068E3BFF5A30E5D6 (UnityAction_2_tEFCA18FE3C90D2F7EB8020567924EABADE83DF0D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (UnityAction_2_tEFCA18FE3C90D2F7EB8020567924EABADE83DF0D *, RuntimeObject *, intptr_t, const RuntimeMethod*))UnityAction_2__ctor_mD9BB4686CD2F6AC33CCB67CD0B20D1A3A9E54EBA_gshared)(__this, ___object0, ___method1, method); } // System.Void UnityEngine.Events.UnityEvent`2::AddListener(UnityEngine.Events.UnityAction`2) inline void UnityEvent_2_AddListener_mD2791C26231140C5740FB0AEB25387283EB566E9 (UnityEvent_2_t87EBBE9C0951F807F3734879525E5449ED7779D1 * __this, UnityAction_2_tEFCA18FE3C90D2F7EB8020567924EABADE83DF0D * ___call0, const RuntimeMethod* method) { (( void (*) (UnityEvent_2_t87EBBE9C0951F807F3734879525E5449ED7779D1 *, UnityAction_2_tEFCA18FE3C90D2F7EB8020567924EABADE83DF0D *, const RuntimeMethod*))UnityEvent_2_AddListener_mB6D18A52CCBC26D42AE9E364CA5C02E2932C51E1_gshared)(__this, ___call0, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tE9A9410577058E104F236E633A31E56F9B598BA1 List_1_GetEnumerator_m3F30CC40D172E6311251315D09976DECE9E6205B (List_1_tE52E5C2E148404DCA0A2B88A1600C766B82394C6 * __this, const RuntimeMethod* method) { return (( Enumerator_tE9A9410577058E104F236E633A31E56F9B598BA1 (*) (List_1_tE52E5C2E148404DCA0A2B88A1600C766B82394C6 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // System.Void ShopView/<>c__DisplayClass14_1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_1__ctor_m4F8B99F526E22D8AFE256F245C20F6462233E0E8 (U3CU3Ec__DisplayClass14_1_t82BB31FE6DF982DB7134B1F4B306B4F453C4A3C9 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 * Enumerator_get_Current_m3DBA4EC7834F8D86A7D8CEA4B9616D7463D64D99_inline (Enumerator_tE9A9410577058E104F236E633A31E56F9B598BA1 * __this, const RuntimeMethod* method) { return (( PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 * (*) (Enumerator_tE9A9410577058E104F236E633A31E56F9B598BA1 *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * List_1_get_Item_mD63D35FEF6B7CE46D19FE110663E9BA33E3CA45C_inline (List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * (*) (List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6 (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.Component::GetComponent() inline ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * Component_GetComponent_TisScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA_mD57C32054D236B0A024E40449C797FD1224C4E05 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // UnityEngine.RectTransform UnityEngine.UI.ScrollRect::get_content() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ScrollRect_get_content_m80081CD9D9D066BB138099E6495390B37071C3B0_inline (ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * __this, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Transform) inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___original0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation2, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent3, const RuntimeMethod* method) { return (( GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m395E8296B15F96587420FD49B2A105D109464C22_gshared)(___original0, ___position1, ___rotation2, ___parent3, method); } // !!0 UnityEngine.GameObject::GetComponent() inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // System.Void JC.ScrollPanel::AddItem(UnityEngine.RectTransform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPanel_AddItem_m8F2E3AEF7941E44FA1E36A3E2A69655A43CDF8ED (ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5 * __this, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___item0, const RuntimeMethod* method); // !!0 UnityEngine.Resources::Load(System.String) inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * Resources_Load_TisSprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9_mD50714FA371E12743B01E971427E7BD2A2875413 (String_t* ___path0, const RuntimeMethod* method) { return (( Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_m83108B6D8808A0E83DE12FD220A87000D19AEE00_gshared)(___path0, method); } // System.String[] ShopView::GetFormatArgs(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ShopView_GetFormatArgs_m906120AB4E91E16CD320C175E7131A50B105C838 (ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___array0, 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); } // !!0 UnityEngine.Component::GetComponent() inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * Component_GetComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_mED8C9575844B41F67CB4C2B13685FC0174CB61BC (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Boolean PropMgr::isSoldOut(PropConfig) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropMgr_isSoldOut_m05B07CA4E49E9A74C23509F9B2100277C2DD8B64 (PropMgr_tC6D3D347EF5EB70CDA29E2F63C9545191AD20E38 * __this, PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 * ___propConfig0, const RuntimeMethod* method); // System.Void UnityEngine.UI.Selectable::set_interactable(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selectable_set_interactable_mE6F57D33A9E0484377174D0F490C4372BF7F0D40 (Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mCCCB5240A5791EB820BC137FFD0275FF437EE36B (Enumerator_tE9A9410577058E104F236E633A31E56F9B598BA1 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tE9A9410577058E104F236E633A31E56F9B598BA1 *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m9F9336FCE7D5EFF8AF8002B96042476341F17329 (Enumerator_tE9A9410577058E104F236E633A31E56F9B598BA1 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tE9A9410577058E104F236E633A31E56F9B598BA1 *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Void JC.ScrollPanel::UpdateItems() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPanel_UpdateItems_m30E99C1095DE18064E2AE6CA5C68C8AECEC09FF5 (ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5 * __this, const RuntimeMethod* method); // System.Void JC.ScrollPanel::SelectItemByStartIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPanel_SelectItemByStartIndex_m2DA562E22F065D1EDEE8EB360FDA3C324FFADEC8 (ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mE8BB7B25E259041818986EAF9F4636F7CB1DAB28_inline (List_1_tE52E5C2E148404DCA0A2B88A1600C766B82394C6 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tE52E5C2E148404DCA0A2B88A1600C766B82394C6 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void ShopView/<>c__DisplayClass15_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_0__ctor_mBE705C9C0740BC7174EBF090D006DE636F714BA7 (U3CU3Ec__DisplayClass15_0_t0AADC054BEC42A4CCE6171485B575A41EAA43DDA * __this, const RuntimeMethod* method); // System.Void JC.ScrollPanel::ClearItems() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPanel_ClearItems_m02EBD53E76432557A391E3C55BB0B4CEBC373D02 (ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEventBase::RemoveAllListeners() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEventBase_RemoveAllListeners_m934834C85F5CFE62BEDA9CF4DE9C5B8B5470F1D9 (UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 PropMgr::ListForBag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * PropMgr_ListForBag_m03AFF0279BB8F51AA7D2D4F56A7FBB24B1298C13 (PropMgr_tC6D3D347EF5EB70CDA29E2F63C9545191AD20E38 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t8E05794B7A9B3652258812AE7DD1780EE010EEFC List_1_GetEnumerator_mD4CD79584162F43DF95E7A3741B85CF3D48B8BF6 (List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * __this, const RuntimeMethod* method) { return (( Enumerator_t8E05794B7A9B3652258812AE7DD1780EE010EEFC (*) (List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // System.Void ShopView/<>c__DisplayClass15_1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_1__ctor_mA4879C102EBF37F8452B5331BCF924610B02F37C (U3CU3Ec__DisplayClass15_1_t751C0280E1BB6455628D8294C4AD02022EA53EA7 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline PropInfo_tF5BCABE6987410BB5DAF7F5C0A96E9A9DC5E776A * Enumerator_get_Current_m16DB3A8FE4012B17E36B47C8DD64A375BA9A1CAB_inline (Enumerator_t8E05794B7A9B3652258812AE7DD1780EE010EEFC * __this, const RuntimeMethod* method) { return (( PropInfo_tF5BCABE6987410BB5DAF7F5C0A96E9A9DC5E776A * (*) (Enumerator_t8E05794B7A9B3652258812AE7DD1780EE010EEFC *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m81F0F748B207BAF4209BEAB31E3ABBB4366B1F41 (Enumerator_t8E05794B7A9B3652258812AE7DD1780EE010EEFC * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t8E05794B7A9B3652258812AE7DD1780EE010EEFC *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mEF2BCA096E19A09362E388D4B4555D3133811FC7 (Enumerator_t8E05794B7A9B3652258812AE7DD1780EE010EEFC * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t8E05794B7A9B3652258812AE7DD1780EE010EEFC *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m3F9E6CED39A1576C8BCEEAC21E17B0DD5AE0F762_inline (List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void ShopView/<>c__DisplayClass16_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass16_0__ctor_m324621AAF055EBBA240F4894DC6FCC0BB9F24C40 (U3CU3Ec__DisplayClass16_0_tEC4FFE322400974054392879A9D79F37519F6B63 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 PropMgr::ListForEquipped() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * PropMgr_ListForEquipped_m157B8358CA5E3CA641BDE6413E0E28F258A346D7 (PropMgr_tC6D3D347EF5EB70CDA29E2F63C9545191AD20E38 * __this, const RuntimeMethod* method); // System.Void ShopView/<>c__DisplayClass16_1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass16_1__ctor_m158A4418C6AA9FFAE1D469C467D9A431CDCBC7F7 (U3CU3Ec__DisplayClass16_1_t3265DACF9A3ABB6136EF0A6604DBA4AD9E67C445 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localScale(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localScale_mF4D1611E48D1BA7566A1E166DC2DACF3ADD8BA3A (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void JC.ScrollPanel::MoveNextToCenter(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPanel_MoveNextToCenter_mF163CADA272911D3196932029183CB81A35E24FF (ScrollPanel_tA189FB674870A0758FAC45EC39149D6CE04D89B5 * __this, int32_t ___direction0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::GetIV() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ParametersWithIV_GetIV_m17D0EF646E07A2B81A17450A3342DEBB7C42603B (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ParametersWithIV_get_Parameters_m2B5701D391CF607292513A855051EEF3D8E705E8_inline (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponentInChildren() inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mA05E3E8DA3DAE2AF09AC18D79DEC6C3D9B483A39 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponentInChildren_TisRuntimeObject_m2DC5105404F597613BDFC5C8C87CE9931ED3D000_gshared)(__this, method); } // UnityEngine.Color UnityEngine.Color::get_yellow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_yellow_m9FD4BDABA7E40E136BE57EE7872CEA6B1B2FA1D1 (const RuntimeMethod* method); // System.Boolean UnityEngine.Color::op_Equality(UnityEngine.Color,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Color_op_Equality_m4975788CDFEF5571E3C51AE8363E6DF65C28A996 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___lhs0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___rhs1, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Now() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_Now_mCAC695993D6E2C57B900C83BEF3F8B18BC4EBC2C (const RuntimeMethod* method); // System.String System.DateTime::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m19ECEFF7BA22ED4425F7562A82A1C2308E934204 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, String_t* ___format0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, String_t* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, String_t*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.String System.String::Join(System.String,System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m7E55204B5C94F9EB939D144E7EE684D016F90509 (String_t* ___separator0, RuntimeObject* ___values1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Collections.IEnumerator SideTipView::AutoDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SideTipView_AutoDestroy_m3834EA6158EE305F1FC1C63BF2E6FFD137E13E9D (SideTipView_tF29D7FCAD1E07BA87540FE146D264BE312108248 * __this, const RuntimeMethod* method); // UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.Collections.IEnumerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719 (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, RuntimeObject* ___routine0, const RuntimeMethod* method); // System.Void SideTipView/d__7::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAutoDestroyU3Ed__7__ctor_m0D95A78E93997820A144AED68560D8B7C740C364 (U3CAutoDestroyU3Ed__7_tB7993D43107BFA22F2C61663AB4A36F746FF8C3F * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, String_t* ___identifier0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SigPolicyQualifierInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SigPolicyQualifierInfo__ctor_mC2661F9D1FE31B5A1C7E6FD656A3A321079D3C10 (SigPolicyQualifierInfo_tA854D3B632C523348AC215A4721BF7CF5B238D79 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.Signature BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.Signature::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Signature_t0830F05877C4A5992C08D4C2C0A64B7E600BE83E * Signature_GetInstance_m0F1040674A6B6386F55495CDE0D418DDECE544C6 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.Signature::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Signature__ctor_m793AB6E3FBC69EFF4F3A548A8619357A00F0DF5B (Signature_t0830F05877C4A5992C08D4C2C0A64B7E600BE83E * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.Signature::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Signature__ctor_m7C95B3A3376A27E6D65FD5CE21998049051E8F02 (Signature_t0830F05877C4A5992C08D4C2C0A64B7E600BE83E * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___signatureAlgorithm0, DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___signatureValue1, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___certs2, 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); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject::.ctor(System.Boolean,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * __this, bool ___explicitly0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::IsValidUint8(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TlsUtilities_IsValidUint8_m06100859B35F835C7102DCDEBC29D14A91BFDBCC (int32_t ___i0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm::.ctor(System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignatureAndHashAlgorithm__ctor_m2A328FD52571C5D2B41EAD985402E08A7798925D (SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * __this, uint8_t ___hash0, uint8_t ___signature1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralSecurityException__ctor_m9F2B5464CFE88726238594C5BC58617B9217B22C (GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralSecurityException__ctor_m489A96C69DCB3F2633EF024AD3A3104F394BA51D (GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralSecurityException__ctor_m8281CA2286C5173479C6BD01CC65700A62AE2F9D (GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA * __this, String_t* ___message0, Exception_t * ___exception1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignaturePolicyId::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignaturePolicyId__ctor_m9EB215D5FBC574C5DEDF721250892DF8DDF09DB2 (SignaturePolicyId_t376F319DB0453CACDD72EA8FCF056CD407DF1C39 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherHashAlgAndValue BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherHashAlgAndValue::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OtherHashAlgAndValue_tD32252A5AC1A2D5F58BD9D8CEF2E2B94E615AD62 * OtherHashAlgAndValue_GetInstance_m0700FD2F3C889619C938B79994415D4F3B693131 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignaturePolicyId::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherHashAlgAndValue,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SigPolicyQualifierInfo[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignaturePolicyId__ctor_m2506FE97F1C7D43EA6940CD5E4059F1C6942D4CD (SignaturePolicyId_t376F319DB0453CACDD72EA8FCF056CD407DF1C39 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sigPolicyIdentifier0, OtherHashAlgAndValue_tD32252A5AC1A2D5F58BD9D8CEF2E2B94E615AD62 * ___sigPolicyHash1, SigPolicyQualifierInfoU5BU5D_t60368F7D1C4A6E09E81F07F4635AAA40C6FF2086* ___sigPolicyQualifiers2, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.CollectionUtilities::CheckElementsAreOfType(System.Collections.IEnumerable,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionUtilities_CheckElementsAreOfType_mDA9F94EE3069216B3988BEB704F095F64EACBF10 (RuntimeObject* ___e0, Type_t * ___t1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::FromEnumerable(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * Asn1EncodableVector_FromEnumerable_mA8D755143514E4A7CC103767410CBF9DEE39E7F0 (RuntimeObject* ___e0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SigPolicyQualifierInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SigPolicyQualifierInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SigPolicyQualifierInfo_tA854D3B632C523348AC215A4721BF7CF5B238D79 * SigPolicyQualifierInfo_GetInstance_mF169BC8E886D033E431082C6B819359A415A7BC1 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignaturePolicyIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignaturePolicyId) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignaturePolicyIdentifier__ctor_m7D7F111AF7B785FF140636496AC925666B3EA2CE (SignaturePolicyIdentifier_tC09C08D2D004844C422B3E1168F8574BF3956383 * __this, SignaturePolicyId_t376F319DB0453CACDD72EA8FCF056CD407DF1C39 * ___signaturePolicyId0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignaturePolicyIdentifier::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignaturePolicyIdentifier__ctor_m845D622566CCB3D60299B9E7524B9B42FCC3449E (SignaturePolicyIdentifier_tC09C08D2D004844C422B3E1168F8574BF3956383 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignedData__ctor_m76206E6BCE056352D6A14269DBBA0890DD901345 (SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo::get_ContentType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ContentInfo_get_ContentType_m9E94A541DFFA5E855D3A2C2FF5614DC9105964DE_inline (ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::CalculateVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * SignedData_CalculateVersion_m574FF0274964FA9CD8A85A640EB67429B9AA6FB6 (SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentOid0, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___certs1, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___crls2, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___signerInfs3, 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); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::CheckForVersion3(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SignedData_CheckForVersion3_m34490ADFA3B8B2722FEE26DD75BD0FDF698B0B53 (SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * __this, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___signerInfs0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * SignerInfo_GetInstance_m3D21E724E95D604E9307AE8A875BD5370C3F0B6A (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::get_Version() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * SignerInfo_get_Version_mD72089A9353E6AB93FFC3B6A10AAFFEBD41B9313_inline (SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478 (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, const RuntimeMethod* method); // System.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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ContentInfo_GetInstance_mEE39152BA90F46DBEFBACBED6D788DAD5C06B308 (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.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.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.DerInteger::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, int32_t ___value0, 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.Pkcs.SignedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignedData__ctor_m86C0035F7433052205044D2812FBF04A4AC7D381 (SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.ContentInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0 * ContentInfo_GetInstance_m4E236FF3369CC68534AC6743B1BE646F2E1D8D6D (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignedDataParser__ctor_mFC39138E1809523339BE7D579CD8101AB8D64BE9 (SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9 * __this, RuntimeObject* ___seq0, 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 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfoParser__ctor_mA67739816397CD50A8AD84F7005A079D32A36630 (ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * __this, RuntimeObject* ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignerAttribute::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerAttribute__ctor_m2D657867B57118E5204DFF324DE0CA16689B2B28 (SignerAttribute_t5C65A4641A29A92003ED149F2C73D3B00FA9157E * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * AttributeCertificate_GetInstance_m44F282F6BC1A20DF231B9680EFB85940F3D37F1D (RuntimeObject * ___obj0, 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.DerTaggedObject::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerTaggedObject__ctor_mA7F8256D58045BB3B309D6846A165D1DBB09C827 (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * __this, int32_t ___tagNo0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::get_SubjectKeyIdentifier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* X509CertStoreSelector_get_SubjectKeyIdentifier_mD638137540899877C3B07AD6E42B3A17BAEC59F9 (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::GetHashCode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Arrays_GetHashCode_m8261AF075350B6360081F547285B872E81168C25 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::get_SerialNumber() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * X509CertStoreSelector_get_SerialNumber_m0A38F99A089C8BB0A6789DD0D02778FA3784FF3A_inline (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::get_Issuer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * X509CertStoreSelector_get_Issuer_m9FD55B6C7E566DAA0BFC9655E8288D6A043B33F7_inline (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::AreEqual(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___b1, const RuntimeMethod* method); // System.Boolean System.Object::Equals(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_Equals_mBE334AF263BDADA1D0F1DE7E14456A63E47F8053 (RuntimeObject * ___objA0, RuntimeObject * ___objB1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::IssuersMatch(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509CertStoreSelector_IssuersMatch_m40BF6EA39D07123B44A117744D0A48110528BF3B (X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___a0, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___b1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertStoreSelector__ctor_m4487660A838C58A82C619928D02A4C44E730A81A (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerIdentifier__ctor_m809E487D1C60AAFFDB283211CF1090823DB6A9D4 (SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * __this, IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 * ___id0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerIdentifier__ctor_m768CB3267804ADE6461434D195FCE20D4937349A (SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * __this, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___id0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerIdentifier__ctor_m1EC3EF3A3B05D90FBFAF6015672FD35946F9C3E4 (SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___id0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * Asn1OctetString_GetInstance_mAECCD06314FEB51EF6B730853C8DBC1FC4BE2FEA (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerInfo__ctor_mFA0691D5403559AAE9FB17AF7356F1764AFE6979 (SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier::get_IsTagged() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SignerIdentifier_get_IsTagged_m311A988BBF465327C1DBD56555B92E18C630410D (SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * __this, 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.SignerIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * SignerIdentifier_GetInstance_m12E8BE5BF847E11756C1761A0AC1AA951E302798 (RuntimeObject * ___o0, 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.Pkcs.SignerInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerInfo__ctor_m595BFF286153C2E1E41E96723B879252B75B70A2 (SignerInfo_t1A07810454919481C4CFCAB997EF39E12E0174C8 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.IssuerAndSerialNumber BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.IssuerAndSerialNumber::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IssuerAndSerialNumber_t9AF3BE30F7F3AD3A743165140216BE29DD3E9F85 * IssuerAndSerialNumber_GetInstance_mC873075765219F93BA00B6150987BE3B4F4854D5 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISignatureFactory,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerInfoGenerator__ctor_mBCF74390FFBEFE1C51BA397281CBB09612417576 (SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595 * __this, SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___sigId0, RuntimeObject* ___signerFactory1, bool ___isDirectSignature2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.DefaultSignedAttributeTableGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultSignedAttributeTableGenerator__ctor_mCC5CE1AD359A1D26E199DFCF60EFBC8A5C280AE5 (DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0 (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IssuerAndSerialNumber__ctor_mE1B48C5E22B7CCD6C357216FDB2BBAF7A5E56AD8 (IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 * __this, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___name0, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___serialNumber1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGeneratorBuilder::CreateGenerator(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISignatureFactory,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595 * SignerInfoGeneratorBuilder_CreateGenerator_m69FB969FEA6D60456D0FAA90738C02023525586E (SignerInfoGeneratorBuilder_t09BECEA2C8C3FA636E2020B6E7E1A6CCC46ED843 * __this, RuntimeObject* ___contentSigner0, SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___sigId1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGenerator::setAssociatedCertificate(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SignerInfoGenerator_setAssociatedCertificate_mA18D27F061062F6AE7F068D719887F735C60683E_inline (SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595 * __this, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___certificate0, 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.Cms.SignerInfoGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISignatureFactory,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerInfoGenerator__ctor_mD332DE90B5C5844F4DED94A1E6B923B04E04BB47 (SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595 * __this, SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___sigId0, RuntimeObject* ___contentSigner1, RuntimeObject* ___signedGen2, RuntimeObject* ___unsignedGen3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISignatureFactory) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerInfoGenerator__ctor_m22321061D8C9034358CD25D7D8953F77426543CA (SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595 * __this, SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___sigId0, RuntimeObject* ___signerFactory1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerID::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerID__ctor_mA22B2914894C79BAEBD65FE6A6925FA0EF8CC26D (SignerID_t01F15D9BDA153DAD4973F016A2B9D6D239145660 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::get_SignerID() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * SignerInfo_get_SignerID_m3A0933250D71D17A7874D207BFB6DF9A3D5A9F79_inline (SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier::get_ID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * SignerIdentifier_get_ID_m37ABB71CF5B1963E12D39FF0590BE769E1D34D69 (SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * __this, 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); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::set_SubjectKeyIdentifier(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertStoreSelector_set_SubjectKeyIdentifier_m2AFAA3AF020DFC2688337E14B1DCCA33DFC05451 (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 * IssuerAndSerialNumber_GetInstance_mF4A4D4DB8052366CCFE5E77930352FB0A3725E5B (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * IssuerAndSerialNumber_get_Name_m1A73B0BF1416F5634C5CF376455FC28CC1C9621A_inline (IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::set_Issuer(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CertStoreSelector_set_Issuer_mF45C905EE0E690870660F61DB38A4011AE4E666C_inline (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber::get_SerialNumber() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * IssuerAndSerialNumber_get_SerialNumber_mF481C0E59D4CAEB309CE8D4E73C372E65FAD48EB_inline (IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::set_SerialNumber(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CertStoreSelector_set_SerialNumber_m8721FD1AD35B54F1E191B115F5335EE7A07A90F5_inline (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::get_DigestAlgorithm() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * SignerInfo_get_DigestAlgorithm_m533724D4114195F091E1983A334D72395D0728DA_inline (SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::get_AuthenticatedAttributes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * SignerInfo_get_AuthenticatedAttributes_m077D532C51DE69AE19D921FBC095B609BFAD7314_inline (SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::get_UnauthenticatedAttributes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * SignerInfo_get_UnauthenticatedAttributes_mA9F5AF8D21914192BE29032F53099AF9F841BCEB_inline (SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::get_DigestEncryptionAlgorithm() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * SignerInfo_get_DigestEncryptionAlgorithm_m55EE58A096AD5F65E854290785E19209628E2962_inline (SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::get_EncryptedDigest() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * SignerInfo_get_EncryptedDigest_m82503EA409150A3634B5CA5347783FE1E4729CFA_inline (SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::get_IsCounterSignature() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SignerInformation_get_IsCounterSignature_m40646CB71D6C9742C730695B848AA53330FF0721_inline (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerID BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::get_SignerID() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SignerID_t01F15D9BDA153DAD4973F016A2B9D6D239145660 * SignerInformation_get_SignerID_m965DFDC587558FC787877D5007F8BC671AED3F03_inline (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::get_Id() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, const RuntimeMethod* method); // System.Object System.Array::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C (RuntimeArray * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeTable__ctor_m17407FEDA2EF4140EA2968A13BBF64CBBDE6A480 (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * __this, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___s0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::get_UnsignedAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * SignerInformation_get_UnsignedAttributes_mC94EAFD9ACA811345F8E85DB4029B26A344D019B (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateArrayList(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateArrayList_m221C0FB793E427B85399C0A49997D54179CAE546 (int32_t ___capacity0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore::.ctor(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerInformationStore__ctor_mAD2A57AE08BBF78B2D416BAE655D3122FA34B06E (SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * __this, RuntimeObject* ___signerInfos0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable::GetAll(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * AttributeTable_GetAll_m31B3740FDFD49880695B2E50A33D7A45513584A6 (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Asn1EncodableVector_GetEnumerator_m25530BEA0FC789BCAF782E6F868A05561CCF6242 (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Attribute::get_AttrValues() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * Attribute_get_AttrValues_m814761974AAB04DDA7E2732D5C81A3C93ED2828E_inline (Attribute_tFAC290DB5D91F7BA3B40B3568E446535DE0B111D * __this, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::GetDigestAlgName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CmsSignedHelper_GetDigestAlgName_mC65AC65F3584AA433D7889523A2386773A141BF8 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, String_t* ___digestAlgOid0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::GetSignature() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SignerInformation_GetSignature_m19847D4BA40A3F3049E9159D904727829182DD2E (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CounterSignatureDigestCalculator::.ctor(System.String,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CounterSignatureDigestCalculator__ctor_m38EAB2FE184071717DAF02DE862C56DBC2B78100 (CounterSignatureDigestCalculator_tE2F206230523377D4B74C24CDAD851A4BD8DE2AF * __this, String_t* ___alg0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.IDigestCalculator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerInformation__ctor_mF5FB2F7C13C0A7D2796AE6D8A80BF69FA549F140 (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * ___info0, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType1, RuntimeObject* ___content2, RuntimeObject* ___digestCalculator3, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::GetEncoded(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Asn1Encodable_GetEncoded_m69FE75E3896F45CCA30E05A89F30919CC5754CA1 (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, String_t* ___encoding0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::get_DigestAlgOid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SignerInformation_get_DigestAlgOid_mE88546AEF7CA1A4D63C2FF93CD2553E5013DE654 (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::GetDigestInstance(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedHelper_GetDigestInstance_mB991BC0553B84CF0A16A04E502C1063806099EF7 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, String_t* ___algorithm0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsException__ctor_m3FAFC1C6647EE071C3D9770E42ED15956D8C2E37 (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * __this, String_t* ___msg0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69 * RsassaPssParameters_GetInstance_mC4FCD2C40DFF8D0F69DDCCC32621F9A370CE3CBE (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::get_HashAlgorithm() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * RsassaPssParameters_get_HashAlgorithm_mE761E1603909D87FF6B83B1BDE6366BF8F96FEA1_inline (RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::get_MaskGenAlgorithm() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * RsassaPssParameters_get_MaskGenAlgorithm_mAC43EBF83074D6566F0E5DC570353396F89F2449_inline (RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DigestUtilities::GetDigest(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DigestUtilities_GetDigest_m6B7BB4C9D1A06929A093FBA01A8F35D5F24CC7EF (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::get_SaltLength() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * RsassaPssParameters_get_SaltLength_mD7D9435454DF52FD0E1F75128160D0DDAE941DBE_inline (RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::get_TrailerField() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * RsassaPssParameters_get_TrailerField_mE44C72ADF5EAD491AA5A09589E6B45EF9FE9E92F_inline (RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaBlindedEngine__ctor_m310A5FACC596A6A5203D793F835E9CC930846A31 (RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PssSigner__ctor_m5574D5582F28CA3087CF78A49515D5D7A82AEDF1 (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, RuntimeObject* ___cipher0, RuntimeObject* ___digest1, int32_t ___saltLen2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * __this, String_t* ___msg0, Exception_t * ___e1, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::get_EncryptionAlgOid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SignerInformation_get_EncryptionAlgOid_m994EDB9B0740F2FD7B6DC6B3D9D744FC6C9C53A4 (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::GetEncryptionAlgName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CmsSignedHelper_GetEncryptionAlgName_m2DDC7C20FA911DDDA8387C40C3D109B519FFFE64 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, String_t* ___encryptionAlgOid0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::GetSignatureInstance(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedHelper_GetSignatureInstance_m504AC02D41081F41FD2D4C2047F90A0A56748636 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, String_t* ___algorithm0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestSink::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestSink__ctor_m4467F80C18FF53BA50D6C4CD7ADCDD1C9E4F5DED (DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0 * __this, RuntimeObject* ___digest0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DigestUtilities::DoFinal(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DigestUtilities_DoFinal_m94875B084FCF4E6FE8C699429F94EC1CDE3F2CCC (RuntimeObject* ___digest0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::GetSingleValuedSignedAttribute(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * SignerInformation_GetSingleValuedSignedAttribute_m16DE6DBF6E04E346B817EC24390D4965696631E6 (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___attrOID0, String_t* ___printableName1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::get_SignedAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * SignerInformation_get_SignedAttributes_mAF327AE7D36845EA2B7BF0F4414EF5BA7FB9A64B (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Asn1EncodableVector_get_Count_mCCEFC474E851EBDF0BF73458FA7437326226111C (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::VerifyDigest(System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SignerInformation_VerifyDigest_m92A6554B6E0BA8712599CE0AF8CAABF67B091481 (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___digest0, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___key1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerSink::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerSink__ctor_m4A781B2220E5D1EDE25D818150C9B10A3AB5BF1D (SignerSink_tD8D17441864F2FD3C6FDBE457D3C3D88F1588B43 * __this, RuntimeObject* ___signer0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsStreamException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsStreamException__ctor_m4584D4B1C59E57949B022E9D3B23681DCB1CF457 (CmsStreamException_t7C04653FDED0D9FFF1FC6E17B72026855A012AD0 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::GetEncodedSignedAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SignerInformation_GetEncodedSignedAttributes_mC5F448CA350C3154C618077416BCB8A6324062B4 (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object::FromByteArray(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Asn1Object_FromByteArray_m2DB00E0C5F68F2C4C3CA24B1F3075BC8DA9AD989 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DigestInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DigestInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE * DigestInfo_GetInstance_m955724E03B8380ACF666B5649A525999CD2B5F2E (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::CreateAsymmetricCipher(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsEnvelopedHelper_CreateAsymmetricCipher_m3B517E560FEE1B5E72F9465D9ACC340790680E08 (CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * __this, String_t* ___encryptionOid0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DigestInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::DerDecode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE * SignerInformation_DerDecode_m0444BD4FA7DFBE79E6A5E293BD81D64387683029 (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encoding0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DigestInfo::get_AlgorithmID() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * DigestInfo_get_AlgorithmID_m04A51802A0D75E34AE18537CD158783C3DECCF1C_inline (DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::IsNull(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SignerInformation_IsNull_m56F0C592CD514F8348E48C74D0B9B3B435D7F6B3 (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___o0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DigestInfo::GetDigest() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DigestInfo_GetDigest_mFDFC96EEF630AFB58D7923AC073842F5D7D1CCAC_inline (DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::ConstantTimeAreEqual(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Arrays_ConstantTimeAreEqual_mA8B0D8A56AE0903D0723D146FD1777A01E2014E4 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___b1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignerUtilities::GetSigner(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SignerUtilities_GetSigner_mA7DA1E4D22BE302FDF5EA80A7226F44FF18C5F64 (String_t* ___algorithm0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::get_IsPrivate() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AsymmetricKeyParameter_get_IsPrivate_m4A94334067C062D7991228DDB6CBFE57A5D8244B_inline (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::GetSigningTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Time_t022AC85BCF201BD56C0B10B4B311BD7869A1BA41 * SignerInformation_GetSigningTime_m0F7F65CD568AB2C59B14F30D844DE1F9FA0C4E3F (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::DoVerify(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SignerInformation_DoVerify_m34710AC76E74295039DAD23294DAC65EB5386382 (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___key0, const RuntimeMethod* method); // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Time::get_Date() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Time_get_Date_mA0E7139C9CCCCB83984193EBEEA04A5981271F45 (Time_t022AC85BCF201BD56C0B10B4B311BD7869A1BA41 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * Asn1EncodableVector_get_Item_mD6AA8C3C2DA135D03CAAD62F805BC7045685A9FD (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, int32_t ___index0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Time::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Time_t022AC85BCF201BD56C0B10B4B311BD7869A1BA41 * Time_GetInstance_m5FD2B1ED138CBBA2DBD4B33FE63C7CE0CFD05C70 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable::ToAsn1EncodableVector() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * AttributeTable_ToAsn1EncodableVector_m7B47167F274BD3955DB1B666BCE653A492438396 (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSet__ctor_m5B1AB970E74D1618F0D607E8F3F9BCC5E8DB261F (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerInfo__ctor_mF23B30257BFD628BEF3A79512A3F50A16EC133A2 (SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * __this, SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___sid0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___digAlgorithm1, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___authenticatedAttributes2, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___digEncryptionAlgorithm3, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___encryptedDigest4, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unauthenticatedAttributes5, const RuntimeMethod* method); // System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore::GetSigners() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SignerInformationStore_GetSigners_m311149289BA54C78095790447D86269329E66900 (SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::ToSignerInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * SignerInformation_ToSignerInfo_m0512065CE64038C25E673C7D0DAEE87EF0D0BE9E_inline (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Attribute::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_mF238F31167B96B522A61A232E051B70398D47BEA (Attribute_tFAC290DB5D91F7BA3B40B3568E446535DE0B111D * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___attrType0, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___attrValues1, 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.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateArrayList(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateArrayList_m4180B6408FF695EFEC4EE2AC4281B05687EF8DE8 (RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignerInputBuffer/SigStream::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SigStream__ctor_m97744F789913D6F6F8F7D6C83655E3C59D6707FC (SigStream_t5BB9FB13CF4532AA07553F3575F1F5ED87490E34 * __this, RuntimeObject* ___s0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * DirectoryString_GetInstance_mE46E0B5708508494AA04515B80180ACCE63CB190 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::IsExplicit() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Asn1TaggedObject_IsExplicit_m4866E572BD26FD411219E62A033CB31F483466FB_inline (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignerLocation::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerLocation__ctor_mB9C8CFE3120D22DC41A64A4B06961DBD3668357C (SignerLocation_tA2A47942C3C6F9D1DEEA0B2C6307D99F91928A8F * __this, DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * ___countryName0, DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * ___localityName1, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___postalAddress2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * DirectoryString_GetInstance_mB4995BC4A6AE0328ABF5344E3B11DA53399BDCF5 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.SignerLocation::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerLocation__ctor_mC745187A047C0AAF25DE66268E061E6448681D75 (SignerLocation_tA2A47942C3C6F9D1DEEA0B2C6307D99F91928A8F * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString::GetString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DirectoryString_GetString_m5DB3EFA0ECB477470B6234F213D670EA36358E8B (DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerUtf8String__ctor_m1DBE822AAD7BA1747E5F632DF89ED4FBAB8ACD95 (DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * __this, String_t* ___str0, 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.Tls.ServerName::.ctor(System.Byte,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerName__ctor_mCEE87E51D7CF5EA7D8F87E55896E0074EB405CF9 (ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 * __this, uint8_t ___nameType0, RuntimeObject * ___name1, const RuntimeMethod* method) { { // public ServerName(byte nameType, object name) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (!IsCorrectType(nameType, name)) uint8_t L_0 = ___nameType0; RuntimeObject * L_1 = ___name1; bool L_2; L_2 = ServerName_IsCorrectType_mAF8873A53719471771C4B32F14337E3A714B532D(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001f; } } { // throw new ArgumentException("not an instance of the correct type", "name"); 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*)&_stringLiteralFC56702F6D143CE215336AB5009B9FE80EF945C1)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServerName__ctor_mCEE87E51D7CF5EA7D8F87E55896E0074EB405CF9_RuntimeMethod_var))); } IL_001f: { // this.mNameType = nameType; uint8_t L_4 = ___nameType0; __this->set_mNameType_0(L_4); // this.mName = name; RuntimeObject * L_5 = ___name1; __this->set_mName_1(L_5); // } return; } } // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName::get_NameType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ServerName_get_NameType_mA47167BF4DA1548EE92C51E8B1619C0ED54261F6 (ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 * __this, const RuntimeMethod* method) { { // get { return mNameType; } uint8_t L_0 = __this->get_mNameType_0(); return L_0; } } // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ServerName_get_Name_m3793BDB517190AD24E64B113EB2A1F6D12889C47 (ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 * __this, const RuntimeMethod* method) { { // get { return mName; } RuntimeObject * L_0 = __this->get_mName_1(); return L_0; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName::GetHostName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ServerName_GetHostName_m757070A4E2F18F8C7290CB2C16C28D92E71D9C7A (ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!IsCorrectType(Tls.NameType.host_name, mName)) RuntimeObject * L_0 = __this->get_mName_1(); bool L_1; L_1 = ServerName_IsCorrectType_mAF8873A53719471771C4B32F14337E3A714B532D((uint8_t)0, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0019; } } { // throw new InvalidOperationException("'name' is not a HostName string"); 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*)&_stringLiteral23EA2F36178B2833C0426E8F489BF742379518CD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServerName_GetHostName_m757070A4E2F18F8C7290CB2C16C28D92E71D9C7A_RuntimeMethod_var))); } IL_0019: { // return (string)mName; RuntimeObject * L_3 = __this->get_mName_1(); return ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName::Encode(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerName_Encode_mF6C2F01F713683FCD2887018E3344CD7F348D991 (ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B3_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B2_0 = NULL; { // TlsUtilities.WriteUint8(mNameType, output); uint8_t L_0 = __this->get_mNameType_0(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___output0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteUint8_mFDD5DCC4EB56283CA6B0A5DFF0B6BB86FDB0E825(L_0, L_1, /*hidden argument*/NULL); // switch (mNameType) uint8_t L_2 = __this->get_mNameType_0(); if ((!(((uint32_t)L_2) == ((uint32_t)0)))) { goto IL_003a; } } { // byte[] asciiEncoding = Strings.ToAsciiByteArray((string)mName); RuntimeObject * L_3 = __this->get_mName_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Strings_ToAsciiByteArray_m00A6AE5ADF958F281F45360B2C57264611926803(((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); // if (asciiEncoding.Length < 1) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = L_4; NullCheck(L_5); G_B2_0 = L_5; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))) >= ((int32_t)1))) { G_B3_0 = L_5; goto IL_0033; } } { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_6 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_6, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServerName_Encode_mF6C2F01F713683FCD2887018E3344CD7F348D991_RuntimeMethod_var))); } IL_0033: { // TlsUtilities.WriteOpaque16(asciiEncoding, output); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_7 = ___output0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteOpaque16_mABE5E6F8BDC6343B2AD3EEA2602B32291449F1EC(G_B3_0, L_7, /*hidden argument*/NULL); // break; return; } IL_003a: { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_8 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_8, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServerName_Encode_mF6C2F01F713683FCD2887018E3344CD7F348D991_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName::Parse(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 * ServerName_Parse_m708C0913B213BA419ED9696956632EC0D5770CD6 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; uint8_t G_B4_0 = 0x0; uint8_t G_B1_0 = 0x0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B3_0 = NULL; uint8_t G_B3_1 = 0x0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B2_0 = NULL; uint8_t G_B2_1 = 0x0; uint8_t G_B5_0 = 0x0; { // byte name_type = TlsUtilities.ReadUint8(input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); uint8_t L_1; L_1 = TlsUtilities_ReadUint8_mA28B77E9A9751670539E56507461A93522CD551B(L_0, /*hidden argument*/NULL); uint8_t L_2 = L_1; G_B1_0 = L_2; if ((!(((uint32_t)L_2) == ((uint32_t)0)))) { G_B4_0 = L_2; goto IL_0026; } } { // byte[] asciiEncoding = TlsUtilities.ReadOpaque16(input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = TlsUtilities_ReadOpaque16_m088E805B3D0DAE7BB5F51A76073945EA2E186A40(L_3, /*hidden argument*/NULL); // if (asciiEncoding.Length < 1) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = L_4; NullCheck(L_5); G_B2_0 = L_5; G_B2_1 = G_B1_0; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))) >= ((int32_t)1))) { G_B3_0 = L_5; G_B3_1 = G_B1_0; goto IL_001e; } } { // throw new TlsFatalAlert(AlertDescription.decode_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_6 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_6, (uint8_t)((int32_t)50), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServerName_Parse_m708C0913B213BA419ED9696956632EC0D5770CD6_RuntimeMethod_var))); } IL_001e: { // name = Strings.FromAsciiByteArray(asciiEncoding); String_t* L_7; L_7 = Strings_FromAsciiByteArray_m91E8E1048396DDD9629BA341D7D9D696F6025A70(G_B3_0, /*hidden argument*/NULL); V_0 = L_7; // break; G_B5_0 = G_B3_1; goto IL_002e; } IL_0026: { // throw new TlsFatalAlert(AlertDescription.decode_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_8 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_8, (uint8_t)((int32_t)50), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServerName_Parse_m708C0913B213BA419ED9696956632EC0D5770CD6_RuntimeMethod_var))); } IL_002e: { // return new ServerName(name_type, name); RuntimeObject * L_9 = V_0; ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 * L_10 = (ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 *)il2cpp_codegen_object_new(ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78_il2cpp_TypeInfo_var); ServerName__ctor_mCEE87E51D7CF5EA7D8F87E55896E0074EB405CF9(L_10, G_B5_0, L_9, /*hidden argument*/NULL); return L_10; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName::IsCorrectType(System.Byte,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServerName_IsCorrectType_mAF8873A53719471771C4B32F14337E3A714B532D (uint8_t ___nameType0, RuntimeObject * ___name1, 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; } { uint8_t L_0 = ___nameType0; if ((!(((uint32_t)L_0) == ((uint32_t)0)))) { goto IL_000e; } } { // return name is string; RuntimeObject * L_1 = ___name1; return (bool)((!(((RuntimeObject*)(String_t*)((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_000e: { // throw new ArgumentException("unsupported NameType", "nameType"); 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*)&_stringLiteral7946D3F2647C23A918F504BE05E3AA32C5580B2C)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral480958113DE2930C4C0D240CBC907F6B3B849540)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServerName_IsCorrectType_mAF8873A53719471771C4B32F14337E3A714B532D_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerNameList::.ctor(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerNameList__ctor_m9FF188EC8133031BF14F79A7DDCC712B3891562E (ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676 * __this, RuntimeObject* ___serverNameList0, const RuntimeMethod* method) { { // public ServerNameList(IList serverNameList) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (serverNameList == null) RuntimeObject* L_0 = ___serverNameList0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("serverNameList"); 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*)&_stringLiteral297C3813F87508FA5AF56606C8F4EF322884131D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServerNameList__ctor_m9FF188EC8133031BF14F79A7DDCC712B3891562E_RuntimeMethod_var))); } IL_0014: { // this.mServerNameList = serverNameList; RuntimeObject* L_2 = ___serverNameList0; __this->set_mServerNameList_0(L_2); // } return; } } // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerNameList::get_ServerNames() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ServerNameList_get_ServerNames_mD1ED7E45D35D56F726971EEB98AF3FB9D0A5EB1D (ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676 * __this, const RuntimeMethod* method) { { // get { return mServerNameList; } RuntimeObject* L_0 = __this->get_mServerNameList_0(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerNameList::Encode(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerNameList_Encode_m5644D213D593CEDDD029D2780953EF449CA76468 (ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; RuntimeObject* V_2 = NULL; ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 * V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // MemoryStream buf = new MemoryStream(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_0, /*hidden argument*/NULL); V_0 = L_0; // byte[] nameTypesSeen = TlsUtilities.EmptyBytes; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ((TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields*)il2cpp_codegen_static_fields_for(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var))->get_EmptyBytes_0(); V_1 = L_1; // foreach (ServerName entry in ServerNames) RuntimeObject* L_2; L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(4 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerNameList::get_ServerNames() */, __this); NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_2); V_2 = L_3; } IL_0018: try {// begin try (depth: 1) { goto IL_0045; } IL_001a: { // foreach (ServerName entry in ServerNames) RuntimeObject* L_4 = V_2; 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_3 = ((ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 *)CastclassClass((RuntimeObject*)L_5, ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78_il2cpp_TypeInfo_var)); // nameTypesSeen = CheckNameType(nameTypesSeen, entry.NameType); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_1; ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 * L_7 = V_3; NullCheck(L_7); uint8_t L_8; L_8 = VirtualFuncInvoker0< uint8_t >::Invoke(4 /* System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName::get_NameType() */, L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = ServerNameList_CheckNameType_mB0EF9EBA8D2399C0B61D200B3BFBD27B0C502529(L_6, L_8, /*hidden argument*/NULL); V_1 = L_9; // if (nameTypesSeen == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_1; if (L_10) { goto IL_003e; } } IL_0036: { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_11 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_11, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServerNameList_Encode_m5644D213D593CEDDD029D2780953EF449CA76468_RuntimeMethod_var))); } IL_003e: { // entry.Encode(buf); ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 * L_12 = V_3; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_13 = V_0; NullCheck(L_12); VirtualActionInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName::Encode(System.IO.Stream) */, L_12, L_13); } IL_0045: { // foreach (ServerName entry in ServerNames) RuntimeObject* L_14 = V_2; NullCheck(L_14); bool L_15; L_15 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_14); if (L_15) { goto IL_001a; } } IL_004d: { IL2CPP_LEAVE(0x63, FINALLY_004f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004f; } FINALLY_004f: {// begin finally (depth: 1) { RuntimeObject* L_16 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_16, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_17 = V_4; if (!L_17) { goto IL_0062; } } IL_005b: { RuntimeObject* L_18 = V_4; NullCheck(L_18); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_18); } IL_0062: { IL2CPP_END_FINALLY(79) } }// end finally (depth: 1) IL2CPP_CLEANUP(79) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x63, IL_0063) } IL_0063: { // TlsUtilities.CheckUint16(buf.Length); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_19 = V_0; NullCheck(L_19); int64_t L_20; L_20 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_19); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_CheckUint16_m4FC1E9DBDFD168A951B8B67BEE54B5DC8103C782(L_20, /*hidden argument*/NULL); // TlsUtilities.WriteUint16((int)buf.Length, output); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_21 = V_0; NullCheck(L_21); int64_t L_22; L_22 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_21); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_23 = ___output0; TlsUtilities_WriteUint16_mC42E46986EDBAA3B4B4C80D99A49ABE7634C204E(((int32_t)((int32_t)L_22)), L_23, /*hidden argument*/NULL); // Streams.WriteBufTo(buf, output); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_24 = V_0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_25 = ___output0; Streams_WriteBufTo_m1F1A2184DB31498E911F78589909551BE67E0863(L_24, L_25, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerNameList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerNameList::Parse(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676 * ServerNameList_Parse_m6438CE9C79DC77BAC6CE2B863828AE49ADB67F42 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; RuntimeObject* V_2 = NULL; ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 * V_3 = NULL; int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; { // int length = TlsUtilities.ReadUint16(input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); int32_t L_1; L_1 = TlsUtilities_ReadUint16_mB813EC24F2ECAE1A4F28509A6819745BEDD7D8A4(L_0, /*hidden argument*/NULL); // if (length < 1) int32_t L_2 = L_1; G_B1_0 = L_2; if ((((int32_t)L_2) >= ((int32_t)1))) { G_B2_0 = L_2; goto IL_0012; } } { // throw new TlsFatalAlert(AlertDescription.decode_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_3 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_3, (uint8_t)((int32_t)50), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServerNameList_Parse_m6438CE9C79DC77BAC6CE2B863828AE49ADB67F42_RuntimeMethod_var))); } IL_0012: { // byte[] data = TlsUtilities.ReadFully(length, input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = TlsUtilities_ReadFully_mE5FC834E4FC4A791892231FF5C437BB30CEA8F1D(G_B2_0, L_4, /*hidden argument*/NULL); // MemoryStream buf = new MemoryStream(data, false); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_6 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_6, L_5, (bool)0, /*hidden argument*/NULL); V_0 = L_6; // byte[] nameTypesSeen = TlsUtilities.EmptyBytes; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ((TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields*)il2cpp_codegen_static_fields_for(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var))->get_EmptyBytes_0(); V_1 = L_7; // IList server_name_list = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_8; L_8 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_2 = L_8; goto IL_0054; } IL_002d: { // ServerName entry = ServerName.Parse(buf); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_9 = V_0; ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 * L_10; L_10 = ServerName_Parse_m708C0913B213BA419ED9696956632EC0D5770CD6(L_9, /*hidden argument*/NULL); V_3 = L_10; // nameTypesSeen = CheckNameType(nameTypesSeen, entry.NameType); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_1; ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 * L_12 = V_3; NullCheck(L_12); uint8_t L_13; L_13 = VirtualFuncInvoker0< uint8_t >::Invoke(4 /* System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName::get_NameType() */, L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = ServerNameList_CheckNameType_mB0EF9EBA8D2399C0B61D200B3BFBD27B0C502529(L_11, L_13, /*hidden argument*/NULL); V_1 = L_14; // if (nameTypesSeen == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_1; if (L_15) { goto IL_004c; } } { // throw new TlsFatalAlert(AlertDescription.illegal_parameter); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_16 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_16, (uint8_t)((int32_t)47), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServerNameList_Parse_m6438CE9C79DC77BAC6CE2B863828AE49ADB67F42_RuntimeMethod_var))); } IL_004c: { // server_name_list.Add(entry); RuntimeObject* L_17 = V_2; ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 * L_18 = V_3; NullCheck(L_17); int32_t L_19; L_19 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_17, L_18); } IL_0054: { // while (buf.Position < buf.Length) MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_20 = V_0; NullCheck(L_20); int64_t L_21; L_21 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_20); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_22 = V_0; NullCheck(L_22); int64_t L_23; L_23 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_22); if ((((int64_t)L_21) < ((int64_t)L_23))) { goto IL_002d; } } { // return new ServerNameList(server_name_list); RuntimeObject* L_24 = V_2; ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676 * L_25 = (ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676 *)il2cpp_codegen_object_new(ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676_il2cpp_TypeInfo_var); ServerNameList__ctor_m9FF188EC8133031BF14F79A7DDCC712B3891562E(L_25, L_24, /*hidden argument*/NULL); return L_25; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerNameList::CheckNameType(System.Byte[],System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ServerNameList_CheckNameType_mB0EF9EBA8D2399C0B61D200B3BFBD27B0C502529 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___nameTypesSeen0, uint8_t ___nameType1, 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; } { // if (!NameType.IsValid(nameType) || Arrays.Contains(nameTypesSeen, nameType)) uint8_t L_0 = ___nameType1; bool L_1; L_1 = NameType_IsValid_m630323FF9B98E28C29248C1FF4924840D66A606A(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___nameTypesSeen0; uint8_t L_3 = ___nameType1; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_4; L_4 = Arrays_Contains_m98270A2286043FD81622E3B5B508F39AEC53F0CF(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0013; } } IL_0011: { // return null; return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_0013: { // return Arrays.Append(nameTypesSeen, nameType); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___nameTypesSeen0; uint8_t L_6 = ___nameType1; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = Arrays_Append_mF0524124CC987A6B227F90E067B2D49C7E9B3453(L_5, L_6, /*hidden argument*/NULL); return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCredentials BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerOnlyTlsAuthentication::GetClientCredentials(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ServerOnlyTlsAuthentication_GetClientCredentials_m551709ABF2DF41DD78E05AF425E09A9526C11012 (ServerOnlyTlsAuthentication_t95A12CA10D44DF71E6DEC6EECDD5FCD3A78ABEE2 * __this, RuntimeObject* ___context0, CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * ___certificateRequest1, const RuntimeMethod* method) { { // return null; return (RuntimeObject*)NULL; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerOnlyTlsAuthentication::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerOnlyTlsAuthentication__ctor_m11CB16087C89000BC7F594706E4774228DF6512E (ServerOnlyTlsAuthentication_t95A12CA10D44DF71E6DEC6EECDD5FCD3A78ABEE2 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean BestHTTP.SignalR.Transports.ServerSentEventsTransport::get_SupportsKeepAlive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServerSentEventsTransport_get_SupportsKeepAlive_m1ACD84D62F679C1B9E9395AB6AD5CF1911BE7C9F (ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0 * __this, const RuntimeMethod* method) { { // public override bool SupportsKeepAlive { get { return true; } } return (bool)1; } } // BestHTTP.SignalR.TransportTypes BestHTTP.SignalR.Transports.ServerSentEventsTransport::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ServerSentEventsTransport_get_Type_mA65FF1F02578ACBCFF6652EF6825E32976A3200D (ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0 * __this, const RuntimeMethod* method) { { // public override TransportTypes Type { get { return TransportTypes.ServerSentEvents; } } return (int32_t)(1); } } // System.Void BestHTTP.SignalR.Transports.ServerSentEventsTransport::.ctor(BestHTTP.SignalR.Connection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport__ctor_mDFC59DFB8B7D2DE4A5CE8EB4C8D2A642DAFD8742 (ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0 * __this, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___con0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F3B1EC3278F236FE2EAE3C1F912C736BD7233C4); s_Il2CppMethodInitialized = true; } { // : base("serverSentEvents", con) Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_0 = ___con0; PostSendTransportBase__ctor_m7DC2347C122ED7204E35242367CDA5AD232B9437(__this, _stringLiteral8F3B1EC3278F236FE2EAE3C1F912C736BD7233C4, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalR.Transports.ServerSentEventsTransport::Connect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport_Connect_m2245B00EDF3ACC994694F24FD0A7F346A72464ED (ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerSentEventsTransport_OnEventSourceClosed_mB9EAC7B16C817F122D2B9BFDAA8E701FF7ADFA04_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerSentEventsTransport_OnEventSourceError_m471CD1920DAFEB1B44CBB5D1C014AD7A2F4B4E74_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerSentEventsTransport_OnEventSourceMessage_m92D5561547277EE6D409010393AA7336B5E461C4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerSentEventsTransport_OnEventSourceOpen_mE6A3B93ECB59DEF9599D21789E344B6DC4E301CD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CConnectU3Eb__6_0_mA8A6C9AB03AD39A5E822A9127AEC30A224167EE6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tE66EC25A1C7B908B7B658FB8FFA314FC400CD9EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E1BB40D3151F7D284144C16BA0C1E7558A35EC1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8EB0E5D5DCB6F5A4C2E01CC41E2EEC8C95A4E55F); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_1 = NULL; int32_t G_B7_0 = 0; OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * G_B9_0 = NULL; EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * G_B9_1 = NULL; OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * G_B8_0 = NULL; EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * G_B8_1 = NULL; { // if (EventSource != null) EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * L_0 = __this->get_EventSource_6(); if (!L_0) { goto IL_001d; } } { // HTTPManager.Logger.Warning("ServerSentEventsTransport", "Start - EventSource already created!"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_1); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_1, _stringLiteral8EB0E5D5DCB6F5A4C2E01CC41E2EEC8C95A4E55F, _stringLiteral0E1BB40D3151F7D284144C16BA0C1E7558A35EC1); // return; return; } IL_001d: { // if (this.State != TransportStates.Reconnecting) int32_t L_2; L_2 = TransportBase_get_State_mF3D615CAC02F06509333763B74000D0553654787_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_002d; } } { // this.State = TransportStates.Connecting; TransportBase_set_State_mF9BA19CAF8D60E8782A7001112137C9F39DD4121(__this, 1, /*hidden argument*/NULL); } IL_002d: { // RequestTypes requestType = this.State == TransportStates.Reconnecting ? RequestTypes.Reconnect : RequestTypes.Connect; int32_t L_3; L_3 = TransportBase_get_State_mF3D615CAC02F06509333763B74000D0553654787_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_0039; } } { G_B7_0 = 1; goto IL_003a; } IL_0039: { G_B7_0 = 5; } IL_003a: { V_0 = G_B7_0; // Uri uri = Connection.BuildUri(requestType, this); RuntimeObject* L_4; L_4 = TransportBase_get_Connection_m8F30B46BFC00E9DA71FF8AAA610FA08FE1EFCFD3_inline(__this, /*hidden argument*/NULL); int32_t L_5 = V_0; NullCheck(L_4); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_6; L_6 = InterfaceFuncInvoker2< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, int32_t, TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * >::Invoke(10 /* System.Uri BestHTTP.SignalR.IConnection::BuildUri(BestHTTP.SignalR.RequestTypes,BestHTTP.SignalR.Transports.TransportBase) */, IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var, L_4, L_5, __this); V_1 = L_6; // EventSource = new EventSource(uri); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_7 = V_1; EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * L_8 = (EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 *)il2cpp_codegen_object_new(EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39_il2cpp_TypeInfo_var); EventSource__ctor_mEA608C9A6CEBAFD02484F72FEB523338197ADF78(L_8, L_7, /*hidden argument*/NULL); __this->set_EventSource_6(L_8); // EventSource.OnOpen += OnEventSourceOpen; EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * L_9 = __this->get_EventSource_6(); OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_10 = (OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C *)il2cpp_codegen_object_new(OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C_il2cpp_TypeInfo_var); OnGeneralEventDelegate__ctor_mA883B8763F807263FEBED88918A20D94729A66A3(L_10, __this, (intptr_t)((intptr_t)ServerSentEventsTransport_OnEventSourceOpen_mE6A3B93ECB59DEF9599D21789E344B6DC4E301CD_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_9); EventSource_add_OnOpen_mA8908F06FB8F7AD8AD3E7CACAE5FA1E17DC3A179(L_9, L_10, /*hidden argument*/NULL); // EventSource.OnMessage += OnEventSourceMessage; EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * L_11 = __this->get_EventSource_6(); OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * L_12 = (OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F *)il2cpp_codegen_object_new(OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F_il2cpp_TypeInfo_var); OnMessageDelegate__ctor_m92F39DD434AF23B62651A366C1C7772B4D402EB5(L_12, __this, (intptr_t)((intptr_t)ServerSentEventsTransport_OnEventSourceMessage_m92D5561547277EE6D409010393AA7336B5E461C4_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_11); EventSource_add_OnMessage_m68978488B5F5B1F63DE1166D6A57672BE92847F7(L_11, L_12, /*hidden argument*/NULL); // EventSource.OnError += OnEventSourceError; EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * L_13 = __this->get_EventSource_6(); OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * L_14 = (OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 *)il2cpp_codegen_object_new(OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6_il2cpp_TypeInfo_var); OnErrorDelegate__ctor_mF0367151EB81339C60E806435B590A86EB2FB763(L_14, __this, (intptr_t)((intptr_t)ServerSentEventsTransport_OnEventSourceError_m471CD1920DAFEB1B44CBB5D1C014AD7A2F4B4E74_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_13); EventSource_add_OnError_m4FC67859F006FB7EAB8C3EFAA38343F005AD0A81(L_13, L_14, /*hidden argument*/NULL); // EventSource.OnClosed += OnEventSourceClosed; EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * L_15 = __this->get_EventSource_6(); OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_16 = (OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C *)il2cpp_codegen_object_new(OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C_il2cpp_TypeInfo_var); OnGeneralEventDelegate__ctor_mA883B8763F807263FEBED88918A20D94729A66A3(L_16, __this, (intptr_t)((intptr_t)ServerSentEventsTransport_OnEventSourceClosed_mB9EAC7B16C817F122D2B9BFDAA8E701FF7ADFA04_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_15); EventSource_add_OnClosed_mD83D38C378E5A709458925DC7AAFC2482E73895C(L_15, L_16, /*hidden argument*/NULL); // EventSource.OnRetry += (es) => false; EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * L_17 = __this->get_EventSource_6(); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tE66EC25A1C7B908B7B658FB8FFA314FC400CD9EA_il2cpp_TypeInfo_var); OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_18 = ((U3CU3Ec_tE66EC25A1C7B908B7B658FB8FFA314FC400CD9EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE66EC25A1C7B908B7B658FB8FFA314FC400CD9EA_il2cpp_TypeInfo_var))->get_U3CU3E9__6_0_1(); OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_19 = L_18; G_B8_0 = L_19; G_B8_1 = L_17; if (L_19) { G_B9_0 = L_19; G_B9_1 = L_17; goto IL_00d6; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tE66EC25A1C7B908B7B658FB8FFA314FC400CD9EA_il2cpp_TypeInfo_var); U3CU3Ec_tE66EC25A1C7B908B7B658FB8FFA314FC400CD9EA * L_20 = ((U3CU3Ec_tE66EC25A1C7B908B7B658FB8FFA314FC400CD9EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE66EC25A1C7B908B7B658FB8FFA314FC400CD9EA_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_21 = (OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 *)il2cpp_codegen_object_new(OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33_il2cpp_TypeInfo_var); OnRetryDelegate__ctor_m762B1F3524C2187AE6775EF7B0C9D0699CF6285F(L_21, L_20, (intptr_t)((intptr_t)U3CU3Ec_U3CConnectU3Eb__6_0_mA8A6C9AB03AD39A5E822A9127AEC30A224167EE6_RuntimeMethod_var), /*hidden argument*/NULL); OnRetryDelegate_t564EE7131CFF7502064BEE9552A445545E751E33 * L_22 = L_21; ((U3CU3Ec_tE66EC25A1C7B908B7B658FB8FFA314FC400CD9EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE66EC25A1C7B908B7B658FB8FFA314FC400CD9EA_il2cpp_TypeInfo_var))->set_U3CU3E9__6_0_1(L_22); G_B9_0 = L_22; G_B9_1 = G_B8_1; } IL_00d6: { NullCheck(G_B9_1); EventSource_add_OnRetry_mF58E397BD8C9D3D66DD3323FD0024A96DD5C6AF7(G_B9_1, G_B9_0, /*hidden argument*/NULL); // EventSource.Open(); EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * L_23 = __this->get_EventSource_6(); NullCheck(L_23); EventSource_Open_m89B51EAB4F1A515AE8340F603C1E2C39674AB1DF(L_23, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalR.Transports.ServerSentEventsTransport::Stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport_Stop_m1E50924250647D0714D65C26CBDDAB13DD813ED5 (ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerSentEventsTransport_OnEventSourceClosed_mB9EAC7B16C817F122D2B9BFDAA8E701FF7ADFA04_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerSentEventsTransport_OnEventSourceError_m471CD1920DAFEB1B44CBB5D1C014AD7A2F4B4E74_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerSentEventsTransport_OnEventSourceMessage_m92D5561547277EE6D409010393AA7336B5E461C4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerSentEventsTransport_OnEventSourceOpen_mE6A3B93ECB59DEF9599D21789E344B6DC4E301CD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // EventSource.OnOpen -= OnEventSourceOpen; EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * L_0 = __this->get_EventSource_6(); OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_1 = (OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C *)il2cpp_codegen_object_new(OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C_il2cpp_TypeInfo_var); OnGeneralEventDelegate__ctor_mA883B8763F807263FEBED88918A20D94729A66A3(L_1, __this, (intptr_t)((intptr_t)ServerSentEventsTransport_OnEventSourceOpen_mE6A3B93ECB59DEF9599D21789E344B6DC4E301CD_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_0); EventSource_remove_OnOpen_m5998E2B769A40E35F7ADA525E5E0DCA4CD5CAE90(L_0, L_1, /*hidden argument*/NULL); // EventSource.OnMessage -= OnEventSourceMessage; EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * L_2 = __this->get_EventSource_6(); OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F * L_3 = (OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F *)il2cpp_codegen_object_new(OnMessageDelegate_tC0BAB129124AAC8063F01669CC3AF1452924A55F_il2cpp_TypeInfo_var); OnMessageDelegate__ctor_m92F39DD434AF23B62651A366C1C7772B4D402EB5(L_3, __this, (intptr_t)((intptr_t)ServerSentEventsTransport_OnEventSourceMessage_m92D5561547277EE6D409010393AA7336B5E461C4_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_2); EventSource_remove_OnMessage_mAF82B493C3903D304EC33919257739752356D983(L_2, L_3, /*hidden argument*/NULL); // EventSource.OnError -= OnEventSourceError; EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * L_4 = __this->get_EventSource_6(); OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 * L_5 = (OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6 *)il2cpp_codegen_object_new(OnErrorDelegate_tC65256FA4529277BEE095CE03CB1343FB9B6ABA6_il2cpp_TypeInfo_var); OnErrorDelegate__ctor_mF0367151EB81339C60E806435B590A86EB2FB763(L_5, __this, (intptr_t)((intptr_t)ServerSentEventsTransport_OnEventSourceError_m471CD1920DAFEB1B44CBB5D1C014AD7A2F4B4E74_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_4); EventSource_remove_OnError_mABF19AAD9BDAED15CC9BB01818BA42CD3038E8D8(L_4, L_5, /*hidden argument*/NULL); // EventSource.OnClosed -= OnEventSourceClosed; EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * L_6 = __this->get_EventSource_6(); OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C * L_7 = (OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C *)il2cpp_codegen_object_new(OnGeneralEventDelegate_t79AC34C417C5DE6CDA69A5146ECF4214BB8D595C_il2cpp_TypeInfo_var); OnGeneralEventDelegate__ctor_mA883B8763F807263FEBED88918A20D94729A66A3(L_7, __this, (intptr_t)((intptr_t)ServerSentEventsTransport_OnEventSourceClosed_mB9EAC7B16C817F122D2B9BFDAA8E701FF7ADFA04_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_6); EventSource_remove_OnClosed_m8C3FCA4AABFC1B195427F904EB0DA7FAFE16D25E(L_6, L_7, /*hidden argument*/NULL); // EventSource.Close(); EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * L_8 = __this->get_EventSource_6(); NullCheck(L_8); EventSource_Close_mD4E03708EFC2142F8A36B1AFE6D276186919B6AE(L_8, /*hidden argument*/NULL); // EventSource = null; __this->set_EventSource_6((EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 *)NULL); // } return; } } // System.Void BestHTTP.SignalR.Transports.ServerSentEventsTransport::Started() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport_Started_mE6E0043D1F3174F04A106748E0FC2E59E1E7E430 (ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0 * __this, const RuntimeMethod* method) { { // } return; } } // System.Void BestHTTP.SignalR.Transports.ServerSentEventsTransport::Abort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport_Abort_mFE24CFA79DCA003B3C2CF5620FA93DF809D01979 (ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0 * __this, const RuntimeMethod* method) { { // base.Abort(); TransportBase_Abort_mC94E15312C74902056D45C67589A2993560996A0(__this, /*hidden argument*/NULL); // EventSource.Close(); EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * L_0 = __this->get_EventSource_6(); NullCheck(L_0); EventSource_Close_mD4E03708EFC2142F8A36B1AFE6D276186919B6AE(L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalR.Transports.ServerSentEventsTransport::Aborted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport_Aborted_m93B923A1E215C057AFF1FBA8012ED5621313DE11 (ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0 * __this, const RuntimeMethod* method) { { // if (this.State == TransportStates.Closing) int32_t L_0; L_0 = TransportBase_get_State_mF3D615CAC02F06509333763B74000D0553654787_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)5)))) { goto IL_0010; } } { // this.State = TransportStates.Closed; TransportBase_set_State_mF9BA19CAF8D60E8782A7001112137C9F39DD4121(__this, 6, /*hidden argument*/NULL); } IL_0010: { // } return; } } // System.Void BestHTTP.SignalR.Transports.ServerSentEventsTransport::OnEventSourceOpen(BestHTTP.ServerSentEvents.EventSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport_OnEventSourceOpen_mE6A3B93ECB59DEF9599D21789E344B6DC4E301CD (ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0 * __this, EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * ___eventSource0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC66887D4ECC4EA448EBC296229BC70CC1DCB211); s_Il2CppMethodInitialized = true; } { // HTTPManager.Logger.Information("Transport - " + this.Name, "OnEventSourceOpen"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_1; L_1 = TransportBase_get_Name_mDE2238FFD6DE78A0802EBCFDDD13B73D9AB8FFD9_inline(__this, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56, L_1, /*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_0, L_2, _stringLiteralAC66887D4ECC4EA448EBC296229BC70CC1DCB211); // } return; } } // System.Void BestHTTP.SignalR.Transports.ServerSentEventsTransport::OnEventSourceMessage(BestHTTP.ServerSentEvents.EventSource,BestHTTP.ServerSentEvents.Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport_OnEventSourceMessage_m92D5561547277EE6D409010393AA7336B5E461C4 (ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0 * __this, EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * ___eventSource0, Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * ___message1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9BF0AD212FF31D14B66FB656531BB4AD38FD332); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { // if (message.Data.Equals("initialized")) Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_0 = ___message1; NullCheck(L_0); String_t* L_1; L_1 = Message_get_Data_mAD7C9339E8BAE0BC5FD2F574ACCC87B72381E92F_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_1, _stringLiteralE9BF0AD212FF31D14B66FB656531BB4AD38FD332, /*hidden argument*/NULL); if (!L_2) { goto IL_0019; } } { // base.OnConnected(); TransportBase_OnConnected_m72DEDBCF310A1B2353B9DE304EF6FB1613D9BFB4(__this, /*hidden argument*/NULL); // return; return; } IL_0019: { // IServerMessage msg = TransportBase.Parse(Connection.JsonEncoder, message.Data); RuntimeObject* L_3; L_3 = TransportBase_get_Connection_m8F30B46BFC00E9DA71FF8AAA610FA08FE1EFCFD3_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* BestHTTP.SignalR.JsonEncoders.IJsonEncoder BestHTTP.SignalR.IConnection::get_JsonEncoder() */, IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var, L_3); Message_t9016A4972C3EBC661DC5D9A88B10EEFE5611182B * L_5 = ___message1; NullCheck(L_5); String_t* L_6; L_6 = Message_get_Data_mAD7C9339E8BAE0BC5FD2F574ACCC87B72381E92F_inline(L_5, /*hidden argument*/NULL); RuntimeObject* L_7; L_7 = TransportBase_Parse_m1072BEBDA6B05BF0AE6B0865EB3569EB480AA3FA(L_4, L_6, /*hidden argument*/NULL); V_0 = L_7; // if (msg != null) RuntimeObject* L_8 = V_0; if (!L_8) { goto IL_003f; } } { // Connection.OnMessage(msg); RuntimeObject* L_9; L_9 = TransportBase_get_Connection_m8F30B46BFC00E9DA71FF8AAA610FA08FE1EFCFD3_inline(__this, /*hidden argument*/NULL); RuntimeObject* L_10 = V_0; NullCheck(L_9); InterfaceActionInvoker1< RuntimeObject* >::Invoke(4 /* System.Void BestHTTP.SignalR.IConnection::OnMessage(BestHTTP.SignalR.Messages.IServerMessage) */, IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var, L_9, L_10); } IL_003f: { // } return; } } // System.Void BestHTTP.SignalR.Transports.ServerSentEventsTransport::OnEventSourceError(BestHTTP.ServerSentEvents.EventSource,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport_OnEventSourceError_m471CD1920DAFEB1B44CBB5D1C014AD7A2F4B4E74 (ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0 * __this, EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * ___eventSource0, String_t* ___error1, 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*)&IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral612E84FBECBC675B907AD95B5F48D659BB0281F4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56); s_Il2CppMethodInitialized = true; } { // HTTPManager.Logger.Information("Transport - " + this.Name, "OnEventSourceError"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_1; L_1 = TransportBase_get_Name_mDE2238FFD6DE78A0802EBCFDDD13B73D9AB8FFD9_inline(__this, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56, L_1, /*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_0, L_2, _stringLiteral612E84FBECBC675B907AD95B5F48D659BB0281F4); // if (this.State == TransportStates.Reconnecting) int32_t L_3; L_3 = TransportBase_get_State_mF3D615CAC02F06509333763B74000D0553654787_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)2)))) { goto IL_002f; } } { // Connect(); VirtualActionInvoker0::Invoke(6 /* System.Void BestHTTP.SignalR.Transports.TransportBase::Connect() */, __this); // return; return; } IL_002f: { // if (this.State == TransportStates.Closed) int32_t L_4; L_4 = TransportBase_get_State_mF3D615CAC02F06509333763B74000D0553654787_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)6)))) { goto IL_0039; } } { // return; return; } IL_0039: { // if (this.State == TransportStates.Closing) int32_t L_5; L_5 = TransportBase_get_State_mF3D615CAC02F06509333763B74000D0553654787_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)5)))) { goto IL_004a; } } { // this.State = TransportStates.Closed; TransportBase_set_State_mF9BA19CAF8D60E8782A7001112137C9F39DD4121(__this, 6, /*hidden argument*/NULL); return; } IL_004a: { // Connection.Error(error); RuntimeObject* L_6; L_6 = TransportBase_get_Connection_m8F30B46BFC00E9DA71FF8AAA610FA08FE1EFCFD3_inline(__this, /*hidden argument*/NULL); String_t* L_7 = ___error1; NullCheck(L_6); InterfaceActionInvoker1< String_t* >::Invoke(8 /* System.Void BestHTTP.SignalR.IConnection::Error(System.String) */, IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var, L_6, L_7); // } return; } } // System.Void BestHTTP.SignalR.Transports.ServerSentEventsTransport::OnEventSourceClosed(BestHTTP.ServerSentEvents.EventSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport_OnEventSourceClosed_mB9EAC7B16C817F122D2B9BFDAA8E701FF7ADFA04 (ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0 * __this, EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * ___eventSource0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18A51F3163E9EBC2ABE5D098BC5BB929C16D19F1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D6EFDD171E5D11AF3F43BC8FFF973173D778F0C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56); s_Il2CppMethodInitialized = true; } { // HTTPManager.Logger.Information("Transport - " + this.Name, "OnEventSourceClosed"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_1; L_1 = TransportBase_get_Name_mDE2238FFD6DE78A0802EBCFDDD13B73D9AB8FFD9_inline(__this, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralA363A58A479B7A1B3E31B01DAAAD8EC5A61E4F56, L_1, /*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_0, L_2, _stringLiteral9D6EFDD171E5D11AF3F43BC8FFF973173D778F0C); // OnEventSourceError(eventSource, "EventSource Closed!"); EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * L_3 = ___eventSource0; ServerSentEventsTransport_OnEventSourceError_m471CD1920DAFEB1B44CBB5D1C014AD7A2F4B4E74(__this, L_3, _stringLiteral18A51F3163E9EBC2ABE5D098BC5BB929C16D19F1, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerSrpParams::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSrpParams__ctor_mE3D16A67A1BA047D1077BB50B586637F6603381F (ServerSrpParams_t187D4885F90F22B7E89EB4021EDF9D3F1CE01B50 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___s2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___B3, 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; } { // public ServerSrpParams(BigInteger N, BigInteger g, byte[] s, BigInteger B) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.m_N = N; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___N0; __this->set_m_N_0(L_0); // this.m_g = g; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___g1; __this->set_m_g_1(L_1); // this.m_s = Arrays.Clone(s); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___s2; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_2, /*hidden argument*/NULL); __this->set_m_s_3(L_3); // this.m_B = B; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ___B3; __this->set_m_B_2(L_4); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerSrpParams::get_B() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ServerSrpParams_get_B_m67E70335BF0CBD7722E75E84962A2A460C629D21 (ServerSrpParams_t187D4885F90F22B7E89EB4021EDF9D3F1CE01B50 * __this, const RuntimeMethod* method) { { // get { return m_B; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_m_B_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerSrpParams::get_G() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ServerSrpParams_get_G_m1F596C016D0445CB3C74CB4812DB2E75991887EB (ServerSrpParams_t187D4885F90F22B7E89EB4021EDF9D3F1CE01B50 * __this, const RuntimeMethod* method) { { // get { return m_g; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_m_g_1(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerSrpParams::get_N() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ServerSrpParams_get_N_m586762428223F22E21B2048AB5314479FA30A5F7 (ServerSrpParams_t187D4885F90F22B7E89EB4021EDF9D3F1CE01B50 * __this, const RuntimeMethod* method) { { // get { return m_N; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_m_N_0(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerSrpParams::get_S() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ServerSrpParams_get_S_m54DF772ACD6FE67636129391F9E6C38E312D9379 (ServerSrpParams_t187D4885F90F22B7E89EB4021EDF9D3F1CE01B50 * __this, const RuntimeMethod* method) { { // get { return m_s; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_m_s_3(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerSrpParams::Encode(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSrpParams_Encode_m86D19FDAB83739FAE35FE31998A47584999D6AA7 (ServerSrpParams_t187D4885F90F22B7E89EB4021EDF9D3F1CE01B50 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // TlsSrpUtilities.WriteSrpParameter(m_N, output); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_m_N_0(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___output0; TlsSrpUtilities_WriteSrpParameter_mB08C7C0CE03297FC4928844AAE8E375EB748B96B(L_0, L_1, /*hidden argument*/NULL); // TlsSrpUtilities.WriteSrpParameter(m_g, output); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = __this->get_m_g_1(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = ___output0; TlsSrpUtilities_WriteSrpParameter_mB08C7C0CE03297FC4928844AAE8E375EB748B96B(L_2, L_3, /*hidden argument*/NULL); // TlsUtilities.WriteOpaque8(m_s, output); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_m_s_3(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = ___output0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteOpaque8_m44042F177FBCFAD069991148333A008369268058(L_4, L_5, /*hidden argument*/NULL); // TlsSrpUtilities.WriteSrpParameter(m_B, output); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = __this->get_m_B_2(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_7 = ___output0; TlsSrpUtilities_WriteSrpParameter_mB08C7C0CE03297FC4928844AAE8E375EB748B96B(L_6, L_7, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerSrpParams BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerSrpParams::Parse(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServerSrpParams_t187D4885F90F22B7E89EB4021EDF9D3F1CE01B50 * ServerSrpParams_Parse_m706CD48B4789E0D3B06A055D122EC6CA6FAE1164 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerSrpParams_t187D4885F90F22B7E89EB4021EDF9D3F1CE01B50_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_2 = NULL; { // BigInteger N = TlsSrpUtilities.ReadSrpParameter(input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___input0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = TlsSrpUtilities_ReadSrpParameter_m506D4E1D856B29A69A59ED5C350F22E2E1DB5735(L_0, /*hidden argument*/NULL); // BigInteger g = TlsSrpUtilities.ReadSrpParameter(input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ___input0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = TlsSrpUtilities_ReadSrpParameter_m506D4E1D856B29A69A59ED5C350F22E2E1DB5735(L_2, /*hidden argument*/NULL); V_0 = L_3; // byte[] s = TlsUtilities.ReadOpaque8(input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = TlsUtilities_ReadOpaque8_m7E62AE309E857BBD7C4008D18FD07850A2E77501(L_4, /*hidden argument*/NULL); V_1 = L_5; // BigInteger B = TlsSrpUtilities.ReadSrpParameter(input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = ___input0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7; L_7 = TlsSrpUtilities_ReadSrpParameter_m506D4E1D856B29A69A59ED5C350F22E2E1DB5735(L_6, /*hidden argument*/NULL); V_2 = L_7; // return new ServerSrpParams(N, g, s, B); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = V_2; ServerSrpParams_t187D4885F90F22B7E89EB4021EDF9D3F1CE01B50 * L_11 = (ServerSrpParams_t187D4885F90F22B7E89EB4021EDF9D3F1CE01B50 *)il2cpp_codegen_object_new(ServerSrpParams_t187D4885F90F22B7E89EB4021EDF9D3F1CE01B50_il2cpp_TypeInfo_var); ServerSrpParams__ctor_mE3D16A67A1BA047D1077BB50B586637F6603381F(L_11, L_1, L_8, L_9, 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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ServiceLocator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ServiceLocator::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A * ServiceLocator_GetInstance_m0A21EB85B0B2ED97B7A4DF54320880193DA440D9 (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); ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A * L_3; L_3 = ServiceLocator_GetInstance_m481946FFB3290ACE2E26B0597C96DF7C116862B2(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ServiceLocator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ServiceLocator::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A * ServiceLocator_GetInstance_m481946FFB3290ACE2E26B0597C96DF7C116862B2 (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*)&ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is ServiceLocator) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A *)IsInstClass((RuntimeObject*)L_1, ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (ServiceLocator) obj; RuntimeObject * L_2 = ___obj0; return ((ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A *)CastclassClass((RuntimeObject*)L_2, ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A_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 ServiceLocator((Asn1Sequence) obj); RuntimeObject * L_4 = ___obj0; ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A * L_5 = (ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A *)il2cpp_codegen_object_new(ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A_il2cpp_TypeInfo_var); ServiceLocator__ctor_mCACE87F7BD13F18ADE7C7403A551E67981477DDE(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException("unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_6 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE)), L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServiceLocator_GetInstance_m481946FFB3290ACE2E26B0597C96DF7C116862B2_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ServiceLocator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServiceLocator__ctor_mB365AB52F50D8BB481383EFF8CA3E3991513808B (ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A * __this, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___issuer0, const RuntimeMethod* method) { { // : this(issuer, null) X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_0 = ___issuer0; ServiceLocator__ctor_m4D0620E05424F5839D8EBD87D9F3954F397F37E8(__this, L_0, (Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ServiceLocator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServiceLocator__ctor_m4D0620E05424F5839D8EBD87D9F3954F397F37E8 (ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A * __this, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___issuer0, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___locator1, const RuntimeMethod* method) { { // public ServiceLocator( // X509Name issuer, // Asn1Object locator) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (issuer == null) X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_0 = ___issuer0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("issuer"); 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*)&_stringLiteral32443E32E6F14F8466A44B95613267F7F67A645D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServiceLocator__ctor_m4D0620E05424F5839D8EBD87D9F3954F397F37E8_RuntimeMethod_var))); } IL_0014: { // this.issuer = issuer; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_2 = ___issuer0; __this->set_issuer_2(L_2); // this.locator = locator; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3 = ___locator1; __this->set_locator_3(L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ServiceLocator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServiceLocator__ctor_mCACE87F7BD13F18ADE7C7403A551E67981477DDE (ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private ServiceLocator( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.issuer = X509Name.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1; L_1 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_0, 0); IL2CPP_RUNTIME_CLASS_INIT(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_2; L_2 = X509Name_GetInstance_mC47BABCEC6CF26D1FEF9B5B468638F73E9ECBD88(L_1, /*hidden argument*/NULL); __this->set_issuer_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_0033; } } { // this.locator = seq[1].ToAsn1Object(); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = ___seq0; NullCheck(L_5); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_6; L_6 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_5, 1); NullCheck(L_6); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_7; L_7 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_6); __this->set_locator_3(L_7); } IL_0033: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ServiceLocator::get_Issuer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ServiceLocator_get_Issuer_m5820C0D00A9546AD11C4AD209C82B6967F1A3F00 (ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A * __this, const RuntimeMethod* method) { { // get { return issuer; } X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_0 = __this->get_issuer_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ServiceLocator::get_Locator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ServiceLocator_get_Locator_m47715560923C1C26263E5ED1218FF18935F76326 (ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A * __this, const RuntimeMethod* method) { { // get { return locator; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = __this->get_locator_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ServiceLocator::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ServiceLocator_ToAsn1Object_mB8F318241E8A583DA45B810A4B0126B82DDA0C45 (ServiceLocator_tC3EF95D8844C647B9C175100B430FF9F25BFC32A * __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(issuer); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_2 = __this->get_issuer_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 (locator != null) Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = __this->get_locator_3(); if (!L_4) { goto IL_0032; } } { // v.Add(locator); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_5 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_6 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_7 = L_6; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_8 = __this->get_locator_3(); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_8); NullCheck(L_5); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_5, L_7, /*hidden argument*/NULL); } IL_0032: { // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_9 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_10 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_10, L_9, /*hidden argument*/NULL); return L_10; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::.ctor(System.Int32,System.Byte,System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate,System.Byte[],System.Byte[],System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SessionParameters__ctor_m38C29855E4D5366A7F35D1E471FF9D11D1E26F96 (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * __this, int32_t ___cipherSuite0, uint8_t ___compressionAlgorithm1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___masterSecret2, Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * ___peerCertificate3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pskIdentity4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___srpIdentity5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encodedServerExtensions6, bool ___extendedMasterSecret7, 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; } { // private SessionParameters(int cipherSuite, byte compressionAlgorithm, byte[] masterSecret, // Certificate peerCertificate, byte[] pskIdentity, byte[] srpIdentity, byte[] encodedServerExtensions, // bool extendedMasterSecret) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.mCipherSuite = cipherSuite; int32_t L_0 = ___cipherSuite0; __this->set_mCipherSuite_0(L_0); // this.mCompressionAlgorithm = compressionAlgorithm; uint8_t L_1 = ___compressionAlgorithm1; __this->set_mCompressionAlgorithm_1(L_1); // this.mMasterSecret = Arrays.Clone(masterSecret); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___masterSecret2; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_2, /*hidden argument*/NULL); __this->set_mMasterSecret_2(L_3); // this.mPeerCertificate = peerCertificate; Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_4 = ___peerCertificate3; __this->set_mPeerCertificate_3(L_4); // this.mPskIdentity = Arrays.Clone(pskIdentity); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___pskIdentity4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_5, /*hidden argument*/NULL); __this->set_mPskIdentity_4(L_6); // this.mSrpIdentity = Arrays.Clone(srpIdentity); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___srpIdentity5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_7, /*hidden argument*/NULL); __this->set_mSrpIdentity_5(L_8); // this.mEncodedServerExtensions = encodedServerExtensions; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___encodedServerExtensions6; __this->set_mEncodedServerExtensions_6(L_9); // this.mExtendedMasterSecret = extendedMasterSecret; bool L_10 = ___extendedMasterSecret7; __this->set_mExtendedMasterSecret_7(L_10); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SessionParameters_Clear_m52D91A2DD15900F6C4754E12966AD000EC3A9232 (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * __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; } { // if (this.mMasterSecret != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_mMasterSecret_2(); if (!L_0) { goto IL_0014; } } { // Arrays.Fill(this.mMasterSecret, (byte)0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_mMasterSecret_2(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); Arrays_Fill_m841D30B6E9F2CA374C9F6D5C3A690607C6E1BCFF(L_1, (uint8_t)0, /*hidden argument*/NULL); } IL_0014: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::Copy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * SessionParameters_Copy_m5CD11EDECF33B72FB037571FE52B3A3140748412 (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SessionParameters(mCipherSuite, mCompressionAlgorithm, mMasterSecret, mPeerCertificate, // mPskIdentity, mSrpIdentity, mEncodedServerExtensions, mExtendedMasterSecret); int32_t L_0 = __this->get_mCipherSuite_0(); uint8_t L_1 = __this->get_mCompressionAlgorithm_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_mMasterSecret_2(); Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_3 = __this->get_mPeerCertificate_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_mPskIdentity_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_mSrpIdentity_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_mEncodedServerExtensions_6(); bool L_7 = __this->get_mExtendedMasterSecret_7(); SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * L_8 = (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D *)il2cpp_codegen_object_new(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D_il2cpp_TypeInfo_var); SessionParameters__ctor_m38C29855E4D5366A7F35D1E471FF9D11D1E26F96(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.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::get_CipherSuite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SessionParameters_get_CipherSuite_mE16D34429B906E513708398FABFCBD48690D9453 (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * __this, const RuntimeMethod* method) { { // get { return mCipherSuite; } int32_t L_0 = __this->get_mCipherSuite_0(); return L_0; } } // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::get_CompressionAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SessionParameters_get_CompressionAlgorithm_mF018EFA16DF41F3AA8A74E03F3C0FF380B7DB999 (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * __this, const RuntimeMethod* method) { { // get { return mCompressionAlgorithm; } uint8_t L_0 = __this->get_mCompressionAlgorithm_1(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::get_IsExtendedMasterSecret() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SessionParameters_get_IsExtendedMasterSecret_m0E44233725BECE1CE04D35EE9221186CC3C561DA (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * __this, const RuntimeMethod* method) { { // get { return mExtendedMasterSecret; } bool L_0 = __this->get_mExtendedMasterSecret_7(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::get_MasterSecret() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SessionParameters_get_MasterSecret_m95C307C8EE17D2EFA209BB98AA21E6B8DB4CA04C (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * __this, const RuntimeMethod* method) { { // get { return mMasterSecret; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_mMasterSecret_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::get_PeerCertificate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * SessionParameters_get_PeerCertificate_m1AA11B16D25C9B42E6C5E7F8D9060A5C647E1444 (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * __this, const RuntimeMethod* method) { { // get { return mPeerCertificate; } Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_0 = __this->get_mPeerCertificate_3(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::get_PskIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SessionParameters_get_PskIdentity_m79E1B8BDE2D95E6F44297BED17999C9258F1879E (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * __this, const RuntimeMethod* method) { { // get { return mPskIdentity; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_mPskIdentity_4(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::get_SrpIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SessionParameters_get_SrpIdentity_m9665A2235EB411CE3A489A7F4F7DEC5977469A03 (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * __this, const RuntimeMethod* method) { { // get { return mSrpIdentity; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_mSrpIdentity_5(); return L_0; } } // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::ReadServerExtensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SessionParameters_ReadServerExtensions_m3268BAA375F8300339532D185707C59BCB4184B4 (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (mEncodedServerExtensions == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_mEncodedServerExtensions_6(); if (L_0) { goto IL_000a; } } { // return null; return (RuntimeObject*)NULL; } IL_000a: { // MemoryStream buf = new MemoryStream(mEncodedServerExtensions, false); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_mEncodedServerExtensions_6(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_2 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_2, L_1, (bool)0, /*hidden argument*/NULL); // return TlsProtocol.ReadExtensions(buf); RuntimeObject* L_3; L_3 = TlsProtocol_ReadExtensions_m19F1B82BA48024ACDF61F9440F039DDFD6BB6649(L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SettingsGameView::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGameView_Start_mEAD6B5E7ED45628E6CFDF91A1F1EA3441065C220 (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0CD2071F319EE9A791EEFEE0FDDB6B3831A02D8F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F3DE3F30E54D68E0BA687ADBDEFC42493C1B386); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4B3E310F1860F22262A10CABFC3BA896A16B094); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6039E3B90A16256B3C614D0E8BC0DDD20702589); s_Il2CppMethodInitialized = true; } PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B2_0 = NULL; PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B1_0 = NULL; { // PersistenHandler.ins?.menuBackCtr.views.Add(this); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_0 = ((PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields*)il2cpp_codegen_static_fields_for(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var))->get_ins_5(); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000b; } } { goto IL_001b; } IL_000b: { NullCheck(G_B2_0); MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * L_2 = G_B2_0->get_menuBackCtr_4(); NullCheck(L_2); List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * L_3 = L_2->get_views_0(); NullCheck(L_3); List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A(L_3, __this, /*hidden argument*/List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A_RuntimeMethod_var); } IL_001b: { // this.transform.Find("Items/BGM/Check").gameObject.SetActive(UserSettings.ins.openBGM); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_4, _stringLiteralD6039E3B90A16256B3C614D0E8BC0DDD20702589, /*hidden argument*/NULL); NullCheck(L_5); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6; L_6 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_5, /*hidden argument*/NULL); UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_7; L_7 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_7); bool L_8 = L_7->get_openBGM_0(); NullCheck(L_6); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_6, L_8, /*hidden argument*/NULL); // this.transform.Find("Items/Effect/Check").gameObject.SetActive(UserSettings.ins.openEffect); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_9); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10; L_10 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_9, _stringLiteral0F3DE3F30E54D68E0BA687ADBDEFC42493C1B386, /*hidden argument*/NULL); NullCheck(L_10); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11; L_11 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_10, /*hidden argument*/NULL); UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_12; L_12 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_12); bool L_13 = L_12->get_openEffect_1(); NullCheck(L_11); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_11, L_13, /*hidden argument*/NULL); // this.transform.Find("Items/BowCameraFixed/Check").gameObject.SetActive(UserSettings.ins.bowCameraFixed); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_14; L_14 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_14); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15; L_15 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_14, _stringLiteralC4B3E310F1860F22262A10CABFC3BA896A16B094, /*hidden argument*/NULL); NullCheck(L_15); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_16; L_16 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_15, /*hidden argument*/NULL); UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_17; L_17 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_17); bool L_18 = L_17->get_bowCameraFixed_6(); NullCheck(L_16); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_16, L_18, /*hidden argument*/NULL); // this.transform.Find("Items/TrainMode/Check").gameObject.SetActive(UserSettings.ins.trainMode); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_19; L_19 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_19); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_20; L_20 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_19, _stringLiteral0CD2071F319EE9A791EEFEE0FDDB6B3831A02D8F, /*hidden argument*/NULL); NullCheck(L_20); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_21; L_21 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_20, /*hidden argument*/NULL); UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_22; L_22 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_22); bool L_23 = L_22->get_trainMode_7(); NullCheck(L_21); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_21, L_23, /*hidden argument*/NULL); // RenderSelectCrossHairOption(); SettingsGameView_RenderSelectCrossHairOption_mC943161ACEFA1C5F9D5F82597C925C1CA808CB8C(__this, /*hidden argument*/NULL); // RenderShootLevel(); SettingsGameView_RenderShootLevel_m11344FBEFA7FCCD7744A341E05FEC5CE46CC9039(__this, /*hidden argument*/NULL); // RenderActualArrowWeight(); SettingsGameView_RenderActualArrowWeight_m61E489D3D4E27FFA269B0512B8B717D54FF7899B(__this, /*hidden argument*/NULL); // InitForRotateConvert(); SettingsGameView_InitForRotateConvert_m3929AEC3F482CBD9DE084ED6BB3757662828A90D(__this, /*hidden argument*/NULL); // } return; } } // System.Void SettingsGameView::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGameView_OnDestroy_m8002C51EBEA1959D23C160367CF3D3D70CFEAED2 (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B2_0 = NULL; PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B1_0 = NULL; { // PersistenHandler.ins?.menuBackCtr.views.Remove(this); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_0 = ((PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields*)il2cpp_codegen_static_fields_for(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var))->get_ins_5(); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000a; } } { return; } IL_000a: { NullCheck(G_B2_0); MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * L_2 = G_B2_0->get_menuBackCtr_4(); NullCheck(L_2); List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * L_3 = L_2->get_views_0(); NullCheck(L_3); bool L_4; L_4 = List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D(L_3, __this, /*hidden argument*/List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D_RuntimeMethod_var); // } return; } } // System.Boolean SettingsGameView::OnMenuBack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsGameView_OnMenuBack_mF923D6F9AD7AB6E10E4DA784552B1FAE889EB52F (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_DestroyView_TisSettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656_m01E7ED9BC7948A5122E6DA95B2621EAC301F1C6C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // ViewMgr.Instance.DestroyView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_0; L_0 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1; L_1 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_0); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_DestroyView_TisSettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656_m01E7ED9BC7948A5122E6DA95B2621EAC301F1C6C_RuntimeMethod_var, L_0, L_1); // return true; return (bool)1; } } // System.Void SettingsGameView::InitForRotateConvert() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGameView_InitForRotateConvert_m3929AEC3F482CBD9DE084ED6BB3757662828A90D (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisInputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_m1025822CFFC3A3C846267590775A843ED9532924_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsGameView_U3CInitForRotateConvertU3Eb__6_0_mECADB79CEAFADB07AC03A0D597F2C48DD0C36B12_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CInitForRotateConvertU3Eb__6_1_mF81B0FE3D0234361E7383E4FA3D8946B3C23FC9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tF906BA8D634B37EA9DDBB816A1565E74B70ABFF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_1__ctor_mBB6FF824ECCAE3C08CD8B015E235BBDC15BCF43F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_AddListener_mC6DDB55AF3B8AC6DBA08F1695CE00DE191603830_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral22100BCCDB3BF3335D2C3A6D6EF8E50A1B83B181); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3C9493809858A56C4D8F51896F7E5BB672EA360); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA44D52A74CCA220B2B79817BE7022F6C1ECE186); s_Il2CppMethodInitialized = true; } UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * V_0 = NULL; UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * V_1 = NULL; UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * G_B2_0 = NULL; UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * G_B1_0 = NULL; { // inputSize = transform.Find("RotateConvert/InputSize").GetComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_0, _stringLiteralDA44D52A74CCA220B2B79817BE7022F6C1ECE186, /*hidden argument*/NULL); NullCheck(L_1); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_2; L_2 = Component_GetComponent_TisInputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_m1025822CFFC3A3C846267590775A843ED9532924(L_1, /*hidden argument*/Component_GetComponent_TisInputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_m1025822CFFC3A3C846267590775A843ED9532924_RuntimeMethod_var); __this->set_inputSize_7(L_2); // inputDistance = transform.Find("RotateConvert/InputDistance").GetComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_3, _stringLiteral22100BCCDB3BF3335D2C3A6D6EF8E50A1B83B181, /*hidden argument*/NULL); NullCheck(L_4); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_5; L_5 = Component_GetComponent_TisInputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_m1025822CFFC3A3C846267590775A843ED9532924(L_4, /*hidden argument*/Component_GetComponent_TisInputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_m1025822CFFC3A3C846267590775A843ED9532924_RuntimeMethod_var); __this->set_inputDistance_8(L_5); // UnityAction onEndEdit_inputSize = (string str) => { // inputSize.SetTextWithoutNotify(""); // float v = (float) System.Math.Round(double.Parse(str), 2); // if (v < 1 || v > 120) { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("??????????")); // return; // } // ShowScreenSize(v); // //save // UserSettings.ins.bowRotateConvert.screenSize = v; // UserSettings.ins.Save(); // ShowScreenDistance(UserSettings.ins.bowRotateConvert.GetAdviseScreenDistance()); // // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("???? = ") + UserSettings.ins.bowRotateConvert.GetRate()); // }; UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * L_6 = (UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 *)il2cpp_codegen_object_new(UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647_il2cpp_TypeInfo_var); UnityAction_1__ctor_mBB6FF824ECCAE3C08CD8B015E235BBDC15BCF43F(L_6, __this, (intptr_t)((intptr_t)SettingsGameView_U3CInitForRotateConvertU3Eb__6_0_mECADB79CEAFADB07AC03A0D597F2C48DD0C36B12_RuntimeMethod_var), /*hidden argument*/UnityAction_1__ctor_mBB6FF824ECCAE3C08CD8B015E235BBDC15BCF43F_RuntimeMethod_var); V_0 = L_6; // UnityAction onEndEdit_inputDistance = (string str) => { // // inputDistance.SetTextWithoutNotify(""); // // float v = (float) System.Math.Round(double.Parse(str), 2); // // if (v < 0.1 || v > 100) { // // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("??????????")); // // return; // // } // // ShowScreenDistance(v); // // //save // // UserSettings.ins.bowRotateConvert.screenDistance = v; // // UserSettings.ins.Save(); // // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("???? = ") + UserSettings.ins.bowRotateConvert.GetRate()); // }; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tF906BA8D634B37EA9DDBB816A1565E74B70ABFF0_il2cpp_TypeInfo_var); UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * L_7 = ((U3CU3Ec_tF906BA8D634B37EA9DDBB816A1565E74B70ABFF0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF906BA8D634B37EA9DDBB816A1565E74B70ABFF0_il2cpp_TypeInfo_var))->get_U3CU3E9__6_1_1(); UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * L_8 = L_7; G_B1_0 = L_8; if (L_8) { G_B2_0 = L_8; goto IL_0062; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tF906BA8D634B37EA9DDBB816A1565E74B70ABFF0_il2cpp_TypeInfo_var); U3CU3Ec_tF906BA8D634B37EA9DDBB816A1565E74B70ABFF0 * L_9 = ((U3CU3Ec_tF906BA8D634B37EA9DDBB816A1565E74B70ABFF0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF906BA8D634B37EA9DDBB816A1565E74B70ABFF0_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * L_10 = (UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 *)il2cpp_codegen_object_new(UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647_il2cpp_TypeInfo_var); UnityAction_1__ctor_mBB6FF824ECCAE3C08CD8B015E235BBDC15BCF43F(L_10, L_9, (intptr_t)((intptr_t)U3CU3Ec_U3CInitForRotateConvertU3Eb__6_1_mF81B0FE3D0234361E7383E4FA3D8946B3C23FC9C_RuntimeMethod_var), /*hidden argument*/UnityAction_1__ctor_mBB6FF824ECCAE3C08CD8B015E235BBDC15BCF43F_RuntimeMethod_var); UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * L_11 = L_10; ((U3CU3Ec_tF906BA8D634B37EA9DDBB816A1565E74B70ABFF0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF906BA8D634B37EA9DDBB816A1565E74B70ABFF0_il2cpp_TypeInfo_var))->set_U3CU3E9__6_1_1(L_11); G_B2_0 = L_11; } IL_0062: { V_1 = G_B2_0; // inputSize.onEndEdit.AddListener(onEndEdit_inputSize); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_12 = __this->get_inputSize_7(); NullCheck(L_12); EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D * L_13; L_13 = InputField_get_onEndEdit_m6E5D422101DA2F7BF3962CC783C98C022E8C26B3_inline(L_12, /*hidden argument*/NULL); UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * L_14 = V_0; NullCheck(L_13); UnityEvent_1_AddListener_mC6DDB55AF3B8AC6DBA08F1695CE00DE191603830(L_13, L_14, /*hidden argument*/UnityEvent_1_AddListener_mC6DDB55AF3B8AC6DBA08F1695CE00DE191603830_RuntimeMethod_var); // inputDistance.onEndEdit.AddListener(onEndEdit_inputDistance); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_15 = __this->get_inputDistance_8(); NullCheck(L_15); EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D * L_16; L_16 = InputField_get_onEndEdit_m6E5D422101DA2F7BF3962CC783C98C022E8C26B3_inline(L_15, /*hidden argument*/NULL); UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * L_17 = V_1; NullCheck(L_16); UnityEvent_1_AddListener_mC6DDB55AF3B8AC6DBA08F1695CE00DE191603830(L_16, L_17, /*hidden argument*/UnityEvent_1_AddListener_mC6DDB55AF3B8AC6DBA08F1695CE00DE191603830_RuntimeMethod_var); // inputDistance.readOnly = true; InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_18 = __this->get_inputDistance_8(); NullCheck(L_18); InputField_set_readOnly_mFE554E845DEE5D76223D618E3E553169F7EF8AB2_inline(L_18, (bool)1, /*hidden argument*/NULL); // ShowScreenSize(UserSettings.ins.bowRotateConvert.screenSize); UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_19; L_19 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_19); BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * L_20 = L_19->get_bowRotateConvert_5(); NullCheck(L_20); float L_21 = L_20->get_screenSize_0(); SettingsGameView_ShowScreenSize_m020FDC117498E64C47E9199323E4FEB54A4B422A(__this, L_21, /*hidden argument*/NULL); // ShowScreenDistance(UserSettings.ins.bowRotateConvert.GetAdviseScreenDistance()); UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_22; L_22 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_22); BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * L_23 = L_22->get_bowRotateConvert_5(); NullCheck(L_23); float L_24; L_24 = BowRotateConvert_GetAdviseScreenDistance_m49565F9D42CEB471F08CDAF052CC8E4C54977121(L_23, /*hidden argument*/NULL); SettingsGameView_ShowScreenDistance_mCCD73A42F769473BD85B46D40C1BC97E06243C89(__this, L_24, /*hidden argument*/NULL); // if (CommonConfig.isReleaseVersion) { IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); bool L_25 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_isReleaseVersion_7(); if (!L_25) { goto IL_00f8; } } { // inputSize.transform.parent.gameObject.SetActive(false); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_26 = __this->get_inputSize_7(); NullCheck(L_26); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_27; L_27 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_26, /*hidden argument*/NULL); NullCheck(L_27); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_28; L_28 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_27, /*hidden argument*/NULL); NullCheck(L_28); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_29; L_29 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_28, /*hidden argument*/NULL); NullCheck(L_29); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_29, (bool)0, /*hidden argument*/NULL); // transform.Find("Items/BowCameraFixed").gameObject.SetActive(false); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_30; L_30 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_30); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_31; L_31 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_30, _stringLiteralC3C9493809858A56C4D8F51896F7E5BB672EA360, /*hidden argument*/NULL); NullCheck(L_31); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_32; L_32 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_31, /*hidden argument*/NULL); NullCheck(L_32); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_32, (bool)0, /*hidden argument*/NULL); } IL_00f8: { // } return; } } // System.Void SettingsGameView::ShowScreenSize(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGameView_ShowScreenSize_m020FDC117498E64C47E9199323E4FEB54A4B422A (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, float ___v0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m9BBC60021C94CE9CD8BC8B0919067E6E7227FA54_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A9F16795C5361CAF64806CC119896915C20EA07); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CBDA36F98C255223692548513831A8BB192F40A); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * V_1 = NULL; { // string vStr = v.ToString("#0.00"); String_t* L_0; L_0 = Single_ToString_m15F10F2AFF80750906CEFCFB456EBA84F9D2E8D7((float*)(&___v0), _stringLiteral3CBDA36F98C255223692548513831A8BB192F40A, /*hidden argument*/NULL); V_0 = L_0; // TextAutoLanguage2 textAutoLanguage2 = inputSize.transform.Find("Placeholder").GetComponent(); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_1 = __this->get_inputSize_7(); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_1, /*hidden argument*/NULL); NullCheck(L_2); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_2, _stringLiteral1A9F16795C5361CAF64806CC119896915C20EA07, /*hidden argument*/NULL); NullCheck(L_3); TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * L_4; L_4 = Component_GetComponent_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m9BBC60021C94CE9CD8BC8B0919067E6E7227FA54(L_3, /*hidden argument*/Component_GetComponent_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m9BBC60021C94CE9CD8BC8B0919067E6E7227FA54_RuntimeMethod_var); V_1 = L_4; // textAutoLanguage2.textFormatArgs = new object[]{vStr}; TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * L_5 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_6; String_t* L_8 = V_0; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (RuntimeObject *)L_8); NullCheck(L_5); L_5->set_textFormatArgs_9(L_7); // textAutoLanguage2.ApplyToText(); TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * L_9 = V_1; NullCheck(L_9); TextAutoLanguage2_ApplyToText_m5484F049FDFD917782ECEDCD02AA48CD9E8202F4(L_9, /*hidden argument*/NULL); // } return; } } // System.Void SettingsGameView::ShowScreenDistance(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGameView_ShowScreenDistance_mCCD73A42F769473BD85B46D40C1BC97E06243C89 (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, float ___v0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CBDA36F98C255223692548513831A8BB192F40A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF12E2B4EF48CA593693F5C58BE2CFDA342EC1970); s_Il2CppMethodInitialized = true; } { // inputDistance.text = string.Format(TextAutoLanguage2.GetTextByKey("setup_screen-distance"), v.ToString("#0.00")); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_0 = __this->get_inputDistance_8(); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_1; L_1 = TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2(_stringLiteralF12E2B4EF48CA593693F5C58BE2CFDA342EC1970, /*hidden argument*/NULL); String_t* L_2; L_2 = Single_ToString_m15F10F2AFF80750906CEFCFB456EBA84F9D2E8D7((float*)(&___v0), _stringLiteral3CBDA36F98C255223692548513831A8BB192F40A, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(L_1, L_2, /*hidden argument*/NULL); NullCheck(L_0); InputField_set_text_m30EE95E064474DFA2842CA2DD6E831FF3F3500BF(L_0, L_3, /*hidden argument*/NULL); // } return; } } // System.Void SettingsGameView::CheckBox(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGameView_CheckBox_m7F2BE1D8441BB4715D778516E25C95FC9C012F69 (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___checkBox0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D969C92EDBAD9730C5F6E8C8C5A89FB999B2813); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA1AAD77E0D6F2BD7056032DCB1AD8C88872DDFEF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2D62E3F75706996C1B47FC533FBBFDE9C3C5173); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBD7DD5990248FA7FD8609E41BB0CE71456BBF31); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // checkBox.SetActive(!checkBox.activeSelf); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1 = ___checkBox0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = ___checkBox0; NullCheck(L_2); bool L_3; L_3 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_2, /*hidden argument*/NULL); NullCheck(L_1); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_1, (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); // if (checkBox.transform.parent.gameObject.name.StartsWith("BGM")) { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4 = ___checkBox0; NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_4, /*hidden argument*/NULL); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_5, /*hidden argument*/NULL); NullCheck(L_6); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7; L_7 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8; L_8 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_7, /*hidden argument*/NULL); NullCheck(L_8); bool L_9; L_9 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_8, _stringLiteralB2D62E3F75706996C1B47FC533FBBFDE9C3C5173, /*hidden argument*/NULL); if (!L_9) { goto IL_0055; } } { // UserSettings.ins.openBGM = checkBox.activeSelf; UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_10; L_10 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11 = ___checkBox0; NullCheck(L_11); bool L_12; L_12 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_11, /*hidden argument*/NULL); NullCheck(L_10); L_10->set_openBGM_0(L_12); // UserSettings.ins.Save(); UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_13; L_13 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_13); UserSettings_Save_m043C1D07C0696FDB3AE23BC53E9816C52E0E6AC9(L_13, /*hidden argument*/NULL); // } return; } IL_0055: { // else if (checkBox.transform.parent.gameObject.name.StartsWith("Effect")) { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_14 = ___checkBox0; NullCheck(L_14); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15; L_15 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_14, /*hidden argument*/NULL); NullCheck(L_15); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_16; L_16 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_15, /*hidden argument*/NULL); NullCheck(L_16); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_17; L_17 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_16, /*hidden argument*/NULL); NullCheck(L_17); String_t* L_18; L_18 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_17, /*hidden argument*/NULL); NullCheck(L_18); bool L_19; L_19 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_18, _stringLiteralEBD7DD5990248FA7FD8609E41BB0CE71456BBF31, /*hidden argument*/NULL); if (!L_19) { goto IL_0091; } } { // UserSettings.ins.openEffect = checkBox.activeSelf; UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_20; L_20 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_21 = ___checkBox0; NullCheck(L_21); bool L_22; L_22 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_21, /*hidden argument*/NULL); NullCheck(L_20); L_20->set_openEffect_1(L_22); // UserSettings.ins.Save(); UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_23; L_23 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_23); UserSettings_Save_m043C1D07C0696FDB3AE23BC53E9816C52E0E6AC9(L_23, /*hidden argument*/NULL); // } return; } IL_0091: { // else if (checkBox.transform.parent.gameObject.name.StartsWith("BowCameraFixed")) { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_24 = ___checkBox0; NullCheck(L_24); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_25; L_25 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_24, /*hidden argument*/NULL); NullCheck(L_25); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_26; L_26 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_25, /*hidden argument*/NULL); NullCheck(L_26); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_27; L_27 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_26, /*hidden argument*/NULL); NullCheck(L_27); String_t* L_28; L_28 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_27, /*hidden argument*/NULL); NullCheck(L_28); bool L_29; L_29 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_28, _stringLiteral6D969C92EDBAD9730C5F6E8C8C5A89FB999B2813, /*hidden argument*/NULL); if (!L_29) { goto IL_00cd; } } { // UserSettings.ins.bowCameraFixed = checkBox.activeSelf; UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_30; L_30 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_31 = ___checkBox0; NullCheck(L_31); bool L_32; L_32 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_31, /*hidden argument*/NULL); NullCheck(L_30); L_30->set_bowCameraFixed_6(L_32); // UserSettings.ins.Save(); UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_33; L_33 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_33); UserSettings_Save_m043C1D07C0696FDB3AE23BC53E9816C52E0E6AC9(L_33, /*hidden argument*/NULL); // } return; } IL_00cd: { // else if (checkBox.transform.parent.gameObject.name.StartsWith("TrainMode")) { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_34 = ___checkBox0; NullCheck(L_34); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_35; L_35 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_34, /*hidden argument*/NULL); NullCheck(L_35); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_36; L_36 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_35, /*hidden argument*/NULL); NullCheck(L_36); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_37; L_37 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_36, /*hidden argument*/NULL); NullCheck(L_37); String_t* L_38; L_38 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_37, /*hidden argument*/NULL); NullCheck(L_38); bool L_39; L_39 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_38, _stringLiteralA1AAD77E0D6F2BD7056032DCB1AD8C88872DDFEF, /*hidden argument*/NULL); if (!L_39) { goto IL_0108; } } { // UserSettings.ins.trainMode = checkBox.activeSelf; UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_40; L_40 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_41 = ___checkBox0; NullCheck(L_41); bool L_42; L_42 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_41, /*hidden argument*/NULL); NullCheck(L_40); L_40->set_trainMode_7(L_42); // UserSettings.ins.Save(); UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_43; L_43 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_43); UserSettings_Save_m043C1D07C0696FDB3AE23BC53E9816C52E0E6AC9(L_43, /*hidden argument*/NULL); } IL_0108: { // } return; } } // System.Void SettingsGameView::SelectCrossHairOption(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGameView_SelectCrossHairOption_m52BD9B0B9B563161E352DF558F349791D96211C9 (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, bool ___on0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // UserSettings.ins.openCrossHair = on; UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_1; L_1 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); bool L_2 = ___on0; NullCheck(L_1); L_1->set_openCrossHair_2(L_2); // UserSettings.ins.Save(); UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_3; L_3 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_3); UserSettings_Save_m043C1D07C0696FDB3AE23BC53E9816C52E0E6AC9(L_3, /*hidden argument*/NULL); // RenderSelectCrossHairOption(); SettingsGameView_RenderSelectCrossHairOption_mC943161ACEFA1C5F9D5F82597C925C1CA808CB8C(__this, /*hidden argument*/NULL); // } return; } } // System.Void SettingsGameView::RenderSelectCrossHairOption() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGameView_RenderSelectCrossHairOption_mC943161ACEFA1C5F9D5F82597C925C1CA808CB8C (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, const RuntimeMethod* method) { { // crossHairOptionChecks[0].enabled = UserSettings.ins.openCrossHair; ImageU5BU5D_t173C9D1F1D57DABC8260713678F7094C9E7FD224* L_0 = __this->get_crossHairOptionChecks_6(); NullCheck(L_0); int32_t L_1 = 0; Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_2 = (L_0)->GetAt(static_cast(L_1)); UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_3; L_3 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_3); bool L_4 = L_3->get_openCrossHair_2(); NullCheck(L_2); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_2, L_4, /*hidden argument*/NULL); // crossHairOptionChecks[1].enabled = !UserSettings.ins.openCrossHair; ImageU5BU5D_t173C9D1F1D57DABC8260713678F7094C9E7FD224* L_5 = __this->get_crossHairOptionChecks_6(); NullCheck(L_5); int32_t L_6 = 1; Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_7 = (L_5)->GetAt(static_cast(L_6)); UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_8; L_8 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_8); bool L_9 = L_8->get_openCrossHair_2(); NullCheck(L_7); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_7, (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); // } return; } } // System.Void SettingsGameView::ChangeLanguage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGameView_ChangeLanguage_mDA3784E8ED5037E95F43062C8D10024C32356368 (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ImageAutoLanguage_t2F397D7AB36C88F6B5376313709456EBA4DE1F91_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // if (TextAutoLanguage.GetLanguage() == LanguageEnum.English) IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); int32_t L_1; L_1 = TextAutoLanguage_GetLanguage_m6AA21233FD4E37F771AFDED4CF036D41DB617386(/*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0025; } } { // TextAutoLanguage.ChangeLanguage(LanguageEnum.Chinese); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); TextAutoLanguage_ChangeLanguage_m24043ADD96716C89E11E6BB7F6E24933080350FD(0, /*hidden argument*/NULL); // TextAutoLanguage2.ChangeLanguage(LanguageEnum.Chinese); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); TextAutoLanguage2_ChangeLanguage_mDDCD7BA3068900F92EA9C777CFE8B17ADD099C1C(0, /*hidden argument*/NULL); // ImageAutoLanguage.ChangeLanguage(LanguageEnum.Chinese); IL2CPP_RUNTIME_CLASS_INIT(ImageAutoLanguage_t2F397D7AB36C88F6B5376313709456EBA4DE1F91_il2cpp_TypeInfo_var); ImageAutoLanguage_ChangeLanguage_m98313334D7FA9CC214E863059689FB23AC5F2263(0, /*hidden argument*/NULL); // } return; } IL_0025: { // else if (TextAutoLanguage.GetLanguage() == LanguageEnum.Chinese) { IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); int32_t L_2; L_2 = TextAutoLanguage_GetLanguage_m6AA21233FD4E37F771AFDED4CF036D41DB617386(/*hidden argument*/NULL); if (L_2) { goto IL_003e; } } { // TextAutoLanguage.ChangeLanguage(LanguageEnum.English); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); TextAutoLanguage_ChangeLanguage_m24043ADD96716C89E11E6BB7F6E24933080350FD(1, /*hidden argument*/NULL); // TextAutoLanguage2.ChangeLanguage(LanguageEnum.English); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); TextAutoLanguage2_ChangeLanguage_mDDCD7BA3068900F92EA9C777CFE8B17ADD099C1C(1, /*hidden argument*/NULL); // ImageAutoLanguage.ChangeLanguage(LanguageEnum.English); IL2CPP_RUNTIME_CLASS_INIT(ImageAutoLanguage_t2F397D7AB36C88F6B5376313709456EBA4DE1F91_il2cpp_TypeInfo_var); ImageAutoLanguage_ChangeLanguage_m98313334D7FA9CC214E863059689FB23AC5F2263(1, /*hidden argument*/NULL); } IL_003e: { // } return; } } // System.Void SettingsGameView::ChangeShootLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGameView_ChangeShootLevel_m1905AF3AD9A21285D3994236E775E4EF6336B46A (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // int currentShootLevel = UserSettings.ins.shootLevel; UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_1; L_1 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = L_1->get_shootLevel_3(); V_0 = L_2; // if (currentShootLevel < 2) { int32_t L_3 = V_0; if ((((int32_t)L_3) >= ((int32_t)2))) { goto IL_001f; } } { // currentShootLevel++; int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); // } else { goto IL_0021; } IL_001f: { // currentShootLevel = 0; V_0 = 0; } IL_0021: { // UserSettings.ins.shootLevel = currentShootLevel; UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_5; L_5 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); int32_t L_6 = V_0; NullCheck(L_5); L_5->set_shootLevel_3(L_6); // UserSettings.ins.Save(); UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_7; L_7 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_7); UserSettings_Save_m043C1D07C0696FDB3AE23BC53E9816C52E0E6AC9(L_7, /*hidden argument*/NULL); // RenderShootLevel(); SettingsGameView_RenderShootLevel_m11344FBEFA7FCCD7744A341E05FEC5CE46CC9039(__this, /*hidden argument*/NULL); // } return; } } // System.Void SettingsGameView::RenderShootLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGameView_RenderShootLevel_m11344FBEFA7FCCD7744A341E05FEC5CE46CC9039 (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m75293BDBFD969C88142F677F73024FE59C39147B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5ACB22437418C71228215402BB3EB80196A9963F); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; { // int currentShootLevel = UserSettings.ins.shootLevel; UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_0; L_0 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = L_0->get_shootLevel_3(); V_0 = L_1; // int[] textID = {310, 311, 312}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = L_2; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_4 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_3, L_4, /*hidden argument*/NULL); V_1 = L_3; // this.transform.Find("Items/ShootLevel/Value").GetComponent().SetText(textID[currentShootLevel]); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_5, _stringLiteral5ACB22437418C71228215402BB3EB80196A9963F, /*hidden argument*/NULL); NullCheck(L_6); TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * L_7; L_7 = Component_GetComponent_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m75293BDBFD969C88142F677F73024FE59C39147B(L_6, /*hidden argument*/Component_GetComponent_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m75293BDBFD969C88142F677F73024FE59C39147B_RuntimeMethod_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = V_1; int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; int32_t L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_7); TextAutoLanguage_SetText_m264297EA5645ACD12DBC9F5D09AC27C1E3E4DF55(L_7, L_11, /*hidden argument*/NULL); // } return; } } // System.Void SettingsGameView::ChangeActualArrowWeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGameView_ChangeActualArrowWeight_m89250BE9BEA988D1AF523F8E5CCB5A5D828D8D4B (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156_FieldInfo_var); s_Il2CppMethodInitialized = true; } SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* V_0 = NULL; float V_1 = 0.0f; int32_t V_2 = 0; { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // float[] itemValues = {20f, 27f, 30.5f}; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)3); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_2 = L_1; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); V_0 = L_2; // float actualArrowWeight = UserSettings.ins.actualArrowWeight; UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_4; L_4 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_4); float L_5 = L_4->get_actualArrowWeight_4(); V_1 = L_5; // if (actualArrowWeight == itemValues[itemValues.Length - 1]) { float L_6 = V_1; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_7 = V_0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_8 = V_0; NullCheck(L_8); NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), (int32_t)1)); float L_10 = (L_7)->GetAt(static_cast(L_9)); if ((!(((float)L_6) == ((float)L_10)))) { goto IL_0037; } } { // actualArrowWeight = itemValues[0]; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_11 = V_0; NullCheck(L_11); int32_t L_12 = 0; float L_13 = (L_11)->GetAt(static_cast(L_12)); V_1 = L_13; // } else { goto IL_0053; } IL_0037: { // for (int i = 0; i < itemValues.Length; i++) { V_2 = 0; goto IL_004d; } IL_003b: { // if (itemValues[i] == actualArrowWeight) { SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_14 = V_0; int32_t L_15 = V_2; NullCheck(L_14); int32_t L_16 = L_15; float L_17 = (L_14)->GetAt(static_cast(L_16)); float L_18 = V_1; if ((!(((float)L_17) == ((float)L_18)))) { goto IL_0049; } } { // actualArrowWeight = itemValues[i + 1]; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_19 = V_0; int32_t L_20 = V_2; NullCheck(L_19); int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); float L_22 = (L_19)->GetAt(static_cast(L_21)); V_1 = L_22; // break; goto IL_0053; } IL_0049: { // for (int i = 0; i < itemValues.Length; i++) { int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_004d: { // for (int i = 0; i < itemValues.Length; i++) { int32_t L_24 = V_2; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_25 = V_0; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))) { goto IL_003b; } } IL_0053: { // UserSettings.ins.actualArrowWeight = actualArrowWeight; UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_26; L_26 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); float L_27 = V_1; NullCheck(L_26); L_26->set_actualArrowWeight_4(L_27); // UserSettings.ins.Save(); UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_28; L_28 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_28); UserSettings_Save_m043C1D07C0696FDB3AE23BC53E9816C52E0E6AC9(L_28, /*hidden argument*/NULL); // RenderActualArrowWeight(); SettingsGameView_RenderActualArrowWeight_m61E489D3D4E27FFA269B0512B8B717D54FF7899B(__this, /*hidden argument*/NULL); // } return; } } // System.Void SettingsGameView::RenderActualArrowWeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGameView_RenderActualArrowWeight_m61E489D3D4E27FFA269B0512B8B717D54FF7899B (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m75293BDBFD969C88142F677F73024FE59C39147B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C3AE0B57D22B35A3B8E08238E288111D108AC81); s_Il2CppMethodInitialized = true; } TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * V_0 = NULL; { // TextAutoLanguage textAutoLanguage = this.transform.Find("Items/ActualArrowHeight/Value").GetComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_0, _stringLiteral1C3AE0B57D22B35A3B8E08238E288111D108AC81, /*hidden argument*/NULL); NullCheck(L_1); TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * L_2; L_2 = Component_GetComponent_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m75293BDBFD969C88142F677F73024FE59C39147B(L_1, /*hidden argument*/Component_GetComponent_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m75293BDBFD969C88142F677F73024FE59C39147B_RuntimeMethod_var); V_0 = L_2; // textAutoLanguage.textFormatArgs = new string[]{UserSettings.ins.actualArrowWeight.ToString()}; TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * L_3 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_6; L_6 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_6); float* L_7 = L_6->get_address_of_actualArrowWeight_4(); String_t* L_8; L_8 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_7, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(0), (String_t*)L_8); NullCheck(L_3); L_3->set_textFormatArgs_9(L_5); // textAutoLanguage.SetText(314); TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * L_9 = V_0; NullCheck(L_9); TextAutoLanguage_SetText_m264297EA5645ACD12DBC9F5D09AC27C1E3E4DF55(L_9, ((int32_t)314), /*hidden argument*/NULL); // } return; } } // System.Void SettingsGameView::Back() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGameView_Back_m27DC9DABABBBD8B955ADF67E79BA878C4094AC0C (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_DestroyView_TisSettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656_m01E7ED9BC7948A5122E6DA95B2621EAC301F1C6C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // ViewMgr.Instance.DestroyView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_1; L_1 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2; L_2 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_1); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_DestroyView_TisSettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656_m01E7ED9BC7948A5122E6DA95B2621EAC301F1C6C_RuntimeMethod_var, L_1, L_2); // } return; } } // System.Void SettingsGameView::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGameView__ctor_mCE1E0310DBFFB62A8D1EAD8BCB8DDA2AEEE13BBF (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, const RuntimeMethod* method) { { ViewBase__ctor_mB64BDE24E8F888C9A324D2BFFF2C4C1FC338590A(__this, /*hidden argument*/NULL); return; } } // System.Void SettingsGameView::b__6_0(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsGameView_U3CInitForRotateConvertU3Eb__6_0_mECADB79CEAFADB07AC03A0D597F2C48DD0C36B12 (SettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656 * __this, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF27FA3E08E56BF73C75AF9A7EB5190B7ADFF9D48); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { // inputSize.SetTextWithoutNotify(""); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_0 = __this->get_inputSize_7(); NullCheck(L_0); InputField_SetTextWithoutNotify_mD200F65D8CBD6B825CCF437FBB30BACD97365893(L_0, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); // float v = (float) System.Math.Round(double.Parse(str), 2); String_t* L_1 = ___str0; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); double L_2; L_2 = Double_Parse_mFF5B29ED0585A4847BFE654ABB9E915DFE21B63E(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_3; L_3 = Math_Round_m394EEE2C796B3A1578E65037E0D57B3D6F9B1C70(L_2, 2, /*hidden argument*/NULL); V_0 = ((float)((float)L_3)); // if (v < 1 || v > 120) { float L_4 = V_0; if ((((float)L_4) < ((float)(1.0f)))) { goto IL_002e; } } { float L_5 = V_0; if ((!(((float)L_5) > ((float)(120.0f))))) { goto IL_0043; } } IL_002e: { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("??????????")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_6; L_6 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_7; L_7 = TextAutoLanguage2_GetTextByCNKey_mE3F0235831425C99213D5478DA4778B2ED9E087E(_stringLiteralF27FA3E08E56BF73C75AF9A7EB5190B7ADFF9D48, /*hidden argument*/NULL); NullCheck(L_6); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_6, L_7, /*hidden argument*/NULL); // return; return; } IL_0043: { // ShowScreenSize(v); float L_8 = V_0; SettingsGameView_ShowScreenSize_m020FDC117498E64C47E9199323E4FEB54A4B422A(__this, L_8, /*hidden argument*/NULL); // UserSettings.ins.bowRotateConvert.screenSize = v; UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_9; L_9 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_9); BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * L_10 = L_9->get_bowRotateConvert_5(); float L_11 = V_0; NullCheck(L_10); L_10->set_screenSize_0(L_11); // UserSettings.ins.Save(); UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_12; L_12 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_12); UserSettings_Save_m043C1D07C0696FDB3AE23BC53E9816C52E0E6AC9(L_12, /*hidden argument*/NULL); // ShowScreenDistance(UserSettings.ins.bowRotateConvert.GetAdviseScreenDistance()); UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_13; L_13 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_13); BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * L_14 = L_13->get_bowRotateConvert_5(); NullCheck(L_14); float L_15; L_15 = BowRotateConvert_GetAdviseScreenDistance_m49565F9D42CEB471F08CDAF052CC8E4C54977121(L_14, /*hidden argument*/NULL); SettingsGameView_ShowScreenDistance_mCCD73A42F769473BD85B46D40C1BC97E06243C89(__this, L_15, /*hidden argument*/NULL); // }; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SettingsView::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsView_Awake_m9BA3E3E239C55C4B01281583B9CA22580F606529 (SettingsView_tDAD6B295B0B7B233AA49189237C3EB4B3CDD2741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m5BE56E8D6055FC8F79D1718EA6993212C2D61651_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10B90A80A9B763C570484E9E4951FB05683E6762); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BEB20AEC94D40B2E736646D3EC7E2E6766DFDCB); s_Il2CppMethodInitialized = true; } { // if (CommonConfig.needToExamine) { IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); bool L_0 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_needToExamine_6(); if (!L_0) { goto IL_0045; } } { // transform.Find("Items/GameSetup").GetComponentInChildren().SetText(1234560); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_1, _stringLiteral7BEB20AEC94D40B2E736646D3EC7E2E6766DFDCB, /*hidden argument*/NULL); NullCheck(L_2); TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * L_3; L_3 = Component_GetComponentInChildren_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m5BE56E8D6055FC8F79D1718EA6993212C2D61651(L_2, /*hidden argument*/Component_GetComponentInChildren_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m5BE56E8D6055FC8F79D1718EA6993212C2D61651_RuntimeMethod_var); NullCheck(L_3); TextAutoLanguage_SetText_m264297EA5645ACD12DBC9F5D09AC27C1E3E4DF55(L_3, ((int32_t)1234560), /*hidden argument*/NULL); // transform.Find("BtnQuitGame").GetComponentInChildren().SetText(1234561); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_4, _stringLiteral10B90A80A9B763C570484E9E4951FB05683E6762, /*hidden argument*/NULL); NullCheck(L_5); TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * L_6; L_6 = Component_GetComponentInChildren_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m5BE56E8D6055FC8F79D1718EA6993212C2D61651(L_5, /*hidden argument*/Component_GetComponentInChildren_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m5BE56E8D6055FC8F79D1718EA6993212C2D61651_RuntimeMethod_var); NullCheck(L_6); TextAutoLanguage_SetText_m264297EA5645ACD12DBC9F5D09AC27C1E3E4DF55(L_6, ((int32_t)1234561), /*hidden argument*/NULL); } IL_0045: { // } return; } } // System.Void SettingsView::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsView_Start_mBB91D690BFB1BA19D29461FC816A5B26EFC9D7E5 (SettingsView_tDAD6B295B0B7B233AA49189237C3EB4B3CDD2741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B2_0 = NULL; PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B1_0 = NULL; { // PersistenHandler.ins?.menuBackCtr.views.Add(this); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_0 = ((PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields*)il2cpp_codegen_static_fields_for(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var))->get_ins_5(); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000a; } } { return; } IL_000a: { NullCheck(G_B2_0); MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * L_2 = G_B2_0->get_menuBackCtr_4(); NullCheck(L_2); List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * L_3 = L_2->get_views_0(); NullCheck(L_3); List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A(L_3, __this, /*hidden argument*/List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A_RuntimeMethod_var); // } return; } } // System.Void SettingsView::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsView_OnDestroy_mD4D40AD89C3D646FDE6401AC4D6E3ADF121DA81E (SettingsView_tDAD6B295B0B7B233AA49189237C3EB4B3CDD2741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B2_0 = NULL; PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B1_0 = NULL; { // PersistenHandler.ins?.menuBackCtr.views.Remove(this); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_0 = ((PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields*)il2cpp_codegen_static_fields_for(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var))->get_ins_5(); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000a; } } { return; } IL_000a: { NullCheck(G_B2_0); MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * L_2 = G_B2_0->get_menuBackCtr_4(); NullCheck(L_2); List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * L_3 = L_2->get_views_0(); NullCheck(L_3); bool L_4; L_4 = List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D(L_3, __this, /*hidden argument*/List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D_RuntimeMethod_var); // } return; } } // System.Boolean SettingsView::OnMenuBack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsView_OnMenuBack_mE624D11F6A3FFC0746C41BF4485FFCA6666E80D3 (SettingsView_tDAD6B295B0B7B233AA49189237C3EB4B3CDD2741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_DestroyView_TisSettingsView_tDAD6B295B0B7B233AA49189237C3EB4B3CDD2741_m95BABD3BDA0A56A725599E74622FB5BA5BDAFBD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // ViewMgr.Instance.DestroyView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_0; L_0 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1; L_1 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_0); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_DestroyView_TisSettingsView_tDAD6B295B0B7B233AA49189237C3EB4B3CDD2741_m95BABD3BDA0A56A725599E74622FB5BA5BDAFBD4_RuntimeMethod_var, L_0, L_1); // return true; return (bool)1; } } // System.Void SettingsView::GoToGameSetupView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsView_GoToGameSetupView_mC482AA69634A832D664CBE3229348D31EC1761E5 (SettingsView_tDAD6B295B0B7B233AA49189237C3EB4B3CDD2741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ShowView_TisSettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656_mB9F73E2FCE6B2251603280FAC9B53425315E2CB2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // ViewMgr.Instance.ShowView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_1; L_1 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2; L_2 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_1); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ShowView_TisSettingsGameView_t4D079A34D7A785442BB815F39E4DBDC3FDDD4656_mB9F73E2FCE6B2251603280FAC9B53425315E2CB2_RuntimeMethod_var, L_1, L_2); // } return; } } // System.Void SettingsView::GoToGameCourse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsView_GoToGameCourse_mB781DB18A05DBEBC4219843F4275720F2986D8F1 (SettingsView_tDAD6B295B0B7B233AA49189237C3EB4B3CDD2741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ShowView_TisCourseView_t9CAB2C3180B89AFC5898E33D0A792B75573641E2_mD4F53004CAF2A3FADF98FFF3D4C6FD102B9F01FD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // ViewMgr.Instance.ShowView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_1; L_1 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2; L_2 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_1); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ShowView_TisCourseView_t9CAB2C3180B89AFC5898E33D0A792B75573641E2_mD4F53004CAF2A3FADF98FFF3D4C6FD102B9F01FD_RuntimeMethod_var, L_1, L_2); // } return; } } // System.Void SettingsView::AboutUs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsView_AboutUs_m24A1D6A6DC13CF17D294516C9BEAE6865A75C936 (SettingsView_tDAD6B295B0B7B233AA49189237C3EB4B3CDD2741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ShowView_TisAboutUsView_t8DD9725C51188B1B28CBD5F4F53449A7C6164D75_mD9E7D3D1BAC01948549AA34ED2967D19450A0ABF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // ViewMgr.Instance.ShowView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_1; L_1 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2; L_2 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_1); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ShowView_TisAboutUsView_t8DD9725C51188B1B28CBD5F4F53449A7C6164D75_mD9E7D3D1BAC01948549AA34ED2967D19450A0ABF_RuntimeMethod_var, L_1, L_2); // } return; } } // System.Void SettingsView::GoToUserAgreement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsView_GoToUserAgreement_m51BC0079257AC4D9B44A6E5558393FF936E58B61 (SettingsView_tDAD6B295B0B7B233AA49189237C3EB4B3CDD2741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisAgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C_mC4F4B069043FB76DEF09BC6140B1A50CF0E32E83_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1ACEB73B96C6D76AD6147560E4475841C07389B9); s_Il2CppMethodInitialized = true; } GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * V_0 = NULL; { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // GameObject o = GameObject.Instantiate(Resources.Load("Prefabs/Views/AgreementView")); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6(_stringLiteral1ACEB73B96C6D76AD6147560E4475841C07389B9, /*hidden argument*/Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85(L_1, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); V_0 = L_2; // JCUnityLib.CanvasUtils.PlusSortOrder(gameObject, o, 1); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4 = V_0; CanvasUtils_PlusSortOrder_m77200A5B48407463FAD393892692EEAEC362C11E(L_3, L_4, 1, /*hidden argument*/NULL); // o.GetComponent().EnterUserAgreement(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = V_0; NullCheck(L_5); AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * L_6; L_6 = GameObject_GetComponent_TisAgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C_mC4F4B069043FB76DEF09BC6140B1A50CF0E32E83(L_5, /*hidden argument*/GameObject_GetComponent_TisAgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C_mC4F4B069043FB76DEF09BC6140B1A50CF0E32E83_RuntimeMethod_var); NullCheck(L_6); AgreementView_EnterUserAgreement_m051585A0E2F63C6D099383E10B2B60EFB291CD8E(L_6, /*hidden argument*/NULL); // } return; } } // System.Void SettingsView::GoToPrivacyAgreement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsView_GoToPrivacyAgreement_m233424B58A942EE8DA47F17D5B63C9AD7240DAD2 (SettingsView_tDAD6B295B0B7B233AA49189237C3EB4B3CDD2741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisAgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C_mC4F4B069043FB76DEF09BC6140B1A50CF0E32E83_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1ACEB73B96C6D76AD6147560E4475841C07389B9); s_Il2CppMethodInitialized = true; } GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * V_0 = NULL; { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // GameObject o = GameObject.Instantiate(Resources.Load("Prefabs/Views/AgreementView")); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6(_stringLiteral1ACEB73B96C6D76AD6147560E4475841C07389B9, /*hidden argument*/Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85(L_1, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); V_0 = L_2; // JCUnityLib.CanvasUtils.PlusSortOrder(gameObject, o, 1); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4 = V_0; CanvasUtils_PlusSortOrder_m77200A5B48407463FAD393892692EEAEC362C11E(L_3, L_4, 1, /*hidden argument*/NULL); // o.GetComponent().EnterPrivacyAgreement(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = V_0; NullCheck(L_5); AgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C * L_6; L_6 = GameObject_GetComponent_TisAgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C_mC4F4B069043FB76DEF09BC6140B1A50CF0E32E83(L_5, /*hidden argument*/GameObject_GetComponent_TisAgreementView_t0C94832F0CB1F32EFBC614E56446ADBD7051246C_mC4F4B069043FB76DEF09BC6140B1A50CF0E32E83_RuntimeMethod_var); NullCheck(L_6); AgreementView_EnterPrivacyAgreement_mEC774DEC3A85C11E9851FC9FCF68B11BC5F7A0AE(L_6, /*hidden argument*/NULL); // } return; } } // System.Void SettingsView::QuitGame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsView_QuitGame_m5A55F83EB679954AF08F1FFCBB67F521DDB7EA84 (SettingsView_tDAD6B295B0B7B233AA49189237C3EB4B3CDD2741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // Application.Quit(); Application_Quit_m8D720E5092786C2EE32310D85FE61C253D3B1F2A(/*hidden argument*/NULL); // } return; } } // System.Void SettingsView::QuitLogin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsView_QuitLogin_m9B26F227D6A382B3E70965B978479606B1D56391 (SettingsView_tDAD6B295B0B7B233AA49189237C3EB4B3CDD2741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B3AD6333F669606E87648FD08F4CF7B98B051B5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09); s_Il2CppMethodInitialized = true; } UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * G_B2_0 = NULL; UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * G_B1_0 = NULL; { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // PlayerPrefs.DeleteKey(LoginMgr.LoginTokenKey); PlayerPrefs_DeleteKey_mCEF6CE08D7D7670AD4072228E261A7E746030554(_stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09, /*hidden argument*/NULL); // UserPlayer.ins?.Close(); IL2CPP_RUNTIME_CLASS_INIT(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * L_1 = ((UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields*)il2cpp_codegen_static_fields_for(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var))->get_ins_5(); UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * L_2 = L_1; G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_001f; } } { goto IL_0024; } IL_001f: { NullCheck(G_B2_0); UserPlayer_Close_mBCC45592E94C9C2BBA70D767CDEE3F85E643E35B(G_B2_0, /*hidden argument*/NULL); } IL_0024: { // SceneManager.LoadScene("Login", LoadSceneMode.Single); IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); SceneManager_LoadScene_m6B3C9B5DDE6CDE2A041D05C4F3BE4A3D3D745B70(_stringLiteral2B3AD6333F669606E87648FD08F4CF7B98B051B5, 0, /*hidden argument*/NULL); // } return; } } // System.Void SettingsView::Back() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsView_Back_m373ABF512E9E67B3BCC35D253FF025FD3CEE5EC2 (SettingsView_tDAD6B295B0B7B233AA49189237C3EB4B3CDD2741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_DestroyView_TisSettingsView_tDAD6B295B0B7B233AA49189237C3EB4B3CDD2741_m95BABD3BDA0A56A725599E74622FB5BA5BDAFBD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // ViewMgr.Instance.DestroyView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_1; L_1 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2; L_2 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_1); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_DestroyView_TisSettingsView_tDAD6B295B0B7B233AA49189237C3EB4B3CDD2741_m95BABD3BDA0A56A725599E74622FB5BA5BDAFBD4_RuntimeMethod_var, L_1, L_2); // } return; } } // System.Void SettingsView::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsView__ctor_mA778B28E630A4F217DB18028F60E29C477E381B8 (SettingsView_tDAD6B295B0B7B233AA49189237C3EB4B3CDD2741 * __this, const RuntimeMethod* method) { { ViewBase__ctor_mB64BDE24E8F888C9A324D2BFFF2C4C1FC338590A(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha1Digest__ctor_mE6504554318A0C272510B26A1ECA66AEB0F3C648 (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private uint[] X = new uint[80]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)80)); __this->set_X_10(L_0); // public Sha1Digest() GeneralDigest__ctor_m6EECB69BC9E7F14DBD7C2BB564CA5A250C447616(__this, /*hidden argument*/NULL); // Reset(); VirtualActionInvoker0::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::Reset() */, __this); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha1Digest__ctor_m0169A9D19DC849F08A104BB95133E5A4E659E6EE (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * __this, Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private uint[] X = new uint[80]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)80)); __this->set_X_10(L_0); // : base(t) Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_1 = ___t0; GeneralDigest__ctor_m181D41AB9AD38413F958BCB544F5FDC89F103C85(__this, L_1, /*hidden argument*/NULL); // CopyIn(t); Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_2 = ___t0; Sha1Digest_CopyIn_m7852E89B0D55BE965C56050CD8652B2203D9B5BF(__this, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::CopyIn(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha1Digest_CopyIn_m7852E89B0D55BE965C56050CD8652B2203D9B5BF (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * __this, Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * ___t0, const RuntimeMethod* method) { { // base.CopyIn(t); Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_0 = ___t0; GeneralDigest_CopyIn_m6D242C109A2510C92AF1ADEF82AA99EB44BDA171(__this, L_0, /*hidden argument*/NULL); // H1 = t.H1; Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_1 = ___t0; NullCheck(L_1); uint32_t L_2 = L_1->get_H1_5(); __this->set_H1_5(L_2); // H2 = t.H2; Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_3 = ___t0; NullCheck(L_3); uint32_t L_4 = L_3->get_H2_6(); __this->set_H2_6(L_4); // H3 = t.H3; Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_5 = ___t0; NullCheck(L_5); uint32_t L_6 = L_5->get_H3_7(); __this->set_H3_7(L_6); // H4 = t.H4; Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_7 = ___t0; NullCheck(L_7); uint32_t L_8 = L_7->get_H4_8(); __this->set_H4_8(L_8); // H5 = t.H5; Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_9 = ___t0; NullCheck(L_9); uint32_t L_10 = L_9->get_H5_9(); __this->set_H5_9(L_10); // Array.Copy(t.X, 0, X, 0, t.X.Length); Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_11 = ___t0; NullCheck(L_11); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = L_11->get_X_10(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = __this->get_X_10(); Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_14 = ___t0; NullCheck(L_14); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = L_14->get_X_10(); NullCheck(L_15); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_12, 0, (RuntimeArray *)(RuntimeArray *)L_13, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), /*hidden argument*/NULL); // xOff = t.xOff; Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_16 = ___t0; NullCheck(L_16); int32_t L_17 = L_16->get_xOff_11(); __this->set_xOff_11(L_17); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Sha1Digest_get_AlgorithmName_m04B2CA0E347757BCD6BF167F8BFC38C65051395E (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11208C86A379F74F4A5228C6512318CCDFEF574A); s_Il2CppMethodInitialized = true; } { // get { return "SHA-1"; } return _stringLiteral11208C86A379F74F4A5228C6512318CCDFEF574A; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::GetDigestSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sha1Digest_GetDigestSize_mD08D06DAA28B69F450A4094F02697134E1C8DEDA (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * __this, const RuntimeMethod* method) { { // return DigestLength; return ((int32_t)20); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::ProcessWord(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha1Digest_ProcessWord_m2C344D2EA2C153A234F01E4F119631FF39DA6CD3 (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, const RuntimeMethod* method) { int32_t V_0 = 0; { // X[xOff] = Pack.BE_To_UInt32(input, inOff); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_X_10(); int32_t L_1 = __this->get_xOff_11(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; int32_t L_3 = ___inOff1; uint32_t L_4; L_4 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint32_t)L_4); // if (++xOff == 16) int32_t L_5 = __this->get_xOff_11(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); int32_t L_6 = V_0; __this->set_xOff_11(L_6); int32_t L_7 = V_0; if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)16))))) { goto IL_002f; } } { // ProcessBlock(); VirtualActionInvoker0::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::ProcessBlock() */, __this); } IL_002f: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::ProcessLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha1Digest_ProcessLength_m145F6139944461E066AD5BB0241FAB295AED36DB (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * __this, int64_t ___bitLength0, const RuntimeMethod* method) { { // if (xOff > 14) int32_t L_0 = __this->get_xOff_11(); if ((((int32_t)L_0) <= ((int32_t)((int32_t)14)))) { goto IL_0010; } } { // ProcessBlock(); VirtualActionInvoker0::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::ProcessBlock() */, __this); } IL_0010: { // X[14] = (uint)((ulong)bitLength >> 32); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_X_10(); int64_t L_2 = ___bitLength0; NullCheck(L_1); (L_1)->SetAt(static_cast(((int32_t)14)), (uint32_t)((int32_t)((uint32_t)((int64_t)((uint64_t)L_2>>((int32_t)32)))))); // X[15] = (uint)((ulong)bitLength); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = __this->get_X_10(); int64_t L_4 = ___bitLength0; NullCheck(L_3); (L_3)->SetAt(static_cast(((int32_t)15)), (uint32_t)((int32_t)((uint32_t)L_4))); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sha1Digest_DoFinal_m46A13980EC86C8EFA3E965205483A62C720FE5D6 (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { { // Finish(); GeneralDigest_Finish_mD265C27934DD928D55B3F4605C61C9A3F9F1CA41(__this, /*hidden argument*/NULL); // Pack.UInt32_To_BE(H1, output, outOff); uint32_t L_0 = __this->get_H1_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___output0; int32_t L_2 = ___outOff1; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_0, L_1, L_2, /*hidden argument*/NULL); // Pack.UInt32_To_BE(H2, output, outOff + 4); uint32_t L_3 = __this->get_H2_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output0; int32_t L_5 = ___outOff1; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_3, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)4)), /*hidden argument*/NULL); // Pack.UInt32_To_BE(H3, output, outOff + 8); uint32_t L_6 = __this->get_H3_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___output0; int32_t L_8 = ___outOff1; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_6, L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)8)), /*hidden argument*/NULL); // Pack.UInt32_To_BE(H4, output, outOff + 12); uint32_t L_9 = __this->get_H4_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___output0; int32_t L_11 = ___outOff1; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_9, L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)12))), /*hidden argument*/NULL); // Pack.UInt32_To_BE(H5, output, outOff + 16); uint32_t L_12 = __this->get_H5_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___output0; int32_t L_14 = ___outOff1; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)16))), /*hidden argument*/NULL); // Reset(); VirtualActionInvoker0::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::Reset() */, __this); // return DigestLength; return ((int32_t)20); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha1Digest_Reset_m731FB0457AB61B5749214A291FF8A08C94D58EC6 (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * __this, const RuntimeMethod* method) { { // base.Reset(); GeneralDigest_Reset_m9C32D34E7DEA612AE47451FC2CD0E557CC448094(__this, /*hidden argument*/NULL); // H1 = 0x67452301; __this->set_H1_5(((int32_t)1732584193)); // H2 = 0xefcdab89; __this->set_H2_6(((int32_t)-271733879)); // H3 = 0x98badcfe; __this->set_H3_7(((int32_t)-1732584194)); // H4 = 0x10325476; __this->set_H4_8(((int32_t)271733878)); // H5 = 0xc3d2e1f0; __this->set_H5_9(((int32_t)-1009589776)); // xOff = 0; __this->set_xOff_11(0); // Array.Clear(X, 0, X.Length); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_X_10(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_X_10(); NullCheck(L_1); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); // } return; } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::F(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha1Digest_F_m265705847D6BB20DDAD6680E0D34F5E11F18411D (uint32_t ___u0, uint32_t ___v1, uint32_t ___w2, const RuntimeMethod* method) { { // return (u & v) | (~u & w); uint32_t L_0 = ___u0; uint32_t L_1 = ___v1; uint32_t L_2 = ___u0; uint32_t L_3 = ___w2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))|(int32_t)((int32_t)((int32_t)((~L_2))&(int32_t)L_3)))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha1Digest_H_m1142D00063EB0FC85BD66B2270F47A528635A2B9 (uint32_t ___u0, uint32_t ___v1, uint32_t ___w2, const RuntimeMethod* method) { { // return u ^ v ^ w; uint32_t L_0 = ___u0; uint32_t L_1 = ___v1; uint32_t L_2 = ___w2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0^(int32_t)L_1))^(int32_t)L_2)); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::G(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha1Digest_G_m27A7F49A5976CA6F50FC0B5B660D16C3D7764539 (uint32_t ___u0, uint32_t ___v1, uint32_t ___w2, const RuntimeMethod* method) { { // return (u & v) | (u & w) | (v & w); uint32_t L_0 = ___u0; uint32_t L_1 = ___v1; uint32_t L_2 = ___u0; uint32_t L_3 = ___w2; uint32_t L_4 = ___v1; uint32_t L_5 = ___w2; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))|(int32_t)((int32_t)((int32_t)L_2&(int32_t)L_3))))|(int32_t)((int32_t)((int32_t)L_4&(int32_t)L_5)))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::ProcessBlock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha1Digest_ProcessBlock_mCAACD3D45291E44D6ED08368C398919B7C26F8DD (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; uint32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; { // for (int i = 16; i < 80; i++) V_6 = ((int32_t)16); goto IL_0052; } IL_0006: { // uint t = X[i - 3] ^ X[i - 8] ^ X[i - 14] ^ X[i - 16]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_X_10(); int32_t L_1 = V_6; NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)3)); uint32_t L_3 = (L_0)->GetAt(static_cast(L_2)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = __this->get_X_10(); int32_t L_5 = V_6; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)8)); uint32_t L_7 = (L_4)->GetAt(static_cast(L_6)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = __this->get_X_10(); int32_t L_9 = V_6; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)14))); uint32_t L_11 = (L_8)->GetAt(static_cast(L_10)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = __this->get_X_10(); int32_t L_13 = V_6; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)16))); uint32_t L_15 = (L_12)->GetAt(static_cast(L_14)); V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3^(int32_t)L_7))^(int32_t)L_11))^(int32_t)L_15)); // X[i] = t << 1 | t >> 31; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = __this->get_X_10(); int32_t L_17 = V_6; uint32_t L_18 = V_7; uint32_t L_19 = V_7; NullCheck(L_16); (L_16)->SetAt(static_cast(L_17), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_18<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_19>>((int32_t)31)))))); // for (int i = 16; i < 80; i++) int32_t L_20 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0052: { // for (int i = 16; i < 80; i++) int32_t L_21 = V_6; if ((((int32_t)L_21) < ((int32_t)((int32_t)80)))) { goto IL_0006; } } { // uint A = H1; uint32_t L_22 = __this->get_H1_5(); V_0 = L_22; // uint B = H2; uint32_t L_23 = __this->get_H2_6(); V_1 = L_23; // uint C = H3; uint32_t L_24 = __this->get_H3_7(); V_2 = L_24; // uint D = H4; uint32_t L_25 = __this->get_H4_8(); V_3 = L_25; // uint E = H5; uint32_t L_26 = __this->get_H5_9(); V_4 = L_26; // int idx = 0; V_5 = 0; // for (int j = 0; j < 4; j++) V_8 = 0; goto IL_0191; } IL_0087: { // E += (A << 5 | (A >> 27)) + F(B, C, D) + X[idx++] + Y1; uint32_t L_27 = V_4; uint32_t L_28 = V_0; uint32_t L_29 = V_0; uint32_t L_30 = V_1; uint32_t L_31 = V_2; uint32_t L_32 = V_3; uint32_t L_33; L_33 = Sha1Digest_F_m265705847D6BB20DDAD6680E0D34F5E11F18411D(L_30, L_31, L_32, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_34 = __this->get_X_10(); int32_t L_35 = V_5; int32_t L_36 = L_35; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); NullCheck(L_34); int32_t L_37 = L_36; uint32_t L_38 = (L_34)->GetAt(static_cast(L_37)); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_28<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_29>>((int32_t)27))))), (int32_t)L_33)), (int32_t)L_38)), (int32_t)((int32_t)1518500249))))); // B = B << 30 | (B >> 2); uint32_t L_39 = V_1; uint32_t L_40 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_39<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_40>>2)))); // D += (E << 5 | (E >> 27)) + F(A, B, C) + X[idx++] + Y1; uint32_t L_41 = V_3; uint32_t L_42 = V_4; uint32_t L_43 = V_4; uint32_t L_44 = V_0; uint32_t L_45 = V_1; uint32_t L_46 = V_2; uint32_t L_47; L_47 = Sha1Digest_F_m265705847D6BB20DDAD6680E0D34F5E11F18411D(L_44, L_45, L_46, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = __this->get_X_10(); int32_t L_49 = V_5; int32_t L_50 = L_49; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); NullCheck(L_48); int32_t L_51 = L_50; uint32_t L_52 = (L_48)->GetAt(static_cast(L_51)); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_42<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_43>>((int32_t)27))))), (int32_t)L_47)), (int32_t)L_52)), (int32_t)((int32_t)1518500249))))); // A = A << 30 | (A >> 2); uint32_t L_53 = V_0; uint32_t L_54 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_53<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_54>>2)))); // C += (D << 5 | (D >> 27)) + F(E, A, B) + X[idx++] + Y1; uint32_t L_55 = V_2; uint32_t L_56 = V_3; uint32_t L_57 = V_3; uint32_t L_58 = V_4; uint32_t L_59 = V_0; uint32_t L_60 = V_1; uint32_t L_61; L_61 = Sha1Digest_F_m265705847D6BB20DDAD6680E0D34F5E11F18411D(L_58, L_59, L_60, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = __this->get_X_10(); int32_t L_63 = V_5; int32_t L_64 = L_63; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); NullCheck(L_62); int32_t L_65 = L_64; uint32_t L_66 = (L_62)->GetAt(static_cast(L_65)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_56<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_57>>((int32_t)27))))), (int32_t)L_61)), (int32_t)L_66)), (int32_t)((int32_t)1518500249))))); // E = E << 30 | (E >> 2); uint32_t L_67 = V_4; uint32_t L_68 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_67<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_68>>2)))); // B += (C << 5 | (C >> 27)) + F(D, E, A) + X[idx++] + Y1; uint32_t L_69 = V_1; uint32_t L_70 = V_2; uint32_t L_71 = V_2; uint32_t L_72 = V_3; uint32_t L_73 = V_4; uint32_t L_74 = V_0; uint32_t L_75; L_75 = Sha1Digest_F_m265705847D6BB20DDAD6680E0D34F5E11F18411D(L_72, L_73, L_74, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_76 = __this->get_X_10(); int32_t L_77 = V_5; int32_t L_78 = L_77; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1)); NullCheck(L_76); int32_t L_79 = L_78; uint32_t L_80 = (L_76)->GetAt(static_cast(L_79)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_70<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_71>>((int32_t)27))))), (int32_t)L_75)), (int32_t)L_80)), (int32_t)((int32_t)1518500249))))); // D = D << 30 | (D >> 2); uint32_t L_81 = V_3; uint32_t L_82 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_81<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_82>>2)))); // A += (B << 5 | (B >> 27)) + F(C, D, E) + X[idx++] + Y1; uint32_t L_83 = V_0; uint32_t L_84 = V_1; uint32_t L_85 = V_1; uint32_t L_86 = V_2; uint32_t L_87 = V_3; uint32_t L_88 = V_4; uint32_t L_89; L_89 = Sha1Digest_F_m265705847D6BB20DDAD6680E0D34F5E11F18411D(L_86, L_87, L_88, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_90 = __this->get_X_10(); int32_t L_91 = V_5; int32_t L_92 = L_91; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1)); NullCheck(L_90); int32_t L_93 = L_92; uint32_t L_94 = (L_90)->GetAt(static_cast(L_93)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_84<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_85>>((int32_t)27))))), (int32_t)L_89)), (int32_t)L_94)), (int32_t)((int32_t)1518500249))))); // C = C << 30 | (C >> 2); uint32_t L_95 = V_2; uint32_t L_96 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_95<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_96>>2)))); // for (int j = 0; j < 4; j++) int32_t L_97 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1)); } IL_0191: { // for (int j = 0; j < 4; j++) int32_t L_98 = V_8; if ((((int32_t)L_98) < ((int32_t)4))) { goto IL_0087; } } { // for (int j = 0; j < 4; j++) V_9 = 0; goto IL_02ab; } IL_01a1: { // E += (A << 5 | (A >> 27)) + H(B, C, D) + X[idx++] + Y2; uint32_t L_99 = V_4; uint32_t L_100 = V_0; uint32_t L_101 = V_0; uint32_t L_102 = V_1; uint32_t L_103 = V_2; uint32_t L_104 = V_3; uint32_t L_105; L_105 = Sha1Digest_H_m1142D00063EB0FC85BD66B2270F47A528635A2B9(L_102, L_103, L_104, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_106 = __this->get_X_10(); int32_t L_107 = V_5; int32_t L_108 = L_107; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1)); NullCheck(L_106); int32_t L_109 = L_108; uint32_t L_110 = (L_106)->GetAt(static_cast(L_109)); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_100<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_101>>((int32_t)27))))), (int32_t)L_105)), (int32_t)L_110)), (int32_t)((int32_t)1859775393))))); // B = B << 30 | (B >> 2); uint32_t L_111 = V_1; uint32_t L_112 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_111<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_112>>2)))); // D += (E << 5 | (E >> 27)) + H(A, B, C) + X[idx++] + Y2; uint32_t L_113 = V_3; uint32_t L_114 = V_4; uint32_t L_115 = V_4; uint32_t L_116 = V_0; uint32_t L_117 = V_1; uint32_t L_118 = V_2; uint32_t L_119; L_119 = Sha1Digest_H_m1142D00063EB0FC85BD66B2270F47A528635A2B9(L_116, L_117, L_118, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_120 = __this->get_X_10(); int32_t L_121 = V_5; int32_t L_122 = L_121; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_122, (int32_t)1)); NullCheck(L_120); int32_t L_123 = L_122; uint32_t L_124 = (L_120)->GetAt(static_cast(L_123)); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_114<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_115>>((int32_t)27))))), (int32_t)L_119)), (int32_t)L_124)), (int32_t)((int32_t)1859775393))))); // A = A << 30 | (A >> 2); uint32_t L_125 = V_0; uint32_t L_126 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_125<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_126>>2)))); // C += (D << 5 | (D >> 27)) + H(E, A, B) + X[idx++] + Y2; uint32_t L_127 = V_2; uint32_t L_128 = V_3; uint32_t L_129 = V_3; uint32_t L_130 = V_4; uint32_t L_131 = V_0; uint32_t L_132 = V_1; uint32_t L_133; L_133 = Sha1Digest_H_m1142D00063EB0FC85BD66B2270F47A528635A2B9(L_130, L_131, L_132, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_134 = __this->get_X_10(); int32_t L_135 = V_5; int32_t L_136 = L_135; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_136, (int32_t)1)); NullCheck(L_134); int32_t L_137 = L_136; uint32_t L_138 = (L_134)->GetAt(static_cast(L_137)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_128<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_129>>((int32_t)27))))), (int32_t)L_133)), (int32_t)L_138)), (int32_t)((int32_t)1859775393))))); // E = E << 30 | (E >> 2); uint32_t L_139 = V_4; uint32_t L_140 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_139<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_140>>2)))); // B += (C << 5 | (C >> 27)) + H(D, E, A) + X[idx++] + Y2; uint32_t L_141 = V_1; uint32_t L_142 = V_2; uint32_t L_143 = V_2; uint32_t L_144 = V_3; uint32_t L_145 = V_4; uint32_t L_146 = V_0; uint32_t L_147; L_147 = Sha1Digest_H_m1142D00063EB0FC85BD66B2270F47A528635A2B9(L_144, L_145, L_146, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_148 = __this->get_X_10(); int32_t L_149 = V_5; int32_t L_150 = L_149; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_150, (int32_t)1)); NullCheck(L_148); int32_t L_151 = L_150; uint32_t L_152 = (L_148)->GetAt(static_cast(L_151)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_141, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_142<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_143>>((int32_t)27))))), (int32_t)L_147)), (int32_t)L_152)), (int32_t)((int32_t)1859775393))))); // D = D << 30 | (D >> 2); uint32_t L_153 = V_3; uint32_t L_154 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_153<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_154>>2)))); // A += (B << 5 | (B >> 27)) + H(C, D, E) + X[idx++] + Y2; uint32_t L_155 = V_0; uint32_t L_156 = V_1; uint32_t L_157 = V_1; uint32_t L_158 = V_2; uint32_t L_159 = V_3; uint32_t L_160 = V_4; uint32_t L_161; L_161 = Sha1Digest_H_m1142D00063EB0FC85BD66B2270F47A528635A2B9(L_158, L_159, L_160, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_162 = __this->get_X_10(); int32_t L_163 = V_5; int32_t L_164 = L_163; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_164, (int32_t)1)); NullCheck(L_162); int32_t L_165 = L_164; uint32_t L_166 = (L_162)->GetAt(static_cast(L_165)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_156<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_157>>((int32_t)27))))), (int32_t)L_161)), (int32_t)L_166)), (int32_t)((int32_t)1859775393))))); // C = C << 30 | (C >> 2); uint32_t L_167 = V_2; uint32_t L_168 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_167<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_168>>2)))); // for (int j = 0; j < 4; j++) int32_t L_169 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_169, (int32_t)1)); } IL_02ab: { // for (int j = 0; j < 4; j++) int32_t L_170 = V_9; if ((((int32_t)L_170) < ((int32_t)4))) { goto IL_01a1; } } { // for (int j = 0; j < 4; j++) V_10 = 0; goto IL_03c5; } IL_02bb: { // E += (A << 5 | (A >> 27)) + G(B, C, D) + X[idx++] + Y3; uint32_t L_171 = V_4; uint32_t L_172 = V_0; uint32_t L_173 = V_0; uint32_t L_174 = V_1; uint32_t L_175 = V_2; uint32_t L_176 = V_3; uint32_t L_177; L_177 = Sha1Digest_G_m27A7F49A5976CA6F50FC0B5B660D16C3D7764539(L_174, L_175, L_176, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_178 = __this->get_X_10(); int32_t L_179 = V_5; int32_t L_180 = L_179; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)1)); NullCheck(L_178); int32_t L_181 = L_180; uint32_t L_182 = (L_178)->GetAt(static_cast(L_181)); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_171, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_172<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_173>>((int32_t)27))))), (int32_t)L_177)), (int32_t)L_182)), (int32_t)((int32_t)-1894007588))))); // B = B << 30 | (B >> 2); uint32_t L_183 = V_1; uint32_t L_184 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_183<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_184>>2)))); // D += (E << 5 | (E >> 27)) + G(A, B, C) + X[idx++] + Y3; uint32_t L_185 = V_3; uint32_t L_186 = V_4; uint32_t L_187 = V_4; uint32_t L_188 = V_0; uint32_t L_189 = V_1; uint32_t L_190 = V_2; uint32_t L_191; L_191 = Sha1Digest_G_m27A7F49A5976CA6F50FC0B5B660D16C3D7764539(L_188, L_189, L_190, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_192 = __this->get_X_10(); int32_t L_193 = V_5; int32_t L_194 = L_193; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_194, (int32_t)1)); NullCheck(L_192); int32_t L_195 = L_194; uint32_t L_196 = (L_192)->GetAt(static_cast(L_195)); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_185, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_186<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_187>>((int32_t)27))))), (int32_t)L_191)), (int32_t)L_196)), (int32_t)((int32_t)-1894007588))))); // A = A << 30 | (A >> 2); uint32_t L_197 = V_0; uint32_t L_198 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_197<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_198>>2)))); // C += (D << 5 | (D >> 27)) + G(E, A, B) + X[idx++] + Y3; uint32_t L_199 = V_2; uint32_t L_200 = V_3; uint32_t L_201 = V_3; uint32_t L_202 = V_4; uint32_t L_203 = V_0; uint32_t L_204 = V_1; uint32_t L_205; L_205 = Sha1Digest_G_m27A7F49A5976CA6F50FC0B5B660D16C3D7764539(L_202, L_203, L_204, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_206 = __this->get_X_10(); int32_t L_207 = V_5; int32_t L_208 = L_207; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_208, (int32_t)1)); NullCheck(L_206); int32_t L_209 = L_208; uint32_t L_210 = (L_206)->GetAt(static_cast(L_209)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_199, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_200<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_201>>((int32_t)27))))), (int32_t)L_205)), (int32_t)L_210)), (int32_t)((int32_t)-1894007588))))); // E = E << 30 | (E >> 2); uint32_t L_211 = V_4; uint32_t L_212 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_211<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_212>>2)))); // B += (C << 5 | (C >> 27)) + G(D, E, A) + X[idx++] + Y3; uint32_t L_213 = V_1; uint32_t L_214 = V_2; uint32_t L_215 = V_2; uint32_t L_216 = V_3; uint32_t L_217 = V_4; uint32_t L_218 = V_0; uint32_t L_219; L_219 = Sha1Digest_G_m27A7F49A5976CA6F50FC0B5B660D16C3D7764539(L_216, L_217, L_218, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_220 = __this->get_X_10(); int32_t L_221 = V_5; int32_t L_222 = L_221; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_222, (int32_t)1)); NullCheck(L_220); int32_t L_223 = L_222; uint32_t L_224 = (L_220)->GetAt(static_cast(L_223)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_213, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_214<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_215>>((int32_t)27))))), (int32_t)L_219)), (int32_t)L_224)), (int32_t)((int32_t)-1894007588))))); // D = D << 30 | (D >> 2); uint32_t L_225 = V_3; uint32_t L_226 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_225<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_226>>2)))); // A += (B << 5 | (B >> 27)) + G(C, D, E) + X[idx++] + Y3; uint32_t L_227 = V_0; uint32_t L_228 = V_1; uint32_t L_229 = V_1; uint32_t L_230 = V_2; uint32_t L_231 = V_3; uint32_t L_232 = V_4; uint32_t L_233; L_233 = Sha1Digest_G_m27A7F49A5976CA6F50FC0B5B660D16C3D7764539(L_230, L_231, L_232, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_234 = __this->get_X_10(); int32_t L_235 = V_5; int32_t L_236 = L_235; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_236, (int32_t)1)); NullCheck(L_234); int32_t L_237 = L_236; uint32_t L_238 = (L_234)->GetAt(static_cast(L_237)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_227, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_228<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_229>>((int32_t)27))))), (int32_t)L_233)), (int32_t)L_238)), (int32_t)((int32_t)-1894007588))))); // C = C << 30 | (C >> 2); uint32_t L_239 = V_2; uint32_t L_240 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_239<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_240>>2)))); // for (int j = 0; j < 4; j++) int32_t L_241 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_241, (int32_t)1)); } IL_03c5: { // for (int j = 0; j < 4; j++) int32_t L_242 = V_10; if ((((int32_t)L_242) < ((int32_t)4))) { goto IL_02bb; } } { // for (int j = 0; j < 4; j++) V_11 = 0; goto IL_04df; } IL_03d5: { // E += (A << 5 | (A >> 27)) + H(B, C, D) + X[idx++] + Y4; uint32_t L_243 = V_4; uint32_t L_244 = V_0; uint32_t L_245 = V_0; uint32_t L_246 = V_1; uint32_t L_247 = V_2; uint32_t L_248 = V_3; uint32_t L_249; L_249 = Sha1Digest_H_m1142D00063EB0FC85BD66B2270F47A528635A2B9(L_246, L_247, L_248, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_250 = __this->get_X_10(); int32_t L_251 = V_5; int32_t L_252 = L_251; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_252, (int32_t)1)); NullCheck(L_250); int32_t L_253 = L_252; uint32_t L_254 = (L_250)->GetAt(static_cast(L_253)); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_243, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_244<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_245>>((int32_t)27))))), (int32_t)L_249)), (int32_t)L_254)), (int32_t)((int32_t)-899497514))))); // B = B << 30 | (B >> 2); uint32_t L_255 = V_1; uint32_t L_256 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_255<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_256>>2)))); // D += (E << 5 | (E >> 27)) + H(A, B, C) + X[idx++] + Y4; uint32_t L_257 = V_3; uint32_t L_258 = V_4; uint32_t L_259 = V_4; uint32_t L_260 = V_0; uint32_t L_261 = V_1; uint32_t L_262 = V_2; uint32_t L_263; L_263 = Sha1Digest_H_m1142D00063EB0FC85BD66B2270F47A528635A2B9(L_260, L_261, L_262, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_264 = __this->get_X_10(); int32_t L_265 = V_5; int32_t L_266 = L_265; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_266, (int32_t)1)); NullCheck(L_264); int32_t L_267 = L_266; uint32_t L_268 = (L_264)->GetAt(static_cast(L_267)); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_257, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_258<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_259>>((int32_t)27))))), (int32_t)L_263)), (int32_t)L_268)), (int32_t)((int32_t)-899497514))))); // A = A << 30 | (A >> 2); uint32_t L_269 = V_0; uint32_t L_270 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_269<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_270>>2)))); // C += (D << 5 | (D >> 27)) + H(E, A, B) + X[idx++] + Y4; uint32_t L_271 = V_2; uint32_t L_272 = V_3; uint32_t L_273 = V_3; uint32_t L_274 = V_4; uint32_t L_275 = V_0; uint32_t L_276 = V_1; uint32_t L_277; L_277 = Sha1Digest_H_m1142D00063EB0FC85BD66B2270F47A528635A2B9(L_274, L_275, L_276, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_278 = __this->get_X_10(); int32_t L_279 = V_5; int32_t L_280 = L_279; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_280, (int32_t)1)); NullCheck(L_278); int32_t L_281 = L_280; uint32_t L_282 = (L_278)->GetAt(static_cast(L_281)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_271, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_272<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_273>>((int32_t)27))))), (int32_t)L_277)), (int32_t)L_282)), (int32_t)((int32_t)-899497514))))); // E = E << 30 | (E >> 2); uint32_t L_283 = V_4; uint32_t L_284 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_283<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_284>>2)))); // B += (C << 5 | (C >> 27)) + H(D, E, A) + X[idx++] + Y4; uint32_t L_285 = V_1; uint32_t L_286 = V_2; uint32_t L_287 = V_2; uint32_t L_288 = V_3; uint32_t L_289 = V_4; uint32_t L_290 = V_0; uint32_t L_291; L_291 = Sha1Digest_H_m1142D00063EB0FC85BD66B2270F47A528635A2B9(L_288, L_289, L_290, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_292 = __this->get_X_10(); int32_t L_293 = V_5; int32_t L_294 = L_293; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_294, (int32_t)1)); NullCheck(L_292); int32_t L_295 = L_294; uint32_t L_296 = (L_292)->GetAt(static_cast(L_295)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_285, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_286<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_287>>((int32_t)27))))), (int32_t)L_291)), (int32_t)L_296)), (int32_t)((int32_t)-899497514))))); // D = D << 30 | (D >> 2); uint32_t L_297 = V_3; uint32_t L_298 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_297<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_298>>2)))); // A += (B << 5 | (B >> 27)) + H(C, D, E) + X[idx++] + Y4; uint32_t L_299 = V_0; uint32_t L_300 = V_1; uint32_t L_301 = V_1; uint32_t L_302 = V_2; uint32_t L_303 = V_3; uint32_t L_304 = V_4; uint32_t L_305; L_305 = Sha1Digest_H_m1142D00063EB0FC85BD66B2270F47A528635A2B9(L_302, L_303, L_304, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_306 = __this->get_X_10(); int32_t L_307 = V_5; int32_t L_308 = L_307; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_308, (int32_t)1)); NullCheck(L_306); int32_t L_309 = L_308; uint32_t L_310 = (L_306)->GetAt(static_cast(L_309)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_299, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_300<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_301>>((int32_t)27))))), (int32_t)L_305)), (int32_t)L_310)), (int32_t)((int32_t)-899497514))))); // C = C << 30 | (C >> 2); uint32_t L_311 = V_2; uint32_t L_312 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_311<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_312>>2)))); // for (int j = 0; j < 4; j++) int32_t L_313 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_313, (int32_t)1)); } IL_04df: { // for (int j = 0; j < 4; j++) int32_t L_314 = V_11; if ((((int32_t)L_314) < ((int32_t)4))) { goto IL_03d5; } } { // H1 += A; uint32_t L_315 = __this->get_H1_5(); uint32_t L_316 = V_0; __this->set_H1_5(((int32_t)il2cpp_codegen_add((int32_t)L_315, (int32_t)L_316))); // H2 += B; uint32_t L_317 = __this->get_H2_6(); uint32_t L_318 = V_1; __this->set_H2_6(((int32_t)il2cpp_codegen_add((int32_t)L_317, (int32_t)L_318))); // H3 += C; uint32_t L_319 = __this->get_H3_7(); uint32_t L_320 = V_2; __this->set_H3_7(((int32_t)il2cpp_codegen_add((int32_t)L_319, (int32_t)L_320))); // H4 += D; uint32_t L_321 = __this->get_H4_8(); uint32_t L_322 = V_3; __this->set_H4_8(((int32_t)il2cpp_codegen_add((int32_t)L_321, (int32_t)L_322))); // H5 += E; uint32_t L_323 = __this->get_H5_9(); uint32_t L_324 = V_4; __this->set_H5_9(((int32_t)il2cpp_codegen_add((int32_t)L_323, (int32_t)L_324))); // xOff = 0; __this->set_xOff_11(0); // Array.Clear(X, 0, 16); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_325 = __this->get_X_10(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_325, 0, ((int32_t)16), /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::Copy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Sha1Digest_Copy_m579E03312BD1B1D40E4AD8E3D4C2FE6A8C91E867 (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new Sha1Digest(this); Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_0 = (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 *)il2cpp_codegen_object_new(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var); Sha1Digest__ctor_m0169A9D19DC849F08A104BB95133E5A4E659E6EE(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::Reset(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha1Digest_Reset_mAB11A6961C62FDC033A3F3AD437E827987BFBA58 (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * __this, RuntimeObject* ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * V_0 = NULL; { // Sha1Digest d = (Sha1Digest)other; RuntimeObject* L_0 = ___other0; V_0 = ((Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 *)CastclassClass((RuntimeObject*)L_0, Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var)); // CopyIn(d); Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_1 = V_0; Sha1Digest_CopyIn_m7852E89B0D55BE965C56050CD8652B2203D9B5BF(__this, L_1, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha224Digest__ctor_m8E409D5A2EC48E4E58FBC5EDD02F046F92284A13 (Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private uint[] X = new uint[64]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); __this->set_X_13(L_0); // public Sha224Digest() GeneralDigest__ctor_m6EECB69BC9E7F14DBD7C2BB564CA5A250C447616(__this, /*hidden argument*/NULL); // Reset(); VirtualActionInvoker0::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::Reset() */, __this); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha224Digest__ctor_mDC1F00A35A0F9BE517C002D3FBB1AAA77747F448 (Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * __this, Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private uint[] X = new uint[64]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); __this->set_X_13(L_0); // : base(t) Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * L_1 = ___t0; GeneralDigest__ctor_m181D41AB9AD38413F958BCB544F5FDC89F103C85(__this, L_1, /*hidden argument*/NULL); // CopyIn(t); Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * L_2 = ___t0; Sha224Digest_CopyIn_m67D87918BED0C29779A596EE79D9E5EAF30C8937(__this, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::CopyIn(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha224Digest_CopyIn_m67D87918BED0C29779A596EE79D9E5EAF30C8937 (Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * __this, Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * ___t0, const RuntimeMethod* method) { { // base.CopyIn(t); Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * L_0 = ___t0; GeneralDigest_CopyIn_m6D242C109A2510C92AF1ADEF82AA99EB44BDA171(__this, L_0, /*hidden argument*/NULL); // H1 = t.H1; Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * L_1 = ___t0; NullCheck(L_1); uint32_t L_2 = L_1->get_H1_5(); __this->set_H1_5(L_2); // H2 = t.H2; Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * L_3 = ___t0; NullCheck(L_3); uint32_t L_4 = L_3->get_H2_6(); __this->set_H2_6(L_4); // H3 = t.H3; Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * L_5 = ___t0; NullCheck(L_5); uint32_t L_6 = L_5->get_H3_7(); __this->set_H3_7(L_6); // H4 = t.H4; Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * L_7 = ___t0; NullCheck(L_7); uint32_t L_8 = L_7->get_H4_8(); __this->set_H4_8(L_8); // H5 = t.H5; Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * L_9 = ___t0; NullCheck(L_9); uint32_t L_10 = L_9->get_H5_9(); __this->set_H5_9(L_10); // H6 = t.H6; Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * L_11 = ___t0; NullCheck(L_11); uint32_t L_12 = L_11->get_H6_10(); __this->set_H6_10(L_12); // H7 = t.H7; Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * L_13 = ___t0; NullCheck(L_13); uint32_t L_14 = L_13->get_H7_11(); __this->set_H7_11(L_14); // H8 = t.H8; Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * L_15 = ___t0; NullCheck(L_15); uint32_t L_16 = L_15->get_H8_12(); __this->set_H8_12(L_16); // Array.Copy(t.X, 0, X, 0, t.X.Length); Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * L_17 = ___t0; NullCheck(L_17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = L_17->get_X_13(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = __this->get_X_13(); Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * L_20 = ___t0; NullCheck(L_20); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = L_20->get_X_13(); NullCheck(L_21); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_18, 0, (RuntimeArray *)(RuntimeArray *)L_19, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))), /*hidden argument*/NULL); // xOff = t.xOff; Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * L_22 = ___t0; NullCheck(L_22); int32_t L_23 = L_22->get_xOff_14(); __this->set_xOff_14(L_23); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Sha224Digest_get_AlgorithmName_mB3895333B4487354EEB4DD5413D9749EDC00C395 (Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8167CCC78C1117CDBB4F4177DE66863BA21E27A); s_Il2CppMethodInitialized = true; } { // get { return "SHA-224"; } return _stringLiteralF8167CCC78C1117CDBB4F4177DE66863BA21E27A; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::GetDigestSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sha224Digest_GetDigestSize_m8A6F98DAFE537E7FD78A9D205339C812EA43D5E2 (Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * __this, const RuntimeMethod* method) { { // return DigestLength; return ((int32_t)28); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::ProcessWord(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha224Digest_ProcessWord_mD7C12C05F3731C224B995F9E4844622F9FFC6CCD (Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, const RuntimeMethod* method) { int32_t V_0 = 0; { // X[xOff] = Pack.BE_To_UInt32(input, inOff); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_X_13(); int32_t L_1 = __this->get_xOff_14(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; int32_t L_3 = ___inOff1; uint32_t L_4; L_4 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint32_t)L_4); // if (++xOff == 16) int32_t L_5 = __this->get_xOff_14(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); int32_t L_6 = V_0; __this->set_xOff_14(L_6); int32_t L_7 = V_0; if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)16))))) { goto IL_002f; } } { // ProcessBlock(); VirtualActionInvoker0::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::ProcessBlock() */, __this); } IL_002f: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::ProcessLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha224Digest_ProcessLength_m898093376664AEFA647C59FA118689B007E82899 (Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * __this, int64_t ___bitLength0, const RuntimeMethod* method) { { // if (xOff > 14) int32_t L_0 = __this->get_xOff_14(); if ((((int32_t)L_0) <= ((int32_t)((int32_t)14)))) { goto IL_0010; } } { // ProcessBlock(); VirtualActionInvoker0::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::ProcessBlock() */, __this); } IL_0010: { // X[14] = (uint)((ulong)bitLength >> 32); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_X_13(); int64_t L_2 = ___bitLength0; NullCheck(L_1); (L_1)->SetAt(static_cast(((int32_t)14)), (uint32_t)((int32_t)((uint32_t)((int64_t)((uint64_t)L_2>>((int32_t)32)))))); // X[15] = (uint)((ulong)bitLength); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = __this->get_X_13(); int64_t L_4 = ___bitLength0; NullCheck(L_3); (L_3)->SetAt(static_cast(((int32_t)15)), (uint32_t)((int32_t)((uint32_t)L_4))); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sha224Digest_DoFinal_mB7F4C4566F41A1437D6C5BA9C240914FF6CC8314 (Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { { // Finish(); GeneralDigest_Finish_mD265C27934DD928D55B3F4605C61C9A3F9F1CA41(__this, /*hidden argument*/NULL); // Pack.UInt32_To_BE(H1, output, outOff); uint32_t L_0 = __this->get_H1_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___output0; int32_t L_2 = ___outOff1; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_0, L_1, L_2, /*hidden argument*/NULL); // Pack.UInt32_To_BE(H2, output, outOff + 4); uint32_t L_3 = __this->get_H2_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output0; int32_t L_5 = ___outOff1; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_3, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)4)), /*hidden argument*/NULL); // Pack.UInt32_To_BE(H3, output, outOff + 8); uint32_t L_6 = __this->get_H3_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___output0; int32_t L_8 = ___outOff1; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_6, L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)8)), /*hidden argument*/NULL); // Pack.UInt32_To_BE(H4, output, outOff + 12); uint32_t L_9 = __this->get_H4_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___output0; int32_t L_11 = ___outOff1; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_9, L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)12))), /*hidden argument*/NULL); // Pack.UInt32_To_BE(H5, output, outOff + 16); uint32_t L_12 = __this->get_H5_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___output0; int32_t L_14 = ___outOff1; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)16))), /*hidden argument*/NULL); // Pack.UInt32_To_BE(H6, output, outOff + 20); uint32_t L_15 = __this->get_H6_10(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___output0; int32_t L_17 = ___outOff1; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_15, L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)20))), /*hidden argument*/NULL); // Pack.UInt32_To_BE(H7, output, outOff + 24); uint32_t L_18 = __this->get_H7_11(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___output0; int32_t L_20 = ___outOff1; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_18, L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)((int32_t)24))), /*hidden argument*/NULL); // Reset(); VirtualActionInvoker0::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::Reset() */, __this); // return DigestLength; return ((int32_t)28); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha224Digest_Reset_mE8D8AA1FD12A0A998ADC151B88A54A0A8158ABA4 (Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * __this, const RuntimeMethod* method) { { // base.Reset(); GeneralDigest_Reset_m9C32D34E7DEA612AE47451FC2CD0E557CC448094(__this, /*hidden argument*/NULL); // H1 = 0xc1059ed8; __this->set_H1_5(((int32_t)-1056596264)); // H2 = 0x367cd507; __this->set_H2_6(((int32_t)914150663)); // H3 = 0x3070dd17; __this->set_H3_7(((int32_t)812702999)); // H4 = 0xf70e5939; __this->set_H4_8(((int32_t)-150054599)); // H5 = 0xffc00b31; __this->set_H5_9(((int32_t)-4191439)); // H6 = 0x68581511; __this->set_H6_10(((int32_t)1750603025)); // H7 = 0x64f98fa7; __this->set_H7_11(((int32_t)1694076839)); // H8 = 0xbefa4fa4; __this->set_H8_12(((int32_t)-1090891868)); // xOff = 0; __this->set_xOff_14(0); // Array.Clear(X, 0, X.Length); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_X_13(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_X_13(); NullCheck(L_1); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::ProcessBlock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha224Digest_ProcessBlock_mB4E2AD183B3D827E837C76DA8EABC2C71B0709DF (Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; uint32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; { // for (int ti = 16; ti <= 63; ti++) V_9 = ((int32_t)16); goto IL_0050; } IL_0006: { // X[ti] = Theta1(X[ti - 2]) + X[ti - 7] + Theta0(X[ti - 15]) + X[ti - 16]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_X_13(); int32_t L_1 = V_9; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = __this->get_X_13(); int32_t L_3 = V_9; NullCheck(L_2); int32_t L_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)2)); uint32_t L_5 = (L_2)->GetAt(static_cast(L_4)); IL2CPP_RUNTIME_CLASS_INIT(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_il2cpp_TypeInfo_var); uint32_t L_6; L_6 = Sha224Digest_Theta1_mFA63998686B917A1938CC24E1D6D6A7321A9A680(L_5, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = __this->get_X_13(); int32_t L_8 = V_9; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)7)); uint32_t L_10 = (L_7)->GetAt(static_cast(L_9)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = __this->get_X_13(); int32_t L_12 = V_9; NullCheck(L_11); int32_t L_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)((int32_t)15))); uint32_t L_14 = (L_11)->GetAt(static_cast(L_13)); uint32_t L_15; L_15 = Sha224Digest_Theta0_m1D3CCC2538D621FD7A22A5C0EB0A150CFBB5BEB4(L_14, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = __this->get_X_13(); int32_t L_17 = V_9; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)16))); uint32_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_10)), (int32_t)L_15)), (int32_t)L_19))); // for (int ti = 16; ti <= 63; ti++) int32_t L_20 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0050: { // for (int ti = 16; ti <= 63; ti++) int32_t L_21 = V_9; if ((((int32_t)L_21) <= ((int32_t)((int32_t)63)))) { goto IL_0006; } } { // uint a = H1; uint32_t L_22 = __this->get_H1_5(); V_0 = L_22; // uint b = H2; uint32_t L_23 = __this->get_H2_6(); V_1 = L_23; // uint c = H3; uint32_t L_24 = __this->get_H3_7(); V_2 = L_24; // uint d = H4; uint32_t L_25 = __this->get_H4_8(); V_3 = L_25; // uint e = H5; uint32_t L_26 = __this->get_H5_9(); V_4 = L_26; // uint f = H6; uint32_t L_27 = __this->get_H6_10(); V_5 = L_27; // uint g = H7; uint32_t L_28 = __this->get_H7_11(); V_6 = L_28; // uint h = H8; uint32_t L_29 = __this->get_H8_12(); V_7 = L_29; // int t = 0; V_8 = 0; // for(int i = 0; i < 8; i ++) V_10 = 0; goto IL_02e7; } IL_009d: { // h += Sum1(e) + Ch(e, f, g) + K[t] + X[t]; uint32_t L_30 = V_7; uint32_t L_31 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_il2cpp_TypeInfo_var); uint32_t L_32; L_32 = Sha224Digest_Sum1_m73EB7202D66AB3F02B8E49747BB45653F8BE53EF(L_31, /*hidden argument*/NULL); uint32_t L_33 = V_4; uint32_t L_34 = V_5; uint32_t L_35 = V_6; uint32_t L_36; L_36 = Sha224Digest_Ch_m13ACD950AB1E05100C7E20C49FD548D014036A5B(L_33, L_34, L_35, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_37 = ((Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_StaticFields*)il2cpp_codegen_static_fields_for(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_il2cpp_TypeInfo_var))->get_K_15(); int32_t L_38 = V_8; NullCheck(L_37); int32_t L_39 = L_38; uint32_t L_40 = (L_37)->GetAt(static_cast(L_39)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_41 = __this->get_X_13(); int32_t L_42 = V_8; NullCheck(L_41); int32_t L_43 = L_42; uint32_t L_44 = (L_41)->GetAt(static_cast(L_43)); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_36)), (int32_t)L_40)), (int32_t)L_44)))); // d += h; uint32_t L_45 = V_3; uint32_t L_46 = V_7; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_46)); // h += Sum0(a) + Maj(a, b, c); uint32_t L_47 = V_7; uint32_t L_48 = V_0; uint32_t L_49; L_49 = Sha224Digest_Sum0_m48C08E51B8123A292F860E6D28A79853BA07758B(L_48, /*hidden argument*/NULL); uint32_t L_50 = V_0; uint32_t L_51 = V_1; uint32_t L_52 = V_2; uint32_t L_53; L_53 = Sha224Digest_Maj_m64562C3DDB54073C526859939D1F8403C9FC663B(L_50, L_51, L_52, /*hidden argument*/NULL); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)L_53)))); // ++t; int32_t L_54 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); // g += Sum1(d) + Ch(d, e, f) + K[t] + X[t]; uint32_t L_55 = V_6; uint32_t L_56 = V_3; uint32_t L_57; L_57 = Sha224Digest_Sum1_m73EB7202D66AB3F02B8E49747BB45653F8BE53EF(L_56, /*hidden argument*/NULL); uint32_t L_58 = V_3; uint32_t L_59 = V_4; uint32_t L_60 = V_5; uint32_t L_61; L_61 = Sha224Digest_Ch_m13ACD950AB1E05100C7E20C49FD548D014036A5B(L_58, L_59, L_60, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = ((Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_StaticFields*)il2cpp_codegen_static_fields_for(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_il2cpp_TypeInfo_var))->get_K_15(); int32_t L_63 = V_8; NullCheck(L_62); int32_t L_64 = L_63; uint32_t L_65 = (L_62)->GetAt(static_cast(L_64)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = __this->get_X_13(); int32_t L_67 = V_8; NullCheck(L_66); int32_t L_68 = L_67; uint32_t L_69 = (L_66)->GetAt(static_cast(L_68)); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_61)), (int32_t)L_65)), (int32_t)L_69)))); // c += g; uint32_t L_70 = V_2; uint32_t L_71 = V_6; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)L_71)); // g += Sum0(h) + Maj(h, a, b); uint32_t L_72 = V_6; uint32_t L_73 = V_7; uint32_t L_74; L_74 = Sha224Digest_Sum0_m48C08E51B8123A292F860E6D28A79853BA07758B(L_73, /*hidden argument*/NULL); uint32_t L_75 = V_7; uint32_t L_76 = V_0; uint32_t L_77 = V_1; uint32_t L_78; L_78 = Sha224Digest_Maj_m64562C3DDB54073C526859939D1F8403C9FC663B(L_75, L_76, L_77, /*hidden argument*/NULL); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)L_78)))); // ++t; int32_t L_79 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)); // f += Sum1(c) + Ch(c, d, e) + K[t] + X[t]; uint32_t L_80 = V_5; uint32_t L_81 = V_2; uint32_t L_82; L_82 = Sha224Digest_Sum1_m73EB7202D66AB3F02B8E49747BB45653F8BE53EF(L_81, /*hidden argument*/NULL); uint32_t L_83 = V_2; uint32_t L_84 = V_3; uint32_t L_85 = V_4; uint32_t L_86; L_86 = Sha224Digest_Ch_m13ACD950AB1E05100C7E20C49FD548D014036A5B(L_83, L_84, L_85, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_87 = ((Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_StaticFields*)il2cpp_codegen_static_fields_for(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_il2cpp_TypeInfo_var))->get_K_15(); int32_t L_88 = V_8; NullCheck(L_87); int32_t L_89 = L_88; uint32_t L_90 = (L_87)->GetAt(static_cast(L_89)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_91 = __this->get_X_13(); int32_t L_92 = V_8; NullCheck(L_91); int32_t L_93 = L_92; uint32_t L_94 = (L_91)->GetAt(static_cast(L_93)); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)L_86)), (int32_t)L_90)), (int32_t)L_94)))); // b += f; uint32_t L_95 = V_1; uint32_t L_96 = V_5; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)L_96)); // f += Sum0(g) + Maj(g, h, a); uint32_t L_97 = V_5; uint32_t L_98 = V_6; uint32_t L_99; L_99 = Sha224Digest_Sum0_m48C08E51B8123A292F860E6D28A79853BA07758B(L_98, /*hidden argument*/NULL); uint32_t L_100 = V_6; uint32_t L_101 = V_7; uint32_t L_102 = V_0; uint32_t L_103; L_103 = Sha224Digest_Maj_m64562C3DDB54073C526859939D1F8403C9FC663B(L_100, L_101, L_102, /*hidden argument*/NULL); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)L_103)))); // ++t; int32_t L_104 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1)); // e += Sum1(b) + Ch(b, c, d) + K[t] + X[t]; uint32_t L_105 = V_4; uint32_t L_106 = V_1; uint32_t L_107; L_107 = Sha224Digest_Sum1_m73EB7202D66AB3F02B8E49747BB45653F8BE53EF(L_106, /*hidden argument*/NULL); uint32_t L_108 = V_1; uint32_t L_109 = V_2; uint32_t L_110 = V_3; uint32_t L_111; L_111 = Sha224Digest_Ch_m13ACD950AB1E05100C7E20C49FD548D014036A5B(L_108, L_109, L_110, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_112 = ((Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_StaticFields*)il2cpp_codegen_static_fields_for(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_il2cpp_TypeInfo_var))->get_K_15(); int32_t L_113 = V_8; NullCheck(L_112); int32_t L_114 = L_113; uint32_t L_115 = (L_112)->GetAt(static_cast(L_114)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_116 = __this->get_X_13(); int32_t L_117 = V_8; NullCheck(L_116); int32_t L_118 = L_117; uint32_t L_119 = (L_116)->GetAt(static_cast(L_118)); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)L_111)), (int32_t)L_115)), (int32_t)L_119)))); // a += e; uint32_t L_120 = V_0; uint32_t L_121 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)L_121)); // e += Sum0(f) + Maj(f, g, h); uint32_t L_122 = V_4; uint32_t L_123 = V_5; uint32_t L_124; L_124 = Sha224Digest_Sum0_m48C08E51B8123A292F860E6D28A79853BA07758B(L_123, /*hidden argument*/NULL); uint32_t L_125 = V_5; uint32_t L_126 = V_6; uint32_t L_127 = V_7; uint32_t L_128; L_128 = Sha224Digest_Maj_m64562C3DDB54073C526859939D1F8403C9FC663B(L_125, L_126, L_127, /*hidden argument*/NULL); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_122, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)L_128)))); // ++t; int32_t L_129 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)1)); // d += Sum1(a) + Ch(a, b, c) + K[t] + X[t]; uint32_t L_130 = V_3; uint32_t L_131 = V_0; uint32_t L_132; L_132 = Sha224Digest_Sum1_m73EB7202D66AB3F02B8E49747BB45653F8BE53EF(L_131, /*hidden argument*/NULL); uint32_t L_133 = V_0; uint32_t L_134 = V_1; uint32_t L_135 = V_2; uint32_t L_136; L_136 = Sha224Digest_Ch_m13ACD950AB1E05100C7E20C49FD548D014036A5B(L_133, L_134, L_135, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_137 = ((Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_StaticFields*)il2cpp_codegen_static_fields_for(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_il2cpp_TypeInfo_var))->get_K_15(); int32_t L_138 = V_8; NullCheck(L_137); int32_t L_139 = L_138; uint32_t L_140 = (L_137)->GetAt(static_cast(L_139)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_141 = __this->get_X_13(); int32_t L_142 = V_8; NullCheck(L_141); int32_t L_143 = L_142; uint32_t L_144 = (L_141)->GetAt(static_cast(L_143)); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)L_136)), (int32_t)L_140)), (int32_t)L_144)))); // h += d; uint32_t L_145 = V_7; uint32_t L_146 = V_3; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_145, (int32_t)L_146)); // d += Sum0(e) + Maj(e, f, g); uint32_t L_147 = V_3; uint32_t L_148 = V_4; uint32_t L_149; L_149 = Sha224Digest_Sum0_m48C08E51B8123A292F860E6D28A79853BA07758B(L_148, /*hidden argument*/NULL); uint32_t L_150 = V_4; uint32_t L_151 = V_5; uint32_t L_152 = V_6; uint32_t L_153; L_153 = Sha224Digest_Maj_m64562C3DDB54073C526859939D1F8403C9FC663B(L_150, L_151, L_152, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_147, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)L_153)))); // ++t; int32_t L_154 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_154, (int32_t)1)); // c += Sum1(h) + Ch(h, a, b) + K[t] + X[t]; uint32_t L_155 = V_2; uint32_t L_156 = V_7; uint32_t L_157; L_157 = Sha224Digest_Sum1_m73EB7202D66AB3F02B8E49747BB45653F8BE53EF(L_156, /*hidden argument*/NULL); uint32_t L_158 = V_7; uint32_t L_159 = V_0; uint32_t L_160 = V_1; uint32_t L_161; L_161 = Sha224Digest_Ch_m13ACD950AB1E05100C7E20C49FD548D014036A5B(L_158, L_159, L_160, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_162 = ((Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_StaticFields*)il2cpp_codegen_static_fields_for(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_il2cpp_TypeInfo_var))->get_K_15(); int32_t L_163 = V_8; NullCheck(L_162); int32_t L_164 = L_163; uint32_t L_165 = (L_162)->GetAt(static_cast(L_164)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_166 = __this->get_X_13(); int32_t L_167 = V_8; NullCheck(L_166); int32_t L_168 = L_167; uint32_t L_169 = (L_166)->GetAt(static_cast(L_168)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_157, (int32_t)L_161)), (int32_t)L_165)), (int32_t)L_169)))); // g += c; uint32_t L_170 = V_6; uint32_t L_171 = V_2; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)L_171)); // c += Sum0(d) + Maj(d, e, f); uint32_t L_172 = V_2; uint32_t L_173 = V_3; uint32_t L_174; L_174 = Sha224Digest_Sum0_m48C08E51B8123A292F860E6D28A79853BA07758B(L_173, /*hidden argument*/NULL); uint32_t L_175 = V_3; uint32_t L_176 = V_4; uint32_t L_177 = V_5; uint32_t L_178; L_178 = Sha224Digest_Maj_m64562C3DDB54073C526859939D1F8403C9FC663B(L_175, L_176, L_177, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_172, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)L_178)))); // ++t; int32_t L_179 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_179, (int32_t)1)); // b += Sum1(g) + Ch(g, h, a) + K[t] + X[t]; uint32_t L_180 = V_1; uint32_t L_181 = V_6; uint32_t L_182; L_182 = Sha224Digest_Sum1_m73EB7202D66AB3F02B8E49747BB45653F8BE53EF(L_181, /*hidden argument*/NULL); uint32_t L_183 = V_6; uint32_t L_184 = V_7; uint32_t L_185 = V_0; uint32_t L_186; L_186 = Sha224Digest_Ch_m13ACD950AB1E05100C7E20C49FD548D014036A5B(L_183, L_184, L_185, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_187 = ((Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_StaticFields*)il2cpp_codegen_static_fields_for(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_il2cpp_TypeInfo_var))->get_K_15(); int32_t L_188 = V_8; NullCheck(L_187); int32_t L_189 = L_188; uint32_t L_190 = (L_187)->GetAt(static_cast(L_189)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_191 = __this->get_X_13(); int32_t L_192 = V_8; NullCheck(L_191); int32_t L_193 = L_192; uint32_t L_194 = (L_191)->GetAt(static_cast(L_193)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_182, (int32_t)L_186)), (int32_t)L_190)), (int32_t)L_194)))); // f += b; uint32_t L_195 = V_5; uint32_t L_196 = V_1; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_195, (int32_t)L_196)); // b += Sum0(c) + Maj(c, d, e); uint32_t L_197 = V_1; uint32_t L_198 = V_2; uint32_t L_199; L_199 = Sha224Digest_Sum0_m48C08E51B8123A292F860E6D28A79853BA07758B(L_198, /*hidden argument*/NULL); uint32_t L_200 = V_2; uint32_t L_201 = V_3; uint32_t L_202 = V_4; uint32_t L_203; L_203 = Sha224Digest_Maj_m64562C3DDB54073C526859939D1F8403C9FC663B(L_200, L_201, L_202, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_197, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_199, (int32_t)L_203)))); // ++t; int32_t L_204 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_204, (int32_t)1)); // a += Sum1(f) + Ch(f, g, h) + K[t] + X[t]; uint32_t L_205 = V_0; uint32_t L_206 = V_5; uint32_t L_207; L_207 = Sha224Digest_Sum1_m73EB7202D66AB3F02B8E49747BB45653F8BE53EF(L_206, /*hidden argument*/NULL); uint32_t L_208 = V_5; uint32_t L_209 = V_6; uint32_t L_210 = V_7; uint32_t L_211; L_211 = Sha224Digest_Ch_m13ACD950AB1E05100C7E20C49FD548D014036A5B(L_208, L_209, L_210, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_212 = ((Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_StaticFields*)il2cpp_codegen_static_fields_for(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_il2cpp_TypeInfo_var))->get_K_15(); int32_t L_213 = V_8; NullCheck(L_212); int32_t L_214 = L_213; uint32_t L_215 = (L_212)->GetAt(static_cast(L_214)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_216 = __this->get_X_13(); int32_t L_217 = V_8; NullCheck(L_216); int32_t L_218 = L_217; uint32_t L_219 = (L_216)->GetAt(static_cast(L_218)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_205, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_207, (int32_t)L_211)), (int32_t)L_215)), (int32_t)L_219)))); // e += a; uint32_t L_220 = V_4; uint32_t L_221 = V_0; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_220, (int32_t)L_221)); // a += Sum0(b) + Maj(b, c, d); uint32_t L_222 = V_0; uint32_t L_223 = V_1; uint32_t L_224; L_224 = Sha224Digest_Sum0_m48C08E51B8123A292F860E6D28A79853BA07758B(L_223, /*hidden argument*/NULL); uint32_t L_225 = V_1; uint32_t L_226 = V_2; uint32_t L_227 = V_3; uint32_t L_228; L_228 = Sha224Digest_Maj_m64562C3DDB54073C526859939D1F8403C9FC663B(L_225, L_226, L_227, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_222, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_224, (int32_t)L_228)))); // ++t; int32_t L_229 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_229, (int32_t)1)); // for(int i = 0; i < 8; i ++) int32_t L_230 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_230, (int32_t)1)); } IL_02e7: { // for(int i = 0; i < 8; i ++) int32_t L_231 = V_10; if ((((int32_t)L_231) < ((int32_t)8))) { goto IL_009d; } } { // H1 += a; uint32_t L_232 = __this->get_H1_5(); uint32_t L_233 = V_0; __this->set_H1_5(((int32_t)il2cpp_codegen_add((int32_t)L_232, (int32_t)L_233))); // H2 += b; uint32_t L_234 = __this->get_H2_6(); uint32_t L_235 = V_1; __this->set_H2_6(((int32_t)il2cpp_codegen_add((int32_t)L_234, (int32_t)L_235))); // H3 += c; uint32_t L_236 = __this->get_H3_7(); uint32_t L_237 = V_2; __this->set_H3_7(((int32_t)il2cpp_codegen_add((int32_t)L_236, (int32_t)L_237))); // H4 += d; uint32_t L_238 = __this->get_H4_8(); uint32_t L_239 = V_3; __this->set_H4_8(((int32_t)il2cpp_codegen_add((int32_t)L_238, (int32_t)L_239))); // H5 += e; uint32_t L_240 = __this->get_H5_9(); uint32_t L_241 = V_4; __this->set_H5_9(((int32_t)il2cpp_codegen_add((int32_t)L_240, (int32_t)L_241))); // H6 += f; uint32_t L_242 = __this->get_H6_10(); uint32_t L_243 = V_5; __this->set_H6_10(((int32_t)il2cpp_codegen_add((int32_t)L_242, (int32_t)L_243))); // H7 += g; uint32_t L_244 = __this->get_H7_11(); uint32_t L_245 = V_6; __this->set_H7_11(((int32_t)il2cpp_codegen_add((int32_t)L_244, (int32_t)L_245))); // H8 += h; uint32_t L_246 = __this->get_H8_12(); uint32_t L_247 = V_7; __this->set_H8_12(((int32_t)il2cpp_codegen_add((int32_t)L_246, (int32_t)L_247))); // xOff = 0; __this->set_xOff_14(0); // Array.Clear(X, 0, 16); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_248 = __this->get_X_13(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_248, 0, ((int32_t)16), /*hidden argument*/NULL); // } return; } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::Ch(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha224Digest_Ch_m13ACD950AB1E05100C7E20C49FD548D014036A5B (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) { { // return (x & y) ^ (~x & z); uint32_t L_0 = ___x0; uint32_t L_1 = ___y1; uint32_t L_2 = ___x0; uint32_t L_3 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))^(int32_t)((int32_t)((int32_t)((~L_2))&(int32_t)L_3)))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::Maj(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha224Digest_Maj_m64562C3DDB54073C526859939D1F8403C9FC663B (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) { { // return (x & y) ^ (x & z) ^ (y & z); uint32_t L_0 = ___x0; uint32_t L_1 = ___y1; uint32_t L_2 = ___x0; uint32_t L_3 = ___z2; uint32_t L_4 = ___y1; uint32_t L_5 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))^(int32_t)((int32_t)((int32_t)L_2&(int32_t)L_3))))^(int32_t)((int32_t)((int32_t)L_4&(int32_t)L_5)))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::Sum0(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha224Digest_Sum0_m48C08E51B8123A292F860E6D28A79853BA07758B (uint32_t ___x0, const RuntimeMethod* method) { { // return ((x >> 2) | (x << 30)) ^ ((x >> 13) | (x << 19)) ^ ((x >> 22) | (x << 10)); uint32_t L_0 = ___x0; uint32_t L_1 = ___x0; uint32_t L_2 = ___x0; uint32_t L_3 = ___x0; uint32_t L_4 = ___x0; uint32_t L_5 = ___x0; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_0>>2))|(int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)30)))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_2>>((int32_t)13)))|(int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)19)))))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_4>>((int32_t)22)))|(int32_t)((int32_t)((int32_t)L_5<<(int32_t)((int32_t)10))))))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::Sum1(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha224Digest_Sum1_m73EB7202D66AB3F02B8E49747BB45653F8BE53EF (uint32_t ___x0, const RuntimeMethod* method) { { // return ((x >> 6) | (x << 26)) ^ ((x >> 11) | (x << 21)) ^ ((x >> 25) | (x << 7)); uint32_t L_0 = ___x0; uint32_t L_1 = ___x0; uint32_t L_2 = ___x0; uint32_t L_3 = ___x0; uint32_t L_4 = ___x0; uint32_t L_5 = ___x0; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_0>>6))|(int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)26)))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_2>>((int32_t)11)))|(int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)21)))))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_4>>((int32_t)25)))|(int32_t)((int32_t)((int32_t)L_5<<(int32_t)7)))))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::Theta0(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha224Digest_Theta0_m1D3CCC2538D621FD7A22A5C0EB0A150CFBB5BEB4 (uint32_t ___x0, const RuntimeMethod* method) { { // return ((x >> 7) | (x << 25)) ^ ((x >> 18) | (x << 14)) ^ (x >> 3); uint32_t L_0 = ___x0; uint32_t L_1 = ___x0; uint32_t L_2 = ___x0; uint32_t L_3 = ___x0; uint32_t L_4 = ___x0; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_0>>7))|(int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)25)))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_2>>((int32_t)18)))|(int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)14)))))))^(int32_t)((int32_t)((uint32_t)L_4>>3)))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::Theta1(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha224Digest_Theta1_mFA63998686B917A1938CC24E1D6D6A7321A9A680 (uint32_t ___x0, const RuntimeMethod* method) { { // return ((x >> 17) | (x << 15)) ^ ((x >> 19) | (x << 13)) ^ (x >> 10); uint32_t L_0 = ___x0; uint32_t L_1 = ___x0; uint32_t L_2 = ___x0; uint32_t L_3 = ___x0; uint32_t L_4 = ___x0; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_0>>((int32_t)17)))|(int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)15)))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_2>>((int32_t)19)))|(int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)13)))))))^(int32_t)((int32_t)((uint32_t)L_4>>((int32_t)10))))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::Copy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Sha224Digest_Copy_mC5DFDE37839EC7A814909061C059EC30F8C669AB (Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new Sha224Digest(this); Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * L_0 = (Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 *)il2cpp_codegen_object_new(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_il2cpp_TypeInfo_var); Sha224Digest__ctor_mDC1F00A35A0F9BE517C002D3FBB1AAA77747F448(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::Reset(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha224Digest_Reset_mE0D5B06D0D47C4A8CB817D1876B2C3C8BADF6256 (Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * __this, RuntimeObject* ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * V_0 = NULL; { // Sha224Digest d = (Sha224Digest)other; RuntimeObject* L_0 = ___other0; V_0 = ((Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 *)CastclassClass((RuntimeObject*)L_0, Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_il2cpp_TypeInfo_var)); // CopyIn(d); Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * L_1 = V_0; Sha224Digest_CopyIn_m67D87918BED0C29779A596EE79D9E5EAF30C8937(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha224Digest__cctor_m2BB72AA66FEC1A8A048D8A854066956A940CC660 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly uint[] K = { // 0x428a2f98, 0x71374491, 0xb5c0fbcf, 0xe9b5dba5, 0x3956c25b, 0x59f111f1, 0x923f82a4, 0xab1c5ed5, // 0xd807aa98, 0x12835b01, 0x243185be, 0x550c7dc3, 0x72be5d74, 0x80deb1fe, 0x9bdc06a7, 0xc19bf174, // 0xe49b69c1, 0xefbe4786, 0x0fc19dc6, 0x240ca1cc, 0x2de92c6f, 0x4a7484aa, 0x5cb0a9dc, 0x76f988da, // 0x983e5152, 0xa831c66d, 0xb00327c8, 0xbf597fc7, 0xc6e00bf3, 0xd5a79147, 0x06ca6351, 0x14292967, // 0x27b70a85, 0x2e1b2138, 0x4d2c6dfc, 0x53380d13, 0x650a7354, 0x766a0abb, 0x81c2c92e, 0x92722c85, // 0xa2bfe8a1, 0xa81a664b, 0xc24b8b70, 0xc76c51a3, 0xd192e819, 0xd6990624, 0xf40e3585, 0x106aa070, // 0x19a4c116, 0x1e376c08, 0x2748774c, 0x34b0bcb5, 0x391c0cb3, 0x4ed8aa4a, 0x5b9cca4f, 0x682e6ff3, // 0x748f82ee, 0x78a5636f, 0x84c87814, 0x8cc70208, 0x90befffa, 0xa4506ceb, 0xbef9a3f7, 0xc67178f2 // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_StaticFields*)il2cpp_codegen_static_fields_for(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_il2cpp_TypeInfo_var))->set_K_15(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.Digests.Sha256Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha256Digest__ctor_m9C4C4584E31EF8AC42745C5A6149987B0A57A526 (Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private uint[] X = new uint[64]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); __this->set_X_13(L_0); // public Sha256Digest() GeneralDigest__ctor_m6EECB69BC9E7F14DBD7C2BB564CA5A250C447616(__this, /*hidden argument*/NULL); // initHs(); Sha256Digest_initHs_mCBF95774D452A038582E2BC17F65072D7E64E70A(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha256Digest__ctor_m26A180276615D615D6D5D9330B839ED3573ACFCF (Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * __this, Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private uint[] X = new uint[64]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); __this->set_X_13(L_0); // public Sha256Digest(Sha256Digest t) : base(t) Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * L_1 = ___t0; GeneralDigest__ctor_m181D41AB9AD38413F958BCB544F5FDC89F103C85(__this, L_1, /*hidden argument*/NULL); // CopyIn(t); Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * L_2 = ___t0; Sha256Digest_CopyIn_m04E0514E689DCA526ED4685E9243BD1C15CCC09F(__this, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::CopyIn(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha256Digest_CopyIn_m04E0514E689DCA526ED4685E9243BD1C15CCC09F (Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * __this, Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * ___t0, const RuntimeMethod* method) { { // base.CopyIn(t); Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * L_0 = ___t0; GeneralDigest_CopyIn_m6D242C109A2510C92AF1ADEF82AA99EB44BDA171(__this, L_0, /*hidden argument*/NULL); // H1 = t.H1; Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * L_1 = ___t0; NullCheck(L_1); uint32_t L_2 = L_1->get_H1_5(); __this->set_H1_5(L_2); // H2 = t.H2; Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * L_3 = ___t0; NullCheck(L_3); uint32_t L_4 = L_3->get_H2_6(); __this->set_H2_6(L_4); // H3 = t.H3; Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * L_5 = ___t0; NullCheck(L_5); uint32_t L_6 = L_5->get_H3_7(); __this->set_H3_7(L_6); // H4 = t.H4; Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * L_7 = ___t0; NullCheck(L_7); uint32_t L_8 = L_7->get_H4_8(); __this->set_H4_8(L_8); // H5 = t.H5; Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * L_9 = ___t0; NullCheck(L_9); uint32_t L_10 = L_9->get_H5_9(); __this->set_H5_9(L_10); // H6 = t.H6; Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * L_11 = ___t0; NullCheck(L_11); uint32_t L_12 = L_11->get_H6_10(); __this->set_H6_10(L_12); // H7 = t.H7; Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * L_13 = ___t0; NullCheck(L_13); uint32_t L_14 = L_13->get_H7_11(); __this->set_H7_11(L_14); // H8 = t.H8; Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * L_15 = ___t0; NullCheck(L_15); uint32_t L_16 = L_15->get_H8_12(); __this->set_H8_12(L_16); // Array.Copy(t.X, 0, X, 0, t.X.Length); Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * L_17 = ___t0; NullCheck(L_17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = L_17->get_X_13(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = __this->get_X_13(); Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * L_20 = ___t0; NullCheck(L_20); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = L_20->get_X_13(); NullCheck(L_21); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_18, 0, (RuntimeArray *)(RuntimeArray *)L_19, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))), /*hidden argument*/NULL); // xOff = t.xOff; Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * L_22 = ___t0; NullCheck(L_22); int32_t L_23 = L_22->get_xOff_14(); __this->set_xOff_14(L_23); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Sha256Digest_get_AlgorithmName_m58E97F31134E80401083D19A2D4B4202F0E29DAD (Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C23E639A5A412FD6FD6D1C92298ADD2B8DF4D0E); s_Il2CppMethodInitialized = true; } { // get { return "SHA-256"; } return _stringLiteral4C23E639A5A412FD6FD6D1C92298ADD2B8DF4D0E; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::GetDigestSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sha256Digest_GetDigestSize_m490CE3D611D3D8DBA5366A6E09C6D6FAEBB001BA (Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * __this, const RuntimeMethod* method) { { // return DigestLength; return ((int32_t)32); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::ProcessWord(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha256Digest_ProcessWord_mFEE1BD44A2B786E37FD8A4C1B3E6B9CAACAF8139 (Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, const RuntimeMethod* method) { int32_t V_0 = 0; { // X[xOff] = Pack.BE_To_UInt32(input, inOff); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_X_13(); int32_t L_1 = __this->get_xOff_14(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; int32_t L_3 = ___inOff1; uint32_t L_4; L_4 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint32_t)L_4); // if (++xOff == 16) int32_t L_5 = __this->get_xOff_14(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); int32_t L_6 = V_0; __this->set_xOff_14(L_6); int32_t L_7 = V_0; if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)16))))) { goto IL_002f; } } { // ProcessBlock(); VirtualActionInvoker0::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::ProcessBlock() */, __this); } IL_002f: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::ProcessLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha256Digest_ProcessLength_mADF083B865C6D60E79055092B52EC17934698957 (Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * __this, int64_t ___bitLength0, const RuntimeMethod* method) { { // if (xOff > 14) int32_t L_0 = __this->get_xOff_14(); if ((((int32_t)L_0) <= ((int32_t)((int32_t)14)))) { goto IL_0010; } } { // ProcessBlock(); VirtualActionInvoker0::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::ProcessBlock() */, __this); } IL_0010: { // X[14] = (uint)((ulong)bitLength >> 32); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_X_13(); int64_t L_2 = ___bitLength0; NullCheck(L_1); (L_1)->SetAt(static_cast(((int32_t)14)), (uint32_t)((int32_t)((uint32_t)((int64_t)((uint64_t)L_2>>((int32_t)32)))))); // X[15] = (uint)((ulong)bitLength); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = __this->get_X_13(); int64_t L_4 = ___bitLength0; NullCheck(L_3); (L_3)->SetAt(static_cast(((int32_t)15)), (uint32_t)((int32_t)((uint32_t)L_4))); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sha256Digest_DoFinal_mB97DC1F7A289EDEDAD4D241260CFE5C8A42CD538 (Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { { // Finish(); GeneralDigest_Finish_mD265C27934DD928D55B3F4605C61C9A3F9F1CA41(__this, /*hidden argument*/NULL); // Pack.UInt32_To_BE((uint)H1, output, outOff); uint32_t L_0 = __this->get_H1_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___output0; int32_t L_2 = ___outOff1; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_0, L_1, L_2, /*hidden argument*/NULL); // Pack.UInt32_To_BE((uint)H2, output, outOff + 4); uint32_t L_3 = __this->get_H2_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output0; int32_t L_5 = ___outOff1; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_3, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)4)), /*hidden argument*/NULL); // Pack.UInt32_To_BE((uint)H3, output, outOff + 8); uint32_t L_6 = __this->get_H3_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___output0; int32_t L_8 = ___outOff1; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_6, L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)8)), /*hidden argument*/NULL); // Pack.UInt32_To_BE((uint)H4, output, outOff + 12); uint32_t L_9 = __this->get_H4_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___output0; int32_t L_11 = ___outOff1; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_9, L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)12))), /*hidden argument*/NULL); // Pack.UInt32_To_BE((uint)H5, output, outOff + 16); uint32_t L_12 = __this->get_H5_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___output0; int32_t L_14 = ___outOff1; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)16))), /*hidden argument*/NULL); // Pack.UInt32_To_BE((uint)H6, output, outOff + 20); uint32_t L_15 = __this->get_H6_10(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___output0; int32_t L_17 = ___outOff1; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_15, L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)20))), /*hidden argument*/NULL); // Pack.UInt32_To_BE((uint)H7, output, outOff + 24); uint32_t L_18 = __this->get_H7_11(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___output0; int32_t L_20 = ___outOff1; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_18, L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)((int32_t)24))), /*hidden argument*/NULL); // Pack.UInt32_To_BE((uint)H8, output, outOff + 28); uint32_t L_21 = __this->get_H8_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___output0; int32_t L_23 = ___outOff1; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_21, L_22, ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)((int32_t)28))), /*hidden argument*/NULL); // Reset(); VirtualActionInvoker0::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::Reset() */, __this); // return DigestLength; return ((int32_t)32); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha256Digest_Reset_mD17DE6DE980D41E3B02019ED9BFB8675557A5E4E (Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * __this, const RuntimeMethod* method) { { // base.Reset(); GeneralDigest_Reset_m9C32D34E7DEA612AE47451FC2CD0E557CC448094(__this, /*hidden argument*/NULL); // initHs(); Sha256Digest_initHs_mCBF95774D452A038582E2BC17F65072D7E64E70A(__this, /*hidden argument*/NULL); // xOff = 0; __this->set_xOff_14(0); // Array.Clear(X, 0, X.Length); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_X_13(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_X_13(); NullCheck(L_1); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::initHs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha256Digest_initHs_mCBF95774D452A038582E2BC17F65072D7E64E70A (Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * __this, const RuntimeMethod* method) { { // H1 = 0x6a09e667; __this->set_H1_5(((int32_t)1779033703)); // H2 = 0xbb67ae85; __this->set_H2_6(((int32_t)-1150833019)); // H3 = 0x3c6ef372; __this->set_H3_7(((int32_t)1013904242)); // H4 = 0xa54ff53a; __this->set_H4_8(((int32_t)-1521486534)); // H5 = 0x510e527f; __this->set_H5_9(((int32_t)1359893119)); // H6 = 0x9b05688c; __this->set_H6_10(((int32_t)-1694144372)); // H7 = 0x1f83d9ab; __this->set_H7_11(((int32_t)528734635)); // H8 = 0x5be0cd19; __this->set_H8_12(((int32_t)1541459225)); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::ProcessBlock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha256Digest_ProcessBlock_mB102AC1130992E4F4F6EDF2700BA1E055E897FCC (Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; uint32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; { // for (int ti = 16; ti <= 63; ti++) V_9 = ((int32_t)16); goto IL_0050; } IL_0006: { // X[ti] = Theta1(X[ti - 2]) + X[ti - 7] + Theta0(X[ti - 15]) + X[ti - 16]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_X_13(); int32_t L_1 = V_9; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = __this->get_X_13(); int32_t L_3 = V_9; NullCheck(L_2); int32_t L_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)2)); uint32_t L_5 = (L_2)->GetAt(static_cast(L_4)); IL2CPP_RUNTIME_CLASS_INIT(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_il2cpp_TypeInfo_var); uint32_t L_6; L_6 = Sha256Digest_Theta1_m303FC844028DADFB5BB5229B1ECCE6FE7D9E5C68(L_5, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = __this->get_X_13(); int32_t L_8 = V_9; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)7)); uint32_t L_10 = (L_7)->GetAt(static_cast(L_9)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = __this->get_X_13(); int32_t L_12 = V_9; NullCheck(L_11); int32_t L_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)((int32_t)15))); uint32_t L_14 = (L_11)->GetAt(static_cast(L_13)); uint32_t L_15; L_15 = Sha256Digest_Theta0_m43352300F796AE66C3017959E3DC3937089F7A4E(L_14, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = __this->get_X_13(); int32_t L_17 = V_9; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)16))); uint32_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_10)), (int32_t)L_15)), (int32_t)L_19))); // for (int ti = 16; ti <= 63; ti++) int32_t L_20 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0050: { // for (int ti = 16; ti <= 63; ti++) int32_t L_21 = V_9; if ((((int32_t)L_21) <= ((int32_t)((int32_t)63)))) { goto IL_0006; } } { // uint a = H1; uint32_t L_22 = __this->get_H1_5(); V_0 = L_22; // uint b = H2; uint32_t L_23 = __this->get_H2_6(); V_1 = L_23; // uint c = H3; uint32_t L_24 = __this->get_H3_7(); V_2 = L_24; // uint d = H4; uint32_t L_25 = __this->get_H4_8(); V_3 = L_25; // uint e = H5; uint32_t L_26 = __this->get_H5_9(); V_4 = L_26; // uint f = H6; uint32_t L_27 = __this->get_H6_10(); V_5 = L_27; // uint g = H7; uint32_t L_28 = __this->get_H7_11(); V_6 = L_28; // uint h = H8; uint32_t L_29 = __this->get_H8_12(); V_7 = L_29; // int t = 0; V_8 = 0; // for(int i = 0; i < 8; ++i) V_10 = 0; goto IL_026f; } IL_009d: { // h += Sum1Ch(e, f, g) + K[t] + X[t]; uint32_t L_30 = V_7; uint32_t L_31 = V_4; uint32_t L_32 = V_5; uint32_t L_33 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_il2cpp_TypeInfo_var); uint32_t L_34; L_34 = Sha256Digest_Sum1Ch_mD1E92B45B13EEF649ED6E5FC755B20B9355291B6(L_31, L_32, L_33, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = ((Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_StaticFields*)il2cpp_codegen_static_fields_for(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_il2cpp_TypeInfo_var))->get_K_15(); int32_t L_36 = V_8; NullCheck(L_35); int32_t L_37 = L_36; uint32_t L_38 = (L_35)->GetAt(static_cast(L_37)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_39 = __this->get_X_13(); int32_t L_40 = V_8; NullCheck(L_39); int32_t L_41 = L_40; uint32_t L_42 = (L_39)->GetAt(static_cast(L_41)); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_38)), (int32_t)L_42)))); // d += h; uint32_t L_43 = V_3; uint32_t L_44 = V_7; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_44)); // h += Sum0Maj(a, b, c); uint32_t L_45 = V_7; uint32_t L_46 = V_0; uint32_t L_47 = V_1; uint32_t L_48 = V_2; uint32_t L_49; L_49 = Sha256Digest_Sum0Maj_mE899107CEE932CA1C9A60AF57A3D43D14EB40A3C(L_46, L_47, L_48, /*hidden argument*/NULL); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_49)); // ++t; int32_t L_50 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); // g += Sum1Ch(d, e, f) + K[t] + X[t]; uint32_t L_51 = V_6; uint32_t L_52 = V_3; uint32_t L_53 = V_4; uint32_t L_54 = V_5; uint32_t L_55; L_55 = Sha256Digest_Sum1Ch_mD1E92B45B13EEF649ED6E5FC755B20B9355291B6(L_52, L_53, L_54, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_56 = ((Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_StaticFields*)il2cpp_codegen_static_fields_for(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_il2cpp_TypeInfo_var))->get_K_15(); int32_t L_57 = V_8; NullCheck(L_56); int32_t L_58 = L_57; uint32_t L_59 = (L_56)->GetAt(static_cast(L_58)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_60 = __this->get_X_13(); int32_t L_61 = V_8; NullCheck(L_60); int32_t L_62 = L_61; uint32_t L_63 = (L_60)->GetAt(static_cast(L_62)); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)L_59)), (int32_t)L_63)))); // c += g; uint32_t L_64 = V_2; uint32_t L_65 = V_6; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)L_65)); // g += Sum0Maj(h, a, b); uint32_t L_66 = V_6; uint32_t L_67 = V_7; uint32_t L_68 = V_0; uint32_t L_69 = V_1; uint32_t L_70; L_70 = Sha256Digest_Sum0Maj_mE899107CEE932CA1C9A60AF57A3D43D14EB40A3C(L_67, L_68, L_69, /*hidden argument*/NULL); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)L_70)); // ++t; int32_t L_71 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); // f += Sum1Ch(c, d, e) + K[t] + X[t]; uint32_t L_72 = V_5; uint32_t L_73 = V_2; uint32_t L_74 = V_3; uint32_t L_75 = V_4; uint32_t L_76; L_76 = Sha256Digest_Sum1Ch_mD1E92B45B13EEF649ED6E5FC755B20B9355291B6(L_73, L_74, L_75, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_77 = ((Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_StaticFields*)il2cpp_codegen_static_fields_for(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_il2cpp_TypeInfo_var))->get_K_15(); int32_t L_78 = V_8; NullCheck(L_77); int32_t L_79 = L_78; uint32_t L_80 = (L_77)->GetAt(static_cast(L_79)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_81 = __this->get_X_13(); int32_t L_82 = V_8; NullCheck(L_81); int32_t L_83 = L_82; uint32_t L_84 = (L_81)->GetAt(static_cast(L_83)); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)L_80)), (int32_t)L_84)))); // b += f; uint32_t L_85 = V_1; uint32_t L_86 = V_5; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)L_86)); // f += Sum0Maj(g, h, a); uint32_t L_87 = V_5; uint32_t L_88 = V_6; uint32_t L_89 = V_7; uint32_t L_90 = V_0; uint32_t L_91; L_91 = Sha256Digest_Sum0Maj_mE899107CEE932CA1C9A60AF57A3D43D14EB40A3C(L_88, L_89, L_90, /*hidden argument*/NULL); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)L_91)); // ++t; int32_t L_92 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1)); // e += Sum1Ch(b, c, d) + K[t] + X[t]; uint32_t L_93 = V_4; uint32_t L_94 = V_1; uint32_t L_95 = V_2; uint32_t L_96 = V_3; uint32_t L_97; L_97 = Sha256Digest_Sum1Ch_mD1E92B45B13EEF649ED6E5FC755B20B9355291B6(L_94, L_95, L_96, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_98 = ((Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_StaticFields*)il2cpp_codegen_static_fields_for(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_il2cpp_TypeInfo_var))->get_K_15(); int32_t L_99 = V_8; NullCheck(L_98); int32_t L_100 = L_99; uint32_t L_101 = (L_98)->GetAt(static_cast(L_100)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_102 = __this->get_X_13(); int32_t L_103 = V_8; NullCheck(L_102); int32_t L_104 = L_103; uint32_t L_105 = (L_102)->GetAt(static_cast(L_104)); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)L_101)), (int32_t)L_105)))); // a += e; uint32_t L_106 = V_0; uint32_t L_107 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)L_107)); // e += Sum0Maj(f, g, h); uint32_t L_108 = V_4; uint32_t L_109 = V_5; uint32_t L_110 = V_6; uint32_t L_111 = V_7; uint32_t L_112; L_112 = Sha256Digest_Sum0Maj_mE899107CEE932CA1C9A60AF57A3D43D14EB40A3C(L_109, L_110, L_111, /*hidden argument*/NULL); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)L_112)); // ++t; int32_t L_113 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)1)); // d += Sum1Ch(a, b, c) + K[t] + X[t]; uint32_t L_114 = V_3; uint32_t L_115 = V_0; uint32_t L_116 = V_1; uint32_t L_117 = V_2; uint32_t L_118; L_118 = Sha256Digest_Sum1Ch_mD1E92B45B13EEF649ED6E5FC755B20B9355291B6(L_115, L_116, L_117, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_119 = ((Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_StaticFields*)il2cpp_codegen_static_fields_for(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_il2cpp_TypeInfo_var))->get_K_15(); int32_t L_120 = V_8; NullCheck(L_119); int32_t L_121 = L_120; uint32_t L_122 = (L_119)->GetAt(static_cast(L_121)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_123 = __this->get_X_13(); int32_t L_124 = V_8; NullCheck(L_123); int32_t L_125 = L_124; uint32_t L_126 = (L_123)->GetAt(static_cast(L_125)); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)L_122)), (int32_t)L_126)))); // h += d; uint32_t L_127 = V_7; uint32_t L_128 = V_3; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)L_128)); // d += Sum0Maj(e, f, g); uint32_t L_129 = V_3; uint32_t L_130 = V_4; uint32_t L_131 = V_5; uint32_t L_132 = V_6; uint32_t L_133; L_133 = Sha256Digest_Sum0Maj_mE899107CEE932CA1C9A60AF57A3D43D14EB40A3C(L_130, L_131, L_132, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)L_133)); // ++t; int32_t L_134 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_134, (int32_t)1)); // c += Sum1Ch(h, a, b) + K[t] + X[t]; uint32_t L_135 = V_2; uint32_t L_136 = V_7; uint32_t L_137 = V_0; uint32_t L_138 = V_1; uint32_t L_139; L_139 = Sha256Digest_Sum1Ch_mD1E92B45B13EEF649ED6E5FC755B20B9355291B6(L_136, L_137, L_138, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_140 = ((Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_StaticFields*)il2cpp_codegen_static_fields_for(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_il2cpp_TypeInfo_var))->get_K_15(); int32_t L_141 = V_8; NullCheck(L_140); int32_t L_142 = L_141; uint32_t L_143 = (L_140)->GetAt(static_cast(L_142)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_144 = __this->get_X_13(); int32_t L_145 = V_8; NullCheck(L_144); int32_t L_146 = L_145; uint32_t L_147 = (L_144)->GetAt(static_cast(L_146)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)L_143)), (int32_t)L_147)))); // g += c; uint32_t L_148 = V_6; uint32_t L_149 = V_2; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_148, (int32_t)L_149)); // c += Sum0Maj(d, e, f); uint32_t L_150 = V_2; uint32_t L_151 = V_3; uint32_t L_152 = V_4; uint32_t L_153 = V_5; uint32_t L_154; L_154 = Sha256Digest_Sum0Maj_mE899107CEE932CA1C9A60AF57A3D43D14EB40A3C(L_151, L_152, L_153, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_150, (int32_t)L_154)); // ++t; int32_t L_155 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)1)); // b += Sum1Ch(g, h, a) + K[t] + X[t]; uint32_t L_156 = V_1; uint32_t L_157 = V_6; uint32_t L_158 = V_7; uint32_t L_159 = V_0; uint32_t L_160; L_160 = Sha256Digest_Sum1Ch_mD1E92B45B13EEF649ED6E5FC755B20B9355291B6(L_157, L_158, L_159, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_161 = ((Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_StaticFields*)il2cpp_codegen_static_fields_for(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_il2cpp_TypeInfo_var))->get_K_15(); int32_t L_162 = V_8; NullCheck(L_161); int32_t L_163 = L_162; uint32_t L_164 = (L_161)->GetAt(static_cast(L_163)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_165 = __this->get_X_13(); int32_t L_166 = V_8; NullCheck(L_165); int32_t L_167 = L_166; uint32_t L_168 = (L_165)->GetAt(static_cast(L_167)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)L_164)), (int32_t)L_168)))); // f += b; uint32_t L_169 = V_5; uint32_t L_170 = V_1; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_169, (int32_t)L_170)); // b += Sum0Maj(c, d, e); uint32_t L_171 = V_1; uint32_t L_172 = V_2; uint32_t L_173 = V_3; uint32_t L_174 = V_4; uint32_t L_175; L_175 = Sha256Digest_Sum0Maj_mE899107CEE932CA1C9A60AF57A3D43D14EB40A3C(L_172, L_173, L_174, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_171, (int32_t)L_175)); // ++t; int32_t L_176 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_176, (int32_t)1)); // a += Sum1Ch(f, g, h) + K[t] + X[t]; uint32_t L_177 = V_0; uint32_t L_178 = V_5; uint32_t L_179 = V_6; uint32_t L_180 = V_7; uint32_t L_181; L_181 = Sha256Digest_Sum1Ch_mD1E92B45B13EEF649ED6E5FC755B20B9355291B6(L_178, L_179, L_180, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_182 = ((Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_StaticFields*)il2cpp_codegen_static_fields_for(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_il2cpp_TypeInfo_var))->get_K_15(); int32_t L_183 = V_8; NullCheck(L_182); int32_t L_184 = L_183; uint32_t L_185 = (L_182)->GetAt(static_cast(L_184)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_186 = __this->get_X_13(); int32_t L_187 = V_8; NullCheck(L_186); int32_t L_188 = L_187; uint32_t L_189 = (L_186)->GetAt(static_cast(L_188)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_177, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_181, (int32_t)L_185)), (int32_t)L_189)))); // e += a; uint32_t L_190 = V_4; uint32_t L_191 = V_0; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)L_191)); // a += Sum0Maj(b, c, d); uint32_t L_192 = V_0; uint32_t L_193 = V_1; uint32_t L_194 = V_2; uint32_t L_195 = V_3; uint32_t L_196; L_196 = Sha256Digest_Sum0Maj_mE899107CEE932CA1C9A60AF57A3D43D14EB40A3C(L_193, L_194, L_195, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_192, (int32_t)L_196)); // ++t; int32_t L_197 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_197, (int32_t)1)); // for(int i = 0; i < 8; ++i) int32_t L_198 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_198, (int32_t)1)); } IL_026f: { // for(int i = 0; i < 8; ++i) int32_t L_199 = V_10; if ((((int32_t)L_199) < ((int32_t)8))) { goto IL_009d; } } { // H1 += a; uint32_t L_200 = __this->get_H1_5(); uint32_t L_201 = V_0; __this->set_H1_5(((int32_t)il2cpp_codegen_add((int32_t)L_200, (int32_t)L_201))); // H2 += b; uint32_t L_202 = __this->get_H2_6(); uint32_t L_203 = V_1; __this->set_H2_6(((int32_t)il2cpp_codegen_add((int32_t)L_202, (int32_t)L_203))); // H3 += c; uint32_t L_204 = __this->get_H3_7(); uint32_t L_205 = V_2; __this->set_H3_7(((int32_t)il2cpp_codegen_add((int32_t)L_204, (int32_t)L_205))); // H4 += d; uint32_t L_206 = __this->get_H4_8(); uint32_t L_207 = V_3; __this->set_H4_8(((int32_t)il2cpp_codegen_add((int32_t)L_206, (int32_t)L_207))); // H5 += e; uint32_t L_208 = __this->get_H5_9(); uint32_t L_209 = V_4; __this->set_H5_9(((int32_t)il2cpp_codegen_add((int32_t)L_208, (int32_t)L_209))); // H6 += f; uint32_t L_210 = __this->get_H6_10(); uint32_t L_211 = V_5; __this->set_H6_10(((int32_t)il2cpp_codegen_add((int32_t)L_210, (int32_t)L_211))); // H7 += g; uint32_t L_212 = __this->get_H7_11(); uint32_t L_213 = V_6; __this->set_H7_11(((int32_t)il2cpp_codegen_add((int32_t)L_212, (int32_t)L_213))); // H8 += h; uint32_t L_214 = __this->get_H8_12(); uint32_t L_215 = V_7; __this->set_H8_12(((int32_t)il2cpp_codegen_add((int32_t)L_214, (int32_t)L_215))); // xOff = 0; __this->set_xOff_14(0); // Array.Clear(X, 0, 16); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_216 = __this->get_X_13(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_216, 0, ((int32_t)16), /*hidden argument*/NULL); // } return; } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::Sum1Ch(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha256Digest_Sum1Ch_mD1E92B45B13EEF649ED6E5FC755B20B9355291B6 (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) { { // return (((x >> 6) | (x << 26)) ^ ((x >> 11) | (x << 21)) ^ ((x >> 25) | (x << 7))) // + ((x & y) ^ ((~x) & z)); uint32_t L_0 = ___x0; uint32_t L_1 = ___x0; uint32_t L_2 = ___x0; uint32_t L_3 = ___x0; uint32_t L_4 = ___x0; uint32_t L_5 = ___x0; uint32_t L_6 = ___x0; uint32_t L_7 = ___y1; uint32_t L_8 = ___x0; uint32_t L_9 = ___z2; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_0>>6))|(int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)26)))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_2>>((int32_t)11)))|(int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)21)))))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_4>>((int32_t)25)))|(int32_t)((int32_t)((int32_t)L_5<<(int32_t)7)))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6&(int32_t)L_7))^(int32_t)((int32_t)((int32_t)((~L_8))&(int32_t)L_9)))))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::Sum0Maj(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha256Digest_Sum0Maj_mE899107CEE932CA1C9A60AF57A3D43D14EB40A3C (uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) { { // return (((x >> 2) | (x << 30)) ^ ((x >> 13) | (x << 19)) ^ ((x >> 22) | (x << 10))) // + ((x & y) ^ (x & z) ^ (y & z)); uint32_t L_0 = ___x0; uint32_t L_1 = ___x0; uint32_t L_2 = ___x0; uint32_t L_3 = ___x0; uint32_t L_4 = ___x0; uint32_t L_5 = ___x0; uint32_t L_6 = ___x0; uint32_t L_7 = ___y1; uint32_t L_8 = ___x0; uint32_t L_9 = ___z2; uint32_t L_10 = ___y1; uint32_t L_11 = ___z2; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_0>>2))|(int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)30)))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_2>>((int32_t)13)))|(int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)19)))))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_4>>((int32_t)22)))|(int32_t)((int32_t)((int32_t)L_5<<(int32_t)((int32_t)10))))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6&(int32_t)L_7))^(int32_t)((int32_t)((int32_t)L_8&(int32_t)L_9))))^(int32_t)((int32_t)((int32_t)L_10&(int32_t)L_11)))))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::Theta0(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha256Digest_Theta0_m43352300F796AE66C3017959E3DC3937089F7A4E (uint32_t ___x0, const RuntimeMethod* method) { { // return ((x >> 7) | (x << 25)) ^ ((x >> 18) | (x << 14)) ^ (x >> 3); uint32_t L_0 = ___x0; uint32_t L_1 = ___x0; uint32_t L_2 = ___x0; uint32_t L_3 = ___x0; uint32_t L_4 = ___x0; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_0>>7))|(int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)25)))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_2>>((int32_t)18)))|(int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)14)))))))^(int32_t)((int32_t)((uint32_t)L_4>>3)))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::Theta1(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Sha256Digest_Theta1_m303FC844028DADFB5BB5229B1ECCE6FE7D9E5C68 (uint32_t ___x0, const RuntimeMethod* method) { { // return ((x >> 17) | (x << 15)) ^ ((x >> 19) | (x << 13)) ^ (x >> 10); uint32_t L_0 = ___x0; uint32_t L_1 = ___x0; uint32_t L_2 = ___x0; uint32_t L_3 = ___x0; uint32_t L_4 = ___x0; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_0>>((int32_t)17)))|(int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)15)))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_2>>((int32_t)19)))|(int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)13)))))))^(int32_t)((int32_t)((uint32_t)L_4>>((int32_t)10))))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::Copy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Sha256Digest_Copy_m5560BA0C72D6D3EBFDE50B1048A104C005CD317B (Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new Sha256Digest(this); Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * L_0 = (Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D *)il2cpp_codegen_object_new(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_il2cpp_TypeInfo_var); Sha256Digest__ctor_m26A180276615D615D6D5D9330B839ED3573ACFCF(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::Reset(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha256Digest_Reset_m1B64E34098FBEF48465064A5BA63873E2EB87A83 (Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * __this, RuntimeObject* ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * V_0 = NULL; { // Sha256Digest d = (Sha256Digest)other; RuntimeObject* L_0 = ___other0; V_0 = ((Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D *)CastclassClass((RuntimeObject*)L_0, Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_il2cpp_TypeInfo_var)); // CopyIn(d); Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * L_1 = V_0; Sha256Digest_CopyIn_m04E0514E689DCA526ED4685E9243BD1C15CCC09F(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha256Digest__cctor_m202035AD89458E0DB60619B5D259D7B4F85B53AB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly uint[] K = { // 0x428a2f98, 0x71374491, 0xb5c0fbcf, 0xe9b5dba5, // 0x3956c25b, 0x59f111f1, 0x923f82a4, 0xab1c5ed5, // 0xd807aa98, 0x12835b01, 0x243185be, 0x550c7dc3, // 0x72be5d74, 0x80deb1fe, 0x9bdc06a7, 0xc19bf174, // 0xe49b69c1, 0xefbe4786, 0x0fc19dc6, 0x240ca1cc, // 0x2de92c6f, 0x4a7484aa, 0x5cb0a9dc, 0x76f988da, // 0x983e5152, 0xa831c66d, 0xb00327c8, 0xbf597fc7, // 0xc6e00bf3, 0xd5a79147, 0x06ca6351, 0x14292967, // 0x27b70a85, 0x2e1b2138, 0x4d2c6dfc, 0x53380d13, // 0x650a7354, 0x766a0abb, 0x81c2c92e, 0x92722c85, // 0xa2bfe8a1, 0xa81a664b, 0xc24b8b70, 0xc76c51a3, // 0xd192e819, 0xd6990624, 0xf40e3585, 0x106aa070, // 0x19a4c116, 0x1e376c08, 0x2748774c, 0x34b0bcb5, // 0x391c0cb3, 0x4ed8aa4a, 0x5b9cca4f, 0x682e6ff3, // 0x748f82ee, 0x78a5636f, 0x84c87814, 0x8cc70208, // 0x90befffa, 0xa4506ceb, 0xbef9a3f7, 0xc67178f2 // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_StaticFields*)il2cpp_codegen_static_fields_for(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_il2cpp_TypeInfo_var))->set_K_15(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.Digests.Sha384Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha384Digest__ctor_m5B44E63D48100EA8FBAF1DEDCF15A32530AF57DA (Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Sha384Digest() IL2CPP_RUNTIME_CLASS_INIT(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F_il2cpp_TypeInfo_var); LongDigest__ctor_mE96B5FD25BBC725B0156A74409C1A75150523241(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha384Digest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha384Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha384Digest__ctor_mB68C38FC83DBFF6C4BFEBB48C3DC2002BF49D010 (Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5 * __this, Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(t) Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5 * L_0 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F_il2cpp_TypeInfo_var); LongDigest__ctor_mD74E2B3C4101109E5863A6AE0B49BFC71F779229(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha384Digest::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Sha384Digest_get_AlgorithmName_m2A50EC38946308474F402324296DABF42D78C7E3 (Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral131F00C551D8B6B06586707B7CB54DE4DF424670); s_Il2CppMethodInitialized = true; } { // get { return "SHA-384"; } return _stringLiteral131F00C551D8B6B06586707B7CB54DE4DF424670; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha384Digest::GetDigestSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sha384Digest_GetDigestSize_mA8858B4CFA29359C362F7ECABB7C79E002452623 (Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5 * __this, const RuntimeMethod* method) { { // return DigestLength; return ((int32_t)48); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha384Digest::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sha384Digest_DoFinal_mCD99A3805D6F8CC0B6AEC6FDA6F55EA1A56099AE (Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { { // Finish(); LongDigest_Finish_mA48E6CDBEC0A3E1C816526FBD88163B8BBD126B4(__this, /*hidden argument*/NULL); // Pack.UInt64_To_BE(H1, output, outOff); uint64_t L_0 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H1_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___output0; int32_t L_2 = ___outOff1; Pack_UInt64_To_BE_m6EF0A74CAAA26254B6183938E10E79998CA4EA60(L_0, L_1, L_2, /*hidden argument*/NULL); // Pack.UInt64_To_BE(H2, output, outOff + 8); uint64_t L_3 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H2_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output0; int32_t L_5 = ___outOff1; Pack_UInt64_To_BE_m6EF0A74CAAA26254B6183938E10E79998CA4EA60(L_3, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)8)), /*hidden argument*/NULL); // Pack.UInt64_To_BE(H3, output, outOff + 16); uint64_t L_6 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H3_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___output0; int32_t L_8 = ___outOff1; Pack_UInt64_To_BE_m6EF0A74CAAA26254B6183938E10E79998CA4EA60(L_6, L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)16))), /*hidden argument*/NULL); // Pack.UInt64_To_BE(H4, output, outOff + 24); uint64_t L_9 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H4_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___output0; int32_t L_11 = ___outOff1; Pack_UInt64_To_BE_m6EF0A74CAAA26254B6183938E10E79998CA4EA60(L_9, L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)24))), /*hidden argument*/NULL); // Pack.UInt64_To_BE(H5, output, outOff + 32); uint64_t L_12 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H5_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___output0; int32_t L_14 = ___outOff1; Pack_UInt64_To_BE_m6EF0A74CAAA26254B6183938E10E79998CA4EA60(L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)32))), /*hidden argument*/NULL); // Pack.UInt64_To_BE(H6, output, outOff + 40); uint64_t L_15 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H6_10(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___output0; int32_t L_17 = ___outOff1; Pack_UInt64_To_BE_m6EF0A74CAAA26254B6183938E10E79998CA4EA60(L_15, L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)40))), /*hidden argument*/NULL); // Reset(); VirtualActionInvoker0::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::Reset() */, __this); // return DigestLength; return ((int32_t)48); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha384Digest::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha384Digest_Reset_m2D94414A9F54420EC6E1676D2774DB685F093267 (Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5 * __this, const RuntimeMethod* method) { { // base.Reset(); LongDigest_Reset_m6E42A8286943CED0AA7697335598C09E6E2FAFA3(__this, /*hidden argument*/NULL); // H1 = 0xcbbb9d5dc1059ed8; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H1_5(((int64_t)-3766243637369397544LL)); // H2 = 0x629a292a367cd507; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H2_6(((int64_t)7105036623409894663LL)); // H3 = 0x9159015a3070dd17; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H3_7(((int64_t)-7973340178411365097LL)); // H4 = 0x152fecd8f70e5939; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H4_8(((int64_t)1526699215303891257LL)); // H5 = 0x67332667ffc00b31; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H5_9(((int64_t)7436329637833083697LL)); // H6 = 0x8eb44a8768581511; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H6_10(((int64_t)-8163818279084223215LL)); // H7 = 0xdb0c2e0d64f98fa7; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H7_11(((int64_t)-2662702644619276377LL)); // H8 = 0x47b5481dbefa4fa4; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H8_12(((int64_t)5167115440072839076LL)); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha384Digest::Copy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Sha384Digest_Copy_m15CD9475C84413D2B3DDC10A472132D5AE377190 (Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new Sha384Digest(this); Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5 * L_0 = (Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5 *)il2cpp_codegen_object_new(Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5_il2cpp_TypeInfo_var); Sha384Digest__ctor_mB68C38FC83DBFF6C4BFEBB48C3DC2002BF49D010(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha384Digest::Reset(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha384Digest_Reset_m577C8C419140626892EB2FB0BF3CD7B0B6CEE65E (Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5 * __this, RuntimeObject* ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5 * V_0 = NULL; { // Sha384Digest d = (Sha384Digest)other; RuntimeObject* L_0 = ___other0; V_0 = ((Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5 *)CastclassClass((RuntimeObject*)L_0, Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5_il2cpp_TypeInfo_var)); // CopyIn(d); Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5 * L_1 = V_0; LongDigest_CopyIn_mA82375B86CEEED443DE39BD4B98B6E1AEA1FF0C7(__this, L_1, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha3Digest::CheckBitLength(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sha3Digest_CheckBitLength_mBCA05836E59E4EED882ACFFDF4A5BA241B1B7F13 (int32_t ___bitLength0, const RuntimeMethod* method) { { int32_t L_0 = ___bitLength0; if ((((int32_t)L_0) > ((int32_t)((int32_t)256)))) { goto IL_001a; } } { int32_t L_1 = ___bitLength0; if ((((int32_t)L_1) == ((int32_t)((int32_t)224)))) { goto IL_002a; } } { int32_t L_2 = ___bitLength0; if ((((int32_t)L_2) == ((int32_t)((int32_t)256)))) { goto IL_002a; } } { goto IL_002c; } IL_001a: { int32_t L_3 = ___bitLength0; if ((((int32_t)L_3) == ((int32_t)((int32_t)384)))) { goto IL_002a; } } { int32_t L_4 = ___bitLength0; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)512))))) { goto IL_002c; } } IL_002a: { // return bitLength; int32_t L_5 = ___bitLength0; return L_5; } IL_002c: { // throw new ArgumentException(bitLength + " not supported for SHA-3", "bitLength"); String_t* L_6; L_6 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___bitLength0), /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3EBE07D375608F2B13073190C50F126EBAB8BE2C)), /*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*)&_stringLiteralDEFDD99707701302B4F3A4CE68BC9EB2926D7283)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Sha3Digest_CheckBitLength_mBCA05836E59E4EED882ACFFDF4A5BA241B1B7F13_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha3Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha3Digest__ctor_m2B008684C3B2B9A675BB14B01D0967D1C5C25EB3 (Sha3Digest_t993BA389E13B74994A26F9F3C4C84AA3DB8F1DE8 * __this, const RuntimeMethod* method) { { // : this(256) Sha3Digest__ctor_m28FE3BA9A36DA91728A55FFC5CF6A5591EF6F2C5(__this, ((int32_t)256), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha3Digest::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha3Digest__ctor_m28FE3BA9A36DA91728A55FFC5CF6A5591EF6F2C5 (Sha3Digest_t993BA389E13B74994A26F9F3C4C84AA3DB8F1DE8 * __this, int32_t ___bitLength0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(CheckBitLength(bitLength)) int32_t L_0 = ___bitLength0; int32_t L_1; L_1 = Sha3Digest_CheckBitLength_mBCA05836E59E4EED882ACFFDF4A5BA241B1B7F13(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C_il2cpp_TypeInfo_var); KeccakDigest__ctor_m1CE615652B2BB97ABAD7B084C6C8A81EAE0D94BC(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha3Digest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha3Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha3Digest__ctor_m295FA5C640E010733E760CD0BF80994E6496FCA1 (Sha3Digest_t993BA389E13B74994A26F9F3C4C84AA3DB8F1DE8 * __this, Sha3Digest_t993BA389E13B74994A26F9F3C4C84AA3DB8F1DE8 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(source) Sha3Digest_t993BA389E13B74994A26F9F3C4C84AA3DB8F1DE8 * L_0 = ___source0; IL2CPP_RUNTIME_CLASS_INIT(KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C_il2cpp_TypeInfo_var); KeccakDigest__ctor_mBD111E83E3D127A088AC34C95DE25C2C01B9AACB(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha3Digest::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Sha3Digest_get_AlgorithmName_mC41FF6FF50583765267BFC0332E45D24983F5A01 (Sha3Digest_t993BA389E13B74994A26F9F3C4C84AA3DB8F1DE8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF866635403CFB3A2A3F0DCFA3613CC35937DE2B3); s_Il2CppMethodInitialized = true; } { // get { return "SHA3-" + fixedOutputLength; } int32_t* L_0 = ((KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C *)__this)->get_address_of_fixedOutputLength_5(); String_t* L_1; L_1 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralF866635403CFB3A2A3F0DCFA3613CC35937DE2B3, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha3Digest::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sha3Digest_DoFinal_mB74D0113AFD640527BF63BFECEB2256EB065DB66 (Sha3Digest_t993BA389E13B74994A26F9F3C4C84AA3DB8F1DE8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { { // AbsorbBits(0x02, 2); KeccakDigest_AbsorbBits_mD00DC7B3FB87AB80751A832D3986FFC2867D4CA3(__this, 2, 2, /*hidden argument*/NULL); // return base.DoFinal(output, outOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___output0; int32_t L_1 = ___outOff1; int32_t L_2; L_2 = KeccakDigest_DoFinal_m4F2142E6E8A9C2B5F5D840DF6AB9BC7075D1BF92(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha3Digest::DoFinal(System.Byte[],System.Int32,System.Byte,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sha3Digest_DoFinal_mF63325CA3A08E7B06225F3B27063ECB38673027D (Sha3Digest_t993BA389E13B74994A26F9F3C4C84AA3DB8F1DE8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, uint8_t ___partialByte2, int32_t ___partialBits3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // if (partialBits < 0 || partialBits > 7) int32_t L_0 = ___partialBits3; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000a; } } { int32_t L_1 = ___partialBits3; if ((((int32_t)L_1) <= ((int32_t)7))) { goto IL_001a; } } IL_000a: { // throw new ArgumentException("must be in the range [0,7]", "partialBits"); 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*)&_stringLiteral551A56E699A1D330BA6125604C7025562B94E331)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3FDAB44963B739C563B4CBB8193839AB37E78B75)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Sha3Digest_DoFinal_mF63325CA3A08E7B06225F3B27063ECB38673027D_RuntimeMethod_var))); } IL_001a: { // int finalInput = (partialByte & ((1 << partialBits) - 1)) | (0x02 << partialBits); uint8_t L_3 = ___partialByte2; int32_t L_4 = ___partialBits3; int32_t L_5 = ___partialBits3; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_4&(int32_t)((int32_t)31))))), (int32_t)1))))|(int32_t)((int32_t)((int32_t)2<<(int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)31))))))); // int finalBits = partialBits + 2; int32_t L_6 = ___partialBits3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)2)); // if (finalBits >= 8) int32_t L_7 = V_1; if ((((int32_t)L_7) < ((int32_t)8))) { goto IL_0052; } } { // Absorb(new byte[]{ (byte)finalInput }, 0, 1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = L_8; int32_t L_10 = V_0; NullCheck(L_9); (L_9)->SetAt(static_cast(0), (uint8_t)((int32_t)((uint8_t)L_10))); KeccakDigest_Absorb_mFC54D89DEC1A52C0B88CB50741B7DEDAD7FE085D(__this, L_9, 0, 1, /*hidden argument*/NULL); // finalBits -= 8; int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)8)); // finalInput >>= 8; int32_t L_12 = V_0; V_0 = ((int32_t)((int32_t)L_12>>(int32_t)8)); } IL_0052: { // return base.DoFinal(output, outOff, (byte)finalInput, finalBits); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___output0; int32_t L_14 = ___outOff1; int32_t L_15 = V_0; int32_t L_16 = V_1; int32_t L_17; L_17 = KeccakDigest_DoFinal_m166062E295ECC02A4CBF8E20236EDBCA5AC79235(__this, L_13, L_14, (uint8_t)((int32_t)((uint8_t)L_15)), L_16, /*hidden argument*/NULL); return L_17; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha3Digest::Copy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Sha3Digest_Copy_m7B7EF7E449C5D366D3623638065B4D0E64E3D0C5 (Sha3Digest_t993BA389E13B74994A26F9F3C4C84AA3DB8F1DE8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha3Digest_t993BA389E13B74994A26F9F3C4C84AA3DB8F1DE8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new Sha3Digest(this); Sha3Digest_t993BA389E13B74994A26F9F3C4C84AA3DB8F1DE8 * L_0 = (Sha3Digest_t993BA389E13B74994A26F9F3C4C84AA3DB8F1DE8 *)il2cpp_codegen_object_new(Sha3Digest_t993BA389E13B74994A26F9F3C4C84AA3DB8F1DE8_il2cpp_TypeInfo_var); Sha3Digest__ctor_m295FA5C640E010733E760CD0BF80994E6496FCA1(L_0, __this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha512Digest__ctor_mF69CC20BC74094448464FBDF25AD7E5D7C96A730 (Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Sha512Digest() IL2CPP_RUNTIME_CLASS_INIT(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F_il2cpp_TypeInfo_var); LongDigest__ctor_mE96B5FD25BBC725B0156A74409C1A75150523241(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512Digest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha512Digest__ctor_m6FA7C762C1A9C2F0E42AD34D349A61B4F10B5908 (Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 * __this, Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(t) Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 * L_0 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F_il2cpp_TypeInfo_var); LongDigest__ctor_mD74E2B3C4101109E5863A6AE0B49BFC71F779229(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512Digest::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Sha512Digest_get_AlgorithmName_m7D529D888A596E43524B45AA8B6ECD112486FA26 (Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral894BC5458F5E1105129CC92FE8166EA51C2E0DCC); s_Il2CppMethodInitialized = true; } { // get { return "SHA-512"; } return _stringLiteral894BC5458F5E1105129CC92FE8166EA51C2E0DCC; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512Digest::GetDigestSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sha512Digest_GetDigestSize_m68E13FFB72D2EBFF330ACE3850A7BC3633CD1CD2 (Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 * __this, const RuntimeMethod* method) { { // return DigestLength; return ((int32_t)64); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512Digest::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sha512Digest_DoFinal_m8F21AE338D06BAC8900318A6E676A5A32B69B46C (Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { { // Finish(); LongDigest_Finish_mA48E6CDBEC0A3E1C816526FBD88163B8BBD126B4(__this, /*hidden argument*/NULL); // Pack.UInt64_To_BE(H1, output, outOff); uint64_t L_0 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H1_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___output0; int32_t L_2 = ___outOff1; Pack_UInt64_To_BE_m6EF0A74CAAA26254B6183938E10E79998CA4EA60(L_0, L_1, L_2, /*hidden argument*/NULL); // Pack.UInt64_To_BE(H2, output, outOff + 8); uint64_t L_3 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H2_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output0; int32_t L_5 = ___outOff1; Pack_UInt64_To_BE_m6EF0A74CAAA26254B6183938E10E79998CA4EA60(L_3, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)8)), /*hidden argument*/NULL); // Pack.UInt64_To_BE(H3, output, outOff + 16); uint64_t L_6 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H3_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___output0; int32_t L_8 = ___outOff1; Pack_UInt64_To_BE_m6EF0A74CAAA26254B6183938E10E79998CA4EA60(L_6, L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)16))), /*hidden argument*/NULL); // Pack.UInt64_To_BE(H4, output, outOff + 24); uint64_t L_9 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H4_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___output0; int32_t L_11 = ___outOff1; Pack_UInt64_To_BE_m6EF0A74CAAA26254B6183938E10E79998CA4EA60(L_9, L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)24))), /*hidden argument*/NULL); // Pack.UInt64_To_BE(H5, output, outOff + 32); uint64_t L_12 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H5_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___output0; int32_t L_14 = ___outOff1; Pack_UInt64_To_BE_m6EF0A74CAAA26254B6183938E10E79998CA4EA60(L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)32))), /*hidden argument*/NULL); // Pack.UInt64_To_BE(H6, output, outOff + 40); uint64_t L_15 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H6_10(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___output0; int32_t L_17 = ___outOff1; Pack_UInt64_To_BE_m6EF0A74CAAA26254B6183938E10E79998CA4EA60(L_15, L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)40))), /*hidden argument*/NULL); // Pack.UInt64_To_BE(H7, output, outOff + 48); uint64_t L_18 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H7_11(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___output0; int32_t L_20 = ___outOff1; Pack_UInt64_To_BE_m6EF0A74CAAA26254B6183938E10E79998CA4EA60(L_18, L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)((int32_t)48))), /*hidden argument*/NULL); // Pack.UInt64_To_BE(H8, output, outOff + 56); uint64_t L_21 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H8_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___output0; int32_t L_23 = ___outOff1; Pack_UInt64_To_BE_m6EF0A74CAAA26254B6183938E10E79998CA4EA60(L_21, L_22, ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)((int32_t)56))), /*hidden argument*/NULL); // Reset(); VirtualActionInvoker0::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::Reset() */, __this); // return DigestLength; return ((int32_t)64); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512Digest::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha512Digest_Reset_m971A978499336F35FB39A37F0C90F9808F2685AD (Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 * __this, const RuntimeMethod* method) { { // base.Reset(); LongDigest_Reset_m6E42A8286943CED0AA7697335598C09E6E2FAFA3(__this, /*hidden argument*/NULL); // H1 = 0x6a09e667f3bcc908; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H1_5(((int64_t)7640891576956012808LL)); // H2 = 0xbb67ae8584caa73b; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H2_6(((int64_t)-4942790177534073029LL)); // H3 = 0x3c6ef372fe94f82b; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H3_7(((int64_t)4354685564936845355LL)); // H4 = 0xa54ff53a5f1d36f1; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H4_8(((int64_t)-6534734903238641935LL)); // H5 = 0x510e527fade682d1; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H5_9(((int64_t)5840696475078001361LL)); // H6 = 0x9b05688c2b3e6c1f; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H6_10(((int64_t)-7276294671716946913LL)); // H7 = 0x1f83d9abfb41bd6b; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H7_11(((int64_t)2270897969802886507LL)); // H8 = 0x5be0cd19137e2179; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H8_12(((int64_t)6620516959819538809LL)); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512Digest::Copy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Sha512Digest_Copy_mC71D1C0046C9012B1B25B772E6A2AA0F4653BB3C (Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new Sha512Digest(this); Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 * L_0 = (Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 *)il2cpp_codegen_object_new(Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73_il2cpp_TypeInfo_var); Sha512Digest__ctor_m6FA7C762C1A9C2F0E42AD34D349A61B4F10B5908(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512Digest::Reset(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha512Digest_Reset_m770FD914F2F6D99550271EB9B42EB198FEF84429 (Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 * __this, RuntimeObject* ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 * V_0 = NULL; { // Sha512Digest d = (Sha512Digest)other; RuntimeObject* L_0 = ___other0; V_0 = ((Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 *)CastclassClass((RuntimeObject*)L_0, Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73_il2cpp_TypeInfo_var)); // CopyIn(d); Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 * L_1 = V_0; LongDigest_CopyIn_mA82375B86CEEED443DE39BD4B98B6E1AEA1FF0C7(__this, L_1, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha512tDigest__ctor_mEFA8802FBF040D93E6FD035B6DCEB929CA031A86 (Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * __this, int32_t ___bitLength0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Sha512tDigest(int bitLength) IL2CPP_RUNTIME_CLASS_INIT(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F_il2cpp_TypeInfo_var); LongDigest__ctor_mE96B5FD25BBC725B0156A74409C1A75150523241(__this, /*hidden argument*/NULL); // if (bitLength >= 512) int32_t L_0 = ___bitLength0; if ((((int32_t)L_0) < ((int32_t)((int32_t)512)))) { goto IL_001e; } } { // throw new ArgumentException("cannot be >= 512", "bitLength"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA6B7FD3C25F0A8391DBCA3F608C0B7EA6427785)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDEFDD99707701302B4F3A4CE68BC9EB2926D7283)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Sha512tDigest__ctor_mEFA8802FBF040D93E6FD035B6DCEB929CA031A86_RuntimeMethod_var))); } IL_001e: { // if (bitLength % 8 != 0) int32_t L_2 = ___bitLength0; if (!((int32_t)((int32_t)L_2%(int32_t)8))) { goto IL_0033; } } { // throw new ArgumentException("needs to be a multiple of 8", "bitLength"); 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*)&_stringLiteral5C4BD11123512A80040FC81B0941838E6447553E)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDEFDD99707701302B4F3A4CE68BC9EB2926D7283)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Sha512tDigest__ctor_mEFA8802FBF040D93E6FD035B6DCEB929CA031A86_RuntimeMethod_var))); } IL_0033: { // if (bitLength == 384) int32_t L_4 = ___bitLength0; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)384))))) { goto IL_004b; } } { // throw new ArgumentException("cannot be 384 use SHA384 instead", "bitLength"); 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*)&_stringLiteral4B92D139CA7A86C206481EC1152F4AE74E94133F)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDEFDD99707701302B4F3A4CE68BC9EB2926D7283)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Sha512tDigest__ctor_mEFA8802FBF040D93E6FD035B6DCEB929CA031A86_RuntimeMethod_var))); } IL_004b: { // this.digestLength = bitLength / 8; int32_t L_6 = ___bitLength0; __this->set_digestLength_17(((int32_t)((int32_t)L_6/(int32_t)8))); // tIvGenerate(digestLength * 8); int32_t L_7 = __this->get_digestLength_17(); Sha512tDigest_tIvGenerate_m0C83DF84CD0D084AB79BD1623B388ED4F65943DD(__this, ((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)8)), /*hidden argument*/NULL); // Reset(); IL2CPP_RUNTIME_CLASS_INIT(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F_il2cpp_TypeInfo_var); VirtualActionInvoker0::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::Reset() */, __this); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha512tDigest__ctor_m4FC2C731FE4F232A8BD7AC81A5AA0A4333085E14 (Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * __this, Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(t) Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * L_0 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F_il2cpp_TypeInfo_var); LongDigest__ctor_mD74E2B3C4101109E5863A6AE0B49BFC71F779229(__this, L_0, /*hidden argument*/NULL); // this.digestLength = t.digestLength; Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = L_1->get_digestLength_17(); __this->set_digestLength_17(L_2); // Reset(t); Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * L_3 = ___t0; VirtualActionInvoker1< RuntimeObject* >::Invoke(18 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::Reset(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable) */, __this, L_3); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Sha512tDigest_get_AlgorithmName_mF553A52A33EF0CF3882F10AA702AEDF7C53B50D7 (Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF77B23DA45ED0CA56CC77CC0BDA992194AB941B); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // get { return "SHA-512/" + (digestLength * 8); } int32_t L_0 = __this->get_digestLength_17(); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)8)); String_t* L_1; L_1 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralCF77B23DA45ED0CA56CC77CC0BDA992194AB941B, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::GetDigestSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sha512tDigest_GetDigestSize_mE226979F94059110D2FE82E09AE5028BC34A6EC7 (Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * __this, const RuntimeMethod* method) { { // return digestLength; int32_t L_0 = __this->get_digestLength_17(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sha512tDigest_DoFinal_m81C6049C1AFE208BDF99ED841CEA71D3E9D47FFB (Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { { // Finish(); LongDigest_Finish_mA48E6CDBEC0A3E1C816526FBD88163B8BBD126B4(__this, /*hidden argument*/NULL); // UInt64_To_BE(H1, output, outOff, digestLength); uint64_t L_0 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H1_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___output0; int32_t L_2 = ___outOff1; int32_t L_3 = __this->get_digestLength_17(); Sha512tDigest_UInt64_To_BE_mD39F26D6DE6FF350D0EC12CA9405C6040BB96D03(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); // UInt64_To_BE(H2, output, outOff + 8, digestLength - 8); uint64_t L_4 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H2_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___output0; int32_t L_6 = ___outOff1; int32_t L_7 = __this->get_digestLength_17(); Sha512tDigest_UInt64_To_BE_mD39F26D6DE6FF350D0EC12CA9405C6040BB96D03(L_4, L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)8)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)8)), /*hidden argument*/NULL); // UInt64_To_BE(H3, output, outOff + 16, digestLength - 16); uint64_t L_8 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H3_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___output0; int32_t L_10 = ___outOff1; int32_t L_11 = __this->get_digestLength_17(); Sha512tDigest_UInt64_To_BE_mD39F26D6DE6FF350D0EC12CA9405C6040BB96D03(L_8, L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)16))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)((int32_t)16))), /*hidden argument*/NULL); // UInt64_To_BE(H4, output, outOff + 24, digestLength - 24); uint64_t L_12 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H4_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___output0; int32_t L_14 = ___outOff1; int32_t L_15 = __this->get_digestLength_17(); Sha512tDigest_UInt64_To_BE_mD39F26D6DE6FF350D0EC12CA9405C6040BB96D03(L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)24))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)((int32_t)24))), /*hidden argument*/NULL); // UInt64_To_BE(H5, output, outOff + 32, digestLength - 32); uint64_t L_16 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H5_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___output0; int32_t L_18 = ___outOff1; int32_t L_19 = __this->get_digestLength_17(); Sha512tDigest_UInt64_To_BE_mD39F26D6DE6FF350D0EC12CA9405C6040BB96D03(L_16, L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)((int32_t)32))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)((int32_t)32))), /*hidden argument*/NULL); // UInt64_To_BE(H6, output, outOff + 40, digestLength - 40); uint64_t L_20 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H6_10(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ___output0; int32_t L_22 = ___outOff1; int32_t L_23 = __this->get_digestLength_17(); Sha512tDigest_UInt64_To_BE_mD39F26D6DE6FF350D0EC12CA9405C6040BB96D03(L_20, L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)((int32_t)40))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)((int32_t)40))), /*hidden argument*/NULL); // UInt64_To_BE(H7, output, outOff + 48, digestLength - 48); uint64_t L_24 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H7_11(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ___output0; int32_t L_26 = ___outOff1; int32_t L_27 = __this->get_digestLength_17(); Sha512tDigest_UInt64_To_BE_mD39F26D6DE6FF350D0EC12CA9405C6040BB96D03(L_24, L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)48))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)((int32_t)48))), /*hidden argument*/NULL); // UInt64_To_BE(H8, output, outOff + 56, digestLength - 56); uint64_t L_28 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H8_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = ___output0; int32_t L_30 = ___outOff1; int32_t L_31 = __this->get_digestLength_17(); Sha512tDigest_UInt64_To_BE_mD39F26D6DE6FF350D0EC12CA9405C6040BB96D03(L_28, L_29, ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)((int32_t)56))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)((int32_t)56))), /*hidden argument*/NULL); // Reset(); VirtualActionInvoker0::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::Reset() */, __this); // return digestLength; int32_t L_32 = __this->get_digestLength_17(); return L_32; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha512tDigest_Reset_mA565CB50A522B51769BEB758C8C1EA40EE40EBF9 (Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * __this, const RuntimeMethod* method) { { // base.Reset(); LongDigest_Reset_m6E42A8286943CED0AA7697335598C09E6E2FAFA3(__this, /*hidden argument*/NULL); // H1 = H1t; uint64_t L_0 = __this->get_H1t_18(); ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H1_5(L_0); // H2 = H2t; uint64_t L_1 = __this->get_H2t_19(); ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H2_6(L_1); // H3 = H3t; uint64_t L_2 = __this->get_H3t_20(); ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H3_7(L_2); // H4 = H4t; uint64_t L_3 = __this->get_H4t_21(); ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H4_8(L_3); // H5 = H5t; uint64_t L_4 = __this->get_H5t_22(); ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H5_9(L_4); // H6 = H6t; uint64_t L_5 = __this->get_H6t_23(); ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H6_10(L_5); // H7 = H7t; uint64_t L_6 = __this->get_H7t_24(); ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H7_11(L_6); // H8 = H8t; uint64_t L_7 = __this->get_H8t_25(); ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H8_12(L_7); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::tIvGenerate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha512tDigest_tIvGenerate_m0C83DF84CD0D084AB79BD1623B388ED4F65943DD (Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * __this, int32_t ___bitLength0, const RuntimeMethod* method) { { // H1 = 0x6a09e667f3bcc908UL ^ A5; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H1_5(((int64_t)-3482333909917012819LL)); // H2 = 0xbb67ae8584caa73bUL ^ A5; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H2_6(((int64_t)2216346199247487646LL)); // H3 = 0x3c6ef372fe94f82bUL ^ A5; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H3_7(((int64_t)-7364697282686394994LL)); // H4 = 0xa54ff53a5f1d36f1UL ^ A5; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H4_8(((int64_t)65953792586715988LL)); // H5 = 0x510e527fade682d1UL ^ A5; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H5_9(((int64_t)-816286391624063116LL)); // H6 = 0x9b05688c2b3e6c1fUL ^ A5; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H6_10(((int64_t)4512832404995164602LL)); // H7 = 0x1f83d9abfb41bd6bUL ^ A5; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H7_11(((int64_t)-5033199132376557362LL)); // H8 = 0x5be0cd19137e2179UL ^ A5; ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->set_H8_12(((int64_t)-124578254951840548LL)); // Update(0x53); LongDigest_Update_m0DA143227B383ECDC17EC22A0A7F9D124046C051(__this, (uint8_t)((int32_t)83), /*hidden argument*/NULL); // Update(0x48); LongDigest_Update_m0DA143227B383ECDC17EC22A0A7F9D124046C051(__this, (uint8_t)((int32_t)72), /*hidden argument*/NULL); // Update(0x41); LongDigest_Update_m0DA143227B383ECDC17EC22A0A7F9D124046C051(__this, (uint8_t)((int32_t)65), /*hidden argument*/NULL); // Update(0x2D); LongDigest_Update_m0DA143227B383ECDC17EC22A0A7F9D124046C051(__this, (uint8_t)((int32_t)45), /*hidden argument*/NULL); // Update(0x35); LongDigest_Update_m0DA143227B383ECDC17EC22A0A7F9D124046C051(__this, (uint8_t)((int32_t)53), /*hidden argument*/NULL); // Update(0x31); LongDigest_Update_m0DA143227B383ECDC17EC22A0A7F9D124046C051(__this, (uint8_t)((int32_t)49), /*hidden argument*/NULL); // Update(0x32); LongDigest_Update_m0DA143227B383ECDC17EC22A0A7F9D124046C051(__this, (uint8_t)((int32_t)50), /*hidden argument*/NULL); // Update(0x2F); LongDigest_Update_m0DA143227B383ECDC17EC22A0A7F9D124046C051(__this, (uint8_t)((int32_t)47), /*hidden argument*/NULL); // if (bitLength > 100) int32_t L_0 = ___bitLength0; if ((((int32_t)L_0) <= ((int32_t)((int32_t)100)))) { goto IL_00f2; } } { // Update((byte)(bitLength / 100 + 0x30)); int32_t L_1 = ___bitLength0; LongDigest_Update_m0DA143227B383ECDC17EC22A0A7F9D124046C051(__this, (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_1/(int32_t)((int32_t)100))), (int32_t)((int32_t)48))))), /*hidden argument*/NULL); // bitLength = bitLength % 100; int32_t L_2 = ___bitLength0; ___bitLength0 = ((int32_t)((int32_t)L_2%(int32_t)((int32_t)100))); // Update((byte)(bitLength / 10 + 0x30)); int32_t L_3 = ___bitLength0; LongDigest_Update_m0DA143227B383ECDC17EC22A0A7F9D124046C051(__this, (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_3/(int32_t)((int32_t)10))), (int32_t)((int32_t)48))))), /*hidden argument*/NULL); // bitLength = bitLength % 10; int32_t L_4 = ___bitLength0; ___bitLength0 = ((int32_t)((int32_t)L_4%(int32_t)((int32_t)10))); // Update((byte)(bitLength + 0x30)); int32_t L_5 = ___bitLength0; LongDigest_Update_m0DA143227B383ECDC17EC22A0A7F9D124046C051(__this, (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)48))))), /*hidden argument*/NULL); // } goto IL_0123; } IL_00f2: { // else if (bitLength > 10) int32_t L_6 = ___bitLength0; if ((((int32_t)L_6) <= ((int32_t)((int32_t)10)))) { goto IL_0118; } } { // Update((byte)(bitLength / 10 + 0x30)); int32_t L_7 = ___bitLength0; LongDigest_Update_m0DA143227B383ECDC17EC22A0A7F9D124046C051(__this, (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_7/(int32_t)((int32_t)10))), (int32_t)((int32_t)48))))), /*hidden argument*/NULL); // bitLength = bitLength % 10; int32_t L_8 = ___bitLength0; ___bitLength0 = ((int32_t)((int32_t)L_8%(int32_t)((int32_t)10))); // Update((byte)(bitLength + 0x30)); int32_t L_9 = ___bitLength0; LongDigest_Update_m0DA143227B383ECDC17EC22A0A7F9D124046C051(__this, (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)48))))), /*hidden argument*/NULL); // } goto IL_0123; } IL_0118: { // Update((byte)(bitLength + 0x30)); int32_t L_10 = ___bitLength0; LongDigest_Update_m0DA143227B383ECDC17EC22A0A7F9D124046C051(__this, (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)48))))), /*hidden argument*/NULL); } IL_0123: { // Finish(); LongDigest_Finish_mA48E6CDBEC0A3E1C816526FBD88163B8BBD126B4(__this, /*hidden argument*/NULL); // H1t = H1; uint64_t L_11 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H1_5(); __this->set_H1t_18(L_11); // H2t = H2; uint64_t L_12 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H2_6(); __this->set_H2t_19(L_12); // H3t = H3; uint64_t L_13 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H3_7(); __this->set_H3t_20(L_13); // H4t = H4; uint64_t L_14 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H4_8(); __this->set_H4t_21(L_14); // H5t = H5; uint64_t L_15 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H5_9(); __this->set_H5t_22(L_15); // H6t = H6; uint64_t L_16 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H6_10(); __this->set_H6t_23(L_16); // H7t = H7; uint64_t L_17 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H7_11(); __this->set_H7t_24(L_17); // H8t = H8; uint64_t L_18 = ((LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F *)__this)->get_H8_12(); __this->set_H8t_25(L_18); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::UInt64_To_BE(System.UInt64,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha512tDigest_UInt64_To_BE_mD39F26D6DE6FF350D0EC12CA9405C6040BB96D03 (uint64_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, int32_t ___max3, const RuntimeMethod* method) { { // if (max > 0) int32_t L_0 = ___max3; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0023; } } { // UInt32_To_BE((uint)(n >> 32), bs, off, max); uint64_t L_1 = ___n0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___bs1; int32_t L_3 = ___off2; int32_t L_4 = ___max3; Sha512tDigest_UInt32_To_BE_m73514ADB49F4034381FB1F63BD4F549208186AA4(((int32_t)((uint32_t)((int64_t)((uint64_t)L_1>>((int32_t)32))))), L_2, L_3, L_4, /*hidden argument*/NULL); // if (max > 4) int32_t L_5 = ___max3; if ((((int32_t)L_5) <= ((int32_t)4))) { goto IL_0023; } } { // UInt32_To_BE((uint)n, bs, off + 4, max - 4); uint64_t L_6 = ___n0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___bs1; int32_t L_8 = ___off2; int32_t L_9 = ___max3; Sha512tDigest_UInt32_To_BE_m73514ADB49F4034381FB1F63BD4F549208186AA4(((int32_t)((uint32_t)L_6)), L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)4)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)4)), /*hidden argument*/NULL); } IL_0023: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::UInt32_To_BE(System.UInt32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha512tDigest_UInt32_To_BE_m73514ADB49F4034381FB1F63BD4F549208186AA4 (uint32_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, int32_t ___max3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // int num = System.Math.Min(4, max); int32_t L_0 = ___max3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(4, L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_001c; } IL_000a: { // int shift = 8 * (3 - num); int32_t L_2 = V_0; V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)3, (int32_t)L_2)))); // bs[off + num] = (byte)(n >> shift); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___bs1; int32_t L_4 = ___off2; int32_t L_5 = V_0; uint32_t L_6 = ___n0; int32_t L_7 = V_1; NullCheck(L_3); (L_3)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_6>>((int32_t)((int32_t)L_7&(int32_t)((int32_t)31)))))))); } IL_001c: { // while (--num >= 0) int32_t L_8 = V_0; int32_t L_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)); V_0 = L_9; if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_000a; } } { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::Copy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Sha512tDigest_Copy_mF0B7D7F3A62172CBCDEAE9B3AAF3211A446FACC9 (Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new Sha512tDigest(this); Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * L_0 = (Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 *)il2cpp_codegen_object_new(Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8_il2cpp_TypeInfo_var); Sha512tDigest__ctor_m4FC2C731FE4F232A8BD7AC81A5AA0A4333085E14(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512tDigest::Reset(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha512tDigest_Reset_m7274DFA87E09C484B3FF854822156E299388978F (Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * __this, RuntimeObject* ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * V_0 = NULL; { // Sha512tDigest t = (Sha512tDigest)other; RuntimeObject* L_0 = ___other0; V_0 = ((Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 *)CastclassClass((RuntimeObject*)L_0, Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8_il2cpp_TypeInfo_var)); // if (this.digestLength != t.digestLength) int32_t L_1 = __this->get_digestLength_17(); Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = L_2->get_digestLength_17(); if ((((int32_t)L_1) == ((int32_t)L_3))) { goto IL_0020; } } { // throw new MemoableResetException("digestLength inappropriate in other"); MemoableResetException_tFB7EEBFF78B0C7435E4E3F57922ECA8DD1CBE97E * L_4 = (MemoableResetException_tFB7EEBFF78B0C7435E4E3F57922ECA8DD1CBE97E *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoableResetException_tFB7EEBFF78B0C7435E4E3F57922ECA8DD1CBE97E_il2cpp_TypeInfo_var))); MemoableResetException__ctor_m5A8A4EBB07ED5DFB05401A715BBF8B47E80C2ACD(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral890D118BC84244AFFCF60EAA8FFFEA9CE8344FE9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Sha512tDigest_Reset_m7274DFA87E09C484B3FF854822156E299388978F_RuntimeMethod_var))); } IL_0020: { // base.CopyIn(t); Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * L_5 = V_0; LongDigest_CopyIn_mA82375B86CEEED443DE39BD4B98B6E1AEA1FF0C7(__this, L_5, /*hidden argument*/NULL); // this.H1t = t.H1t; Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * L_6 = V_0; NullCheck(L_6); uint64_t L_7 = L_6->get_H1t_18(); __this->set_H1t_18(L_7); // this.H2t = t.H2t; Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * L_8 = V_0; NullCheck(L_8); uint64_t L_9 = L_8->get_H2t_19(); __this->set_H2t_19(L_9); // this.H3t = t.H3t; Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * L_10 = V_0; NullCheck(L_10); uint64_t L_11 = L_10->get_H3t_20(); __this->set_H3t_20(L_11); // this.H4t = t.H4t; Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * L_12 = V_0; NullCheck(L_12); uint64_t L_13 = L_12->get_H4t_21(); __this->set_H4t_21(L_13); // this.H5t = t.H5t; Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * L_14 = V_0; NullCheck(L_14); uint64_t L_15 = L_14->get_H5t_22(); __this->set_H5t_22(L_15); // this.H6t = t.H6t; Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * L_16 = V_0; NullCheck(L_16); uint64_t L_17 = L_16->get_H6t_23(); __this->set_H6t_23(L_17); // this.H7t = t.H7t; Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * L_18 = V_0; NullCheck(L_18); uint64_t L_19 = L_18->get_H7t_24(); __this->set_H7t_24(L_19); // this.H8t = t.H8t; Sha512tDigest_t449EDB4DD60ACA9F653446C979B27B61C20076A8 * L_20 = V_0; NullCheck(L_20); uint64_t L_21 = L_20->get_H8t_25(); __this->set_H8t_25(L_21); // } 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.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest::CheckBitLength(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ShakeDigest_CheckBitLength_mD1F80CEF4219C82A2D32D335D5FB29642AF856A8 (int32_t ___bitLength0, const RuntimeMethod* method) { { int32_t L_0 = ___bitLength0; if ((((int32_t)L_0) == ((int32_t)((int32_t)128)))) { goto IL_0010; } } { int32_t L_1 = ___bitLength0; if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)256))))) { goto IL_0012; } } IL_0010: { // return bitLength; int32_t L_2 = ___bitLength0; return L_2; } IL_0012: { // throw new ArgumentException(bitLength + " not supported for SHAKE", "bitLength"); String_t* L_3; L_3 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___bitLength0), /*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral50A03276CDCF780E3EC05BDBA7CD074DBB6471DE)), /*hidden argument*/NULL); 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, L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDEFDD99707701302B4F3A4CE68BC9EB2926D7283)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ShakeDigest_CheckBitLength_mD1F80CEF4219C82A2D32D335D5FB29642AF856A8_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShakeDigest__ctor_m51F041E71C69E5D618FAD57FE970A2DFCF6ACE74 (ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A * __this, const RuntimeMethod* method) { { // : this(128) ShakeDigest__ctor_m67FD6B4F4767C3240CB694C919867C9D9175894F(__this, ((int32_t)128), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShakeDigest__ctor_m67FD6B4F4767C3240CB694C919867C9D9175894F (ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A * __this, int32_t ___bitLength0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(CheckBitLength(bitLength)) int32_t L_0 = ___bitLength0; int32_t L_1; L_1 = ShakeDigest_CheckBitLength_mD1F80CEF4219C82A2D32D335D5FB29642AF856A8(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C_il2cpp_TypeInfo_var); KeccakDigest__ctor_m1CE615652B2BB97ABAD7B084C6C8A81EAE0D94BC(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShakeDigest__ctor_mCB9B36F41585A75CD40380F57BAD012E6AA0AD1B (ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A * __this, ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(source) ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A * L_0 = ___source0; IL2CPP_RUNTIME_CLASS_INIT(KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C_il2cpp_TypeInfo_var); KeccakDigest__ctor_mBD111E83E3D127A088AC34C95DE25C2C01B9AACB(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ShakeDigest_get_AlgorithmName_m35E12C11AA39B6AC4FC17E8065377BF806551881 (ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA4BE569CCF2D02C05077C0DD81A65D77B046AD39); s_Il2CppMethodInitialized = true; } { // get { return "SHAKE" + fixedOutputLength; } int32_t* L_0 = ((KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C *)__this)->get_address_of_fixedOutputLength_5(); String_t* L_1; L_1 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralA4BE569CCF2D02C05077C0DD81A65D77B046AD39, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ShakeDigest_DoFinal_mAA843F58A2FC4B375C74BE675C4BE5321F386F22 (ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { { // return DoFinal(output, outOff, GetDigestSize()); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___output0; int32_t L_1 = ___outOff1; int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::GetDigestSize() */, __this); int32_t L_3; L_3 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(25 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest::DoFinal(System.Byte[],System.Int32,System.Int32) */, __this, L_0, L_1, L_2); return L_3; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest::DoFinal(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ShakeDigest_DoFinal_m770140ACFE6B6E10552CBADBEF180468C48568FE (ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, int32_t ___outLen2, const RuntimeMethod* method) { { // DoOutput(output, outOff, outLen); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___output0; int32_t L_1 = ___outOff1; int32_t L_2 = ___outLen2; int32_t L_3; L_3 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(26 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest::DoOutput(System.Byte[],System.Int32,System.Int32) */, __this, L_0, L_1, L_2); // Reset(); VirtualActionInvoker0::Invoke(19 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::Reset() */, __this); // return outLen; int32_t L_4 = ___outLen2; return L_4; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest::DoOutput(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ShakeDigest_DoOutput_mFF499F44789C93A0C296DEAD82F340309DE376A7 (ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, int32_t ___outLen2, const RuntimeMethod* method) { { // if (!squeezing) bool L_0 = ((KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C *)__this)->get_squeezing_6(); if (L_0) { goto IL_0011; } } { // AbsorbBits(0x0F, 4); KeccakDigest_AbsorbBits_mD00DC7B3FB87AB80751A832D3986FFC2867D4CA3(__this, ((int32_t)15), 4, /*hidden argument*/NULL); } IL_0011: { // Squeeze(output, outOff, (long)outLen << 3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___output0; int32_t L_2 = ___outOff1; int32_t L_3 = ___outLen2; KeccakDigest_Squeeze_mFE4DA231466C9D5B9F1F4F151C00B48779FCF152(__this, L_1, L_2, ((int64_t)((int64_t)((int64_t)((int64_t)L_3))<<(int32_t)3)), /*hidden argument*/NULL); // return outLen; int32_t L_4 = ___outLen2; return L_4; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest::DoFinal(System.Byte[],System.Int32,System.Byte,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ShakeDigest_DoFinal_m45E61C12CD26C46D56A6FA9B7023C7CDEA7CA5A6 (ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, uint8_t ___partialByte2, int32_t ___partialBits3, const RuntimeMethod* method) { { // return DoFinal(output, outOff, GetDigestSize(), partialByte, partialBits); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___output0; int32_t L_1 = ___outOff1; int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::GetDigestSize() */, __this); uint8_t L_3 = ___partialByte2; int32_t L_4 = ___partialBits3; int32_t L_5; L_5 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, uint8_t, int32_t >::Invoke(27 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest::DoFinal(System.Byte[],System.Int32,System.Int32,System.Byte,System.Int32) */, __this, L_0, L_1, L_2, L_3, L_4); return L_5; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest::DoFinal(System.Byte[],System.Int32,System.Int32,System.Byte,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ShakeDigest_DoFinal_m3B8F43A0C183366C61F366B068D758F32D54C654 (ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, int32_t ___outLen2, uint8_t ___partialByte3, int32_t ___partialBits4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // if (partialBits < 0 || partialBits > 7) int32_t L_0 = ___partialBits4; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000a; } } { int32_t L_1 = ___partialBits4; if ((((int32_t)L_1) <= ((int32_t)7))) { goto IL_001a; } } IL_000a: { // throw new ArgumentException("must be in the range [0,7]", "partialBits"); 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*)&_stringLiteral551A56E699A1D330BA6125604C7025562B94E331)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3FDAB44963B739C563B4CBB8193839AB37E78B75)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ShakeDigest_DoFinal_m3B8F43A0C183366C61F366B068D758F32D54C654_RuntimeMethod_var))); } IL_001a: { // int finalInput = (partialByte & ((1 << partialBits) - 1)) | (0x0F << partialBits); uint8_t L_3 = ___partialByte3; int32_t L_4 = ___partialBits4; int32_t L_5 = ___partialBits4; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_4&(int32_t)((int32_t)31))))), (int32_t)1))))|(int32_t)((int32_t)((int32_t)((int32_t)15)<<(int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)31))))))); // int finalBits = partialBits + 4; int32_t L_6 = ___partialBits4; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)4)); // if (finalBits >= 8) int32_t L_7 = V_1; if ((((int32_t)L_7) < ((int32_t)8))) { goto IL_0054; } } { // Absorb(new byte[]{ (byte)finalInput }, 0, 1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = L_8; int32_t L_10 = V_0; NullCheck(L_9); (L_9)->SetAt(static_cast(0), (uint8_t)((int32_t)((uint8_t)L_10))); KeccakDigest_Absorb_mFC54D89DEC1A52C0B88CB50741B7DEDAD7FE085D(__this, L_9, 0, 1, /*hidden argument*/NULL); // finalBits -= 8; int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)8)); // finalInput >>= 8; int32_t L_12 = V_0; V_0 = ((int32_t)((int32_t)L_12>>(int32_t)8)); } IL_0054: { // if (finalBits > 0) int32_t L_13 = V_1; if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_0060; } } { // AbsorbBits(finalInput, finalBits); int32_t L_14 = V_0; int32_t L_15 = V_1; KeccakDigest_AbsorbBits_mD00DC7B3FB87AB80751A832D3986FFC2867D4CA3(__this, L_14, L_15, /*hidden argument*/NULL); } IL_0060: { // Squeeze(output, outOff, (long)outLen << 3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___output0; int32_t L_17 = ___outOff1; int32_t L_18 = ___outLen2; KeccakDigest_Squeeze_mFE4DA231466C9D5B9F1F4F151C00B48779FCF152(__this, L_16, L_17, ((int64_t)((int64_t)((int64_t)((int64_t)L_18))<<(int32_t)3)), /*hidden argument*/NULL); // Reset(); VirtualActionInvoker0::Invoke(19 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::Reset() */, __this); // return outLen; int32_t L_19 = ___outLen2; return L_19; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest::Copy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ShakeDigest_Copy_mAC36A04F8E667FB31E095FD990674D662FB7C3FB (ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new ShakeDigest(this); ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A * L_0 = (ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A *)il2cpp_codegen_object_new(ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A_il2cpp_TypeInfo_var); ShakeDigest__ctor_mCB9B36F41585A75CD40380F57BAD012E6AA0AD1B(L_0, __this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 BestHTTP.Decompression.Zlib.SharedUtils::URShift(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SharedUtils_URShift_m12B0EAE7147B478194B0B530407D220E9DA800B6 (int32_t ___number0, int32_t ___bits1, const RuntimeMethod* method) { { // return (int)((uint)number >> bits); int32_t L_0 = ___number0; int32_t L_1 = ___bits1; return ((int32_t)((uint32_t)L_0>>((int32_t)((int32_t)L_1&(int32_t)((int32_t)31))))); } } // System.Int32 BestHTTP.Decompression.Zlib.SharedUtils::ReadInput(System.IO.TextReader,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SharedUtils_ReadInput_mF134E84BE3AA06142A3BE5612D18EE1B57C687EC (TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___sourceTextReader0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___target1, int32_t ___start2, int32_t ___count3, 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; } CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { // if (target.Length == 0) return 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___target1; NullCheck(L_0); if ((((RuntimeArray*)L_0)->max_length)) { goto IL_0006; } } { // if (target.Length == 0) return 0; return 0; } IL_0006: { // char[] charArray = new char[target.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___target1; NullCheck(L_1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))); V_0 = L_2; // int bytesRead = sourceTextReader.Read(charArray, start, count); TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * L_3 = ___sourceTextReader0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = V_0; int32_t L_5 = ___start2; int32_t L_6 = ___count3; NullCheck(L_3); int32_t L_7; L_7 = VirtualFuncInvoker3< int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(11 /* System.Int32 System.IO.TextReader::Read(System.Char[],System.Int32,System.Int32) */, L_3, L_4, L_5, L_6); V_1 = L_7; // if (bytesRead == 0) return -1; int32_t L_8 = V_1; if (L_8) { goto IL_001e; } } { // if (bytesRead == 0) return -1; return (-1); } IL_001e: { // for (int index = start; index < start + bytesRead; index++) int32_t L_9 = ___start2; V_2 = L_9; goto IL_002d; } IL_0022: { // target[index] = (byte)charArray[index]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___target1; int32_t L_11 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = V_0; int32_t L_13 = V_2; NullCheck(L_12); int32_t L_14 = L_13; uint16_t L_15 = (uint16_t)(L_12)->GetAt(static_cast(L_14)); NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (uint8_t)((int32_t)((uint8_t)L_15))); // for (int index = start; index < start + bytesRead; index++) int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_002d: { // for (int index = start; index < start + bytesRead; index++) int32_t L_17 = V_2; int32_t L_18 = ___start2; int32_t L_19 = V_1; if ((((int32_t)L_17) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19))))) { goto IL_0022; } } { // return bytesRead; int32_t L_20 = V_1; return L_20; } } // System.Byte[] BestHTTP.Decompression.Zlib.SharedUtils::ToByteArray(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SharedUtils_ToByteArray_m9E53A9DBE9133EC8E5A84BED84A57E51812A0CD1 (String_t* ___sourceString0, const RuntimeMethod* method) { { // return System.Text.UTF8Encoding.UTF8.GetBytes(sourceString); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0; L_0 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); String_t* L_1 = ___sourceString0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_0, L_1); return L_2; } } // System.Char[] BestHTTP.Decompression.Zlib.SharedUtils::ToCharArray(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* SharedUtils_ToCharArray_mD9A1FEA3309A5EFD84EC4862F2A3508872FDE9A4 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___byteArray0, const RuntimeMethod* method) { { // return System.Text.UTF8Encoding.UTF8.GetChars(byteArray); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0; L_0 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___byteArray0; NullCheck(L_0); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2; L_2 = VirtualFuncInvoker1< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(25 /* System.Char[] System.Text.Encoding::GetChars(System.Byte[]) */, L_0, L_1); return L_2; } } // System.Void BestHTTP.Decompression.Zlib.SharedUtils::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedUtils__ctor_m4D3EB554DEB06A69CA627A3996792E91788ED022 (SharedUtils_t84EE6B482B5F5C2D610AE3BF4A56651123A8AE28 * __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 ShootCheck::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck_Awake_mCBE431BAC5E59A04D2E8B826272785F17781081B (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ins = this; ((ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_StaticFields*)il2cpp_codegen_static_fields_for(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var))->set_ins_11(__this); // } return; } } // System.Void ShootCheck::ChangedValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck_ChangedValue_mECA8B700CB1860B64D3FFF18B696EBDF83809C94 (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA89CD942FD79F216942B7232944A0F9D22ED33DF); s_Il2CppMethodInitialized = true; } { // ipInputField.ActivateInputField(); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_0 = __this->get_ipInputField_12(); NullCheck(L_0); InputField_ActivateInputField_m97B9F9C150E4463DE299D1F8BC046CCA826064D1(L_0, /*hidden argument*/NULL); // Debug.Log("???"+value); String_t* L_1 = ___value0; String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralA89CD942FD79F216942B7232944A0F9D22ED33DF, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_2, /*hidden argument*/NULL); // } return; } } // System.Void ShootCheck::EndValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck_EndValue_mC8E4CD132DACD14829E5B8A00748F22E0BB1EF44 (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral73EDF3DE33954DB4D7B8C75E21DBF6876968E9F9); s_Il2CppMethodInitialized = true; } { // Debug.Log("????"+value); String_t* L_0 = ___value0; String_t* L_1; L_1 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral73EDF3DE33954DB4D7B8C75E21DBF6876968E9F9, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_1, /*hidden argument*/NULL); // } return; } } // System.Void ShootCheck::StartSocket() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck_StartSocket_m0350FFA8A3086098E935356B892CCAF341949842 (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShootCheck_OnBinaryRecv_mB089FEFEF13B06274572C1D38868A67AD1C155BE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShootCheck_OnClosed_m7D53DCBA59949F96A8F05C5A7077328E23249A5E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShootCheck_OnError_mD71725E1AF09FC363ED9C76C3805AF8DE66A2D00_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShootCheck_OnMessageRecv_mC79A63B914C3401E5C5C65BFFB61A36D4FEFD17D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShootCheck_OnOpen_m9240816E342CD431F51B81F3FA7C774257224453_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19460F5D28C2B08972D63DFE47B1B5CEC7678BF6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral875CF8A46A6E3F0725287DAF52B09AF91CB77C71); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5704B962798A753E7060D29CE1C009658D63AF5); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { // string ipStr = ipInputField.text;//ipInputField.GetComponentInChildren(); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_0 = __this->get_ipInputField_12(); NullCheck(L_0); String_t* L_1; L_1 = InputField_get_text_m15D0C784A4A104390610325B02216FC2A6F1077C_inline(L_0, /*hidden argument*/NULL); // string serverIP = ipStr; V_0 = L_1; // if (serverIP.Length == 0) serverIP = "192.168.101.14"; String_t* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001a; } } { // if (serverIP.Length == 0) serverIP = "192.168.101.14"; V_0 = _stringLiteral19460F5D28C2B08972D63DFE47B1B5CEC7678BF6; } IL_001a: { // string address = "ws://" + serverIP + ":8088/Ble/"; String_t* L_4 = V_0; String_t* L_5; L_5 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral875CF8A46A6E3F0725287DAF52B09AF91CB77C71, L_4, _stringLiteralB5704B962798A753E7060D29CE1C009658D63AF5, /*hidden argument*/NULL); V_1 = L_5; // webSocket = new WebSocket(new Uri(address)); String_t* L_6 = V_1; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_7 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C(L_7, L_6, /*hidden argument*/NULL); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_8 = (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)il2cpp_codegen_object_new(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54_il2cpp_TypeInfo_var); WebSocket__ctor_mF94F9C5C6B59FC682552C471D0033F6225A6D7C2(L_8, L_7, /*hidden argument*/NULL); __this->set_webSocket_13(L_8); // webSocket.StartPingThread = true; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_9 = __this->get_webSocket_13(); NullCheck(L_9); WebSocket_set_StartPingThread_mAB3DEE4DA06789FDFBC535D55205CFEC1680E374_inline(L_9, (bool)1, /*hidden argument*/NULL); // webSocket.OnOpen += OnOpen; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_10 = __this->get_webSocket_13(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_11 = L_10; NullCheck(L_11); OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * L_12 = L_11->get_OnOpen_6(); OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * L_13 = (OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 *)il2cpp_codegen_object_new(OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var); OnWebSocketOpenDelegate__ctor_m41EF04651BDCB7E1470BE2EFED94001BA455B835(L_13, __this, (intptr_t)((intptr_t)ShootCheck_OnOpen_m9240816E342CD431F51B81F3FA7C774257224453_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_14; L_14 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_12, L_13, /*hidden argument*/NULL); NullCheck(L_11); L_11->set_OnOpen_6(((OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 *)CastclassSealed((RuntimeObject*)L_14, OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var))); // webSocket.OnMessage += OnMessageRecv; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_15 = __this->get_webSocket_13(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_16 = L_15; NullCheck(L_16); OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * L_17 = L_16->get_OnMessage_7(); OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * L_18 = (OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 *)il2cpp_codegen_object_new(OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8_il2cpp_TypeInfo_var); OnWebSocketMessageDelegate__ctor_mB16229D07BBDA42D628F5080D58205065DECD8CC(L_18, __this, (intptr_t)((intptr_t)ShootCheck_OnMessageRecv_mC79A63B914C3401E5C5C65BFFB61A36D4FEFD17D_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_19; L_19 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_17, L_18, /*hidden argument*/NULL); NullCheck(L_16); L_16->set_OnMessage_7(((OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 *)CastclassSealed((RuntimeObject*)L_19, OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8_il2cpp_TypeInfo_var))); // webSocket.OnBinary += OnBinaryRecv; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_20 = __this->get_webSocket_13(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_21 = L_20; NullCheck(L_21); OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB * L_22 = L_21->get_OnBinary_8(); OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB * L_23 = (OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB *)il2cpp_codegen_object_new(OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB_il2cpp_TypeInfo_var); OnWebSocketBinaryDelegate__ctor_mF04FD9D0FD1DC78A235A75CBE17C9ACB9C1E99B7(L_23, __this, (intptr_t)((intptr_t)ShootCheck_OnBinaryRecv_mB089FEFEF13B06274572C1D38868A67AD1C155BE_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_24; L_24 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_22, L_23, /*hidden argument*/NULL); NullCheck(L_21); L_21->set_OnBinary_8(((OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB *)CastclassSealed((RuntimeObject*)L_24, OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB_il2cpp_TypeInfo_var))); // webSocket.OnClosed += OnClosed; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_25 = __this->get_webSocket_13(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_26 = L_25; NullCheck(L_26); OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * L_27 = L_26->get_OnClosed_9(); OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * L_28 = (OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E *)il2cpp_codegen_object_new(OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E_il2cpp_TypeInfo_var); OnWebSocketClosedDelegate__ctor_mAC93202E166C46282DA14652C10B50086BFD7EBC(L_28, __this, (intptr_t)((intptr_t)ShootCheck_OnClosed_m7D53DCBA59949F96A8F05C5A7077328E23249A5E_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_29; L_29 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_27, L_28, /*hidden argument*/NULL); NullCheck(L_26); L_26->set_OnClosed_9(((OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E *)CastclassSealed((RuntimeObject*)L_29, OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E_il2cpp_TypeInfo_var))); // webSocket.OnError += OnError; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_30 = __this->get_webSocket_13(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_31 = L_30; NullCheck(L_31); OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * L_32 = L_31->get_OnError_10(); OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * L_33 = (OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 *)il2cpp_codegen_object_new(OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9_il2cpp_TypeInfo_var); OnWebSocketErrorDelegate__ctor_m8E2E29B35BEF26D9B5E51C13D6A6C0AD3BEE2865(L_33, __this, (intptr_t)((intptr_t)ShootCheck_OnError_mD71725E1AF09FC363ED9C76C3805AF8DE66A2D00_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_34; L_34 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_32, L_33, /*hidden argument*/NULL); NullCheck(L_31); L_31->set_OnError_10(((OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 *)CastclassSealed((RuntimeObject*)L_34, OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9_il2cpp_TypeInfo_var))); // webSocket.Open(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_35 = __this->get_webSocket_13(); NullCheck(L_35); WebSocket_Open_m00ABAA7ACD966403918B02E41BBEB243E866686B(L_35, /*hidden argument*/NULL); // } return; } } // System.Void ShootCheck::Destroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck_Destroy_m7E13D6D4C804A98E36594F9070344D1BF7B14C19 (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, const RuntimeMethod* method) { { // if (webSocket != null) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = __this->get_webSocket_13(); if (!L_0) { goto IL_001a; } } { // webSocket.Close(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_1 = __this->get_webSocket_13(); NullCheck(L_1); WebSocket_Close_m8A319E140E81A844241C8078CA8BB4483D7A5B71(L_1, /*hidden argument*/NULL); // webSocket = null; __this->set_webSocket_13((WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)NULL); } IL_001a: { // } return; } } // System.Void ShootCheck::OnOpen(BestHTTP.WebSocket.WebSocket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck_OnOpen_m9240816E342CD431F51B81F3FA7C774257224453 (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___ws0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral114BCE5E07B2B89600E7B0C1E7991AC7281CDDA6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBB5D7714D5EEF1A0989BE43DC064A6C4296A1A1); s_Il2CppMethodInitialized = true; } { // Debug.Log("OnOpen: "); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteralEBB5D7714D5EEF1A0989BE43DC064A6C4296A1A1, /*hidden argument*/NULL); // webSocket.Send("unity"); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = __this->get_webSocket_13(); NullCheck(L_0); WebSocket_Send_m0D44D2CE56DB75C305509A4E0E11F9A7CA51D8AC(L_0, _stringLiteral114BCE5E07B2B89600E7B0C1E7991AC7281CDDA6, /*hidden argument*/NULL); // } return; } } // System.Void ShootCheck::OnMessageRecv(BestHTTP.WebSocket.WebSocket,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck_OnMessageRecv_mC79A63B914C3401E5C5C65BFFB61A36D4FEFD17D (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___ws0, String_t* ___message1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8937CFA5896E655AAD92EC742F9F15393530F406); s_Il2CppMethodInitialized = true; } { // Debug.LogFormat("OnMessageRecv: msg={0}", message); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = L_0; String_t* L_2 = ___message1; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_2); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogFormat_m3FD4ED373B54BC92F95360449859CD95D45D73C6(_stringLiteral8937CFA5896E655AAD92EC742F9F15393530F406, L_1, /*hidden argument*/NULL); // } return; } } // System.Void ShootCheck::OnBinaryRecv(BestHTTP.WebSocket.WebSocket,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck_OnBinaryRecv_mB089FEFEF13B06274572C1D38868A67AD1C155BE (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___ws0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85D87AD9D7A3B9DD9DD227A73329748CEA1D77D4); s_Il2CppMethodInitialized = true; } { // Debug.LogFormat("OnBinaryRecv: len={0}", data.Length); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = L_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___data1; NullCheck(L_2); int32_t L_3 = ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))); RuntimeObject * L_4 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_3); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_4); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogFormat_m3FD4ED373B54BC92F95360449859CD95D45D73C6(_stringLiteral85D87AD9D7A3B9DD9DD227A73329748CEA1D77D4, L_1, /*hidden argument*/NULL); // } return; } } // System.Void ShootCheck::OnClosed(BestHTTP.WebSocket.WebSocket,System.UInt16,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck_OnClosed_m7D53DCBA59949F96A8F05C5A7077328E23249A5E (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___ws0, uint16_t ___code1, String_t* ___message2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA544CCF5266B526165D018E936BA3BA015641353); s_Il2CppMethodInitialized = true; } { // Debug.LogFormat("OnClosed: code={0}, msg={1}", code, message); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = L_0; uint16_t L_2 = ___code1; uint16_t L_3 = L_2; RuntimeObject * L_4 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_3); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_4); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_1; String_t* L_6 = ___message2; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(1), (RuntimeObject *)L_6); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogFormat_m3FD4ED373B54BC92F95360449859CD95D45D73C6(_stringLiteralA544CCF5266B526165D018E936BA3BA015641353, L_5, /*hidden argument*/NULL); // webSocket = null; __this->set_webSocket_13((WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)NULL); // } return; } } // System.Void ShootCheck::OnError(BestHTTP.WebSocket.WebSocket,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck_OnError_mD71725E1AF09FC363ED9C76C3805AF8DE66A2D00 (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___ws0, Exception_t * ___ex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1EA8F4BA1A5D713C08007137347E059D8868BFF4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1EDAC48A62326243CB4AA503FE4EEF697E513C2B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67D4050B2685208D62660AB589D35BE44E18FA88); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t G_B4_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B4_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B4_2 = NULL; String_t* G_B4_3 = NULL; int32_t G_B3_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B3_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B3_2 = NULL; String_t* G_B3_3 = NULL; String_t* G_B5_0 = NULL; int32_t G_B5_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B5_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B5_3 = NULL; String_t* G_B5_4 = NULL; { // string errorMsg = 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 (ws.InternalRequest.Response != null) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_1 = ___ws0; NullCheck(L_1); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_2; L_2 = WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline(L_1, /*hidden argument*/NULL); NullCheck(L_2); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_3; L_3 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0043; } } { // errorMsg = string.Format("Status Code from Server: {0} and Message: {1}", ws.InternalRequest.Response.StatusCode, ws.InternalRequest.Response.Message); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_4 = ___ws0; NullCheck(L_4); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_5; L_5 = WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline(L_4, /*hidden argument*/NULL); NullCheck(L_5); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_6; L_6 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7; L_7 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(L_6, /*hidden argument*/NULL); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_8); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_10 = ___ws0; NullCheck(L_10); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_11; L_11 = WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline(L_10, /*hidden argument*/NULL); NullCheck(L_11); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_12; L_12 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_11, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13; L_13 = HTTPResponse_get_Message_m1898E05F9D431E994A4D955B9B6C92A3C98A9383_inline(L_12, /*hidden argument*/NULL); String_t* L_14; L_14 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteral67D4050B2685208D62660AB589D35BE44E18FA88, L_9, L_13, /*hidden argument*/NULL); V_0 = L_14; } IL_0043: { // Debug.LogFormat("OnError: error occured: {0}\n", (ex != null ? ex.Message : "Unknown Error " + errorMsg)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = L_15; Exception_t * L_17 = ___ex1; G_B3_0 = 0; G_B3_1 = L_16; G_B3_2 = L_16; G_B3_3 = _stringLiteral1EDAC48A62326243CB4AA503FE4EEF697E513C2B; if (L_17) { G_B4_0 = 0; G_B4_1 = L_16; G_B4_2 = L_16; G_B4_3 = _stringLiteral1EDAC48A62326243CB4AA503FE4EEF697E513C2B; goto IL_0060; } } { String_t* L_18 = V_0; String_t* L_19; L_19 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral1EA8F4BA1A5D713C08007137347E059D8868BFF4, L_18, /*hidden argument*/NULL); G_B5_0 = L_19; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; G_B5_4 = G_B3_3; goto IL_0066; } IL_0060: { Exception_t * L_20 = ___ex1; NullCheck(L_20); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_20); G_B5_0 = L_21; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; G_B5_4 = G_B4_3; } IL_0066: { NullCheck(G_B5_2); ArrayElementTypeCheck (G_B5_2, G_B5_0); (G_B5_2)->SetAt(static_cast(G_B5_1), (RuntimeObject *)G_B5_0); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogFormat_m3FD4ED373B54BC92F95360449859CD95D45D73C6(G_B5_4, G_B5_3, /*hidden argument*/NULL); // webSocket = null; __this->set_webSocket_13((WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)NULL); // } return; } } // System.Void ShootCheck::SetShootBackTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck_SetShootBackTime_m0900D96D79C9EF18AB142FD8C45B18220704CD8F (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, const RuntimeMethod* method) { { // ArmBow.ins.shootBackTime=int.Parse(ArmBowInputField.text); ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_0; L_0 = ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864(/*hidden argument*/NULL); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_1 = __this->get_ArmBowInputField_14(); NullCheck(L_1); String_t* L_2; L_2 = InputField_get_text_m15D0C784A4A104390610325B02216FC2A6F1077C_inline(L_1, /*hidden argument*/NULL); int32_t L_3; L_3 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_2, /*hidden argument*/NULL); NullCheck(L_0); L_0->set_shootBackTime_10(L_3); // } return; } } // System.Void ShootCheck::OnBluetoothReady(BluetoothShoot) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck_OnBluetoothReady_m3A50A1298685B1CCF1891177E8C18B722DBAC8A8 (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * ___bluetoothShoot0, const RuntimeMethod* method) { { // } return; } } // System.Void ShootCheck::AdjustNormalOrHightMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck_AdjustNormalOrHightMode_m4B32B55B86506A3772780C27F65B0C3159061D2F (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FAAC4C64BF7977C10655B4C43E003EAFFC5F598); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (!canAdjustNormalOrHightMode) return; bool L_0 = __this->get_canAdjustNormalOrHightMode_15(); if (L_0) { goto IL_0009; } } { // if (!canAdjustNormalOrHightMode) return; return; } IL_0009: { } IL_000a: try {// begin try (depth: 1) // transportMode = 0; __this->set_transportMode_16(0); // BluetoothShoot.ins.WriteData("NA"); IL2CPP_RUNTIME_CLASS_INIT(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var); BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * L_1 = ((BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var))->get_ins_14(); NullCheck(L_1); BluetoothShoot_WriteData_mCFB8CCEC1942E96244816AACFEEB811A63683FD1(L_1, _stringLiteral1FAAC4C64BF7977C10655B4C43E003EAFFC5F598, /*hidden argument*/NULL); // } catch (Exception) {} goto IL_0025; }// 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_0022; } throw e; } CATCH_0022: {// begin catch(System.Exception) // } catch (Exception) {} // } catch (Exception) {} IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0025; }// end catch (depth: 1) IL_0025: { // } return; } } // System.Void ShootCheck::OnDataReceived(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck_OnDataReceived_mB9DC7FA77D829B1501065792249739303AC396B5 (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral048485050442303CDDBF4478C3D79BC2C1031936); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B86D66477376A42A49B3CD3983CF53BEF4E55A0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEE368EA982621E54D2A7C09FFCF8C26AD840CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE8B250714571DDED88423CC318BEF084C1CD05D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5685E5842FC4776BE9FD2823383A8BC42C4AC9C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE054A5E1BABA51927182BE3F84243E301AA96E3); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; float V_4 = 0.0f; String_t* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; float V_8 = 0.0f; float V_9 = 0.0f; float V_10 = 0.0f; String_t* V_11 = NULL; String_t* V_12 = NULL; { // string str1 = "byte="; V_0 = _stringLiteralC5685E5842FC4776BE9FD2823383A8BC42C4AC9C; // if (webSocket != null) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = __this->get_webSocket_13(); if (!L_0) { goto IL_0031; } } { // for (int i = 0; i < bytes.Length-1; i++) V_2 = 0; goto IL_0029; } IL_0012: { // str1+= bytes[i]; String_t* L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___bytes0; int32_t L_3 = V_2; NullCheck(L_2); String_t* L_4; L_4 = Byte_ToString_m6A11C71EB9B8031596645EA1A4C2430721B282B5((uint8_t*)((L_2)->GetAddressAt(static_cast(L_3))), /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_1, L_4, /*hidden argument*/NULL); V_0 = L_5; // for (int i = 0; i < bytes.Length-1; i++) int32_t L_6 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0029: { // for (int i = 0; i < bytes.Length-1; i++) int32_t L_7 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___bytes0; NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), (int32_t)1))))) { goto IL_0012; } } IL_0031: { // string str2 = ""; V_1 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; // if (transportMode == 0) int32_t L_9 = __this->get_transportMode_16(); if (L_9) { goto IL_0143; } } { // for (int i = 0; i < bytes.Length / 6; i++) V_3 = 0; goto IL_0133; } IL_0049: { // float acc = ToAcceleratedSpeed(bytes[i * 6 + 4], bytes[i * 6 + 5]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___bytes0; int32_t L_11 = V_3; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)6)), (int32_t)4)); uint8_t L_13 = (L_10)->GetAt(static_cast(L_12)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___bytes0; int32_t L_15 = V_3; NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)6)), (int32_t)5)); uint8_t L_17 = (L_14)->GetAt(static_cast(L_16)); float L_18; L_18 = ShootCheck_ToAcceleratedSpeed_m34272DDE938F68730A0FCBF141949A28AFBFB5A6(__this, L_13, L_17, /*hidden argument*/NULL); V_4 = L_18; // string t = "??????"+(int)bytes[i * 6 + 0] + "?"+ (int)bytes[i * 6 + 1]+"?"+ TwoByteToInt(bytes[i * 6 + 2], bytes[i * 6 + 3])+"??)" ; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = L_19; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral048485050442303CDDBF4478C3D79BC2C1031936); (L_20)->SetAt(static_cast(0), (String_t*)_stringLiteral048485050442303CDDBF4478C3D79BC2C1031936); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_21 = L_20; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___bytes0; int32_t L_23 = V_3; NullCheck(L_22); int32_t L_24 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)6)); uint8_t L_25 = (L_22)->GetAt(static_cast(L_24)); V_6 = L_25; String_t* L_26; L_26 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_6), /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_26); (L_21)->SetAt(static_cast(1), (String_t*)L_26); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_27 = L_21; NullCheck(L_27); ArrayElementTypeCheck (L_27, _stringLiteralAE8B250714571DDED88423CC318BEF084C1CD05D); (L_27)->SetAt(static_cast(2), (String_t*)_stringLiteralAE8B250714571DDED88423CC318BEF084C1CD05D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_28 = L_27; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = ___bytes0; int32_t L_30 = V_3; NullCheck(L_29); int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_30, (int32_t)6)), (int32_t)1)); uint8_t L_32 = (L_29)->GetAt(static_cast(L_31)); V_6 = L_32; String_t* L_33; L_33 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_6), /*hidden argument*/NULL); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_33); (L_28)->SetAt(static_cast(3), (String_t*)L_33); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_34 = L_28; NullCheck(L_34); ArrayElementTypeCheck (L_34, _stringLiteral2B86D66477376A42A49B3CD3983CF53BEF4E55A0); (L_34)->SetAt(static_cast(4), (String_t*)_stringLiteral2B86D66477376A42A49B3CD3983CF53BEF4E55A0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_35 = L_34; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = ___bytes0; int32_t L_37 = V_3; NullCheck(L_36); int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_37, (int32_t)6)), (int32_t)2)); uint8_t L_39 = (L_36)->GetAt(static_cast(L_38)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = ___bytes0; int32_t L_41 = V_3; NullCheck(L_40); int32_t L_42 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_41, (int32_t)6)), (int32_t)3)); uint8_t L_43 = (L_40)->GetAt(static_cast(L_42)); int32_t L_44; L_44 = ShootCheck_TwoByteToInt_m11C6CE87740239138237CB9F5BCE9A8F1F43A635(__this, L_39, L_43, /*hidden argument*/NULL); V_6 = L_44; String_t* L_45; L_45 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_6), /*hidden argument*/NULL); NullCheck(L_35); ArrayElementTypeCheck (L_35, L_45); (L_35)->SetAt(static_cast(5), (String_t*)L_45); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_46 = L_35; NullCheck(L_46); ArrayElementTypeCheck (L_46, _stringLiteralDE054A5E1BABA51927182BE3F84243E301AA96E3); (L_46)->SetAt(static_cast(6), (String_t*)_stringLiteralDE054A5E1BABA51927182BE3F84243E301AA96E3); String_t* L_47; L_47 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_46, /*hidden argument*/NULL); V_5 = L_47; // str2 += "????"+ acc + t + "\n"; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_48 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_49 = L_48; String_t* L_50 = V_1; NullCheck(L_49); ArrayElementTypeCheck (L_49, L_50); (L_49)->SetAt(static_cast(0), (String_t*)L_50); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_51 = L_49; NullCheck(L_51); ArrayElementTypeCheck (L_51, _stringLiteral5BEE368EA982621E54D2A7C09FFCF8C26AD840CA); (L_51)->SetAt(static_cast(1), (String_t*)_stringLiteral5BEE368EA982621E54D2A7C09FFCF8C26AD840CA); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_52 = L_51; String_t* L_53; L_53 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)(&V_4), /*hidden argument*/NULL); NullCheck(L_52); ArrayElementTypeCheck (L_52, L_53); (L_52)->SetAt(static_cast(2), (String_t*)L_53); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_54 = L_52; String_t* L_55 = V_5; NullCheck(L_54); ArrayElementTypeCheck (L_54, L_55); (L_54)->SetAt(static_cast(3), (String_t*)L_55); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_56 = L_54; NullCheck(L_56); ArrayElementTypeCheck (L_56, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); (L_56)->SetAt(static_cast(4), (String_t*)_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); String_t* L_57; L_57 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_56, /*hidden argument*/NULL); V_1 = L_57; // if (ins.check(0, acc, 0, t) && ArmBow.ins) ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * L_58 = ((ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_StaticFields*)il2cpp_codegen_static_fields_for(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var))->get_ins_11(); float L_59 = V_4; String_t* L_60 = V_5; NullCheck(L_58); bool L_61; L_61 = ShootCheck_check_mE0C1EC0566D5E8AB7F3F72D00CF0EAE609E21E58(L_58, (0.0f), L_59, (0.0f), L_60, /*hidden argument*/NULL); if (!L_61) { goto IL_012f; } } { ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_62; L_62 = ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_63; L_63 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_62, /*hidden argument*/NULL); if (!L_63) { goto IL_012f; } } { // ArmBow.ins.ADS_fire(); ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_64; L_64 = ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864(/*hidden argument*/NULL); NullCheck(L_64); ArmBow_ADS_fire_m14CF0F83E84AD1C6459823907A34D5C325E9A0C7(L_64, /*hidden argument*/NULL); } IL_012f: { // for (int i = 0; i < bytes.Length / 6; i++) int32_t L_65 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); } IL_0133: { // for (int i = 0; i < bytes.Length / 6; i++) int32_t L_66 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = ___bytes0; NullCheck(L_67); if ((((int32_t)L_66) < ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_67)->max_length)))/(int32_t)6))))) { goto IL_0049; } } { // } goto IL_028e; } IL_0143: { // else if (transportMode == 1) int32_t L_68 = __this->get_transportMode_16(); if ((!(((uint32_t)L_68) == ((uint32_t)1)))) { goto IL_028e; } } { // for (int i = 0; i < bytes.Length / 11; i++) V_7 = 0; goto IL_0281; } IL_0157: { // float ax = ToAcceleratedSpeed(bytes[i * 11 + 5], bytes[i * 11 + 6]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_69 = ___bytes0; int32_t L_70 = V_7; NullCheck(L_69); int32_t L_71 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_70, (int32_t)((int32_t)11))), (int32_t)5)); uint8_t L_72 = (L_69)->GetAt(static_cast(L_71)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_73 = ___bytes0; int32_t L_74 = V_7; NullCheck(L_73); int32_t L_75 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_74, (int32_t)((int32_t)11))), (int32_t)6)); uint8_t L_76 = (L_73)->GetAt(static_cast(L_75)); float L_77; L_77 = ShootCheck_ToAcceleratedSpeed_m34272DDE938F68730A0FCBF141949A28AFBFB5A6(__this, L_72, L_76, /*hidden argument*/NULL); V_8 = L_77; // float ay = ToAcceleratedSpeed(bytes[i * 11 + 7], bytes[i * 11 + 8]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_78 = ___bytes0; int32_t L_79 = V_7; NullCheck(L_78); int32_t L_80 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_79, (int32_t)((int32_t)11))), (int32_t)7)); uint8_t L_81 = (L_78)->GetAt(static_cast(L_80)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_82 = ___bytes0; int32_t L_83 = V_7; NullCheck(L_82); int32_t L_84 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_83, (int32_t)((int32_t)11))), (int32_t)8)); uint8_t L_85 = (L_82)->GetAt(static_cast(L_84)); float L_86; L_86 = ShootCheck_ToAcceleratedSpeed_m34272DDE938F68730A0FCBF141949A28AFBFB5A6(__this, L_81, L_85, /*hidden argument*/NULL); V_9 = L_86; // float az = ToAcceleratedSpeed(bytes[i * 11 + 9], bytes[i * 11 + 10]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_87 = ___bytes0; int32_t L_88 = V_7; NullCheck(L_87); int32_t L_89 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_88, (int32_t)((int32_t)11))), (int32_t)((int32_t)9))); uint8_t L_90 = (L_87)->GetAt(static_cast(L_89)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_91 = ___bytes0; int32_t L_92 = V_7; NullCheck(L_91); int32_t L_93 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_92, (int32_t)((int32_t)11))), (int32_t)((int32_t)10))); uint8_t L_94 = (L_91)->GetAt(static_cast(L_93)); float L_95; L_95 = ShootCheck_ToAcceleratedSpeed_m34272DDE938F68730A0FCBF141949A28AFBFB5A6(__this, L_90, L_94, /*hidden argument*/NULL); V_10 = L_95; // string t = "??????"+(int)bytes[i * 11 + 3] + "?"+ (int)bytes[i * 11 + 4]+"?"+ TwoByteToInt(bytes[i * 11 + 1], bytes[i * 11 + 2])+"??)" ; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_96 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_97 = L_96; NullCheck(L_97); ArrayElementTypeCheck (L_97, _stringLiteral048485050442303CDDBF4478C3D79BC2C1031936); (L_97)->SetAt(static_cast(0), (String_t*)_stringLiteral048485050442303CDDBF4478C3D79BC2C1031936); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_98 = L_97; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_99 = ___bytes0; int32_t L_100 = V_7; NullCheck(L_99); int32_t L_101 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_100, (int32_t)((int32_t)11))), (int32_t)3)); uint8_t L_102 = (L_99)->GetAt(static_cast(L_101)); V_6 = L_102; String_t* L_103; L_103 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_6), /*hidden argument*/NULL); NullCheck(L_98); ArrayElementTypeCheck (L_98, L_103); (L_98)->SetAt(static_cast(1), (String_t*)L_103); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_104 = L_98; NullCheck(L_104); ArrayElementTypeCheck (L_104, _stringLiteralAE8B250714571DDED88423CC318BEF084C1CD05D); (L_104)->SetAt(static_cast(2), (String_t*)_stringLiteralAE8B250714571DDED88423CC318BEF084C1CD05D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_105 = L_104; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_106 = ___bytes0; int32_t L_107 = V_7; NullCheck(L_106); int32_t L_108 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_107, (int32_t)((int32_t)11))), (int32_t)4)); uint8_t L_109 = (L_106)->GetAt(static_cast(L_108)); V_6 = L_109; String_t* L_110; L_110 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_6), /*hidden argument*/NULL); NullCheck(L_105); ArrayElementTypeCheck (L_105, L_110); (L_105)->SetAt(static_cast(3), (String_t*)L_110); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_111 = L_105; NullCheck(L_111); ArrayElementTypeCheck (L_111, _stringLiteral2B86D66477376A42A49B3CD3983CF53BEF4E55A0); (L_111)->SetAt(static_cast(4), (String_t*)_stringLiteral2B86D66477376A42A49B3CD3983CF53BEF4E55A0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_112 = L_111; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_113 = ___bytes0; int32_t L_114 = V_7; NullCheck(L_113); int32_t L_115 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_114, (int32_t)((int32_t)11))), (int32_t)1)); uint8_t L_116 = (L_113)->GetAt(static_cast(L_115)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_117 = ___bytes0; int32_t L_118 = V_7; NullCheck(L_117); int32_t L_119 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_118, (int32_t)((int32_t)11))), (int32_t)2)); uint8_t L_120 = (L_117)->GetAt(static_cast(L_119)); int32_t L_121; L_121 = ShootCheck_TwoByteToInt_m11C6CE87740239138237CB9F5BCE9A8F1F43A635(__this, L_116, L_120, /*hidden argument*/NULL); V_6 = L_121; String_t* L_122; L_122 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_6), /*hidden argument*/NULL); NullCheck(L_112); ArrayElementTypeCheck (L_112, L_122); (L_112)->SetAt(static_cast(5), (String_t*)L_122); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_123 = L_112; NullCheck(L_123); ArrayElementTypeCheck (L_123, _stringLiteralDE054A5E1BABA51927182BE3F84243E301AA96E3); (L_123)->SetAt(static_cast(6), (String_t*)_stringLiteralDE054A5E1BABA51927182BE3F84243E301AA96E3); String_t* L_124; L_124 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_123, /*hidden argument*/NULL); V_11 = L_124; // str2 += "????"+ay+t+"\n"; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_125 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_126 = L_125; String_t* L_127 = V_1; NullCheck(L_126); ArrayElementTypeCheck (L_126, L_127); (L_126)->SetAt(static_cast(0), (String_t*)L_127); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_128 = L_126; NullCheck(L_128); ArrayElementTypeCheck (L_128, _stringLiteral5BEE368EA982621E54D2A7C09FFCF8C26AD840CA); (L_128)->SetAt(static_cast(1), (String_t*)_stringLiteral5BEE368EA982621E54D2A7C09FFCF8C26AD840CA); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_129 = L_128; String_t* L_130; L_130 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)(&V_9), /*hidden argument*/NULL); NullCheck(L_129); ArrayElementTypeCheck (L_129, L_130); (L_129)->SetAt(static_cast(2), (String_t*)L_130); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_131 = L_129; String_t* L_132 = V_11; NullCheck(L_131); ArrayElementTypeCheck (L_131, L_132); (L_131)->SetAt(static_cast(3), (String_t*)L_132); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_133 = L_131; NullCheck(L_133); ArrayElementTypeCheck (L_133, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); (L_133)->SetAt(static_cast(4), (String_t*)_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); String_t* L_134; L_134 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_133, /*hidden argument*/NULL); V_1 = L_134; // if (ins.check(ax, ay, az, t) && ArmBow.ins) ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * L_135 = ((ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_StaticFields*)il2cpp_codegen_static_fields_for(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var))->get_ins_11(); float L_136 = V_8; float L_137 = V_9; float L_138 = V_10; String_t* L_139 = V_11; NullCheck(L_135); bool L_140; L_140 = ShootCheck_check_mE0C1EC0566D5E8AB7F3F72D00CF0EAE609E21E58(L_135, L_136, L_137, L_138, L_139, /*hidden argument*/NULL); if (!L_140) { goto IL_027b; } } { ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_141; L_141 = ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_142; L_142 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_141, /*hidden argument*/NULL); if (!L_142) { goto IL_027b; } } { // ArmBow.ins.ADS_fire(); ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_143; L_143 = ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864(/*hidden argument*/NULL); NullCheck(L_143); ArmBow_ADS_fire_m14CF0F83E84AD1C6459823907A34D5C325E9A0C7(L_143, /*hidden argument*/NULL); } IL_027b: { // for (int i = 0; i < bytes.Length / 11; i++) int32_t L_144 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_144, (int32_t)1)); } IL_0281: { // for (int i = 0; i < bytes.Length / 11; i++) int32_t L_145 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_146 = ___bytes0; NullCheck(L_146); if ((((int32_t)L_145) < ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_146)->max_length)))/(int32_t)((int32_t)11)))))) { goto IL_0157; } } IL_028e: { // if (webSocket != null) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_147 = __this->get_webSocket_13(); if (!L_147) { goto IL_02b1; } } { // string str3 = str1+"\n"+str2; String_t* L_148 = V_0; String_t* L_149 = V_1; String_t* L_150; L_150 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_148, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, L_149, /*hidden argument*/NULL); V_12 = L_150; // webSocket.Send(str3); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_151 = __this->get_webSocket_13(); String_t* L_152 = V_12; NullCheck(L_151); WebSocket_Send_m0D44D2CE56DB75C305509A4E0E11F9A7CA51D8AC(L_151, L_152, /*hidden argument*/NULL); } IL_02b1: { // } return; } } // System.Single ShootCheck::ToAcceleratedSpeed(System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ShootCheck_ToAcceleratedSpeed_m34272DDE938F68730A0FCBF141949A28AFBFB5A6 (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, uint8_t ___b10, uint8_t ___b21, const RuntimeMethod* method) { { // int value = TwoByteToInt(b1, b2); uint8_t L_0 = ___b10; uint8_t L_1 = ___b21; int32_t L_2; L_2 = ShootCheck_TwoByteToInt_m11C6CE87740239138237CB9F5BCE9A8F1F43A635(__this, L_0, L_1, /*hidden argument*/NULL); // return (float)value / 32768; return ((float)((float)((float)((float)L_2))/(float)(32768.0f))); } } // System.Int32 ShootCheck::TwoByteToInt(System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ShootCheck_TwoByteToInt_m11C6CE87740239138237CB9F5BCE9A8F1F43A635 (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, uint8_t ___b10, uint8_t ___b21, const RuntimeMethod* method) { { // ushort twoByte = (ushort)(b1 * 256 + b2); uint8_t L_0 = ___b10; uint8_t L_1 = ___b21; // short shortNum = (short)twoByte; // return (int)shortNum; return ((int16_t)((int16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)((int32_t)256))), (int32_t)L_1)))))); } } // System.Boolean ShootCheck::check(System.Single,System.Single,System.Single,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ShootCheck_check_mE0C1EC0566D5E8AB7F3F72D00CF0EAE609E21E58 (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, float ___ax0, float ___ay1, float ___az2, String_t* ___t3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ElementAt_TisString_t_mEAC6C65893C5FB63B3946D9CF746C9D579A2C355_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ElementAt_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m03443F8B45D053F53C1CB57C456AAFBE39ACB01E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mF3BDC6EBE9684EA4D6BB9E4D76E713943201ED61_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m5E912ADA183C0D8D2895047834E0D4AA19CB5899_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m25DBC83F270C6ED5B5458987767395C26ADAB348_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Clear_m1D8BC0D358085A0C76DC4EBB50B79781B9F8EB45_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Clear_mB35BC3367B2296D3B1FAFD50DB86FBD814135021_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Enqueue_m365022FCF7168BF9C2EA2FDAE4C0EE42B5CA3086_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Enqueue_mFA689133C7718CC225560689225A1DBC6243BF25_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_GetEnumerator_mF5485D65C3E2953AD7E5AC739600EF954E58222B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral30277B35FF6B21B0CCE6DE04C0EDF4C9033725ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEE368EA982621E54D2A7C09FFCF8C26AD840CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E18D05291325460B19B20E62D6926FB407F8F2A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7163D086F1D5802D9CE16CA5335BC85CC5BFA59D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCCDD2BB80FDD5E8E6A309332CA959EBF10BABCEC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF5A6CF29A555ECBEC5F0AF56948729DEBFDB427E); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); float V_2 = 0.0f; int32_t V_3 = 0; float V_4 = 0.0f; float V_5 = 0.0f; float V_6 = 0.0f; float V_7 = 0.0f; bool V_8 = false; Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 V_9; memset((&V_9), 0, sizeof(V_9)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_10; memset((&V_10), 0, sizeof(V_10)); String_t* V_11 = NULL; int32_t V_12 = 0; int32_t V_13 = 0; float V_14 = 0.0f; String_t* V_15 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B22_0 = 0; { // float acc = ay; float L_0 = ___ay1; V_0 = L_0; // DebugLine.show(acc); //???????????????? float L_1 = V_0; DebugLine_show_m5404C850B4B5524AEE6E4ACE2F150E04E93D3430(L_1, /*hidden argument*/NULL); // if (locked) bool L_2 = __this->get_locked_6(); if (!L_2) { goto IL_0012; } } { // return false; return (bool)0; } IL_0012: { // if (acc > cmd.getAcc()) float L_3 = V_0; CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 * L_4 = __this->get_cmd_5(); NullCheck(L_4); float L_5; L_5 = CMD_getAcc_mD86BCFE54E3658F6F8C8D0E8BAA667990F6E66A8(L_4, /*hidden argument*/NULL); if ((!(((float)L_3) > ((float)L_5)))) { goto IL_0055; } } { // if (acc > maxAcc) float L_6 = V_0; float L_7 = __this->get_maxAcc_7(); if ((!(((float)L_6) > ((float)L_7)))) { goto IL_0030; } } { // maxAcc = acc; float L_8 = V_0; __this->set_maxAcc_7(L_8); } IL_0030: { // Vector3 keyAcc = new Vector3(ax, acc, az); float L_9 = ___ax0; float L_10 = V_0; float L_11 = ___az2; Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), L_9, L_10, L_11, /*hidden argument*/NULL); // keyAccList.Enqueue(keyAcc); Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * L_12 = __this->get_keyAccList_8(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_1; NullCheck(L_12); Queue_1_Enqueue_mFA689133C7718CC225560689225A1DBC6243BF25(L_12, L_13, /*hidden argument*/Queue_1_Enqueue_mFA689133C7718CC225560689225A1DBC6243BF25_RuntimeMethod_var); // keyTimeList.Enqueue(t); Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * L_14 = __this->get_keyTimeList_9(); String_t* L_15 = ___t3; NullCheck(L_14); Queue_1_Enqueue_m365022FCF7168BF9C2EA2FDAE4C0EE42B5CA3086(L_14, L_15, /*hidden argument*/Queue_1_Enqueue_m365022FCF7168BF9C2EA2FDAE4C0EE42B5CA3086_RuntimeMethod_var); // return false; return (bool)0; } IL_0055: { // else if (acc < cmd.getAcc() && maxAcc != 0) { float L_16 = V_0; CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 * L_17 = __this->get_cmd_5(); NullCheck(L_17); float L_18; L_18 = CMD_getAcc_mD86BCFE54E3658F6F8C8D0E8BAA667990F6E66A8(L_17, /*hidden argument*/NULL); if ((!(((float)L_16) < ((float)L_18)))) { goto IL_02de; } } { float L_19 = __this->get_maxAcc_7(); if ((((float)L_19) == ((float)(0.0f)))) { goto IL_02de; } } { // shootSpeed = 0; __this->set_shootSpeed_10((0.0f)); // float lasKeytAcc = 0; V_2 = (0.0f); // int keyAccIndex = 0; V_3 = 0; // float timeInterval = 0.002f; V_4 = (0.00200000009f); // float totalAx = 0; V_5 = (0.0f); // float totalAy = 0; V_6 = (0.0f); // float totalAz = 0; V_7 = (0.0f); // foreach (var keyAcc in keyAccList) Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * L_20 = __this->get_keyAccList_8(); NullCheck(L_20); Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 L_21; L_21 = Queue_1_GetEnumerator_mF5485D65C3E2953AD7E5AC739600EF954E58222B(L_20, /*hidden argument*/Queue_1_GetEnumerator_mF5485D65C3E2953AD7E5AC739600EF954E58222B_RuntimeMethod_var); V_9 = L_21; } IL_00b2: try {// begin try (depth: 1) { goto IL_015c; } IL_00b7: { // foreach (var keyAcc in keyAccList) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = Enumerator_get_Current_m25DBC83F270C6ED5B5458987767395C26ADAB348((Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 *)(&V_9), /*hidden argument*/Enumerator_get_Current_m25DBC83F270C6ED5B5458987767395C26ADAB348_RuntimeMethod_var); V_10 = L_22; // totalAx += Mathf.Abs(keyAcc.x); float L_23 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24 = V_10; float L_25 = L_24.get_x_2(); float L_26; L_26 = fabsf(L_25); V_5 = ((float)il2cpp_codegen_add((float)L_23, (float)L_26)); // totalAy += Mathf.Abs(keyAcc.y); float L_27 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28 = V_10; float L_29 = L_28.get_y_3(); float L_30; L_30 = fabsf(L_29); V_6 = ((float)il2cpp_codegen_add((float)L_27, (float)L_30)); // totalAz += Mathf.Abs(keyAcc.z); float L_31 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_32 = V_10; float L_33 = L_32.get_z_4(); float L_34; L_34 = fabsf(L_33); V_7 = ((float)il2cpp_codegen_add((float)L_31, (float)L_34)); // if (keyAccIndex > 0) int32_t L_35 = V_3; if ((((int32_t)L_35) <= ((int32_t)0))) { goto IL_012f; } } IL_00f7: { // shootSpeed += keyAcc.y * timeInterval; float L_36 = __this->get_shootSpeed_10(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_37 = V_10; float L_38 = L_37.get_y_3(); float L_39 = V_4; __this->set_shootSpeed_10(((float)il2cpp_codegen_add((float)L_36, (float)((float)il2cpp_codegen_multiply((float)L_38, (float)L_39))))); // shootSpeed -= (keyAcc.y - lasKeytAcc) * timeInterval / 2; float L_40 = __this->get_shootSpeed_10(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_41 = V_10; float L_42 = L_41.get_y_3(); float L_43 = V_2; float L_44 = V_4; __this->set_shootSpeed_10(((float)il2cpp_codegen_subtract((float)L_40, (float)((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_42, (float)L_43)), (float)L_44))/(float)(2.0f)))))); // } goto IL_0150; } IL_012f: { // else if (keyAccIndex == 0 && keyAccList.Count == 1) int32_t L_45 = V_3; if (L_45) { goto IL_0150; } } IL_0132: { Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * L_46 = __this->get_keyAccList_8(); NullCheck(L_46); int32_t L_47; L_47 = Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_inline(L_46, /*hidden argument*/Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_RuntimeMethod_var); if ((!(((uint32_t)L_47) == ((uint32_t)1)))) { goto IL_0150; } } IL_0140: { // shootSpeed = keyAcc.y * timeInterval; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_48 = V_10; float L_49 = L_48.get_y_3(); float L_50 = V_4; __this->set_shootSpeed_10(((float)il2cpp_codegen_multiply((float)L_49, (float)L_50))); } IL_0150: { // lasKeytAcc = keyAcc.y; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_51 = V_10; float L_52 = L_51.get_y_3(); V_2 = L_52; // keyAccIndex++; int32_t L_53 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); } IL_015c: { // foreach (var keyAcc in keyAccList) bool L_54; L_54 = Enumerator_MoveNext_m5E912ADA183C0D8D2895047834E0D4AA19CB5899((Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 *)(&V_9), /*hidden argument*/Enumerator_MoveNext_m5E912ADA183C0D8D2895047834E0D4AA19CB5899_RuntimeMethod_var); if (L_54) { goto IL_00b7; } } IL_0168: { IL2CPP_LEAVE(0x178, FINALLY_016a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_016a; } FINALLY_016a: {// begin finally (depth: 1) Enumerator_Dispose_mF3BDC6EBE9684EA4D6BB9E4D76E713943201ED61((Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 *)(&V_9), /*hidden argument*/Enumerator_Dispose_mF3BDC6EBE9684EA4D6BB9E4D76E713943201ED61_RuntimeMethod_var); IL2CPP_END_FINALLY(362) }// end finally (depth: 1) IL2CPP_CLEANUP(362) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x178, IL_0178) } IL_0178: { // bool isLegalShoot = totalAy > totalAx && totalAy > totalAz; float L_55 = V_6; float L_56 = V_5; if ((!(((float)L_55) > ((float)L_56)))) { goto IL_0186; } } { float L_57 = V_6; float L_58 = V_7; G_B22_0 = ((((float)L_57) > ((float)L_58))? 1 : 0); goto IL_0187; } IL_0186: { G_B22_0 = 0; } IL_0187: { V_8 = (bool)G_B22_0; // if (isLegalShoot) bool L_59 = V_8; if (!L_59) { goto IL_02a4; } } { // shootSpeed *= 9.80665f; float L_60 = __this->get_shootSpeed_10(); __this->set_shootSpeed_10(((float)il2cpp_codegen_multiply((float)L_60, (float)(9.80665016f)))); // string strShootSpeed = "????: " + shootSpeed + " ??: " + keyAccList.Count + "\n"; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_61 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_62 = L_61; NullCheck(L_62); ArrayElementTypeCheck (L_62, _stringLiteral30277B35FF6B21B0CCE6DE04C0EDF4C9033725ED); (L_62)->SetAt(static_cast(0), (String_t*)_stringLiteral30277B35FF6B21B0CCE6DE04C0EDF4C9033725ED); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_63 = L_62; float* L_64 = __this->get_address_of_shootSpeed_10(); String_t* L_65; L_65 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_64, /*hidden argument*/NULL); NullCheck(L_63); ArrayElementTypeCheck (L_63, L_65); (L_63)->SetAt(static_cast(1), (String_t*)L_65); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_66 = L_63; NullCheck(L_66); ArrayElementTypeCheck (L_66, _stringLiteral5E18D05291325460B19B20E62D6926FB407F8F2A); (L_66)->SetAt(static_cast(2), (String_t*)_stringLiteral5E18D05291325460B19B20E62D6926FB407F8F2A); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_67 = L_66; Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * L_68 = __this->get_keyAccList_8(); NullCheck(L_68); int32_t L_69; L_69 = Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_inline(L_68, /*hidden argument*/Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_RuntimeMethod_var); V_12 = L_69; String_t* L_70; L_70 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_12), /*hidden argument*/NULL); NullCheck(L_67); ArrayElementTypeCheck (L_67, L_70); (L_67)->SetAt(static_cast(3), (String_t*)L_70); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_71 = L_67; NullCheck(L_71); ArrayElementTypeCheck (L_71, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); (L_71)->SetAt(static_cast(4), (String_t*)_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); String_t* L_72; L_72 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_71, /*hidden argument*/NULL); // strShootSpeed += "????: " + shootSpeed + "\n"; float* L_73 = __this->get_address_of_shootSpeed_10(); String_t* L_74; L_74 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_73, /*hidden argument*/NULL); String_t* L_75; L_75 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(L_72, _stringLiteralF5A6CF29A555ECBEC5F0AF56948729DEBFDB427E, L_74, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, /*hidden argument*/NULL); // string str1 = strShootSpeed + "/////////????????////////////?\n"; String_t* L_76; L_76 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_75, _stringLiteral7163D086F1D5802D9CE16CA5335BC85CC5BFA59D, /*hidden argument*/NULL); V_11 = L_76; // for (int i=0;iget_keyAccList_8(); int32_t L_78 = V_13; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_79; L_79 = Enumerable_ElementAt_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m03443F8B45D053F53C1CB57C456AAFBE39ACB01E(L_77, L_78, /*hidden argument*/Enumerable_ElementAt_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m03443F8B45D053F53C1CB57C456AAFBE39ACB01E_RuntimeMethod_var); float L_80 = L_79.get_y_3(); V_14 = L_80; // string time = keyTimeList.ElementAt(i); Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * L_81 = __this->get_keyTimeList_9(); int32_t L_82 = V_13; String_t* L_83; L_83 = Enumerable_ElementAt_TisString_t_mEAC6C65893C5FB63B3946D9CF746C9D579A2C355(L_81, L_82, /*hidden argument*/Enumerable_ElementAt_TisString_t_mEAC6C65893C5FB63B3946D9CF746C9D579A2C355_RuntimeMethod_var); V_15 = L_83; // str1 += "????"+keyAcc+time+"\n"; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_84 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_85 = L_84; String_t* L_86 = V_11; NullCheck(L_85); ArrayElementTypeCheck (L_85, L_86); (L_85)->SetAt(static_cast(0), (String_t*)L_86); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_87 = L_85; NullCheck(L_87); ArrayElementTypeCheck (L_87, _stringLiteral5BEE368EA982621E54D2A7C09FFCF8C26AD840CA); (L_87)->SetAt(static_cast(1), (String_t*)_stringLiteral5BEE368EA982621E54D2A7C09FFCF8C26AD840CA); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_88 = L_87; String_t* L_89; L_89 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)(&V_14), /*hidden argument*/NULL); NullCheck(L_88); ArrayElementTypeCheck (L_88, L_89); (L_88)->SetAt(static_cast(2), (String_t*)L_89); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_90 = L_88; String_t* L_91 = V_15; NullCheck(L_90); ArrayElementTypeCheck (L_90, L_91); (L_90)->SetAt(static_cast(3), (String_t*)L_91); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_92 = L_90; NullCheck(L_92); ArrayElementTypeCheck (L_92, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); (L_92)->SetAt(static_cast(4), (String_t*)_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); String_t* L_93; L_93 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_92, /*hidden argument*/NULL); V_11 = L_93; // for (int i=0;iget_keyAccList_8(); NullCheck(L_96); int32_t L_97; L_97 = Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_inline(L_96, /*hidden argument*/Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_RuntimeMethod_var); if ((((int32_t)L_95) < ((int32_t)L_97))) { goto IL_0215; } } { // Debug.LogWarning(str1); String_t* L_98 = V_11; IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_m24085D883C9E74D7AB423F0625E13259923960E7(L_98, /*hidden argument*/NULL); // if (webSocket != null) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_99 = __this->get_webSocket_13(); if (!L_99) { goto IL_02a4; } } { // webSocket.Send(str1+"/////////????????////////////?\n"); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_100 = __this->get_webSocket_13(); String_t* L_101 = V_11; String_t* L_102; L_102 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_101, _stringLiteral7163D086F1D5802D9CE16CA5335BC85CC5BFA59D, /*hidden argument*/NULL); NullCheck(L_100); WebSocket_Send_m0D44D2CE56DB75C305509A4E0E11F9A7CA51D8AC(L_100, L_102, /*hidden argument*/NULL); } IL_02a4: { // keyAccList.Clear(); Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * L_103 = __this->get_keyAccList_8(); NullCheck(L_103); Queue_1_Clear_mB35BC3367B2296D3B1FAFD50DB86FBD814135021(L_103, /*hidden argument*/Queue_1_Clear_mB35BC3367B2296D3B1FAFD50DB86FBD814135021_RuntimeMethod_var); // keyTimeList.Clear(); Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * L_104 = __this->get_keyTimeList_9(); NullCheck(L_104); Queue_1_Clear_m1D8BC0D358085A0C76DC4EBB50B79781B9F8EB45(L_104, /*hidden argument*/Queue_1_Clear_m1D8BC0D358085A0C76DC4EBB50B79781B9F8EB45_RuntimeMethod_var); // maxAcc = 0; __this->set_maxAcc_7((0.0f)); // Dolock(); ShootCheck_Dolock_mB6FB4E833E38E3E965F1F67C72162B2227C379B7(__this, /*hidden argument*/NULL); // Invoke("Unlock", 1.8f); MonoBehaviour_Invoke_m4AAB759653B1C6FB0653527F4DDC72D1E9162CC4(__this, _stringLiteralCCDD2BB80FDD5E8E6A309332CA959EBF10BABCEC, (1.79999995f), /*hidden argument*/NULL); // return isLegalShoot; bool L_105 = V_8; return L_105; } IL_02de: { // return false; return (bool)0; } } // System.Void ShootCheck::ShootByInfrared(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck_ShootByInfrared_m1A357BF6E14EFC027DA04993F67CFFF3136AA4B4 (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugForDevice_t2AA686C4546FE35496F1B5EC8FD1FC91A5439900_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral07295DDF6E8E21B6A47CA0A61182C758BEE31F54); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; bool V_4 = false; float V_5 = 0.0f; String_t* V_6 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // byteTime1 = bytes[2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bytes0; NullCheck(L_0); int32_t L_1 = 2; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); __this->set_byteTime1_17(L_2); // byteTime1 = bytes[3]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___bytes0; NullCheck(L_3); int32_t L_4 = 3; uint8_t L_5 = (L_3)->GetAt(static_cast(L_4)); __this->set_byteTime1_17(L_5); // int id = bytes[1]; //?? ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___bytes0; NullCheck(L_6); int32_t L_7 = 1; uint8_t L_8 = (L_6)->GetAt(static_cast(L_7)); V_0 = L_8; // float time1 = bytes[2] * 0.1f; //??1?? ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___bytes0; NullCheck(L_9); int32_t L_10 = 2; uint8_t L_11 = (L_9)->GetAt(static_cast(L_10)); V_1 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_11)), (float)(0.100000001f))); // float time2 = bytes[3] * 0.1f; //??2?? ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___bytes0; NullCheck(L_12); int32_t L_13 = 3; uint8_t L_14 = (L_12)->GetAt(static_cast(L_13)); V_2 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_14)), (float)(0.100000001f))); // float totalTime = time1 + time2; float L_15 = V_1; float L_16 = V_2; V_3 = ((float)il2cpp_codegen_add((float)L_15, (float)L_16)); // int sumCheck = bytes[0] + bytes[1] + bytes[2] + bytes[3]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___bytes0; NullCheck(L_17); int32_t L_18 = 0; uint8_t L_19 = (L_17)->GetAt(static_cast(L_18)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___bytes0; NullCheck(L_20); int32_t L_21 = 1; uint8_t L_22 = (L_20)->GetAt(static_cast(L_21)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = ___bytes0; NullCheck(L_23); int32_t L_24 = 2; uint8_t L_25 = (L_23)->GetAt(static_cast(L_24)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___bytes0; NullCheck(L_26); int32_t L_27 = 3; uint8_t L_28 = (L_26)->GetAt(static_cast(L_27)); // sumCheck &= 0xff; // bool sumCheckRes = sumCheck == bytes[4]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = ___bytes0; NullCheck(L_29); int32_t L_30 = 4; uint8_t L_31 = (L_29)->GetAt(static_cast(L_30)); V_4 = (bool)((((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_22)), (int32_t)L_25)), (int32_t)L_28))&(int32_t)((int32_t)255)))) == ((int32_t)L_31))? 1 : 0); // float speed = 0.05f / (totalTime / 1000f); float L_32 = V_3; V_5 = ((float)((float)(0.0500000007f)/(float)((float)((float)L_32/(float)(1000.0f))))); // shootSpeed = Mathf.Sqrt(speed * speed * CommonConfig.arrowWeight / UserSettings.ins.actualArrowWeight); float L_33 = V_5; float L_34 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); float L_35 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_arrowWeight_11(); UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_36; L_36 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_36); float L_37 = L_36->get_actualArrowWeight_4(); float L_38; L_38 = sqrtf(((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_33, (float)L_34)), (float)L_35))/(float)L_37))); __this->set_shootSpeed_10(L_38); // string logTxt = $"??{id}???1?{time1}?????2?{time2}??????{sumCheckRes}??????{speed}m/s??????{shootSpeed}m/s"; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_39 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_40 = L_39; int32_t L_41 = V_0; int32_t L_42 = L_41; RuntimeObject * L_43 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_42); NullCheck(L_40); ArrayElementTypeCheck (L_40, L_43); (L_40)->SetAt(static_cast(0), (RuntimeObject *)L_43); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_44 = L_40; float L_45 = V_1; float L_46 = L_45; RuntimeObject * L_47 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_46); NullCheck(L_44); ArrayElementTypeCheck (L_44, L_47); (L_44)->SetAt(static_cast(1), (RuntimeObject *)L_47); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_48 = L_44; float L_49 = V_2; float L_50 = L_49; RuntimeObject * L_51 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_50); NullCheck(L_48); ArrayElementTypeCheck (L_48, L_51); (L_48)->SetAt(static_cast(2), (RuntimeObject *)L_51); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_52 = L_48; bool L_53 = V_4; bool L_54 = L_53; RuntimeObject * L_55 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_54); NullCheck(L_52); ArrayElementTypeCheck (L_52, L_55); (L_52)->SetAt(static_cast(3), (RuntimeObject *)L_55); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_56 = L_52; float L_57 = V_5; float L_58 = L_57; RuntimeObject * L_59 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_58); NullCheck(L_56); ArrayElementTypeCheck (L_56, L_59); (L_56)->SetAt(static_cast(4), (RuntimeObject *)L_59); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_60 = L_56; float L_61 = __this->get_shootSpeed_10(); float L_62 = L_61; RuntimeObject * L_63 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_62); NullCheck(L_60); ArrayElementTypeCheck (L_60, L_63); (L_60)->SetAt(static_cast(5), (RuntimeObject *)L_63); String_t* L_64; L_64 = String_Format_mCED6767EA5FEE6F15ABCD5B4F9150D1284C2795B(_stringLiteral07295DDF6E8E21B6A47CA0A61182C758BEE31F54, L_60, /*hidden argument*/NULL); V_6 = L_64; // if (DebugForDevice.ins) DebugForDevice.ins.LogInfrared(logTxt); DebugForDevice_t2AA686C4546FE35496F1B5EC8FD1FC91A5439900 * L_65 = ((DebugForDevice_t2AA686C4546FE35496F1B5EC8FD1FC91A5439900_StaticFields*)il2cpp_codegen_static_fields_for(DebugForDevice_t2AA686C4546FE35496F1B5EC8FD1FC91A5439900_il2cpp_TypeInfo_var))->get_ins_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_66; L_66 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_00e3; } } { // if (DebugForDevice.ins) DebugForDevice.ins.LogInfrared(logTxt); DebugForDevice_t2AA686C4546FE35496F1B5EC8FD1FC91A5439900 * L_67 = ((DebugForDevice_t2AA686C4546FE35496F1B5EC8FD1FC91A5439900_StaticFields*)il2cpp_codegen_static_fields_for(DebugForDevice_t2AA686C4546FE35496F1B5EC8FD1FC91A5439900_il2cpp_TypeInfo_var))->get_ins_4(); String_t* L_68 = V_6; NullCheck(L_67); DebugForDevice_LogInfrared_m03506C9815AC72F92F61884494786DBD5DC43771(L_67, L_68, /*hidden argument*/NULL); } IL_00e3: { } IL_00e4: try {// begin try (depth: 1) { // if (sumCheckRes) BluetoothAim.ins.ReplyInfraredShoot(); //???????????? bool L_69 = V_4; if (!L_69) { goto IL_00f2; } } IL_00e8: { // if (sumCheckRes) BluetoothAim.ins.ReplyInfraredShoot(); //???????????? IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_70 = ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->get_ins_16(); NullCheck(L_70); BluetoothAim_ReplyInfraredShoot_m6396D806DF8BB616E505E03D7C8C3644AE0E465E(L_70, /*hidden argument*/NULL); } IL_00f2: { // } catch (Exception) {} goto IL_00f7; } }// 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_00f4; } throw e; } CATCH_00f4: {// begin catch(System.Exception) // } catch (Exception) {} // } catch (Exception) {} IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00f7; }// end catch (depth: 1) IL_00f7: { } IL_00f8: try {// begin try (depth: 1) // ShootCheck.ins.webSocket.Send(logTxt); ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * L_71 = ((ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_StaticFields*)il2cpp_codegen_static_fields_for(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var))->get_ins_11(); NullCheck(L_71); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_72 = L_71->get_webSocket_13(); String_t* L_73 = V_6; NullCheck(L_72); WebSocket_Send_m0D44D2CE56DB75C305509A4E0E11F9A7CA51D8AC(L_72, L_73, /*hidden argument*/NULL); // } catch (Exception) {} goto IL_010e; }// 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_010b; } throw e; } CATCH_010b: {// begin catch(System.Exception) // } catch (Exception) {} // } catch (Exception) {} IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_010e; }// end catch (depth: 1) IL_010e: { // AimHandler.ins.NotifyAxisOnShot(); AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * L_74 = ((AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_StaticFields*)il2cpp_codegen_static_fields_for(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_il2cpp_TypeInfo_var))->get_ins_7(); NullCheck(L_74); AimHandler_NotifyAxisOnShot_m4F72C0E0165844ED436765EE6ACFD36AD88689A8(L_74, /*hidden argument*/NULL); // if (SB_EventSystem.ins && SB_EventSystem.ins.simulateMouseIsAwaked) { SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * L_75 = ((SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields*)il2cpp_codegen_static_fields_for(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var))->get_ins_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_76; L_76 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_75, /*hidden argument*/NULL); if (!L_76) { goto IL_013b; } } { SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * L_77 = ((SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields*)il2cpp_codegen_static_fields_for(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var))->get_ins_4(); NullCheck(L_77); bool L_78 = L_77->get_simulateMouseIsAwaked_7(); if (!L_78) { goto IL_013b; } } { // SB_EventSystem.ins.ClickMouse(); SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * L_79 = ((SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields*)il2cpp_codegen_static_fields_for(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var))->get_ins_4(); NullCheck(L_79); SB_EventSystem_ClickMouse_mAD64AEBA38691F31FE1EDAEA8089B3D19CD2C884(L_79, /*hidden argument*/NULL); // } else if (ArmBow.ins) { return; } IL_013b: { // } else if (ArmBow.ins) { ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_80; L_80 = ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_81; L_81 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_80, /*hidden argument*/NULL); if (!L_81) { goto IL_0151; } } { // ArmBow.ins.ADS_fire(); ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_82; L_82 = ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864(/*hidden argument*/NULL); NullCheck(L_82); ArmBow_ADS_fire_m14CF0F83E84AD1C6459823907A34D5C325E9A0C7(L_82, /*hidden argument*/NULL); } IL_0151: { // } return; } } // System.Void ShootCheck::Dolock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck_Dolock_mB6FB4E833E38E3E965F1F67C72162B2227C379B7 (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, const RuntimeMethod* method) { { // locked = true; __this->set_locked_6((bool)1); // } return; } } // System.Void ShootCheck::Unlock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck_Unlock_m926E7AEA5A47FFD36BF87007993765FAFA9A13E7 (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, const RuntimeMethod* method) { { // locked = false; __this->set_locked_6((bool)0); // } return; } } // System.Void ShootCheck::Log(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck_Log_m38784703994016510AEC8CF6A284170251740B2A (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (this.text) Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_0 = __this->get_text_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { // this.text.text = text; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_2 = __this->get_text_4(); String_t* L_3 = ___text0; NullCheck(L_2); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_2, L_3); // } else { return; } IL_001a: { // Debug.Log(text); String_t* L_4 = ___text0; IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_4, /*hidden argument*/NULL); // } return; } } // System.Void ShootCheck::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck__ctor_mD2A3BC522EEF80099AC45D06F20C979BFBDC1190 (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1__ctor_m3D79180EA2D2D7897016B383AA035A8B0AE08591_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1__ctor_m41D7AF1A43E57A5072BD2C2869D168B78812A496_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CMD cmd = new CMD(); CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 * L_0 = (CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 *)il2cpp_codegen_object_new(CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1_il2cpp_TypeInfo_var); CMD__ctor_m0EA1A4EF9E704E302F9C2CC7E2EBC767DAE202E5(L_0, /*hidden argument*/NULL); __this->set_cmd_5(L_0); // Queue keyAccList = new Queue(); Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * L_1 = (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *)il2cpp_codegen_object_new(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4_il2cpp_TypeInfo_var); Queue_1__ctor_m41D7AF1A43E57A5072BD2C2869D168B78812A496(L_1, /*hidden argument*/Queue_1__ctor_m41D7AF1A43E57A5072BD2C2869D168B78812A496_RuntimeMethod_var); __this->set_keyAccList_8(L_1); // Queue keyTimeList = new Queue(); Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * L_2 = (Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D *)il2cpp_codegen_object_new(Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D_il2cpp_TypeInfo_var); Queue_1__ctor_m3D79180EA2D2D7897016B383AA035A8B0AE08591(L_2, /*hidden argument*/Queue_1__ctor_m3D79180EA2D2D7897016B383AA035A8B0AE08591_RuntimeMethod_var); __this->set_keyTimeList_9(L_2); 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 ShopView::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShopView_Start_mEB0DB9FDBC9ECE568F8A33989FCA9E723B6E66BE (ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B2_0 = NULL; PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B1_0 = NULL; { // ins = this; ((ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61_StaticFields*)il2cpp_codegen_static_fields_for(ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61_il2cpp_TypeInfo_var))->set_ins_12(__this); // PersistenHandler.ins?.menuBackCtr.views.Add(this); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_0 = ((PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields*)il2cpp_codegen_static_fields_for(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var))->get_ins_5(); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0011; } } { goto IL_0021; } IL_0011: { NullCheck(G_B2_0); MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * L_2 = G_B2_0->get_menuBackCtr_4(); NullCheck(L_2); List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * L_3 = L_2->get_views_0(); NullCheck(L_3); List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A(L_3, __this, /*hidden argument*/List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A_RuntimeMethod_var); } IL_0021: { // TopBarView.NeedShowIt(this); IL2CPP_RUNTIME_CLASS_INIT(TopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_il2cpp_TypeInfo_var); TopBarView_NeedShowIt_m1F6DDE3D6FA0AF27D1CF02079728CE67E7D80F35(__this, /*hidden argument*/NULL); // InitOptions(); ShopView_InitOptions_m6C82D797D41F735D827C256BA36914CC62C7E6A7(__this, /*hidden argument*/NULL); // } return; } } // System.Void ShopView::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShopView_OnDestroy_mEF6A1CDCF8361A3F05AAE306A3BFC31E503DA7CE (ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B4_0 = NULL; PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B3_0 = NULL; { // if (ins == this) ins = null; ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * L_0 = ((ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61_StaticFields*)il2cpp_codegen_static_fields_for(ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61_il2cpp_TypeInfo_var))->get_ins_12(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, __this, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // if (ins == this) ins = null; ((ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61_StaticFields*)il2cpp_codegen_static_fields_for(ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61_il2cpp_TypeInfo_var))->set_ins_12((ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 *)NULL); } IL_0013: { // PersistenHandler.ins?.menuBackCtr.views.Remove(this); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_2 = ((PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields*)il2cpp_codegen_static_fields_for(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var))->get_ins_5(); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_3 = L_2; G_B3_0 = L_3; if (L_3) { G_B4_0 = L_3; goto IL_001e; } } { goto IL_002f; } IL_001e: { NullCheck(G_B4_0); MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * L_4 = G_B4_0->get_menuBackCtr_4(); NullCheck(L_4); List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * L_5 = L_4->get_views_0(); NullCheck(L_5); bool L_6; L_6 = List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D(L_5, __this, /*hidden argument*/List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D_RuntimeMethod_var); } IL_002f: { // TopBarView.DontNeedShowIt(this); IL2CPP_RUNTIME_CLASS_INIT(TopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_il2cpp_TypeInfo_var); TopBarView_DontNeedShowIt_m1F9E6397732EE6B80C3D1CF77BA9BBBC1B32C7D5(__this, /*hidden argument*/NULL); // } return; } } // System.Boolean ShopView::OnMenuBack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ShopView_OnMenuBack_mA6841A4EF6BD976C4FD1A726B0F791037A812A9D (ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_DestroyView_TisShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61_m69AE1B4C38EA89E8183A515EE097A028C4B623A1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // ViewMgr.Instance.DestroyView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_0; L_0 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1; L_1 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_0); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_DestroyView_TisShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61_m69AE1B4C38EA89E8183A515EE097A028C4B623A1_RuntimeMethod_var, L_0, L_1); // return true; return (bool)1; } } // System.Void ShopView::InitOptions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShopView_InitOptions_m6C82D797D41F735D827C256BA36914CC62C7E6A7 (ShopView_t6931FD7B44D61D9D08D2916EC2A9A0F2E2602C61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_m21DA40E832F71BAF2120D1B690693EA7DA90DEC7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_0_U3CInitOptionsU3Eb__0_mF392888029DBE3280A49661D6211DA72BB0646A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_0_t82E7CEB3FC7547CADE8AA758B1150EDCDC82ECE0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; U3CU3Ec__DisplayClass10_0_t82E7CEB3FC7547CADE8AA758B1150EDCDC82ECE0 * V_1 = NULL; { // for (int i = 0; i < this.options.transform.childCount; i++) { V_0 = 0; goto IL_004d; } IL_0004: { U3CU3Ec__DisplayClass10_0_t82E7CEB3FC7547CADE8AA758B1150EDCDC82ECE0 * L_0 = (U3CU3Ec__DisplayClass10_0_t82E7CEB3FC7547CADE8AA758B1150EDCDC82ECE0 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass10_0_t82E7CEB3FC7547CADE8AA758B1150EDCDC82ECE0_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass10_0__ctor_m5529E6FD22DDBFA88CE33F28D6E1E31445B7A238(L_0, /*hidden argument*/NULL); V_1 = L_0; U3CU3Ec__DisplayClass10_0_t82E7CEB3FC7547CADE8AA758B1150EDCDC82ECE0 * L_1 = V_1; NullCheck(L_1); L_1->set_U3CU3E4__this_1(__this); // int index = i; U3CU3Ec__DisplayClass10_0_t82E7CEB3FC7547CADE8AA758B1150EDCDC82ECE0 * L_2 = V_1; int32_t L_3 = V_0; NullCheck(L_2); L_2->set_index_0(L_3); // Button button = this.options.transform.GetChild(i).gameObject.AddComponent