#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; // System.Action`1 struct Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6; // System.Func`1 struct Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F; // System.Func`4 struct Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84; // System.Collections.Generic.HashSet`1 struct HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673; // System.Collections.Generic.HashSet`1 struct HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229; // System.Collections.Generic.HashSet`1 struct HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t4DFA5CB8F95829BAC3B2C5251EA018F27F9EFCB2; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tC7B71EB6611EEF0542A37555A07D73F5F17E60E2; // System.Collections.Generic.List`1 struct List_1_t6642D08E578C77292ED5537CF3192269131C189C; // System.Collections.Generic.List`1 struct List_1_tAD12AAEF731C82149A38A979F0E10F94A6F3F913; // 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_t96E6EFAF1314A4D3D16CA588C49465FEB8944A71; // System.Collections.Generic.List`1 struct List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C; // System.Collections.Generic.List`1 struct List_1_t760D7EED86247E3493CD5F22F0E822BF6AE1C2BC; // System.Collections.Generic.List`1 struct List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189; // System.Collections.Generic.List`1 struct List_1_t815A476B0A21E183042059E705F9E505478CD8AE; // System.Collections.Generic.List`1 struct List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A; // System.Collections.Generic.List`1 struct List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3; // System.Collections.Generic.Queue`1 struct Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5; // System.Collections.Generic.Queue`1 struct Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617; // o0.SortedList`1 struct SortedList_1_tDD22FAEFC283DDAF07C79125B23F34ABF4D38B15; // o0.SortedQueue`1 struct SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t56968D434B2B102C2CEF7034F9119D28648360A0; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t037A1DE130FB696EDD98BA14DDA9326FA1CBFB73; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // System.UInt64[][] struct UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // UnityEngine.UI.Button[] struct ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] struct DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F; // DeviceCalibrateItem[] struct DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C; // DeviceInfo[] struct DeviceInfoU5BU5D_t5766D8102BDDBEA2C2812447892D6E4EAF9A9AB5; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] struct ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName[] struct GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E; // BestHTTP.Extensions.HeaderValue[] struct HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int32Enum[] struct Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499; // LanguageFontSize[] struct LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0; // MenuBackInterface[] struct MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // UnityEngine.UI.Selectable[] struct SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Globalization.TokenHashValue[] struct TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3; // 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; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // System.Byte[0...,0...] struct ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.AbstractECMultiplier struct AbstractECMultiplier_t54253743E31DE46FD22E58679B9792D44DA770B5; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // AimHandler struct AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Null struct Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set struct Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser struct Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0; // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair struct AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // AudioMgr struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B; // AxisBaseHandler struct AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream struct BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.BasicConstraints struct BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2bDigest struct Blake2bDigest_t06F255DEF539644523DF633B286A4A3CE15E2BB3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2sDigest struct Blake2sDigest_t80375121A6B53FC3BBE98FE06D699C231FA23D83; // BluetoothAim struct BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243; // ArduinoBluetoothAPI.BluetoothHelper struct BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2; // ArduinoBluetoothAPI.BluetoothHelperCharacteristic struct BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9; // ArduinoBluetoothAPI.BluetoothHelperService struct BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9; // BluetoothShoot struct BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6; // UnityEngine.UI.Button struct Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher struct CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator struct CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7; // JCUnityLib.CountLock struct CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1; // BestHTTP.Authentication.Credentials struct Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8; // System.Security.AccessControl.CryptoKeySecurity struct CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2; // System.Security.Cryptography.CspParameters struct CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Security.Cryptography.DSA struct DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DefiniteLengthInputStream struct DefiniteLengthInputStream_t9782A90F22C4E4FD33E1447BBAE2B1F79751450A; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBmpString struct DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator struct DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGraphicString struct DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String struct DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull struct DerNull_t020168AF07318033108544C00C803CD7AEB97239; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNumericString struct DerNumericString_tBC93689419794115F79AC727A0E483A597F36038; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetStringParser struct DerOctetStringParser_tB50530D2774E28DBAA5F6BC783EAAD08AD32EFD8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream struct DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerPrintableString struct DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequenceGenerator struct DerSequenceGenerator_tC02C7D06F9D4644F46320096EB854CC9946556B0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequenceParser struct DerSequenceParser_tD100158BA4A192546E858FDFC4841051409DE670; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet struct DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSetGenerator struct DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSetParser struct DerSetParser_t0543829042CDEF32C72D0D528D8EC21F85194547; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase struct DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerT61String struct DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUniversalString struct DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime struct DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String struct DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVideotexString struct DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVisibleString struct DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine struct DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DesEdeKeyGenerator struct DesEdeKeyGenerator_t1FF7344F14831C630B6552EA65C43B86BA6F2613; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesEdeParameters struct DesEdeParameters_t568F95409D286F8D272E7F6E74AACD750481913C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine struct DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine struct DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DesKeyGenerator struct DesKeyGenerator_tB0590B6920694602523C579F85A08C5582554C66; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesParameters struct DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34; // DeviceArrow2000 struct DeviceArrow2000_t40174AFE2CB1DD2FC897FA7A20114AAED437E4EF; // DeviceBatteryView struct DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF; // DeviceBow1000 struct DeviceBow1000_t0EF7BAE6DDE06D5D503E705D7A51BDD0F29EBE93; // DeviceBow1001 struct DeviceBow1001_tEA0B36582713E0D210DCC371566C3C76C394B294; // DeviceBowConfig struct DeviceBowConfig_t1A64DCA64A4356F55F311AE3F8746E6C5E4CDAB2; // DeviceCalibrateView struct DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9; // DeviceConfig struct DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD; // DeviceInfo struct DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759; // DeviceMgr struct DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD; // DeviceView struct DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79; // BestHTTP.Authentication.Digest struct Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DigestInfo struct DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigestInputBuffer struct DigestInputBuffer_tCD4269EAD90DBC42BD0490CEFF7F53557E1E0D3A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator struct DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestSink struct DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestStream struct DigestStream_t6D8B94C585D3F245D6017EAABFF84831496EC434; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DigestUtilities struct DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigitallySigned struct DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString struct DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F; // UnityStandardAssets.Water.Displace struct Displace_t1C2DB877EED29B900169184C462B5E611F665E23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DisplayText struct DisplayText_t7C562267B4FB96178D4F98B25DFDDEC65870B768; // o0.Bow.DistanceToAxis struct DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint struct DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName struct DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E; // DoTweenUtil struct DoTweenUtil_t33957B5F3FE1DDAF4C6F3736A209C55A53982731; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DotNetUtilities struct DotNetUtilities_tFCFD5E3EB703554CD75F7F841E24C25775C89F0D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.DoubleAddMultiplier struct DoubleAddMultiplier_tAEB3DA52EC665D3F78CD519FF10D15ADF2A497B3; // UnityStandardAssets.Utility.DragRigidbody struct DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.DrbgUtilities struct DrbgUtilities_tE3432795718F27B184DC1ABEA30D74188E8742D0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaDigestSigner struct DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyGenerationParameters struct DsaKeyGenerationParameters_t57C22A37BCA6CFC07DE9424908F5F405C3135967; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaKeyPairGenerator struct DsaKeyPairGenerator_t68A534B37ED5EC265C3788BC4EC91921EDBC2912; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters struct DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPrivateKeyParameters struct DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters struct DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters struct DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest struct Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve struct ECCurve_t850A42EEB1867F313B111B5A75430D443165B926; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism struct ECEndomorphism_tC94CEDEA023268D74990A2B2C08487E5D3DE2F7E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement struct ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier struct ECMultiplier_t157DBBD8C0030BD905D93F22A7EDD2DD8AF2C0AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA; // DG.Tweening.EaseFunction struct EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA; // System.Exception struct Exception_t; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream struct FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A; // UnityEngine.UI.FontData struct FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GOST3411_2012_256Digest struct GOST3411_2012_256Digest_t8FFF043ED3DD5AE7652F44EAD62AF88BD059C700; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GOST3411_2012_512Digest struct GOST3411_2012_512Digest_t73A941C0238AFB0021532FFD31E6F795891F945B; // GameMgr struct GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950; // GameMode struct GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames struct GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5; // GlobalEventCenter struct GlobalEventCenter_tDD01D61DC807A0254EEC1461B21B9A50D0308790; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest struct Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24; // BestHTTP.Forms.HTTPFormBase struct HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2; // BestHTTP.HTTPRequest struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42; // BestHTTP.HTTPResponse struct HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // BestHTTP.Extensions.HeaderValue struct HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77; // HollowOutMask struct HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible struct IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1String struct IAsn1String_tB12BA3E00C5577BB15F600BEAADA53A4DC2A93E3; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher struct IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA; // Org.BouncyCastle.Crypto.Tls2.ICertificateVerifyer struct ICertificateVerifyer_t7FF89D73580A6E6A7FF6E40E7670C1BF3E8F0CAB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters struct ICipherParameters_t34CE1534DC151ED2EAE336C7381B86567D158F03; // Org.BouncyCastle.Crypto.Tls2.IClientCredentialsProvider struct IClientCredentialsProvider_tAA7262E853B0CACED4DFA19BA071BB2F2315DEEA; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest struct IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDsa struct IDsa_tC562A77682146D4D0C2A08CDC84191FF987D1270; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaEncoding struct IDsaEncoding_t23B673213D9BC239133EE9D68497EA04B1080A25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDsaExt struct IDsaExt_tEBD08D5379735B10D281067B45E336AFD0C5FC52; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField struct IFiniteField_t93F742CE2136665713411FB881C26BD6E901868C; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac struct IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator struct IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A; // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.InvalidCipherTextException struct InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException struct InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // UnityEngine.Events.InvokableCallList struct InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9; // UnityEngine.Joint struct Joint_t085126F36196FC982700F4EA8466CF10C90EC15E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest struct KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters struct KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39; // Mono.Security.Cryptography.KeyPairPersistence struct KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC; // BestHTTP.Extensions.KeyValuePairList struct KeyValuePairList_tFB05264C65689BEB0A93912EE115844C33E3FF0F; // LanguageDefault struct LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD2Digest struct MD2Digest_tE97575A1FE161C3EF2E20EB0566460A3050492C5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD4Digest struct MD4Digest_tF232136F3F3E2082FDDF0243F4A84FA229285615; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest struct MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // MenuBackController struct MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4; // MenuBackInterface struct MenuBackInterface_t83F97C72E65FAFC7D5CBB95AEC59CFFB70710488; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // NewUserGuider struct NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D; // NewUserGuiderButton struct NewUserGuiderButton_t1D42666ECB8DCE43A03B21DDA281F1FB58DA52A7; // NewUserGuiderConfig struct NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.NullDigest struct NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.OidTokenizer struct OidTokenizer_tABE47BAA48E05B21F927C614B98786CFA77257F1; // BestHTTP.OnBeforeHeaderSendDelegate struct OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F; // BestHTTP.OnBeforeRedirectionDelegate struct OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238; // BestHTTP.OnDownloadProgressDelegate struct OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69; // BestHTTP.OnRequestFinishedDelegate struct OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4; // BestHTTP.OnUploadProgressDelegate struct OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV struct ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom struct ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.PemParser struct PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215; // UnityEngine.Events.PersistentCallGroup struct PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC; // PopupMgr struct PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC; // PropConfig struct PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6; // BestHTTP.Proxy struct Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6; // System.Security.Cryptography.RSA struct RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B; // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65; // System.Random struct Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ReasonFlags struct ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest struct RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest struct RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest struct RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest struct RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters struct RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters struct RsaPrivateCrtKeyParameters_tA9185E010DB8134822436B7526FAAEA7708FFCA6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure struct RsaPrivateKeyStructure_tEBAF070C7C3370B960215F537F3B94B693B66D25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SM3Digest struct SM3Digest_t9802824E7E114C596151E84635AF5775CCBEF23E; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // System.Security.SecureString struct SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException struct SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // DG.Tweening.Sequence struct Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E; // 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.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm struct SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25; // UnityEngine.SpringJoint struct SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF; // 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.TbsCertificateStructure struct TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // TextAutoLanguage struct TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1; // UnityEngine.TextGenerator struct TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.TigerDigest struct TigerDigest_t34D31576483DFA021100D2889BE7B2621A9F82E2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext struct TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // DG.Tweening.TweenCallback struct TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB; // System.Type struct Type_t; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // UnityEngine.Events.UnityEvent struct UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // UserInfo struct UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // JCUnityLib.ViewBase struct ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC; // ViewMgr struct ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // BestHTTP.Extensions.WWWAuthenticateHeaderParser struct WWWAuthenticateHeaderParser_t846210CA09DE58583B3C08379660E7C5F4D78BD3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest struct WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate struct X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553; // System.Security.Cryptography.X509Certificates.X509CertificateImpl struct X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser struct X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure struct X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1; // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F; // UnityEngine.Camera/CameraCallback struct CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D; // DeviceView/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t420579EBBF2AEC9C2FEA7C54E0145B5C73F404CA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigestInputBuffer/DigStream struct DigStream_t58D71D79633F905B6B3A900877F6D10D43E594FC; // BestHTTP.Authentication.DigestStore/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tA0ED0E6FCCDD1BE2D5B3058D806DDC3253D44908; // UnityStandardAssets.Utility.DragRigidbody/d__8 struct U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; 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* Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Blake2bDigest_t06F255DEF539644523DF633B286A4A3CE15E2BB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Blake2sDigest_t80375121A6B53FC3BBE98FE06D699C231FA23D83_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* BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_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* CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2_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* DerNumericString_tBC93689419794115F79AC727A0E483A597F36038_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F_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* DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205_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* DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeviceBowConfig_t1A64DCA64A4356F55F311AE3F8746E6C5E4CDAB2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigStream_t58D71D79633F905B6B3A900877F6D10D43E594FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestAlgorithm_t7A40B55EDE3ECA910D8C799CD28537FD719AE0C8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestStore_t99C20E5CE7E3259B47DC39D887B8EE46A985744B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DisplayText_t7C562267B4FB96178D4F98B25DFDDEC65870B768_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DrbgUtilities_tE3432795718F27B184DC1ABEA30D74188E8742D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DsaKeyGenerationParameters_t57C22A37BCA6CFC07DE9424908F5F405C3135967_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DsaKeyPairGenerator_t68A534B37ED5EC265C3788BC4EC91921EDBC2912_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GOST3411_2012_256Digest_t8FFF043ED3DD5AE7652F44EAD62AF88BD059C700_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GOST3411_2012_512Digest_t73A941C0238AFB0021532FFD31E6F795891F945B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPMethods_t9BB2C0A32407626B6D77F8652824FB2E6CF92195_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAsn1String_tB12BA3E00C5577BB15F600BEAADA53A4DC2A93E3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDsaEncoding_t23B673213D9BC239133EE9D68497EA04B1080A25_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDsaExt_tEBD08D5379735B10D281067B45E336AFD0C5FC52_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDsa_tC562A77682146D4D0C2A08CDC84191FF987D1270_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_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* KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t760D7EED86247E3493CD5F22F0E822BF6AE1C2BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t96E6EFAF1314A4D3D16CA588C49465FEB8944A71_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MD2Digest_tE97575A1FE161C3EF2E20EB0566460A3050492C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MD4Digest_tF232136F3F3E2082FDDF0243F4A84FA229285615_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OidTokenizer_tABE47BAA48E05B21F927C614B98786CFA77257F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsaPrivateCrtKeyParameters_tA9185E010DB8134822436B7526FAAEA7708FFCA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SM3Digest_t9802824E7E114C596151E84635AF5775CCBEF23E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* 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* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TigerDigest_t34D31576483DFA021100D2889BE7B2621A9F82E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass5_0_t420579EBBF2AEC9C2FEA7C54E0145B5C73F404CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass6_0_tA0ED0E6FCCDD1BE2D5B3058D806DDC3253D44908_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WWWAuthenticateHeaderParser_t846210CA09DE58583B3C08379660E7C5F4D78BD3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00B8A49A0353D350D3914D9B4B8223F51C1CB133; IL2CPP_EXTERN_C String_t* _stringLiteral00F70C5041983624F5C31E07A76221B62EACA0A7; IL2CPP_EXTERN_C String_t* _stringLiteral021879D78CA57372896EB05C695F1B301352DF77; IL2CPP_EXTERN_C String_t* _stringLiteral04C8B9CA601D09C92B620D508D19F994619B6489; IL2CPP_EXTERN_C String_t* _stringLiteral078964E4B28C800CC1686D6A2D7301406865C2C7; IL2CPP_EXTERN_C String_t* _stringLiteral07A562F3A51B05DD4D12A1374F0E33FFB7F430BE; IL2CPP_EXTERN_C String_t* _stringLiteral087FD1A725F377AB3C85310DE8E01C6156F71B8F; IL2CPP_EXTERN_C String_t* _stringLiteral08DDE1A16B430B92E18027F90410E7A1BBE194F2; IL2CPP_EXTERN_C String_t* _stringLiteral0920A6AABBEFA13D4437110676BB9315863FF7ED; IL2CPP_EXTERN_C String_t* _stringLiteral09BAB43D33C1F44029E54A3E5BCDC85BC43754CA; IL2CPP_EXTERN_C String_t* _stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3; IL2CPP_EXTERN_C String_t* _stringLiteral0DBBC7FCE9B44625B908FEB0F4ED4C87C7E8B9B3; IL2CPP_EXTERN_C String_t* _stringLiteral10B049D9030EED71568DBA6470C98D793E1C4E3F; IL2CPP_EXTERN_C String_t* _stringLiteral111C15316D438A4A589B5934076D42FF1E64C2C7; IL2CPP_EXTERN_C String_t* _stringLiteral11208C86A379F74F4A5228C6512318CCDFEF574A; IL2CPP_EXTERN_C String_t* _stringLiteral11E42B7A5E1CF74E4375D71D8CE94F3D8D446DBA; IL2CPP_EXTERN_C String_t* _stringLiteral12C0D00507D5556F04E6640916CA4AAF502616A1; IL2CPP_EXTERN_C String_t* _stringLiteral131F00C551D8B6B06586707B7CB54DE4DF424670; IL2CPP_EXTERN_C String_t* _stringLiteral13B59FA5BDE3A652C33B8CC4F48AB2B633AD9C06; IL2CPP_EXTERN_C String_t* _stringLiteral140DA885C08962AD675465C7DD4AA0BAD8AD45A8; IL2CPP_EXTERN_C String_t* _stringLiteral158B6A1BFB4007A30B92DF912CBC29F2328168DD; IL2CPP_EXTERN_C String_t* _stringLiteral1673B4D06ED01C7C0212BB2E7412E02E9578984F; IL2CPP_EXTERN_C String_t* _stringLiteral17490F55601C1F90A7803263837FE3F21E759D69; IL2CPP_EXTERN_C String_t* _stringLiteral1BA463608F8EB54338E67E81FAA303D6D24FA356; IL2CPP_EXTERN_C String_t* _stringLiteral1FA3D3451303C09DC40E9F9F21CF3626084FAD71; IL2CPP_EXTERN_C String_t* _stringLiteral2038305F28C520FEE8AA2F9C79798DAF8F0F196C; IL2CPP_EXTERN_C String_t* _stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE; IL2CPP_EXTERN_C String_t* _stringLiteral210CC9538965F8ABF6E188A4EF04DF93962CF964; IL2CPP_EXTERN_C String_t* _stringLiteral21242E768CCE095A6B65BD73C1A03C65F163B368; IL2CPP_EXTERN_C String_t* _stringLiteral234D19ACC97DBDDB4C2351D9B583DDC8AD958380; IL2CPP_EXTERN_C String_t* _stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469; IL2CPP_EXTERN_C String_t* _stringLiteral2555543242A278889EA1F704BD696770579E9304; IL2CPP_EXTERN_C String_t* _stringLiteral28BE9A569DCCAECC3746AA7945F873F6CD56F68E; IL2CPP_EXTERN_C String_t* _stringLiteral2B194F1FB7BC76B086B3A601036B17865E44FD75; IL2CPP_EXTERN_C String_t* _stringLiteral2C267CC985144FC3B49C7EE95125FFFE2F41C85A; IL2CPP_EXTERN_C String_t* _stringLiteral2D249C0CC04E4A19C2F776FCFC70BD6F1A45B324; IL2CPP_EXTERN_C String_t* _stringLiteral2EC6DE2D71C83B236D586235EA0A7A8E7FF32E9F; IL2CPP_EXTERN_C String_t* _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2; IL2CPP_EXTERN_C String_t* _stringLiteral302E958A42046957586D826FC43C186BE0800772; IL2CPP_EXTERN_C String_t* _stringLiteral31D93A0F683420B4B6DF27273601CFDB169D50EC; IL2CPP_EXTERN_C String_t* _stringLiteral335CA71010F7EFAB270E1E0D36EFB78000B60FF2; IL2CPP_EXTERN_C String_t* _stringLiteral33F2CC7839A677A431358D89A63C32E05AF52B6D; IL2CPP_EXTERN_C String_t* _stringLiteral37EEE2F78996460A52284698DEFED0CDA60CC6F3; IL2CPP_EXTERN_C String_t* _stringLiteral398E6390071DB798BEC38F31B3D588349FA32867; IL2CPP_EXTERN_C String_t* _stringLiteral3E6DFCF1509E79ED50CE72C800B874342704223C; IL2CPP_EXTERN_C String_t* _stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B; IL2CPP_EXTERN_C String_t* _stringLiteral3F0303A955D9D4218B238811B57FC72AB39D94EE; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral4AEC733FA9D793EDE5D372FE6B5FC7B8D3F412BA; IL2CPP_EXTERN_C String_t* _stringLiteral4C23E639A5A412FD6FD6D1C92298ADD2B8DF4D0E; IL2CPP_EXTERN_C String_t* _stringLiteral4C69A5ABD36AE74665BC61E90B89CFBA61C28AF8; IL2CPP_EXTERN_C String_t* _stringLiteral4D62F6D2A8E7D78F197C97D6B619D56DDDB33B9F; IL2CPP_EXTERN_C String_t* _stringLiteral4FF279D3A1C3470D20DE6CF024C5477FC3B81B34; IL2CPP_EXTERN_C String_t* _stringLiteral51C6279E31F7483126B79E3000116001A915B690; IL2CPP_EXTERN_C String_t* _stringLiteral521FB55423CC068B92B5E8453A36DF0D6CBDD93F; IL2CPP_EXTERN_C String_t* _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B; IL2CPP_EXTERN_C String_t* _stringLiteral53B75CCE0351DB766B1579C60DF2C3817493C11A; IL2CPP_EXTERN_C String_t* _stringLiteral548E3889E950179893648F9C1F462458802E9B5D; IL2CPP_EXTERN_C String_t* _stringLiteral55879168A338E6B3CA60F14E09E850227E22FC38; IL2CPP_EXTERN_C String_t* _stringLiteral56527A2300BB0A611AE7B1418C0BFCB781C48103; IL2CPP_EXTERN_C String_t* _stringLiteral56790DA3490431CD0DC21538F255145BAA6A79DB; IL2CPP_EXTERN_C String_t* _stringLiteral568C505A0F0035CCEC32C6A8F7EAEF59A05B8E2C; IL2CPP_EXTERN_C String_t* _stringLiteral59CBBECC76604B5A4F56CF4DBD545D276503BC9B; IL2CPP_EXTERN_C String_t* _stringLiteral59EF9AD20EC836CD3EF188D82C03E21009DB374B; IL2CPP_EXTERN_C String_t* _stringLiteral5BA0D11E4ECC0D08A89DB0705DF521BD5F9AEA5E; IL2CPP_EXTERN_C String_t* _stringLiteral5D40E563CD83A04EBDBEB2548B0DB7F0691D2237; IL2CPP_EXTERN_C String_t* _stringLiteral5E059675B01879286B45E87AB2E81C432A1029AF; IL2CPP_EXTERN_C String_t* _stringLiteral6124FC5476DE1BA44C6586080ABDD87C285C5107; IL2CPP_EXTERN_C String_t* _stringLiteral6287E03E4BA5E084D733B008108745D8989DCA69; IL2CPP_EXTERN_C String_t* _stringLiteral648D3184F7947226A871D86ED13681CE49C9FE51; IL2CPP_EXTERN_C String_t* _stringLiteral66BCCA80E247E78D4FB89E90879517D16CC9A045; IL2CPP_EXTERN_C String_t* _stringLiteral66EE10F67D5F35019C27E068A866A2360D5E333C; IL2CPP_EXTERN_C String_t* _stringLiteral685AD70D8A66C556404E2CFEDD2B4DB8C13CB3A0; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral6A6BDB5DAEB81B36D03839B63B1EF410311601AB; IL2CPP_EXTERN_C String_t* _stringLiteral6A758692A50C8664F8A65B9E10AB0DAD93B1D007; IL2CPP_EXTERN_C String_t* _stringLiteral6C066B34F4DB79023C0642AFBC43B25A5327F710; IL2CPP_EXTERN_C String_t* _stringLiteral6CE658E390C9CE617162305FD386CCB168BB1D98; IL2CPP_EXTERN_C String_t* _stringLiteral6D850599050207BA3A37A2D88D63B137C63EFC8E; IL2CPP_EXTERN_C String_t* _stringLiteral6DA799C7F3BA6787EDC782CE506C696B8267EFB6; IL2CPP_EXTERN_C String_t* _stringLiteral6E34E505E342A11AE48ECA3D71434F8043A88EB6; IL2CPP_EXTERN_C String_t* _stringLiteral70A224ECA66EF6306453B97D3F82E2E0EF4E7888; IL2CPP_EXTERN_C String_t* _stringLiteral712ED77D49FD877852BE70E220E1B7F9970538D6; IL2CPP_EXTERN_C String_t* _stringLiteral75E26449E0C7899DCC086869170E7556AD4F4F8C; IL2CPP_EXTERN_C String_t* _stringLiteral77A7303DC1C1197474AEC65E5EB10EFE86BC0733; IL2CPP_EXTERN_C String_t* _stringLiteral7B8599FC60C1CB6E010C304BEDAB3F1C9F2613A0; IL2CPP_EXTERN_C String_t* _stringLiteral7C2C28A4D8157AD6D2B6DECC7E49CBCA62E3533C; IL2CPP_EXTERN_C String_t* _stringLiteral7CB44EA744A3060D01211672D5FF225D29CC2B31; IL2CPP_EXTERN_C String_t* _stringLiteral7F5911E8A3231A40F62B3FD2C4C34FF66509B719; IL2CPP_EXTERN_C String_t* _stringLiteral801362BDA0C9D64A13D9831645BCBB17652643A2; IL2CPP_EXTERN_C String_t* _stringLiteral82181E74756259CA5A0E17340096F351AEBD96BF; IL2CPP_EXTERN_C String_t* _stringLiteral827BC520A1C31CCA01AF7A6F209B6D1B2804DB9A; IL2CPP_EXTERN_C String_t* _stringLiteral8433BD965D142199E7AB5E056E38005569163F7B; IL2CPP_EXTERN_C String_t* _stringLiteral84D66102CABFC88BF77ACEB40520B61AE9062666; IL2CPP_EXTERN_C String_t* _stringLiteral86B5E9BBFAC6D0E9823062A867D64F1BEF1F3A80; IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral880E51AC801AAA5127D1BF71E25BFAFB655E6B8E; IL2CPP_EXTERN_C String_t* _stringLiteral894BC5458F5E1105129CC92FE8166EA51C2E0DCC; IL2CPP_EXTERN_C String_t* _stringLiteral8B0EC0BC55E7D698E7E21162F662A340731EFC86; IL2CPP_EXTERN_C String_t* _stringLiteral8B3CFB4B560123030AE265CBD62C0BE39E1D8EC6; IL2CPP_EXTERN_C String_t* _stringLiteral8B58DA953F9884AA06C82A8553748264557937B2; IL2CPP_EXTERN_C String_t* _stringLiteral8D28804279657C68C7AB17B67ADDC08F01AC0B73; IL2CPP_EXTERN_C String_t* _stringLiteral8E3ABF7B41E10BFC298F28F5C1BFC901AF16DD21; IL2CPP_EXTERN_C String_t* _stringLiteral8E528B3D59F4DF44EA6F2EFBE4003B6BBE14CAB2; IL2CPP_EXTERN_C String_t* _stringLiteral8F9B7501515E2A09F052F2F28B58523841134766; IL2CPP_EXTERN_C String_t* _stringLiteral8FD6C6EA3D619B0001280DD3FBC48E3113882264; IL2CPP_EXTERN_C String_t* _stringLiteral929005093FDAFAC5D770520C4CC44C5F7EEF5E0E; IL2CPP_EXTERN_C String_t* _stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735; IL2CPP_EXTERN_C String_t* _stringLiteral9397148F89F0190A6F00BDB28BE98E9396F81D29; IL2CPP_EXTERN_C String_t* _stringLiteral945329D3BDF89E2D16BD799BC48397189029773E; IL2CPP_EXTERN_C String_t* _stringLiteral96B8CE24C7F40EFE2C2C45508E69CD931305EF1C; IL2CPP_EXTERN_C String_t* _stringLiteral9900393607B485A7827F805E6C9C60A9A7BA2B7C; IL2CPP_EXTERN_C String_t* _stringLiteral9A7423CD1E564FA2B31A034895DD042EB15F721A; IL2CPP_EXTERN_C String_t* _stringLiteral9AEB5F8FF57BB3B2AD163E00335FACD4923E929A; IL2CPP_EXTERN_C String_t* _stringLiteral9BD0094F131C9FFEA24EE29AF5EF04ED206CF377; IL2CPP_EXTERN_C String_t* _stringLiteral9C35BA15FC8288F6F7A229DD42F48D4FB70DCC2E; IL2CPP_EXTERN_C String_t* _stringLiteral9DEDCB251123B9B8BB3249EBBCB83E60C249F9C2; IL2CPP_EXTERN_C String_t* _stringLiteral9EB642385221D006B3B8DB45C10F626FD2A3DB7C; IL2CPP_EXTERN_C String_t* _stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA; IL2CPP_EXTERN_C String_t* _stringLiteralA1F8C30AF9A614832E6AEAE94C81E0CB4D21FA81; IL2CPP_EXTERN_C String_t* _stringLiteralA36834494CF41A5E74504498A20F1AB44DD17A0E; IL2CPP_EXTERN_C String_t* _stringLiteralA503D82BBA21702862F22239255951429849EE39; IL2CPP_EXTERN_C String_t* _stringLiteralA6DBDE4DFCE47C72AFA52C1981772A8DD7EFD2C8; IL2CPP_EXTERN_C String_t* _stringLiteralA71CB72F1F8336BCCB7AB1FD3AC7AB1180B5010D; IL2CPP_EXTERN_C String_t* _stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B; IL2CPP_EXTERN_C String_t* _stringLiteralAA5AC9D97E8FE518E3ED8018EBA559C1EDCC6E31; IL2CPP_EXTERN_C String_t* _stringLiteralAB69FA1AB6BB831506EFCAD83900FEE751E85F6F; IL2CPP_EXTERN_C String_t* _stringLiteralAD0EAD579F4BA2AF0880E986F927DEA09057BEB6; IL2CPP_EXTERN_C String_t* _stringLiteralAD4C10B3E565E62E85AA3B2CE577ADFE2C73E767; IL2CPP_EXTERN_C String_t* _stringLiteralAD6CD2C36915DEB6A18BCF0F46B294FC1D97072F; IL2CPP_EXTERN_C String_t* _stringLiteralB01675ACF156865B7361062CB0CEBD5D014E5D61; IL2CPP_EXTERN_C String_t* _stringLiteralB19634932BB7856F4D81F8177AF846DD0F91CA97; IL2CPP_EXTERN_C String_t* _stringLiteralB1C3A09E869284D3198784261E87CE776284162E; IL2CPP_EXTERN_C String_t* _stringLiteralB2D94F054CFFA4959E5BFD39650F74A8C73B2C92; IL2CPP_EXTERN_C String_t* _stringLiteralB2F03C6CE7ECCD351B21F7AB5F7983A696338E1F; IL2CPP_EXTERN_C String_t* _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED; IL2CPP_EXTERN_C String_t* _stringLiteralB6765A3F403DC14EACF320351BFC019F1605A13A; IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; IL2CPP_EXTERN_C String_t* _stringLiteralB7D1CAF9B55BE135BC8B1C459D2052FBCF135556; IL2CPP_EXTERN_C String_t* _stringLiteralBAA482BD776685C740C0BC4E5C892490311B670C; IL2CPP_EXTERN_C String_t* _stringLiteralBD054D382744F32C213CE7AC817C202A95CD84BF; IL2CPP_EXTERN_C String_t* _stringLiteralBD9373D47B1CCE01710E5DF469C5C2C3CB8EDF45; IL2CPP_EXTERN_C String_t* _stringLiteralBDEEDBEA213356129E472B5A1DE17C2E43607769; IL2CPP_EXTERN_C String_t* _stringLiteralBF1700AB646B2C7366D4F9549C6DD63DA5C66A17; IL2CPP_EXTERN_C String_t* _stringLiteralC00E17AA822A314AE294BF98E0FD95C91DD7E6B1; IL2CPP_EXTERN_C String_t* _stringLiteralC2350B5572693C76A2581371606D5A586D0C75B0; IL2CPP_EXTERN_C String_t* _stringLiteralC60811AD65D0557EF69DFB2F66D9621903D5B62A; IL2CPP_EXTERN_C String_t* _stringLiteralC611A012636D51B5EBBC7ADEBD3C8631EA8DAF13; IL2CPP_EXTERN_C String_t* _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; IL2CPP_EXTERN_C String_t* _stringLiteralC7BC5720D92831EEF195351553329E90EA1D7B6D; IL2CPP_EXTERN_C String_t* _stringLiteralC822E4D8EC2A5455EC541ADBF32426E056BB19CD; IL2CPP_EXTERN_C String_t* _stringLiteralC8D511329082F0D3BD94F8C269D225D0982F5F77; IL2CPP_EXTERN_C String_t* _stringLiteralC90E9C620FF08EC425BBC933A1E5074B3084EFB0; IL2CPP_EXTERN_C String_t* _stringLiteralC9B3D1C8DE32EE51FF0CC1DAD0CE02EBE286ACB1; IL2CPP_EXTERN_C String_t* _stringLiteralCB38BD6540168B3F80FC1E0ED60F43650A552E50; IL2CPP_EXTERN_C String_t* _stringLiteralCC4153577DC6301E1F6FFF8598C112823A34E145; IL2CPP_EXTERN_C String_t* _stringLiteralCCFE7A80D74CED517586F5A295EA542968AE2F88; IL2CPP_EXTERN_C String_t* _stringLiteralCD5DE54798BD9884BC611C55995CCDE28DA4E5EA; IL2CPP_EXTERN_C String_t* _stringLiteralCDAE7819BDDC8B5DD16A8BB6EA6A4F71B5BE5CD3; IL2CPP_EXTERN_C String_t* _stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17; IL2CPP_EXTERN_C String_t* _stringLiteralD3798848984341AD707904D6BC0A66A58CC808C9; IL2CPP_EXTERN_C String_t* _stringLiteralD4F97D1E6CC17FD5F1CA3301D20A2F854A1B8675; IL2CPP_EXTERN_C String_t* _stringLiteralD555DED7CEC14AAFD2389F4CA5DB31942645053F; IL2CPP_EXTERN_C String_t* _stringLiteralD645158290F3F72C7A4654C8149B39F9D948BC36; IL2CPP_EXTERN_C String_t* _stringLiteralD6B5A5AADFA1A6943DD096860B3B5995187C4D78; IL2CPP_EXTERN_C String_t* _stringLiteralD7D6F471B49DE7BB4CAF071BB96DE2E2E5EADCB4; IL2CPP_EXTERN_C String_t* _stringLiteralD91A0A0A71D78D00734BB42245D7BEAF0E4B9D5D; IL2CPP_EXTERN_C String_t* _stringLiteralDD9C7849851C546319ED5DCC821A7B730DE8FF73; IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC; IL2CPP_EXTERN_C String_t* _stringLiteralE5C37D372367C69DCD30FE688631A1B0CE49EA73; IL2CPP_EXTERN_C String_t* _stringLiteralE654FD131B98050C39FD30E5AA9A7CC91C4673F3; IL2CPP_EXTERN_C String_t* _stringLiteralEAFCE0E757C453420D4B9656851E8D16F803DB42; IL2CPP_EXTERN_C String_t* _stringLiteralEB7CCC8642D7B5521BC4E7440146281DA06EFDDF; IL2CPP_EXTERN_C String_t* _stringLiteralEBFEA42051B997E17C9814A7196FFB19014A1B51; IL2CPP_EXTERN_C String_t* _stringLiteralECB5F989D7A306742A927D77266C671E3630CC80; IL2CPP_EXTERN_C String_t* _stringLiteralF0E602471CC7B60B51555C6BF791FB31ACE6F07C; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF4B67B27E4DD10700B0726FC3E0A89E2CDBB84C8; IL2CPP_EXTERN_C String_t* _stringLiteralF526C41B5D102629F36504CCC315D6C68C84CCEC; IL2CPP_EXTERN_C String_t* _stringLiteralF5BFB4A5DE8CFF671B02876816873878BF3C69AD; IL2CPP_EXTERN_C String_t* _stringLiteralF61A75191EDC36E7F5B6029C933D4C764F147DE4; IL2CPP_EXTERN_C String_t* _stringLiteralF6603BEE885CA54B20CF4234C3D78879F5A10F60; IL2CPP_EXTERN_C String_t* _stringLiteralF7B722DB1EB2AE1345B7665EB8C13EDFE133919B; IL2CPP_EXTERN_C String_t* _stringLiteralF7DD4F08EF2E3E98F8A000F8F5A7E48A7E400351; IL2CPP_EXTERN_C String_t* _stringLiteralF8167CCC78C1117CDBB4F4177DE66863BA21E27A; IL2CPP_EXTERN_C String_t* _stringLiteralF94826EFCA9D0B0B714BFAF666209B973B2B4730; IL2CPP_EXTERN_C String_t* _stringLiteralFA2D6743666999DD62BADDE7D2A768DBA1CD81F0; IL2CPP_EXTERN_C String_t* _stringLiteralFADAF1FA19DB6D7D6F73D5D573C4B5A69B103D41; IL2CPP_EXTERN_C String_t* _stringLiteralFBC66F6D17F9A514EDB0F0D5EC7EBBDBABEF3B5A; IL2CPP_EXTERN_C String_t* _stringLiteralFD8727ECE2A497DA940EF3D629FF09FF51296D56; IL2CPP_EXTERN_C String_t* _stringLiteralFDE590092240D8B8D54EA8F6D47F7922F4C89FD6; IL2CPP_EXTERN_C String_t* _stringLiteralFE55A44A4569E37676CECA70D4046727B22CA6A6; IL2CPP_EXTERN_C String_t* _stringLiteralFE885205DA2ED2F044021264F91527DF50C05E68; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m94B1D693386EA0BD3C636939BDCE375EDEF91A04_RuntimeMethod_var; 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_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mCBD44A97260E33F58E2FBBD76E0432C8F120C30E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_mED8C9575844B41F67CB4C2B13685FC0174CB61BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerGraphicString_GetInstance_mF4F7983B3B5138A56A01312B537E1CFB1EF21CAE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerIA5String_GetInstance_mA84EFDE9C888C9108855B22388CB274141E3D8F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerIA5String__ctor_m20C24C036ECE4AAD17D2BAC41842908769E2566E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerInteger_GetInstance_mBE61A36F9174D4745983FEC17EF7EDD02EE4C0D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerInteger__ctor_m3FDD515FF469905F7EB1FD4DA74EBECB4132F435_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerNumericString_GetInstance_m837C88CF770EC6C68395DFFAE3CA543DD9ED1BF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerNumericString__ctor_mCBD36AB6EB27B38E65754B1DABCF630B76D23231_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerObjectIdentifier_GetInstance_mBE1F50C71CFA8B210307AFD39E62F8AF4D5E34FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerObjectIdentifier__ctor_mDC687CD177DC32F239906639A16491F84291D144_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerOctetStringParser_ToAsn1Object_mD0FE26039DF2A46EB1D212BB9A7B99875DDAADE2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerOutputStream_WriteObject_mEF287EAAD463654300D75FF83D4A5EE793F5D68E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerPrintableString_GetInstance_m38FDB77E482F08AB65F6FB23C32840959649231B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerPrintableString__ctor_m8CA85E69FA4EE6A5A6C19B57126A0DBA6EDD4C76_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerT61String_GetInstance_m3F46BD1E59960BE82348E6CB2B85E9A3CA275B65_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerT61String__ctor_m6C10AA8FAA272F3783B8ED2F41DA23F27EFE610B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerUniversalString_GetInstance_m18B60894972DB03931C97237ADE2E00725B18DFF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerUniversalString__ctor_m29E8A57B82F4DD443E740205EF528288F0133CCE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerUtcTime_GetInstance_mE16969AE1D919C9BA2A03ECD25A9EBF7F99044D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerUtcTime__ctor_m37EA5CF60FECFA088345312C01DC53704293085E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerUtf8String_GetInstance_mFA869E7C94EF5349F0CCA598AEB3F2952432D5DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerUtf8String__ctor_m1DBE822AAD7BA1747E5F632DF89ED4FBAB8ACD95_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerVideotexString_GetInstance_m720521EF39AB950A0CF8CFA3916E63E7C8EF15F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerVisibleString_GetInstance_m81ED755B7CE3A8832D0CA72539E4B1FAED4CF6CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerVisibleString__ctor_m0B29454DC745DED101D9304756AC975F11599919_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DesEdeEngine_Init_mBF5EEA687667C5AEA8557C9D999A7840F66CAECB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DesEdeEngine_ProcessBlock_mDFECA7FCD9EF1038B4FD9FFED9C47808045B09E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DesEdeKeyGenerator_engineInit_mE14F79DE05642CD8C0494FF777A1CF997917FE51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DesEdeParameters_FixKey_m2680F88C7E34BC58B1D3B3BDF5FC96E3AA337E10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DesEdeWrapEngine_Init_m4DAB033E1B7411B76A3DD529B5733E12B7A68F6A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DesEdeWrapEngine_Unwrap_mA1F6A2ECAE79605F741AE5DEF67503BDEAAE6478_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DesEdeWrapEngine_Wrap_mC126BBA1F25E1F3C2F78C7BC93A6E1C46AD97658_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DesEngine_Init_m681748D0DBAFD3598C362F5409F7D8A183ACBFDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DesEngine_ProcessBlock_m76AE09E76AC9B0AA8947ABA5A594B04016EB929B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DesKeyGenerator_engineInit_mA11AD612731C7E2066E83C9060FADF6B91186668_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DesParameters_IsWeakKey_m03C3BE82E127FB14AB53AB5C85CBB3AF10E21703_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DesParameters__ctor_m00F6A79B26D56D16DC6F6AAAEEC5978E9A18C42A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DesParameters__ctor_mC24B2BD9321E8B032B61D4E04A49314829625FE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeviceCalibrateView_ClickGyrCalibrate_m281C0CCD0D55E5C31E869BBFC9A79F7E6E7DEF9B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeviceCalibrateView_ClickResetMag_m35ECC1F2288FBDDFF3071DED1D2A6D85E95CDAE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeviceCalibrateView_U3CStartU3Eb__17_0_m0149194286F4FF41064E365D07AEE407C488467C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeviceCalibrateView_U3CStartU3Eb__17_1_m27B6C9F0A11A78960AF5249C252C0E55951697F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeviceCalibrateView_U3CStartU3Eb__17_2_m4091254379C1329F6C2D217897AE3849E4BA18F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeviceMgr_CacheDeviceConfig_TisDeviceArrow2000_t40174AFE2CB1DD2FC897FA7A20114AAED437E4EF_m6D0AC84C04CDFC5CE48D47FEF02D4EF98207C105_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeviceMgr_CacheDeviceConfig_TisDeviceBow1000_t0EF7BAE6DDE06D5D503E705D7A51BDD0F29EBE93_m103C0689ED9493F5677E8E2FD2F5E47139360AD5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeviceMgr_CacheDeviceConfig_TisDeviceBow1001_tEA0B36582713E0D210DCC371566C3C76C394B294_m170AACE8DD0E0437094FA0A18654C61D44BDE1FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m253B221DED3873353E381B927A21C215A07C706C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mD337A79F0F4C18D508FD857D4005522D8E2356F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mB84DC1A600D308B9D8B91C3309BB19B6C7D821D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m5485A2636DF423D43E6F3B0E270C272F39756046_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DigestInfo_GetInstance_m955724E03B8380ACF666B5649A525999CD2B5F2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DigestInfo__ctor_m297442DC6E1D7E5CA7130607928A4904F74E4D50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DigestUtilities_GetDigest_mE5288E6C70B2783BA075196BD74CD848834BAC67_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DigestUtilities_GetObjectIdentifier_m9880ABDBE41400BFB3D25E5A0230211F28FE6EB0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DigitallySigned__ctor_m4AB7FE3E8FFF72EFAA5F1945EB61B27B60916C45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DirectoryString_GetInstance_mB4995BC4A6AE0328ABF5344E3B11DA53399BDCF5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DirectoryString_GetInstance_mE46E0B5708508494AA04515B80180ACCE63CB190_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DisplayText_GetInstance_m623B19B98C1BFEDAB4205D23858BF7622B215C81_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DistributionPointName_GetInstance_m36A6FD601E5C7EC81D461407F9EFF1C5BFEF77B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DistributionPoint_GetInstance_mA11AC6B6F01585968764AECDF226A835FB356C9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DotNetUtilities_ConvertRSAParametersField_mB8EACC4F2592879A20B5CA7C9871E0131E4D1995_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DotNetUtilities_GetKeyPair_m59826CA5F29F6978EA7287B39591D7FD1BE4A27B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DsaDigestSigner_GenerateSignature_m88800140C30B5AFBDC92A9ABB414F749B55509CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DsaDigestSigner_Init_mA87166BCF26DF33F29ECB21B8CEE7FA0BF87386F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DsaDigestSigner_VerifySignature_m6E6BBEA9933E4CA6A35B653F0D1899D8E875BD00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DsaKeyPairGenerator_Init_m718898ECEC1035E71E5E381B4AD87529B6416A3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m77C70ED6B56ED1A7C2D623AA40D1F0C08998DAA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mFD0DA417B7DB36F99F8F180097010A4E335DA34D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m137A6A07B0A1D4E36D414B4CB5CE1319797133F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m923031411E6D7139261011338F9423C7A05BAA10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m653080440AD1ED79A0F95E26F0A52049450614FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mAD2067598114DA1D17C28E4CF2F82E481E322B6E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Extension_Mean_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m30AA9E21CCDA64705077EC2625C58E8D69755B9B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m50FA737A846BAE97090E44831F677BEEB12DC980_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisSpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF_m2AA464DD0910A70EE4BDBD6997C3284905AB9D20_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentInChildren_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m394A07B8EE2A4A198924AD2695D6C745B719A4D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mA05E3E8DA3DAE2AF09AC18D79DEC6C3D9B483A39_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_mAB159CED4EA42F6E700527382D795CCD31EF293F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisDeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_m38EB23301B9E3B65070943DB2C1F249325E83DE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentsInChildren_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_m9D506A2F2FA511065B22557C035B07AFA60023E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m974408F8845D8BEB09ACF2E9AA4F613D6BC9775E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB0346D84F4C7D5B55AAD091B2B88FC5AC21D048D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD890F110776346340FEBC865E2D5DF0410327EB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m1E4AF39A1050CD8394AA202B04F2B07267435640_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_FindIndex_m53831DB002E9F413EE69D6722F54A54D11FE8CB4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m3703E0647821A0C8F9AB4D147FBD1FFEE38022DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mCBE81EC3BA60DA780C86C16056C3CC947FB04134_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m98EE261DB826B27C92F2440F5A4ABD53B74906A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m3502BB68821D39365922C0A5B79C87441B101FE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4D81A60A3C9A9F425B13CEE1AC43A357335E8B0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA0CE4C11D163EF853E9E6A0FD3C75486EF3A0F31_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m8BC8A2581B2C2A70088BBC9E060DC93A8ACFFEFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectOfType_TisNewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D_m2718C282B7DB983FD92C573CA156F71B1CB485D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Predicate_1__ctor_m6B6D8E35C0E83BBC784E881CCFA837ED78F48F14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_get_Count_m9DB4955B3DFD9CB23DBB6B6681B46CB7FB417446_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* SortedQueue_1_Dequeue_m7032D46CB1086D726F571E035601A1AC8265E1E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SortedQueue_1_Enqueue_m815C8AB7017922D28D53A91AB79A4A9903BF10B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SortedQueue_1__ctor_mC5D3F1E0C5B4DF41374583CD60BDB3CEBB2042C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SortedQueue_1_get_Item_m113FF469378EB78CB37C35C6A96E9152D0F4B5F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__5_0_mE56B6AB60847C3AE11C2AC2001E6B99BDF9C8DF9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass5_0_U3CStartU3Eb__1_m2CD5167DEDCE56686E7D93CA00A4BE009E1A4E5A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass6_0_U3CFindBestU3Eb__0_mC3E85C645E17BEEA7659FF6A4478EEF37C448223_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_mA8692E0E9761BBBCE8612270684EC1486302FBB0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_get_Back_m46232E293D4B9C2BAA8A211EFEBD5E849139C69F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_get_Zero_mE3FC9F40A6F2D2D0DF4C45C4CEF38E5080378891_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_op_Equality_m130C8A1FFEF817DF1C7EF029A3CC0B943D78CF45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_op_Inequality_m245BB565581F0282FD802FCA40508CB71922D255_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_op_Subtraction_mC240708A1626E606CC5DF2A9D44AF65EE5BC114C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_DestroyView_TisDeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_m2D431BF230D808A242A965BCCE6A1A7D9D0D16FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* DigestAlgorithm_t7A40B55EDE3ECA910D8C799CD28537FD719AE0C8_0_0_0_var; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; struct ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F; struct DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C; struct ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF; struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; 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.Collections.Generic.Dictionary`2 struct Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t037A1DE130FB696EDD98BA14DDA9326FA1CBFB73* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tC7B71EB6611EEF0542A37555A07D73F5F17E60E2 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t56968D434B2B102C2CEF7034F9119D28648360A0 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22, ___entries_1)); } inline EntryU5BU5D_t037A1DE130FB696EDD98BA14DDA9326FA1CBFB73* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t037A1DE130FB696EDD98BA14DDA9326FA1CBFB73** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t037A1DE130FB696EDD98BA14DDA9326FA1CBFB73* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22, ___keys_7)); } inline KeyCollection_tC7B71EB6611EEF0542A37555A07D73F5F17E60E2 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tC7B71EB6611EEF0542A37555A07D73F5F17E60E2 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tC7B71EB6611EEF0542A37555A07D73F5F17E60E2 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22, ___values_8)); } inline ValueCollection_t56968D434B2B102C2CEF7034F9119D28648360A0 * get_values_8() const { return ___values_8; } inline ValueCollection_t56968D434B2B102C2CEF7034F9119D28648360A0 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t56968D434B2B102C2CEF7034F9119D28648360A0 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.EmptyArray`1 struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4 : public RuntimeObject { public: public: }; struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields { public: // T[] System.EmptyArray`1::Value ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields, ___Value_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_Value_0() const { return ___Value_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t96E6EFAF1314A4D3D16CA588C49465FEB8944A71 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C* ____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_t96E6EFAF1314A4D3D16CA588C49465FEB8944A71, ____items_1)); } inline DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C* get__items_1() const { return ____items_1; } inline DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C** get_address_of__items_1() { return &____items_1; } inline void set__items_1(DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C* 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_t96E6EFAF1314A4D3D16CA588C49465FEB8944A71, ____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_t96E6EFAF1314A4D3D16CA588C49465FEB8944A71, ____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_t96E6EFAF1314A4D3D16CA588C49465FEB8944A71, ____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_t96E6EFAF1314A4D3D16CA588C49465FEB8944A71_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t96E6EFAF1314A4D3D16CA588C49465FEB8944A71_StaticFields, ____emptyArray_5)); } inline DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C* get__emptyArray_5() const { return ____emptyArray_5; } inline DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items DeviceInfoU5BU5D_t5766D8102BDDBEA2C2812447892D6E4EAF9A9AB5* ____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_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C, ____items_1)); } inline DeviceInfoU5BU5D_t5766D8102BDDBEA2C2812447892D6E4EAF9A9AB5* get__items_1() const { return ____items_1; } inline DeviceInfoU5BU5D_t5766D8102BDDBEA2C2812447892D6E4EAF9A9AB5** get_address_of__items_1() { return &____items_1; } inline void set__items_1(DeviceInfoU5BU5D_t5766D8102BDDBEA2C2812447892D6E4EAF9A9AB5* 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_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C, ____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_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C, ____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_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C, ____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_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray DeviceInfoU5BU5D_t5766D8102BDDBEA2C2812447892D6E4EAF9A9AB5* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C_StaticFields, ____emptyArray_5)); } inline DeviceInfoU5BU5D_t5766D8102BDDBEA2C2812447892D6E4EAF9A9AB5* get__emptyArray_5() const { return ____emptyArray_5; } inline DeviceInfoU5BU5D_t5766D8102BDDBEA2C2812447892D6E4EAF9A9AB5** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(DeviceInfoU5BU5D_t5766D8102BDDBEA2C2812447892D6E4EAF9A9AB5* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t760D7EED86247E3493CD5F22F0E822BF6AE1C2BC : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* ____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_t760D7EED86247E3493CD5F22F0E822BF6AE1C2BC, ____items_1)); } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* get__items_1() const { return ____items_1; } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB** get_address_of__items_1() { return &____items_1; } inline void set__items_1(DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* 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_t760D7EED86247E3493CD5F22F0E822BF6AE1C2BC, ____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_t760D7EED86247E3493CD5F22F0E822BF6AE1C2BC, ____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_t760D7EED86247E3493CD5F22F0E822BF6AE1C2BC, ____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_t760D7EED86247E3493CD5F22F0E822BF6AE1C2BC_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t760D7EED86247E3493CD5F22F0E822BF6AE1C2BC_StaticFields, ____emptyArray_5)); } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* get__emptyArray_5() const { return ____emptyArray_5; } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189, ____items_1)); } inline HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6* get__items_1() const { return ____items_1; } inline HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6** get_address_of__items_1() { return &____items_1; } inline void set__items_1(HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189_StaticFields, ____emptyArray_5)); } inline HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6* get__emptyArray_5() const { return ____emptyArray_5; } inline HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_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_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_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* ____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_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5, ____array_0)); } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* get__array_0() const { return ____array_0; } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB** get_address_of__array_0() { return &____array_0; } inline void set__array_0(DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* 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_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5, ____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_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5, ____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_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5, ____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_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5, ____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_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5, ____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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.AbstractECMultiplier struct AbstractECMultiplier_t54253743E31DE46FD22E58679B9792D44DA770B5 : public RuntimeObject { public: public: }; struct Il2CppArrayBounds; // System.Array // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::v RuntimeObject* ___v_0; public: inline static int32_t get_offset_of_v_0() { return static_cast(offsetof(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3, ___v_0)); } inline RuntimeObject* get_v_0() const { return ___v_0; } inline RuntimeObject** get_address_of_v_0() { return &___v_0; } inline void set_v_0(RuntimeObject* value) { ___v_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___v_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator struct Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 : public RuntimeObject { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::_out Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____out_0; public: inline static int32_t get_offset_of__out_0() { return static_cast(offsetof(Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2, ____out_0)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__out_0() const { return ____out_0; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__out_0() { return &____out_0; } inline void set__out_0(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____out_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____out_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser struct Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 : public RuntimeObject { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::_in Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____in_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::_limit int32_t ____limit_1; // System.Byte[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::tmpBuffers ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ___tmpBuffers_2; public: inline static int32_t get_offset_of__in_0() { return static_cast(offsetof(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73, ____in_0)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__in_0() const { return ____in_0; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__in_0() { return &____in_0; } inline void set__in_0(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____in_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____in_0), (void*)value); } inline static int32_t get_offset_of__limit_1() { return static_cast(offsetof(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73, ____limit_1)); } inline int32_t get__limit_1() const { return ____limit_1; } inline int32_t* get_address_of__limit_1() { return &____limit_1; } inline void set__limit_1(int32_t value) { ____limit_1 = value; } inline static int32_t get_offset_of_tmpBuffers_2() { return static_cast(offsetof(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73, ___tmpBuffers_2)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get_tmpBuffers_2() const { return ___tmpBuffers_2; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of_tmpBuffers_2() { return &___tmpBuffers_2; } inline void set_tmpBuffers_2(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* value) { ___tmpBuffers_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tmpBuffers_2), (void*)value); } }; // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_0; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___LegalKeySizesValue_1; public: inline static int32_t get_offset_of_KeySizeValue_0() { return static_cast(offsetof(AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F, ___KeySizeValue_0)); } inline int32_t get_KeySizeValue_0() const { return ___KeySizeValue_0; } inline int32_t* get_address_of_KeySizeValue_0() { return &___KeySizeValue_0; } inline void set_KeySizeValue_0(int32_t value) { ___KeySizeValue_0 = value; } inline static int32_t get_offset_of_LegalKeySizesValue_1() { return static_cast(offsetof(AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F, ___LegalKeySizesValue_1)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_LegalKeySizesValue_1() const { return ___LegalKeySizesValue_1; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_LegalKeySizesValue_1() { return &___LegalKeySizesValue_1; } inline void set_LegalKeySizesValue_1(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___LegalKeySizesValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___LegalKeySizesValue_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair struct AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair::publicParameter AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___publicParameter_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair::privateParameter AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateParameter_1; public: inline static int32_t get_offset_of_publicParameter_0() { return static_cast(offsetof(AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929, ___publicParameter_0)); } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * get_publicParameter_0() const { return ___publicParameter_0; } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A ** get_address_of_publicParameter_0() { return &___publicParameter_0; } inline void set_publicParameter_0(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * value) { ___publicParameter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicParameter_0), (void*)value); } inline static int32_t get_offset_of_privateParameter_1() { return static_cast(offsetof(AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929, ___privateParameter_1)); } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * get_privateParameter_1() const { return ___privateParameter_1; } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A ** get_address_of_privateParameter_1() { return &___privateParameter_1; } inline void set_privateParameter_1(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * value) { ___privateParameter_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateParameter_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::privateKey bool ___privateKey_0; public: inline static int32_t get_offset_of_privateKey_0() { return static_cast(offsetof(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A, ___privateKey_0)); } inline bool get_privateKey_0() const { return ___privateKey_0; } inline bool* get_address_of_privateKey_0() { return &___privateKey_0; } inline void set_privateKey_0(bool value) { ___privateKey_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::magnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___magnitude_30; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::sign int32_t ___sign_31; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBits int32_t ___nBits_32; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBitLength int32_t ___nBitLength_33; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::mQuote int32_t ___mQuote_34; public: inline static int32_t get_offset_of_magnitude_30() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___magnitude_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_magnitude_30() const { return ___magnitude_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_magnitude_30() { return &___magnitude_30; } inline void set_magnitude_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___magnitude_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___magnitude_30), (void*)value); } inline static int32_t get_offset_of_sign_31() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___sign_31)); } inline int32_t get_sign_31() const { return ___sign_31; } inline int32_t* get_address_of_sign_31() { return &___sign_31; } inline void set_sign_31(int32_t value) { ___sign_31 = value; } inline static int32_t get_offset_of_nBits_32() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBits_32)); } inline int32_t get_nBits_32() const { return ___nBits_32; } inline int32_t* get_address_of_nBits_32() { return &___nBits_32; } inline void set_nBits_32(int32_t value) { ___nBits_32 = value; } inline static int32_t get_offset_of_nBitLength_33() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBitLength_33)); } inline int32_t get_nBitLength_33() const { return ___nBitLength_33; } inline int32_t* get_address_of_nBitLength_33() { return &___nBitLength_33; } inline void set_nBitLength_33(int32_t value) { ___nBitLength_33 = value; } inline static int32_t get_offset_of_mQuote_34() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___mQuote_34)); } inline int32_t get_mQuote_34() const { return ___mQuote_34; } inline int32_t* get_address_of_mQuote_34() { return &___mQuote_34; } inline void set_mQuote_34(int32_t value) { ___mQuote_34 = value; } }; struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields { public: // System.Int32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeLists Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ___primeLists_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeProducts Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___primeProducts_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroMagnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ZeroMagnitude_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroEncoding ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ZeroEncoding_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::SMALL_CONSTANTS BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___SMALL_CONSTANTS_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Zero BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Zero_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::One BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___One_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Two BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Two_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Three BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Three_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Ten BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Ten_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::BitLengthTable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___BitLengthTable_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2E_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8E_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10E_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16E_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::RandomSource SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___RandomSource_25; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ExpWindowThresholds Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ExpWindowThresholds_26; public: inline static int32_t get_offset_of_primeLists_0() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeLists_0)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get_primeLists_0() const { return ___primeLists_0; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of_primeLists_0() { return &___primeLists_0; } inline void set_primeLists_0(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ___primeLists_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeLists_0), (void*)value); } inline static int32_t get_offset_of_primeProducts_1() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeProducts_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_primeProducts_1() const { return ___primeProducts_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_primeProducts_1() { return &___primeProducts_1; } inline void set_primeProducts_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___primeProducts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeProducts_1), (void*)value); } inline static int32_t get_offset_of_ZeroMagnitude_4() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroMagnitude_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ZeroMagnitude_4() const { return ___ZeroMagnitude_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ZeroMagnitude_4() { return &___ZeroMagnitude_4; } inline void set_ZeroMagnitude_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ZeroMagnitude_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroMagnitude_4), (void*)value); } inline static int32_t get_offset_of_ZeroEncoding_5() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroEncoding_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ZeroEncoding_5() const { return ___ZeroEncoding_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ZeroEncoding_5() { return &___ZeroEncoding_5; } inline void set_ZeroEncoding_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ZeroEncoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroEncoding_5), (void*)value); } inline static int32_t get_offset_of_SMALL_CONSTANTS_6() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___SMALL_CONSTANTS_6)); } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* get_SMALL_CONSTANTS_6() const { return ___SMALL_CONSTANTS_6; } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED** get_address_of_SMALL_CONSTANTS_6() { return &___SMALL_CONSTANTS_6; } inline void set_SMALL_CONSTANTS_6(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* value) { ___SMALL_CONSTANTS_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SMALL_CONSTANTS_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Zero_7)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Zero_7() const { return ___Zero_7; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Zero_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Zero_7), (void*)value); } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___One_8)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_One_8() const { return ___One_8; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_One_8() { return &___One_8; } inline void set_One_8(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___One_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___One_8), (void*)value); } inline static int32_t get_offset_of_Two_9() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Two_9)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Two_9() const { return ___Two_9; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Two_9() { return &___Two_9; } inline void set_Two_9(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Two_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Two_9), (void*)value); } inline static int32_t get_offset_of_Three_10() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Three_10)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Three_10() const { return ___Three_10; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Three_10() { return &___Three_10; } inline void set_Three_10(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Three_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Three_10), (void*)value); } inline static int32_t get_offset_of_Ten_11() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Ten_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Ten_11() const { return ___Ten_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Ten_11() { return &___Ten_11; } inline void set_Ten_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Ten_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Ten_11), (void*)value); } inline static int32_t get_offset_of_BitLengthTable_12() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___BitLengthTable_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_BitLengthTable_12() const { return ___BitLengthTable_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_BitLengthTable_12() { return &___BitLengthTable_12; } inline void set_BitLengthTable_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___BitLengthTable_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___BitLengthTable_12), (void*)value); } inline static int32_t get_offset_of_radix2_17() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2_17)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2_17() const { return ___radix2_17; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2_17() { return &___radix2_17; } inline void set_radix2_17(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2_17), (void*)value); } inline static int32_t get_offset_of_radix2E_18() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2E_18)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2E_18() const { return ___radix2E_18; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2E_18() { return &___radix2E_18; } inline void set_radix2E_18(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2E_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2E_18), (void*)value); } inline static int32_t get_offset_of_radix8_19() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8_19)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8_19() const { return ___radix8_19; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8_19() { return &___radix8_19; } inline void set_radix8_19(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8_19), (void*)value); } inline static int32_t get_offset_of_radix8E_20() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8E_20)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8E_20() const { return ___radix8E_20; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8E_20() { return &___radix8E_20; } inline void set_radix8E_20(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8E_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8E_20), (void*)value); } inline static int32_t get_offset_of_radix10_21() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10_21)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10_21() const { return ___radix10_21; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10_21() { return &___radix10_21; } inline void set_radix10_21(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10_21), (void*)value); } inline static int32_t get_offset_of_radix10E_22() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10E_22)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10E_22() const { return ___radix10E_22; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10E_22() { return &___radix10E_22; } inline void set_radix10E_22(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10E_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10E_22), (void*)value); } inline static int32_t get_offset_of_radix16_23() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16_23)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16_23() const { return ___radix16_23; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16_23() { return &___radix16_23; } inline void set_radix16_23(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16_23), (void*)value); } inline static int32_t get_offset_of_radix16E_24() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16E_24)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16E_24() const { return ___radix16E_24; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16E_24() { return &___radix16E_24; } inline void set_radix16E_24(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16E_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16E_24), (void*)value); } inline static int32_t get_offset_of_RandomSource_25() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___RandomSource_25)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_RandomSource_25() const { return ___RandomSource_25; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_RandomSource_25() { return &___RandomSource_25; } inline void set_RandomSource_25(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___RandomSource_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___RandomSource_25), (void*)value); } inline static int32_t get_offset_of_ExpWindowThresholds_26() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ExpWindowThresholds_26)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ExpWindowThresholds_26() const { return ___ExpWindowThresholds_26; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ExpWindowThresholds_26() { return &___ExpWindowThresholds_26; } inline void set_ExpWindowThresholds_26(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ExpWindowThresholds_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExpWindowThresholds_26), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2bDigest struct Blake2bDigest_t06F255DEF539644523DF633B286A4A3CE15E2BB3 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2bDigest::digestLength int32_t ___digestLength_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2bDigest::keyLength int32_t ___keyLength_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2bDigest::salt ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt_6; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2bDigest::personalization ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___personalization_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2bDigest::key ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key_8; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2bDigest::buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer_9; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2bDigest::bufferPos int32_t ___bufferPos_10; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2bDigest::internalState UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___internalState_11; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2bDigest::chainValue UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___chainValue_12; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2bDigest::t0 uint64_t ___t0_13; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2bDigest::t1 uint64_t ___t1_14; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2bDigest::f0 uint64_t ___f0_15; public: inline static int32_t get_offset_of_digestLength_4() { return static_cast(offsetof(Blake2bDigest_t06F255DEF539644523DF633B286A4A3CE15E2BB3, ___digestLength_4)); } inline int32_t get_digestLength_4() const { return ___digestLength_4; } inline int32_t* get_address_of_digestLength_4() { return &___digestLength_4; } inline void set_digestLength_4(int32_t value) { ___digestLength_4 = value; } inline static int32_t get_offset_of_keyLength_5() { return static_cast(offsetof(Blake2bDigest_t06F255DEF539644523DF633B286A4A3CE15E2BB3, ___keyLength_5)); } inline int32_t get_keyLength_5() const { return ___keyLength_5; } inline int32_t* get_address_of_keyLength_5() { return &___keyLength_5; } inline void set_keyLength_5(int32_t value) { ___keyLength_5 = value; } inline static int32_t get_offset_of_salt_6() { return static_cast(offsetof(Blake2bDigest_t06F255DEF539644523DF633B286A4A3CE15E2BB3, ___salt_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_salt_6() const { return ___salt_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_salt_6() { return &___salt_6; } inline void set_salt_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___salt_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___salt_6), (void*)value); } inline static int32_t get_offset_of_personalization_7() { return static_cast(offsetof(Blake2bDigest_t06F255DEF539644523DF633B286A4A3CE15E2BB3, ___personalization_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_personalization_7() const { return ___personalization_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_personalization_7() { return &___personalization_7; } inline void set_personalization_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___personalization_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___personalization_7), (void*)value); } inline static int32_t get_offset_of_key_8() { return static_cast(offsetof(Blake2bDigest_t06F255DEF539644523DF633B286A4A3CE15E2BB3, ___key_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_key_8() const { return ___key_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_key_8() { return &___key_8; } inline void set_key_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___key_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_8), (void*)value); } inline static int32_t get_offset_of_buffer_9() { return static_cast(offsetof(Blake2bDigest_t06F255DEF539644523DF633B286A4A3CE15E2BB3, ___buffer_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buffer_9() const { return ___buffer_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buffer_9() { return &___buffer_9; } inline void set_buffer_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buffer_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_9), (void*)value); } inline static int32_t get_offset_of_bufferPos_10() { return static_cast(offsetof(Blake2bDigest_t06F255DEF539644523DF633B286A4A3CE15E2BB3, ___bufferPos_10)); } inline int32_t get_bufferPos_10() const { return ___bufferPos_10; } inline int32_t* get_address_of_bufferPos_10() { return &___bufferPos_10; } inline void set_bufferPos_10(int32_t value) { ___bufferPos_10 = value; } inline static int32_t get_offset_of_internalState_11() { return static_cast(offsetof(Blake2bDigest_t06F255DEF539644523DF633B286A4A3CE15E2BB3, ___internalState_11)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_internalState_11() const { return ___internalState_11; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_internalState_11() { return &___internalState_11; } inline void set_internalState_11(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___internalState_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalState_11), (void*)value); } inline static int32_t get_offset_of_chainValue_12() { return static_cast(offsetof(Blake2bDigest_t06F255DEF539644523DF633B286A4A3CE15E2BB3, ___chainValue_12)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_chainValue_12() const { return ___chainValue_12; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_chainValue_12() { return &___chainValue_12; } inline void set_chainValue_12(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___chainValue_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___chainValue_12), (void*)value); } inline static int32_t get_offset_of_t0_13() { return static_cast(offsetof(Blake2bDigest_t06F255DEF539644523DF633B286A4A3CE15E2BB3, ___t0_13)); } inline uint64_t get_t0_13() const { return ___t0_13; } inline uint64_t* get_address_of_t0_13() { return &___t0_13; } inline void set_t0_13(uint64_t value) { ___t0_13 = value; } inline static int32_t get_offset_of_t1_14() { return static_cast(offsetof(Blake2bDigest_t06F255DEF539644523DF633B286A4A3CE15E2BB3, ___t1_14)); } inline uint64_t get_t1_14() const { return ___t1_14; } inline uint64_t* get_address_of_t1_14() { return &___t1_14; } inline void set_t1_14(uint64_t value) { ___t1_14 = value; } inline static int32_t get_offset_of_f0_15() { return static_cast(offsetof(Blake2bDigest_t06F255DEF539644523DF633B286A4A3CE15E2BB3, ___f0_15)); } inline uint64_t get_f0_15() const { return ___f0_15; } inline uint64_t* get_address_of_f0_15() { return &___f0_15; } inline void set_f0_15(uint64_t value) { ___f0_15 = value; } }; struct Blake2bDigest_t06F255DEF539644523DF633B286A4A3CE15E2BB3_StaticFields { public: // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2bDigest::blake2b_IV UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___blake2b_IV_0; // System.Byte[0...,0...] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2bDigest::blake2b_sigma ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* ___blake2b_sigma_1; public: inline static int32_t get_offset_of_blake2b_IV_0() { return static_cast(offsetof(Blake2bDigest_t06F255DEF539644523DF633B286A4A3CE15E2BB3_StaticFields, ___blake2b_IV_0)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_blake2b_IV_0() const { return ___blake2b_IV_0; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_blake2b_IV_0() { return &___blake2b_IV_0; } inline void set_blake2b_IV_0(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___blake2b_IV_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___blake2b_IV_0), (void*)value); } inline static int32_t get_offset_of_blake2b_sigma_1() { return static_cast(offsetof(Blake2bDigest_t06F255DEF539644523DF633B286A4A3CE15E2BB3_StaticFields, ___blake2b_sigma_1)); } inline ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* get_blake2b_sigma_1() const { return ___blake2b_sigma_1; } inline ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D** get_address_of_blake2b_sigma_1() { return &___blake2b_sigma_1; } inline void set_blake2b_sigma_1(ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* value) { ___blake2b_sigma_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___blake2b_sigma_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2sDigest struct Blake2sDigest_t80375121A6B53FC3BBE98FE06D699C231FA23D83 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2sDigest::digestLength int32_t ___digestLength_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2sDigest::keyLength int32_t ___keyLength_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2sDigest::salt ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt_6; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2sDigest::personalization ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___personalization_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2sDigest::key ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key_8; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2sDigest::buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer_9; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2sDigest::bufferPos int32_t ___bufferPos_10; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2sDigest::internalState UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___internalState_11; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2sDigest::chainValue UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___chainValue_12; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2sDigest::t0 uint32_t ___t0_13; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2sDigest::t1 uint32_t ___t1_14; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2sDigest::f0 uint32_t ___f0_15; public: inline static int32_t get_offset_of_digestLength_4() { return static_cast(offsetof(Blake2sDigest_t80375121A6B53FC3BBE98FE06D699C231FA23D83, ___digestLength_4)); } inline int32_t get_digestLength_4() const { return ___digestLength_4; } inline int32_t* get_address_of_digestLength_4() { return &___digestLength_4; } inline void set_digestLength_4(int32_t value) { ___digestLength_4 = value; } inline static int32_t get_offset_of_keyLength_5() { return static_cast(offsetof(Blake2sDigest_t80375121A6B53FC3BBE98FE06D699C231FA23D83, ___keyLength_5)); } inline int32_t get_keyLength_5() const { return ___keyLength_5; } inline int32_t* get_address_of_keyLength_5() { return &___keyLength_5; } inline void set_keyLength_5(int32_t value) { ___keyLength_5 = value; } inline static int32_t get_offset_of_salt_6() { return static_cast(offsetof(Blake2sDigest_t80375121A6B53FC3BBE98FE06D699C231FA23D83, ___salt_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_salt_6() const { return ___salt_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_salt_6() { return &___salt_6; } inline void set_salt_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___salt_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___salt_6), (void*)value); } inline static int32_t get_offset_of_personalization_7() { return static_cast(offsetof(Blake2sDigest_t80375121A6B53FC3BBE98FE06D699C231FA23D83, ___personalization_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_personalization_7() const { return ___personalization_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_personalization_7() { return &___personalization_7; } inline void set_personalization_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___personalization_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___personalization_7), (void*)value); } inline static int32_t get_offset_of_key_8() { return static_cast(offsetof(Blake2sDigest_t80375121A6B53FC3BBE98FE06D699C231FA23D83, ___key_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_key_8() const { return ___key_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_key_8() { return &___key_8; } inline void set_key_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___key_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_8), (void*)value); } inline static int32_t get_offset_of_buffer_9() { return static_cast(offsetof(Blake2sDigest_t80375121A6B53FC3BBE98FE06D699C231FA23D83, ___buffer_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buffer_9() const { return ___buffer_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buffer_9() { return &___buffer_9; } inline void set_buffer_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buffer_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_9), (void*)value); } inline static int32_t get_offset_of_bufferPos_10() { return static_cast(offsetof(Blake2sDigest_t80375121A6B53FC3BBE98FE06D699C231FA23D83, ___bufferPos_10)); } inline int32_t get_bufferPos_10() const { return ___bufferPos_10; } inline int32_t* get_address_of_bufferPos_10() { return &___bufferPos_10; } inline void set_bufferPos_10(int32_t value) { ___bufferPos_10 = value; } inline static int32_t get_offset_of_internalState_11() { return static_cast(offsetof(Blake2sDigest_t80375121A6B53FC3BBE98FE06D699C231FA23D83, ___internalState_11)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_internalState_11() const { return ___internalState_11; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_internalState_11() { return &___internalState_11; } inline void set_internalState_11(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___internalState_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalState_11), (void*)value); } inline static int32_t get_offset_of_chainValue_12() { return static_cast(offsetof(Blake2sDigest_t80375121A6B53FC3BBE98FE06D699C231FA23D83, ___chainValue_12)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_chainValue_12() const { return ___chainValue_12; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_chainValue_12() { return &___chainValue_12; } inline void set_chainValue_12(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___chainValue_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___chainValue_12), (void*)value); } inline static int32_t get_offset_of_t0_13() { return static_cast(offsetof(Blake2sDigest_t80375121A6B53FC3BBE98FE06D699C231FA23D83, ___t0_13)); } inline uint32_t get_t0_13() const { return ___t0_13; } inline uint32_t* get_address_of_t0_13() { return &___t0_13; } inline void set_t0_13(uint32_t value) { ___t0_13 = value; } inline static int32_t get_offset_of_t1_14() { return static_cast(offsetof(Blake2sDigest_t80375121A6B53FC3BBE98FE06D699C231FA23D83, ___t1_14)); } inline uint32_t get_t1_14() const { return ___t1_14; } inline uint32_t* get_address_of_t1_14() { return &___t1_14; } inline void set_t1_14(uint32_t value) { ___t1_14 = value; } inline static int32_t get_offset_of_f0_15() { return static_cast(offsetof(Blake2sDigest_t80375121A6B53FC3BBE98FE06D699C231FA23D83, ___f0_15)); } inline uint32_t get_f0_15() const { return ___f0_15; } inline uint32_t* get_address_of_f0_15() { return &___f0_15; } inline void set_f0_15(uint32_t value) { ___f0_15 = value; } }; struct Blake2sDigest_t80375121A6B53FC3BBE98FE06D699C231FA23D83_StaticFields { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2sDigest::blake2s_IV UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___blake2s_IV_0; // System.Byte[0...,0...] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2sDigest::blake2s_sigma ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* ___blake2s_sigma_1; public: inline static int32_t get_offset_of_blake2s_IV_0() { return static_cast(offsetof(Blake2sDigest_t80375121A6B53FC3BBE98FE06D699C231FA23D83_StaticFields, ___blake2s_IV_0)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_blake2s_IV_0() const { return ___blake2s_IV_0; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_blake2s_IV_0() { return &___blake2s_IV_0; } inline void set_blake2s_IV_0(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___blake2s_IV_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___blake2s_IV_0), (void*)value); } inline static int32_t get_offset_of_blake2s_sigma_1() { return static_cast(offsetof(Blake2sDigest_t80375121A6B53FC3BBE98FE06D699C231FA23D83_StaticFields, ___blake2s_sigma_1)); } inline ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* get_blake2s_sigma_1() const { return ___blake2s_sigma_1; } inline ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D** get_address_of_blake2s_sigma_1() { return &___blake2s_sigma_1; } inline void set_blake2s_sigma_1(ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* value) { ___blake2s_sigma_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___blake2s_sigma_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher struct CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::IV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IV_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::cbcV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cbcV_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::cbcNextV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cbcNextV_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::blockSize int32_t ___blockSize_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::cipher RuntimeObject* ___cipher_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::encrypting bool ___encrypting_5; public: inline static int32_t get_offset_of_IV_0() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___IV_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IV_0() const { return ___IV_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IV_0() { return &___IV_0; } inline void set_IV_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IV_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IV_0), (void*)value); } inline static int32_t get_offset_of_cbcV_1() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___cbcV_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cbcV_1() const { return ___cbcV_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cbcV_1() { return &___cbcV_1; } inline void set_cbcV_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cbcV_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cbcV_1), (void*)value); } inline static int32_t get_offset_of_cbcNextV_2() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___cbcNextV_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cbcNextV_2() const { return ___cbcNextV_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cbcNextV_2() { return &___cbcNextV_2; } inline void set_cbcNextV_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cbcNextV_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cbcNextV_2), (void*)value); } inline static int32_t get_offset_of_blockSize_3() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___blockSize_3)); } inline int32_t get_blockSize_3() const { return ___blockSize_3; } inline int32_t* get_address_of_blockSize_3() { return &___blockSize_3; } inline void set_blockSize_3(int32_t value) { ___blockSize_3 = value; } inline static int32_t get_offset_of_cipher_4() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___cipher_4)); } inline RuntimeObject* get_cipher_4() const { return ___cipher_4; } inline RuntimeObject** get_address_of_cipher_4() { return &___cipher_4; } inline void set_cipher_4(RuntimeObject* value) { ___cipher_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_4), (void*)value); } inline static int32_t get_offset_of_encrypting_5() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___encrypting_5)); } inline bool get_encrypting_5() const { return ___encrypting_5; } inline bool* get_address_of_encrypting_5() { return &___encrypting_5; } inline void set_encrypting_5(bool value) { ___encrypting_5 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator struct CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator::strength int32_t ___strength_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator::uninitialised bool ___uninitialised_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator::defaultStrength int32_t ___defaultStrength_3; public: inline static int32_t get_offset_of_random_0() { return static_cast(offsetof(CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214, ___random_0)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_0() const { return ___random_0; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_0() { return &___random_0; } inline void set_random_0(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_0), (void*)value); } inline static int32_t get_offset_of_strength_1() { return static_cast(offsetof(CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214, ___strength_1)); } inline int32_t get_strength_1() const { return ___strength_1; } inline int32_t* get_address_of_strength_1() { return &___strength_1; } inline void set_strength_1(int32_t value) { ___strength_1 = value; } inline static int32_t get_offset_of_uninitialised_2() { return static_cast(offsetof(CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214, ___uninitialised_2)); } inline bool get_uninitialised_2() const { return ___uninitialised_2; } inline bool* get_address_of_uninitialised_2() { return &___uninitialised_2; } inline void set_uninitialised_2(bool value) { ___uninitialised_2 = value; } inline static int32_t get_offset_of_defaultStrength_3() { return static_cast(offsetof(CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214, ___defaultStrength_3)); } inline int32_t get_defaultStrength_3() const { return ___defaultStrength_3; } inline int32_t* get_address_of_defaultStrength_3() { return &___defaultStrength_3; } inline void set_defaultStrength_3(int32_t value) { ___defaultStrength_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers struct CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C : public RuntimeObject { public: public: }; struct CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411Hmac DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411Hmac_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR28147Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR28147Cbc_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::ID_Gost28147_89_CryptoPro_A_ParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ID_Gost28147_89_CryptoPro_A_ParamSet_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411x94WithGostR3410x94 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411x94WithGostR3410x94_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411x94WithGostR3410x2001 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411x94WithGostR3410x2001_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411x94CryptoProParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411x94CryptoProParamSet_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProA_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProB_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProC_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProD DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProD_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProXchA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProXchA_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProXchB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProXchB_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProXchC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProXchC_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProA_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProB_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProC_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProXchA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProXchA_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProXchB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProXchB_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostElSgDH3410Default DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostElSgDH3410Default_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostElSgDH3410x1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostElSgDH3410x1_23; public: inline static int32_t get_offset_of_GostR3411_1() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411_1() const { return ___GostR3411_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411_1() { return &___GostR3411_1; } inline void set_GostR3411_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411_1), (void*)value); } inline static int32_t get_offset_of_GostR3411Hmac_2() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411Hmac_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411Hmac_2() const { return ___GostR3411Hmac_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411Hmac_2() { return &___GostR3411Hmac_2; } inline void set_GostR3411Hmac_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411Hmac_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411Hmac_2), (void*)value); } inline static int32_t get_offset_of_GostR28147Cbc_3() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR28147Cbc_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR28147Cbc_3() const { return ___GostR28147Cbc_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR28147Cbc_3() { return &___GostR28147Cbc_3; } inline void set_GostR28147Cbc_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR28147Cbc_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR28147Cbc_3), (void*)value); } inline static int32_t get_offset_of_ID_Gost28147_89_CryptoPro_A_ParamSet_4() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___ID_Gost28147_89_CryptoPro_A_ParamSet_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ID_Gost28147_89_CryptoPro_A_ParamSet_4() const { return ___ID_Gost28147_89_CryptoPro_A_ParamSet_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ID_Gost28147_89_CryptoPro_A_ParamSet_4() { return &___ID_Gost28147_89_CryptoPro_A_ParamSet_4; } inline void set_ID_Gost28147_89_CryptoPro_A_ParamSet_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ID_Gost28147_89_CryptoPro_A_ParamSet_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ID_Gost28147_89_CryptoPro_A_ParamSet_4), (void*)value); } inline static int32_t get_offset_of_GostR3410x94_5() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94_5() const { return ___GostR3410x94_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94_5() { return &___GostR3410x94_5; } inline void set_GostR3410x94_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94_5), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001_6() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001_6() const { return ___GostR3410x2001_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001_6() { return &___GostR3410x2001_6; } inline void set_GostR3410x2001_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001_6), (void*)value); } inline static int32_t get_offset_of_GostR3411x94WithGostR3410x94_7() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411x94WithGostR3410x94_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411x94WithGostR3410x94_7() const { return ___GostR3411x94WithGostR3410x94_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411x94WithGostR3410x94_7() { return &___GostR3411x94WithGostR3410x94_7; } inline void set_GostR3411x94WithGostR3410x94_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411x94WithGostR3410x94_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411x94WithGostR3410x94_7), (void*)value); } inline static int32_t get_offset_of_GostR3411x94WithGostR3410x2001_8() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411x94WithGostR3410x2001_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411x94WithGostR3410x2001_8() const { return ___GostR3411x94WithGostR3410x2001_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411x94WithGostR3410x2001_8() { return &___GostR3411x94WithGostR3410x2001_8; } inline void set_GostR3411x94WithGostR3410x2001_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411x94WithGostR3410x2001_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411x94WithGostR3410x2001_8), (void*)value); } inline static int32_t get_offset_of_GostR3411x94CryptoProParamSet_9() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411x94CryptoProParamSet_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411x94CryptoProParamSet_9() const { return ___GostR3411x94CryptoProParamSet_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411x94CryptoProParamSet_9() { return &___GostR3411x94CryptoProParamSet_9; } inline void set_GostR3411x94CryptoProParamSet_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411x94CryptoProParamSet_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411x94CryptoProParamSet_9), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProA_10() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProA_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProA_10() const { return ___GostR3410x94CryptoProA_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProA_10() { return &___GostR3410x94CryptoProA_10; } inline void set_GostR3410x94CryptoProA_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProA_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProA_10), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProB_11() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProB_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProB_11() const { return ___GostR3410x94CryptoProB_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProB_11() { return &___GostR3410x94CryptoProB_11; } inline void set_GostR3410x94CryptoProB_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProB_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProB_11), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProC_12() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProC_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProC_12() const { return ___GostR3410x94CryptoProC_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProC_12() { return &___GostR3410x94CryptoProC_12; } inline void set_GostR3410x94CryptoProC_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProC_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProC_12), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProD_13() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProD_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProD_13() const { return ___GostR3410x94CryptoProD_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProD_13() { return &___GostR3410x94CryptoProD_13; } inline void set_GostR3410x94CryptoProD_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProD_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProD_13), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProXchA_14() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProXchA_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProXchA_14() const { return ___GostR3410x94CryptoProXchA_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProXchA_14() { return &___GostR3410x94CryptoProXchA_14; } inline void set_GostR3410x94CryptoProXchA_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProXchA_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProXchA_14), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProXchB_15() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProXchB_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProXchB_15() const { return ___GostR3410x94CryptoProXchB_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProXchB_15() { return &___GostR3410x94CryptoProXchB_15; } inline void set_GostR3410x94CryptoProXchB_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProXchB_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProXchB_15), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProXchC_16() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProXchC_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProXchC_16() const { return ___GostR3410x94CryptoProXchC_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProXchC_16() { return &___GostR3410x94CryptoProXchC_16; } inline void set_GostR3410x94CryptoProXchC_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProXchC_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProXchC_16), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProA_17() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProA_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProA_17() const { return ___GostR3410x2001CryptoProA_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProA_17() { return &___GostR3410x2001CryptoProA_17; } inline void set_GostR3410x2001CryptoProA_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProA_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProA_17), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProB_18() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProB_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProB_18() const { return ___GostR3410x2001CryptoProB_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProB_18() { return &___GostR3410x2001CryptoProB_18; } inline void set_GostR3410x2001CryptoProB_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProB_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProB_18), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProC_19() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProC_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProC_19() const { return ___GostR3410x2001CryptoProC_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProC_19() { return &___GostR3410x2001CryptoProC_19; } inline void set_GostR3410x2001CryptoProC_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProC_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProC_19), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProXchA_20() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProXchA_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProXchA_20() const { return ___GostR3410x2001CryptoProXchA_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProXchA_20() { return &___GostR3410x2001CryptoProXchA_20; } inline void set_GostR3410x2001CryptoProXchA_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProXchA_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProXchA_20), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProXchB_21() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProXchB_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProXchB_21() const { return ___GostR3410x2001CryptoProXchB_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProXchB_21() { return &___GostR3410x2001CryptoProXchB_21; } inline void set_GostR3410x2001CryptoProXchB_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProXchB_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProXchB_21), (void*)value); } inline static int32_t get_offset_of_GostElSgDH3410Default_22() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostElSgDH3410Default_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostElSgDH3410Default_22() const { return ___GostElSgDH3410Default_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostElSgDH3410Default_22() { return &___GostElSgDH3410Default_22; } inline void set_GostElSgDH3410Default_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostElSgDH3410Default_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostElSgDH3410Default_22), (void*)value); } inline static int32_t get_offset_of_GostElSgDH3410x1_23() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostElSgDH3410x1_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostElSgDH3410x1_23() const { return ___GostElSgDH3410x1_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostElSgDH3410x1_23() { return &___GostElSgDH3410x1_23; } inline void set_GostElSgDH3410x1_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostElSgDH3410x1_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostElSgDH3410x1_23), (void*)value); } }; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetStringParser struct DerOctetStringParser_tB50530D2774E28DBAA5F6BC783EAAD08AD32EFD8 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DefiniteLengthInputStream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetStringParser::stream DefiniteLengthInputStream_t9782A90F22C4E4FD33E1447BBAE2B1F79751450A * ___stream_0; public: inline static int32_t get_offset_of_stream_0() { return static_cast(offsetof(DerOctetStringParser_tB50530D2774E28DBAA5F6BC783EAAD08AD32EFD8, ___stream_0)); } inline DefiniteLengthInputStream_t9782A90F22C4E4FD33E1447BBAE2B1F79751450A * get_stream_0() const { return ___stream_0; } inline DefiniteLengthInputStream_t9782A90F22C4E4FD33E1447BBAE2B1F79751450A ** get_address_of_stream_0() { return &___stream_0; } inline void set_stream_0(DefiniteLengthInputStream_t9782A90F22C4E4FD33E1447BBAE2B1F79751450A * value) { ___stream_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequenceParser struct DerSequenceParser_tD100158BA4A192546E858FDFC4841051409DE670 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequenceParser::_parser Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * ____parser_0; public: inline static int32_t get_offset_of__parser_0() { return static_cast(offsetof(DerSequenceParser_tD100158BA4A192546E858FDFC4841051409DE670, ____parser_0)); } inline Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * get__parser_0() const { return ____parser_0; } inline Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 ** get_address_of__parser_0() { return &____parser_0; } inline void set__parser_0(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * value) { ____parser_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____parser_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSetParser struct DerSetParser_t0543829042CDEF32C72D0D528D8EC21F85194547 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSetParser::_parser Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * ____parser_0; public: inline static int32_t get_offset_of__parser_0() { return static_cast(offsetof(DerSetParser_t0543829042CDEF32C72D0D528D8EC21F85194547, ____parser_0)); } inline Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * get__parser_0() const { return ____parser_0; } inline Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 ** get_address_of__parser_0() { return &____parser_0; } inline void set__parser_0(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * value) { ____parser_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____parser_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine struct DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::engine CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * ___engine_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::param KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___param_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::paramPlusIV ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * ___paramPlusIV_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_3; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::forWrapping bool ___forWrapping_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::sha1 RuntimeObject* ___sha1_6; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::digest ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___digest_7; public: inline static int32_t get_offset_of_engine_0() { return static_cast(offsetof(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8, ___engine_0)); } inline CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * get_engine_0() const { return ___engine_0; } inline CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 ** get_address_of_engine_0() { return &___engine_0; } inline void set_engine_0(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * value) { ___engine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___engine_0), (void*)value); } inline static int32_t get_offset_of_param_1() { return static_cast(offsetof(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8, ___param_1)); } inline KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * get_param_1() const { return ___param_1; } inline KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC ** get_address_of_param_1() { return &___param_1; } inline void set_param_1(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * value) { ___param_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___param_1), (void*)value); } inline static int32_t get_offset_of_paramPlusIV_2() { return static_cast(offsetof(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8, ___paramPlusIV_2)); } inline ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * get_paramPlusIV_2() const { return ___paramPlusIV_2; } inline ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 ** get_address_of_paramPlusIV_2() { return &___paramPlusIV_2; } inline void set_paramPlusIV_2(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * value) { ___paramPlusIV_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___paramPlusIV_2), (void*)value); } inline static int32_t get_offset_of_iv_3() { return static_cast(offsetof(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8, ___iv_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_3() const { return ___iv_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_3() { return &___iv_3; } inline void set_iv_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_3), (void*)value); } inline static int32_t get_offset_of_forWrapping_4() { return static_cast(offsetof(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8, ___forWrapping_4)); } inline bool get_forWrapping_4() const { return ___forWrapping_4; } inline bool* get_address_of_forWrapping_4() { return &___forWrapping_4; } inline void set_forWrapping_4(bool value) { ___forWrapping_4 = value; } inline static int32_t get_offset_of_sha1_6() { return static_cast(offsetof(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8, ___sha1_6)); } inline RuntimeObject* get_sha1_6() const { return ___sha1_6; } inline RuntimeObject** get_address_of_sha1_6() { return &___sha1_6; } inline void set_sha1_6(RuntimeObject* value) { ___sha1_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___sha1_6), (void*)value); } inline static int32_t get_offset_of_digest_7() { return static_cast(offsetof(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8, ___digest_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_digest_7() const { return ___digest_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_digest_7() { return &___digest_7; } inline void set_digest_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___digest_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_7), (void*)value); } }; struct DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::IV2 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IV2_5; public: inline static int32_t get_offset_of_IV2_5() { return static_cast(offsetof(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8_StaticFields, ___IV2_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IV2_5() const { return ___IV2_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IV2_5() { return &___IV2_5; } inline void set_IV2_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IV2_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___IV2_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine struct DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::workingKey Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___workingKey_1; public: inline static int32_t get_offset_of_workingKey_1() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B, ___workingKey_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_workingKey_1() const { return ___workingKey_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_workingKey_1() { return &___workingKey_1; } inline void set_workingKey_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___workingKey_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey_1), (void*)value); } }; struct DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields { public: // System.Int16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::bytebit Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___bytebit_2; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::bigbyte Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___bigbyte_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::pc1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pc1_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::totrot ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___totrot_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::pc2 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pc2_6; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP1 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP1_7; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP2 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP2_8; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP3 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP3_9; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP4 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP4_10; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP5 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP5_11; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP6 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP6_12; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP7 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP7_13; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP8 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP8_14; public: inline static int32_t get_offset_of_bytebit_2() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___bytebit_2)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_bytebit_2() const { return ___bytebit_2; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_bytebit_2() { return &___bytebit_2; } inline void set_bytebit_2(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___bytebit_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytebit_2), (void*)value); } inline static int32_t get_offset_of_bigbyte_3() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___bigbyte_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_bigbyte_3() const { return ___bigbyte_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_bigbyte_3() { return &___bigbyte_3; } inline void set_bigbyte_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___bigbyte_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigbyte_3), (void*)value); } inline static int32_t get_offset_of_pc1_4() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___pc1_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_pc1_4() const { return ___pc1_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_pc1_4() { return &___pc1_4; } inline void set_pc1_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___pc1_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___pc1_4), (void*)value); } inline static int32_t get_offset_of_totrot_5() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___totrot_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_totrot_5() const { return ___totrot_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_totrot_5() { return &___totrot_5; } inline void set_totrot_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___totrot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___totrot_5), (void*)value); } inline static int32_t get_offset_of_pc2_6() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___pc2_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_pc2_6() const { return ___pc2_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_pc2_6() { return &___pc2_6; } inline void set_pc2_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___pc2_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pc2_6), (void*)value); } inline static int32_t get_offset_of_SP1_7() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP1_7)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP1_7() const { return ___SP1_7; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP1_7() { return &___SP1_7; } inline void set_SP1_7(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP1_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP1_7), (void*)value); } inline static int32_t get_offset_of_SP2_8() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP2_8)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP2_8() const { return ___SP2_8; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP2_8() { return &___SP2_8; } inline void set_SP2_8(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP2_8), (void*)value); } inline static int32_t get_offset_of_SP3_9() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP3_9)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP3_9() const { return ___SP3_9; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP3_9() { return &___SP3_9; } inline void set_SP3_9(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP3_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP3_9), (void*)value); } inline static int32_t get_offset_of_SP4_10() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP4_10)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP4_10() const { return ___SP4_10; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP4_10() { return &___SP4_10; } inline void set_SP4_10(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP4_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP4_10), (void*)value); } inline static int32_t get_offset_of_SP5_11() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP5_11)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP5_11() const { return ___SP5_11; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP5_11() { return &___SP5_11; } inline void set_SP5_11(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP5_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP5_11), (void*)value); } inline static int32_t get_offset_of_SP6_12() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP6_12)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP6_12() const { return ___SP6_12; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP6_12() { return &___SP6_12; } inline void set_SP6_12(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP6_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP6_12), (void*)value); } inline static int32_t get_offset_of_SP7_13() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP7_13)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP7_13() const { return ___SP7_13; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP7_13() { return &___SP7_13; } inline void set_SP7_13(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP7_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP7_13), (void*)value); } inline static int32_t get_offset_of_SP8_14() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP8_14)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP8_14() const { return ___SP8_14; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP8_14() { return &___SP8_14; } inline void set_SP8_14(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP8_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP8_14), (void*)value); } }; // DeviceConfig struct DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD : public RuntimeObject { public: // System.Int32 DeviceConfig::id int32_t ___id_0; // System.Int32 DeviceConfig::name int32_t ___name_1; // System.Int32 DeviceConfig::detail int32_t ___detail_2; // System.Int32 DeviceConfig::difficulty int32_t ___difficulty_3; // System.Int32 DeviceConfig::model int32_t ___model_4; // System.Int32 DeviceConfig::type int32_t ___type_5; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD, ___name_1)); } inline int32_t get_name_1() const { return ___name_1; } inline int32_t* get_address_of_name_1() { return &___name_1; } inline void set_name_1(int32_t value) { ___name_1 = value; } inline static int32_t get_offset_of_detail_2() { return static_cast(offsetof(DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD, ___detail_2)); } inline int32_t get_detail_2() const { return ___detail_2; } inline int32_t* get_address_of_detail_2() { return &___detail_2; } inline void set_detail_2(int32_t value) { ___detail_2 = value; } inline static int32_t get_offset_of_difficulty_3() { return static_cast(offsetof(DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD, ___difficulty_3)); } inline int32_t get_difficulty_3() const { return ___difficulty_3; } inline int32_t* get_address_of_difficulty_3() { return &___difficulty_3; } inline void set_difficulty_3(int32_t value) { ___difficulty_3 = value; } inline static int32_t get_offset_of_model_4() { return static_cast(offsetof(DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD, ___model_4)); } inline int32_t get_model_4() const { return ___model_4; } inline int32_t* get_address_of_model_4() { return &___model_4; } inline void set_model_4(int32_t value) { ___model_4 = value; } inline static int32_t get_offset_of_type_5() { return static_cast(offsetof(DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD, ___type_5)); } inline int32_t get_type_5() const { return ___type_5; } inline int32_t* get_address_of_type_5() { return &___type_5; } inline void set_type_5(int32_t value) { ___type_5 = value; } }; // DeviceInfo struct DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 : public RuntimeObject { public: // System.Int32 DeviceInfo::id int32_t ___id_0; // System.Boolean DeviceInfo::inuse bool ___inuse_1; // DeviceConfig DeviceInfo::config DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD * ___config_2; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_inuse_1() { return static_cast(offsetof(DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759, ___inuse_1)); } inline bool get_inuse_1() const { return ___inuse_1; } inline bool* get_address_of_inuse_1() { return &___inuse_1; } inline void set_inuse_1(bool value) { ___inuse_1 = value; } inline static int32_t get_offset_of_config_2() { return static_cast(offsetof(DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759, ___config_2)); } inline DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD * get_config_2() const { return ___config_2; } inline DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD ** get_address_of_config_2() { return &___config_2; } inline void set_config_2(DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD * value) { ___config_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___config_2), (void*)value); } }; // DeviceMgr struct DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD : public RuntimeObject { public: // System.Collections.Hashtable DeviceMgr::deviceConfigs Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___deviceConfigs_1; public: inline static int32_t get_offset_of_deviceConfigs_1() { return static_cast(offsetof(DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD, ___deviceConfigs_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_deviceConfigs_1() const { return ___deviceConfigs_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_deviceConfigs_1() { return &___deviceConfigs_1; } inline void set_deviceConfigs_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___deviceConfigs_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceConfigs_1), (void*)value); } }; struct DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD_StaticFields { public: // DeviceMgr DeviceMgr::_ins DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD * ____ins_0; public: inline static int32_t get_offset_of__ins_0() { return static_cast(offsetof(DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD_StaticFields, ____ins_0)); } inline DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD * get__ins_0() const { return ____ins_0; } inline DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD ** get_address_of__ins_0() { return &____ins_0; } inline void set__ins_0(DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD * value) { ____ins_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator struct DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4 : public RuntimeObject { public: // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator::stateCounter int64_t ___stateCounter_1; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator::seedCounter int64_t ___seedCounter_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator::digest RuntimeObject* ___digest_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator::state ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___state_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator::seed ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed_5; public: inline static int32_t get_offset_of_stateCounter_1() { return static_cast(offsetof(DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4, ___stateCounter_1)); } inline int64_t get_stateCounter_1() const { return ___stateCounter_1; } inline int64_t* get_address_of_stateCounter_1() { return &___stateCounter_1; } inline void set_stateCounter_1(int64_t value) { ___stateCounter_1 = value; } inline static int32_t get_offset_of_seedCounter_2() { return static_cast(offsetof(DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4, ___seedCounter_2)); } inline int64_t get_seedCounter_2() const { return ___seedCounter_2; } inline int64_t* get_address_of_seedCounter_2() { return &___seedCounter_2; } inline void set_seedCounter_2(int64_t value) { ___seedCounter_2 = value; } inline static int32_t get_offset_of_digest_3() { return static_cast(offsetof(DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4, ___digest_3)); } inline RuntimeObject* get_digest_3() const { return ___digest_3; } inline RuntimeObject** get_address_of_digest_3() { return &___digest_3; } inline void set_digest_3(RuntimeObject* value) { ___digest_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_3), (void*)value); } inline static int32_t get_offset_of_state_4() { return static_cast(offsetof(DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4, ___state_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_state_4() const { return ___state_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_state_4() { return &___state_4; } inline void set_state_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___state_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_4), (void*)value); } inline static int32_t get_offset_of_seed_5() { return static_cast(offsetof(DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4, ___seed_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_seed_5() const { return ___seed_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_seed_5() { return &___seed_5; } inline void set_seed_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___seed_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_5), (void*)value); } }; // BestHTTP.Authentication.DigestStore struct DigestStore_t99C20E5CE7E3259B47DC39D887B8EE46A985744B : public RuntimeObject { public: public: }; struct DigestStore_t99C20E5CE7E3259B47DC39D887B8EE46A985744B_StaticFields { public: // System.Collections.Generic.Dictionary`2 BestHTTP.Authentication.DigestStore::Digests Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22 * ___Digests_0; // System.Object BestHTTP.Authentication.DigestStore::Locker RuntimeObject * ___Locker_1; // System.String[] BestHTTP.Authentication.DigestStore::SupportedAlgorithms StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___SupportedAlgorithms_2; public: inline static int32_t get_offset_of_Digests_0() { return static_cast(offsetof(DigestStore_t99C20E5CE7E3259B47DC39D887B8EE46A985744B_StaticFields, ___Digests_0)); } inline Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22 * get_Digests_0() const { return ___Digests_0; } inline Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22 ** get_address_of_Digests_0() { return &___Digests_0; } inline void set_Digests_0(Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22 * value) { ___Digests_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Digests_0), (void*)value); } inline static int32_t get_offset_of_Locker_1() { return static_cast(offsetof(DigestStore_t99C20E5CE7E3259B47DC39D887B8EE46A985744B_StaticFields, ___Locker_1)); } inline RuntimeObject * get_Locker_1() const { return ___Locker_1; } inline RuntimeObject ** get_address_of_Locker_1() { return &___Locker_1; } inline void set_Locker_1(RuntimeObject * value) { ___Locker_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Locker_1), (void*)value); } inline static int32_t get_offset_of_SupportedAlgorithms_2() { return static_cast(offsetof(DigestStore_t99C20E5CE7E3259B47DC39D887B8EE46A985744B_StaticFields, ___SupportedAlgorithms_2)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_SupportedAlgorithms_2() const { return ___SupportedAlgorithms_2; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_SupportedAlgorithms_2() { return &___SupportedAlgorithms_2; } inline void set_SupportedAlgorithms_2(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___SupportedAlgorithms_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SupportedAlgorithms_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DigestUtilities struct DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127 : public RuntimeObject { public: public: }; struct DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_StaticFields { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DigestUtilities::algorithms RuntimeObject* ___algorithms_0; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DigestUtilities::oids RuntimeObject* ___oids_1; public: inline static int32_t get_offset_of_algorithms_0() { return static_cast(offsetof(DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_StaticFields, ___algorithms_0)); } inline RuntimeObject* get_algorithms_0() const { return ___algorithms_0; } inline RuntimeObject** get_address_of_algorithms_0() { return &___algorithms_0; } inline void set_algorithms_0(RuntimeObject* value) { ___algorithms_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithms_0), (void*)value); } inline static int32_t get_offset_of_oids_1() { return static_cast(offsetof(DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_StaticFields, ___oids_1)); } inline RuntimeObject* get_oids_1() const { return ___oids_1; } inline RuntimeObject** get_address_of_oids_1() { return &___oids_1; } inline void set_oids_1(RuntimeObject* value) { ___oids_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___oids_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigitallySigned struct DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigitallySigned::mAlgorithm SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * ___mAlgorithm_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigitallySigned::mSignature ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mSignature_1; public: inline static int32_t get_offset_of_mAlgorithm_0() { return static_cast(offsetof(DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288, ___mAlgorithm_0)); } inline SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * get_mAlgorithm_0() const { return ___mAlgorithm_0; } inline SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 ** get_address_of_mAlgorithm_0() { return &___mAlgorithm_0; } inline void set_mAlgorithm_0(SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * value) { ___mAlgorithm_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mAlgorithm_0), (void*)value); } inline static int32_t get_offset_of_mSignature_1() { return static_cast(offsetof(DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288, ___mSignature_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mSignature_1() const { return ___mSignature_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mSignature_1() { return &___mSignature_1; } inline void set_mSignature_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mSignature_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSignature_1), (void*)value); } }; // DoTweenUtil struct DoTweenUtil_t33957B5F3FE1DDAF4C6F3736A209C55A53982731 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DotNetUtilities struct DotNetUtilities_tFCFD5E3EB703554CD75F7F841E24C25775C89F0D : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.DrbgUtilities struct DrbgUtilities_tE3432795718F27B184DC1ABEA30D74188E8742D0 : public RuntimeObject { public: public: }; struct DrbgUtilities_tE3432795718F27B184DC1ABEA30D74188E8742D0_StaticFields { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.DrbgUtilities::maxSecurityStrengths RuntimeObject* ___maxSecurityStrengths_0; public: inline static int32_t get_offset_of_maxSecurityStrengths_0() { return static_cast(offsetof(DrbgUtilities_tE3432795718F27B184DC1ABEA30D74188E8742D0_StaticFields, ___maxSecurityStrengths_0)); } inline RuntimeObject* get_maxSecurityStrengths_0() const { return ___maxSecurityStrengths_0; } inline RuntimeObject** get_address_of_maxSecurityStrengths_0() { return &___maxSecurityStrengths_0; } inline void set_maxSecurityStrengths_0(RuntimeObject* value) { ___maxSecurityStrengths_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___maxSecurityStrengths_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaDigestSigner struct DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDsa BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaDigestSigner::dsa RuntimeObject* ___dsa_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaDigestSigner::digest RuntimeObject* ___digest_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaEncoding BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaDigestSigner::encoding RuntimeObject* ___encoding_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaDigestSigner::forSigning bool ___forSigning_3; public: inline static int32_t get_offset_of_dsa_0() { return static_cast(offsetof(DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55, ___dsa_0)); } inline RuntimeObject* get_dsa_0() const { return ___dsa_0; } inline RuntimeObject** get_address_of_dsa_0() { return &___dsa_0; } inline void set_dsa_0(RuntimeObject* value) { ___dsa_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dsa_0), (void*)value); } inline static int32_t get_offset_of_digest_1() { return static_cast(offsetof(DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55, ___digest_1)); } inline RuntimeObject* get_digest_1() const { return ___digest_1; } inline RuntimeObject** get_address_of_digest_1() { return &___digest_1; } inline void set_digest_1(RuntimeObject* value) { ___digest_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_1), (void*)value); } inline static int32_t get_offset_of_encoding_2() { return static_cast(offsetof(DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55, ___encoding_2)); } inline RuntimeObject* get_encoding_2() const { return ___encoding_2; } inline RuntimeObject** get_address_of_encoding_2() { return &___encoding_2; } inline void set_encoding_2(RuntimeObject* value) { ___encoding_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_2), (void*)value); } inline static int32_t get_offset_of_forSigning_3() { return static_cast(offsetof(DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55, ___forSigning_3)); } inline bool get_forSigning_3() const { return ___forSigning_3; } inline bool* get_address_of_forSigning_3() { return &___forSigning_3; } inline void set_forSigning_3(bool value) { ___forSigning_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaKeyPairGenerator struct DsaKeyPairGenerator_t68A534B37ED5EC265C3788BC4EC91921EDBC2912 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyGenerationParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaKeyPairGenerator::param DsaKeyGenerationParameters_t57C22A37BCA6CFC07DE9424908F5F405C3135967 * ___param_1; public: inline static int32_t get_offset_of_param_1() { return static_cast(offsetof(DsaKeyPairGenerator_t68A534B37ED5EC265C3788BC4EC91921EDBC2912, ___param_1)); } inline DsaKeyGenerationParameters_t57C22A37BCA6CFC07DE9424908F5F405C3135967 * get_param_1() const { return ___param_1; } inline DsaKeyGenerationParameters_t57C22A37BCA6CFC07DE9424908F5F405C3135967 ** get_address_of_param_1() { return &___param_1; } inline void set_param_1(DsaKeyGenerationParameters_t57C22A37BCA6CFC07DE9424908F5F405C3135967 * value) { ___param_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___param_1), (void*)value); } }; struct DsaKeyPairGenerator_t68A534B37ED5EC265C3788BC4EC91921EDBC2912_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaKeyPairGenerator::One BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___One_0; public: inline static int32_t get_offset_of_One_0() { return static_cast(offsetof(DsaKeyPairGenerator_t68A534B37ED5EC265C3788BC4EC91921EDBC2912_StaticFields, ___One_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_One_0() const { return ___One_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_One_0() { return &___One_0; } inline void set_One_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___One_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___One_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters struct DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::p BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::g BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::validation DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * ___validation_3; public: inline static int32_t get_offset_of_p_0() { return static_cast(offsetof(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245, ___p_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_p_0() const { return ___p_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_p_0() { return &___p_0; } inline void set_p_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___p_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_0), (void*)value); } inline static int32_t get_offset_of_q_1() { return static_cast(offsetof(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245, ___q_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_1() const { return ___q_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_1() { return &___q_1; } inline void set_q_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_1), (void*)value); } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245, ___g_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_g_2() const { return ___g_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_g_2() { return &___g_2; } inline void set_g_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___g_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_2), (void*)value); } inline static int32_t get_offset_of_validation_3() { return static_cast(offsetof(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245, ___validation_3)); } inline DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * get_validation_3() const { return ___validation_3; } inline DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 ** get_address_of_validation_3() { return &___validation_3; } inline void set_validation_3(DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * value) { ___validation_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___validation_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters struct DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters::seed ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters::counter int32_t ___counter_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters::usageIndex int32_t ___usageIndex_2; public: inline static int32_t get_offset_of_seed_0() { return static_cast(offsetof(DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3, ___seed_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_seed_0() const { return ___seed_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_seed_0() { return &___seed_0; } inline void set_seed_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___seed_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_0), (void*)value); } inline static int32_t get_offset_of_counter_1() { return static_cast(offsetof(DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3, ___counter_1)); } inline int32_t get_counter_1() const { return ___counter_1; } inline int32_t* get_address_of_counter_1() { return &___counter_1; } inline void set_counter_1(int32_t value) { ___counter_1 = value; } inline static int32_t get_offset_of_usageIndex_2() { return static_cast(offsetof(DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3, ___usageIndex_2)); } inline int32_t get_usageIndex_2() const { return ___usageIndex_2; } inline int32_t* get_address_of_usageIndex_2() { return &___usageIndex_2; } inline void set_usageIndex_2(int32_t value) { ___usageIndex_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest struct Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::hashSize int32_t ___hashSize_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::blockSize int32_t ___blockSize_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::columns int32_t ___columns_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::rounds int32_t ___rounds_7; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::state UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___state_8; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::tempState1 UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___tempState1_9; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::tempState2 UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___tempState2_10; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::inputBlocks uint64_t ___inputBlocks_11; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::bufOff int32_t ___bufOff_12; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_13; public: inline static int32_t get_offset_of_hashSize_4() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A, ___hashSize_4)); } inline int32_t get_hashSize_4() const { return ___hashSize_4; } inline int32_t* get_address_of_hashSize_4() { return &___hashSize_4; } inline void set_hashSize_4(int32_t value) { ___hashSize_4 = value; } inline static int32_t get_offset_of_blockSize_5() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A, ___blockSize_5)); } inline int32_t get_blockSize_5() const { return ___blockSize_5; } inline int32_t* get_address_of_blockSize_5() { return &___blockSize_5; } inline void set_blockSize_5(int32_t value) { ___blockSize_5 = value; } inline static int32_t get_offset_of_columns_6() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A, ___columns_6)); } inline int32_t get_columns_6() const { return ___columns_6; } inline int32_t* get_address_of_columns_6() { return &___columns_6; } inline void set_columns_6(int32_t value) { ___columns_6 = value; } inline static int32_t get_offset_of_rounds_7() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A, ___rounds_7)); } inline int32_t get_rounds_7() const { return ___rounds_7; } inline int32_t* get_address_of_rounds_7() { return &___rounds_7; } inline void set_rounds_7(int32_t value) { ___rounds_7 = value; } inline static int32_t get_offset_of_state_8() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A, ___state_8)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_state_8() const { return ___state_8; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_state_8() { return &___state_8; } inline void set_state_8(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___state_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_8), (void*)value); } inline static int32_t get_offset_of_tempState1_9() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A, ___tempState1_9)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_tempState1_9() const { return ___tempState1_9; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_tempState1_9() { return &___tempState1_9; } inline void set_tempState1_9(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___tempState1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___tempState1_9), (void*)value); } inline static int32_t get_offset_of_tempState2_10() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A, ___tempState2_10)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_tempState2_10() const { return ___tempState2_10; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_tempState2_10() { return &___tempState2_10; } inline void set_tempState2_10(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___tempState2_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___tempState2_10), (void*)value); } inline static int32_t get_offset_of_inputBlocks_11() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A, ___inputBlocks_11)); } inline uint64_t get_inputBlocks_11() const { return ___inputBlocks_11; } inline uint64_t* get_address_of_inputBlocks_11() { return &___inputBlocks_11; } inline void set_inputBlocks_11(uint64_t value) { ___inputBlocks_11 = value; } inline static int32_t get_offset_of_bufOff_12() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A, ___bufOff_12)); } inline int32_t get_bufOff_12() const { return ___bufOff_12; } inline int32_t* get_address_of_bufOff_12() { return &___bufOff_12; } inline void set_bufOff_12(int32_t value) { ___bufOff_12 = value; } inline static int32_t get_offset_of_buf_13() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A, ___buf_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_13() const { return ___buf_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_13() { return &___buf_13; } inline void set_buf_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_13), (void*)value); } }; struct Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::S0 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S0_14; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::S1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S1_15; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::S2 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S2_16; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::S3 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S3_17; public: inline static int32_t get_offset_of_S0_14() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_StaticFields, ___S0_14)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S0_14() const { return ___S0_14; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S0_14() { return &___S0_14; } inline void set_S0_14(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S0_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___S0_14), (void*)value); } inline static int32_t get_offset_of_S1_15() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_StaticFields, ___S1_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S1_15() const { return ___S1_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S1_15() { return &___S1_15; } inline void set_S1_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S1_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___S1_15), (void*)value); } inline static int32_t get_offset_of_S2_16() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_StaticFields, ___S2_16)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S2_16() const { return ___S2_16; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S2_16() { return &___S2_16; } inline void set_S2_16(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S2_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___S2_16), (void*)value); } inline static int32_t get_offset_of_S3_17() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_StaticFields, ___S3_17)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S3_17() const { return ___S3_17; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S3_17() { return &___S3_17; } inline void set_S3_17(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S3_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___S3_17), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve struct ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_field RuntimeObject* ___m_field_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_a ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_a_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_b ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_b_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_order BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_order_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_cofactor BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_cofactor_12; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_coord int32_t ___m_coord_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_endomorphism RuntimeObject* ___m_endomorphism_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_multiplier RuntimeObject* ___m_multiplier_15; public: inline static int32_t get_offset_of_m_field_8() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_field_8)); } inline RuntimeObject* get_m_field_8() const { return ___m_field_8; } inline RuntimeObject** get_address_of_m_field_8() { return &___m_field_8; } inline void set_m_field_8(RuntimeObject* value) { ___m_field_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_field_8), (void*)value); } inline static int32_t get_offset_of_m_a_9() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_a_9)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_a_9() const { return ___m_a_9; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_a_9() { return &___m_a_9; } inline void set_m_a_9(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_a_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_a_9), (void*)value); } inline static int32_t get_offset_of_m_b_10() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_b_10)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_b_10() const { return ___m_b_10; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_b_10() { return &___m_b_10; } inline void set_m_b_10(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_b_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_b_10), (void*)value); } inline static int32_t get_offset_of_m_order_11() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_order_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_order_11() const { return ___m_order_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_order_11() { return &___m_order_11; } inline void set_m_order_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_order_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_order_11), (void*)value); } inline static int32_t get_offset_of_m_cofactor_12() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_cofactor_12)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_cofactor_12() const { return ___m_cofactor_12; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_cofactor_12() { return &___m_cofactor_12; } inline void set_m_cofactor_12(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_cofactor_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cofactor_12), (void*)value); } inline static int32_t get_offset_of_m_coord_13() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_coord_13)); } inline int32_t get_m_coord_13() const { return ___m_coord_13; } inline int32_t* get_address_of_m_coord_13() { return &___m_coord_13; } inline void set_m_coord_13(int32_t value) { ___m_coord_13 = value; } inline static int32_t get_offset_of_m_endomorphism_14() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_endomorphism_14)); } inline RuntimeObject* get_m_endomorphism_14() const { return ___m_endomorphism_14; } inline RuntimeObject** get_address_of_m_endomorphism_14() { return &___m_endomorphism_14; } inline void set_m_endomorphism_14(RuntimeObject* value) { ___m_endomorphism_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_endomorphism_14), (void*)value); } inline static int32_t get_offset_of_m_multiplier_15() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_multiplier_15)); } inline RuntimeObject* get_m_multiplier_15() const { return ___m_multiplier_15; } inline RuntimeObject** get_address_of_m_multiplier_15() { return &___m_multiplier_15; } inline void set_m_multiplier_15(RuntimeObject* value) { ___m_multiplier_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_multiplier_15), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_curve ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___m_curve_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_x ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_x_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_y ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_y_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_zs ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___m_zs_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_withCompression bool ___m_withCompression_5; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_preCompTable RuntimeObject* ___m_preCompTable_6; public: inline static int32_t get_offset_of_m_curve_1() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_curve_1)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_m_curve_1() const { return ___m_curve_1; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_m_curve_1() { return &___m_curve_1; } inline void set_m_curve_1(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___m_curve_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_curve_1), (void*)value); } inline static int32_t get_offset_of_m_x_2() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_x_2)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_x_2() const { return ___m_x_2; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_x_2() { return &___m_x_2; } inline void set_m_x_2(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_x_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_x_2), (void*)value); } inline static int32_t get_offset_of_m_y_3() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_y_3)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_y_3() const { return ___m_y_3; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_y_3() { return &___m_y_3; } inline void set_m_y_3(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_y_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_y_3), (void*)value); } inline static int32_t get_offset_of_m_zs_4() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_zs_4)); } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* get_m_zs_4() const { return ___m_zs_4; } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E** get_address_of_m_zs_4() { return &___m_zs_4; } inline void set_m_zs_4(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* value) { ___m_zs_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_zs_4), (void*)value); } inline static int32_t get_offset_of_m_withCompression_5() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_withCompression_5)); } inline bool get_m_withCompression_5() const { return ___m_withCompression_5; } inline bool* get_address_of_m_withCompression_5() { return &___m_withCompression_5; } inline void set_m_withCompression_5(bool value) { ___m_withCompression_5 = value; } inline static int32_t get_offset_of_m_preCompTable_6() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_preCompTable_6)); } inline RuntimeObject* get_m_preCompTable_6() const { return ___m_preCompTable_6; } inline RuntimeObject** get_address_of_m_preCompTable_6() { return &___m_preCompTable_6; } inline void set_m_preCompTable_6(RuntimeObject* value) { ___m_preCompTable_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_preCompTable_6), (void*)value); } }; struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::EMPTY_ZS ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___EMPTY_ZS_0; public: inline static int32_t get_offset_of_EMPTY_ZS_0() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_StaticFields, ___EMPTY_ZS_0)); } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* get_EMPTY_ZS_0() const { return ___EMPTY_ZS_0; } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E** get_address_of_EMPTY_ZS_0() { return &___EMPTY_ZS_0; } inline void set_EMPTY_ZS_0(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* value) { ___EMPTY_ZS_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EMPTY_ZS_0), (void*)value); } }; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_55; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___dataItem_56; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_57; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_58; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_59; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_60; public: inline static int32_t get_offset_of_m_codePage_55() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_codePage_55)); } inline int32_t get_m_codePage_55() const { return ___m_codePage_55; } inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; } inline void set_m_codePage_55(int32_t value) { ___m_codePage_55 = value; } inline static int32_t get_offset_of_dataItem_56() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_56)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_56() const { return ___dataItem_56; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_56() { return &___dataItem_56; } inline void set_dataItem_56(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_deserializedFromEverett_57)); } inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; } inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; } inline void set_m_deserializedFromEverett_57(bool value) { ___m_deserializedFromEverett_57 = value; } inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_isReadOnly_58)); } inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; } inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; } inline void set_m_isReadOnly_58(bool value) { ___m_isReadOnly_58 = value; } inline static int32_t get_offset_of_encoderFallback_59() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_59)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_59() const { return ___encoderFallback_59; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; } inline void set_encoderFallback_59(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value); } inline static int32_t get_offset_of_decoderFallback_60() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_60)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_60() const { return ___decoderFallback_60; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; } inline void set_decoderFallback_60(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (void*)value); } }; struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_61; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___defaultEncoding_0)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___unicodeEncoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf7Encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf8Encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf32Encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___asciiEncoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___latin1Encoding_7)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___encodings_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_61() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___s_InternalSyncObject_61)); } inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; } inline void set_s_InternalSyncObject_61(RuntimeObject * value) { ___s_InternalSyncObject_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers struct GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF : public RuntimeObject { public: public: }; struct GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm_scheme DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm_scheme_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm6_ecb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm6_ecb_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm6_cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm6_cbc_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm6_ofb128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm6_ofb128_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm6_cfb128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm6_cfb128_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm1_ecb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm1_ecb_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm1_cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm1_cbc_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm1_ofb128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm1_ofb128_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm1_cfb128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm1_cfb128_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm1_cfb1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm1_cfb1_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm1_cfb8 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm1_cfb8_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::ssf33_ecb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ssf33_ecb_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::ssf33_cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ssf33_cbc_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::ssf33_ofb128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ssf33_ofb128_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::ssf33_cfb128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ssf33_cfb128_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::ssf33_cfb1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ssf33_cfb1_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::ssf33_cfb8 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ssf33_cfb8_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sms4_ecb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sms4_ecb_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sms4_cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sms4_cbc_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sms4_ofb128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sms4_ofb128_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sms4_cfb128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sms4_cfb128_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sms4_cfb1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sms4_cfb1_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sms4_cfb8 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sms4_cfb8_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sms4_ctr DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sms4_ctr_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sms4_gcm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sms4_gcm_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sms4_ccm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sms4_ccm_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sms4_xts DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sms4_xts_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sms4_wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sms4_wrap_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sms4_wrap_pad DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sms4_wrap_pad_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sms4_ocb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sms4_ocb_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm5 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm5_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2p256v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2p256v1_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2sign DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2sign_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2exchange DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2exchange_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2encrypt DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2encrypt_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::wapip192v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___wapip192v1_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2encrypt_recommendedParameters DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2encrypt_recommendedParameters_36; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2encrypt_specifiedParameters DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2encrypt_specifiedParameters_37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2encrypt_with_sm3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2encrypt_with_sm3_38; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2encrypt_with_sha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2encrypt_with_sha1_39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2encrypt_with_sha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2encrypt_with_sha224_40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2encrypt_with_sha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2encrypt_with_sha256_41; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2encrypt_with_sha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2encrypt_with_sha384_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2encrypt_with_sha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2encrypt_with_sha512_43; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2encrypt_with_rmd160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2encrypt_with_rmd160_44; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2encrypt_with_whirlpool DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2encrypt_with_whirlpool_45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2encrypt_with_blake2b512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2encrypt_with_blake2b512_46; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2encrypt_with_blake2s256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2encrypt_with_blake2s256_47; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2encrypt_with_md5 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2encrypt_with_md5_48; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::id_sm9PublicKey DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_sm9PublicKey_49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm9sign DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm9sign_50; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm9keyagreement DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm9keyagreement_51; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm9encrypt DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm9encrypt_52; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm3_53; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::hmac_sm3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___hmac_sm3_54; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2sign_with_sm3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2sign_with_sm3_55; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2sign_with_sha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2sign_with_sha1_56; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2sign_with_sha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2sign_with_sha256_57; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2sign_with_sha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2sign_with_sha512_58; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2sign_with_sha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2sign_with_sha224_59; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2sign_with_sha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2sign_with_sha384_60; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2sign_with_rmd160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2sign_with_rmd160_61; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2sign_with_whirlpool DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2sign_with_whirlpool_62; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2sign_with_blake2b512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2sign_with_blake2b512_63; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers::sm2sign_with_blake2s256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sm2sign_with_blake2s256_64; public: inline static int32_t get_offset_of_sm_scheme_0() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm_scheme_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm_scheme_0() const { return ___sm_scheme_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm_scheme_0() { return &___sm_scheme_0; } inline void set_sm_scheme_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm_scheme_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm_scheme_0), (void*)value); } inline static int32_t get_offset_of_sm6_ecb_1() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm6_ecb_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm6_ecb_1() const { return ___sm6_ecb_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm6_ecb_1() { return &___sm6_ecb_1; } inline void set_sm6_ecb_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm6_ecb_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm6_ecb_1), (void*)value); } inline static int32_t get_offset_of_sm6_cbc_2() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm6_cbc_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm6_cbc_2() const { return ___sm6_cbc_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm6_cbc_2() { return &___sm6_cbc_2; } inline void set_sm6_cbc_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm6_cbc_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm6_cbc_2), (void*)value); } inline static int32_t get_offset_of_sm6_ofb128_3() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm6_ofb128_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm6_ofb128_3() const { return ___sm6_ofb128_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm6_ofb128_3() { return &___sm6_ofb128_3; } inline void set_sm6_ofb128_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm6_ofb128_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm6_ofb128_3), (void*)value); } inline static int32_t get_offset_of_sm6_cfb128_4() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm6_cfb128_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm6_cfb128_4() const { return ___sm6_cfb128_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm6_cfb128_4() { return &___sm6_cfb128_4; } inline void set_sm6_cfb128_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm6_cfb128_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm6_cfb128_4), (void*)value); } inline static int32_t get_offset_of_sm1_ecb_5() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm1_ecb_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm1_ecb_5() const { return ___sm1_ecb_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm1_ecb_5() { return &___sm1_ecb_5; } inline void set_sm1_ecb_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm1_ecb_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm1_ecb_5), (void*)value); } inline static int32_t get_offset_of_sm1_cbc_6() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm1_cbc_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm1_cbc_6() const { return ___sm1_cbc_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm1_cbc_6() { return &___sm1_cbc_6; } inline void set_sm1_cbc_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm1_cbc_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm1_cbc_6), (void*)value); } inline static int32_t get_offset_of_sm1_ofb128_7() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm1_ofb128_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm1_ofb128_7() const { return ___sm1_ofb128_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm1_ofb128_7() { return &___sm1_ofb128_7; } inline void set_sm1_ofb128_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm1_ofb128_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm1_ofb128_7), (void*)value); } inline static int32_t get_offset_of_sm1_cfb128_8() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm1_cfb128_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm1_cfb128_8() const { return ___sm1_cfb128_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm1_cfb128_8() { return &___sm1_cfb128_8; } inline void set_sm1_cfb128_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm1_cfb128_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm1_cfb128_8), (void*)value); } inline static int32_t get_offset_of_sm1_cfb1_9() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm1_cfb1_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm1_cfb1_9() const { return ___sm1_cfb1_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm1_cfb1_9() { return &___sm1_cfb1_9; } inline void set_sm1_cfb1_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm1_cfb1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm1_cfb1_9), (void*)value); } inline static int32_t get_offset_of_sm1_cfb8_10() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm1_cfb8_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm1_cfb8_10() const { return ___sm1_cfb8_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm1_cfb8_10() { return &___sm1_cfb8_10; } inline void set_sm1_cfb8_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm1_cfb8_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm1_cfb8_10), (void*)value); } inline static int32_t get_offset_of_ssf33_ecb_11() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___ssf33_ecb_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ssf33_ecb_11() const { return ___ssf33_ecb_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ssf33_ecb_11() { return &___ssf33_ecb_11; } inline void set_ssf33_ecb_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ssf33_ecb_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ssf33_ecb_11), (void*)value); } inline static int32_t get_offset_of_ssf33_cbc_12() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___ssf33_cbc_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ssf33_cbc_12() const { return ___ssf33_cbc_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ssf33_cbc_12() { return &___ssf33_cbc_12; } inline void set_ssf33_cbc_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ssf33_cbc_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ssf33_cbc_12), (void*)value); } inline static int32_t get_offset_of_ssf33_ofb128_13() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___ssf33_ofb128_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ssf33_ofb128_13() const { return ___ssf33_ofb128_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ssf33_ofb128_13() { return &___ssf33_ofb128_13; } inline void set_ssf33_ofb128_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ssf33_ofb128_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___ssf33_ofb128_13), (void*)value); } inline static int32_t get_offset_of_ssf33_cfb128_14() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___ssf33_cfb128_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ssf33_cfb128_14() const { return ___ssf33_cfb128_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ssf33_cfb128_14() { return &___ssf33_cfb128_14; } inline void set_ssf33_cfb128_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ssf33_cfb128_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ssf33_cfb128_14), (void*)value); } inline static int32_t get_offset_of_ssf33_cfb1_15() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___ssf33_cfb1_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ssf33_cfb1_15() const { return ___ssf33_cfb1_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ssf33_cfb1_15() { return &___ssf33_cfb1_15; } inline void set_ssf33_cfb1_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ssf33_cfb1_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___ssf33_cfb1_15), (void*)value); } inline static int32_t get_offset_of_ssf33_cfb8_16() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___ssf33_cfb8_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ssf33_cfb8_16() const { return ___ssf33_cfb8_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ssf33_cfb8_16() { return &___ssf33_cfb8_16; } inline void set_ssf33_cfb8_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ssf33_cfb8_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ssf33_cfb8_16), (void*)value); } inline static int32_t get_offset_of_sms4_ecb_17() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sms4_ecb_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sms4_ecb_17() const { return ___sms4_ecb_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sms4_ecb_17() { return &___sms4_ecb_17; } inline void set_sms4_ecb_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sms4_ecb_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___sms4_ecb_17), (void*)value); } inline static int32_t get_offset_of_sms4_cbc_18() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sms4_cbc_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sms4_cbc_18() const { return ___sms4_cbc_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sms4_cbc_18() { return &___sms4_cbc_18; } inline void set_sms4_cbc_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sms4_cbc_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___sms4_cbc_18), (void*)value); } inline static int32_t get_offset_of_sms4_ofb128_19() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sms4_ofb128_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sms4_ofb128_19() const { return ___sms4_ofb128_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sms4_ofb128_19() { return &___sms4_ofb128_19; } inline void set_sms4_ofb128_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sms4_ofb128_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___sms4_ofb128_19), (void*)value); } inline static int32_t get_offset_of_sms4_cfb128_20() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sms4_cfb128_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sms4_cfb128_20() const { return ___sms4_cfb128_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sms4_cfb128_20() { return &___sms4_cfb128_20; } inline void set_sms4_cfb128_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sms4_cfb128_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___sms4_cfb128_20), (void*)value); } inline static int32_t get_offset_of_sms4_cfb1_21() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sms4_cfb1_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sms4_cfb1_21() const { return ___sms4_cfb1_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sms4_cfb1_21() { return &___sms4_cfb1_21; } inline void set_sms4_cfb1_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sms4_cfb1_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___sms4_cfb1_21), (void*)value); } inline static int32_t get_offset_of_sms4_cfb8_22() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sms4_cfb8_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sms4_cfb8_22() const { return ___sms4_cfb8_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sms4_cfb8_22() { return &___sms4_cfb8_22; } inline void set_sms4_cfb8_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sms4_cfb8_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___sms4_cfb8_22), (void*)value); } inline static int32_t get_offset_of_sms4_ctr_23() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sms4_ctr_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sms4_ctr_23() const { return ___sms4_ctr_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sms4_ctr_23() { return &___sms4_ctr_23; } inline void set_sms4_ctr_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sms4_ctr_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___sms4_ctr_23), (void*)value); } inline static int32_t get_offset_of_sms4_gcm_24() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sms4_gcm_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sms4_gcm_24() const { return ___sms4_gcm_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sms4_gcm_24() { return &___sms4_gcm_24; } inline void set_sms4_gcm_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sms4_gcm_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___sms4_gcm_24), (void*)value); } inline static int32_t get_offset_of_sms4_ccm_25() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sms4_ccm_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sms4_ccm_25() const { return ___sms4_ccm_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sms4_ccm_25() { return &___sms4_ccm_25; } inline void set_sms4_ccm_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sms4_ccm_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___sms4_ccm_25), (void*)value); } inline static int32_t get_offset_of_sms4_xts_26() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sms4_xts_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sms4_xts_26() const { return ___sms4_xts_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sms4_xts_26() { return &___sms4_xts_26; } inline void set_sms4_xts_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sms4_xts_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___sms4_xts_26), (void*)value); } inline static int32_t get_offset_of_sms4_wrap_27() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sms4_wrap_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sms4_wrap_27() const { return ___sms4_wrap_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sms4_wrap_27() { return &___sms4_wrap_27; } inline void set_sms4_wrap_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sms4_wrap_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___sms4_wrap_27), (void*)value); } inline static int32_t get_offset_of_sms4_wrap_pad_28() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sms4_wrap_pad_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sms4_wrap_pad_28() const { return ___sms4_wrap_pad_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sms4_wrap_pad_28() { return &___sms4_wrap_pad_28; } inline void set_sms4_wrap_pad_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sms4_wrap_pad_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___sms4_wrap_pad_28), (void*)value); } inline static int32_t get_offset_of_sms4_ocb_29() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sms4_ocb_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sms4_ocb_29() const { return ___sms4_ocb_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sms4_ocb_29() { return &___sms4_ocb_29; } inline void set_sms4_ocb_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sms4_ocb_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___sms4_ocb_29), (void*)value); } inline static int32_t get_offset_of_sm5_30() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm5_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm5_30() const { return ___sm5_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm5_30() { return &___sm5_30; } inline void set_sm5_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm5_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm5_30), (void*)value); } inline static int32_t get_offset_of_sm2p256v1_31() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2p256v1_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2p256v1_31() const { return ___sm2p256v1_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2p256v1_31() { return &___sm2p256v1_31; } inline void set_sm2p256v1_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2p256v1_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2p256v1_31), (void*)value); } inline static int32_t get_offset_of_sm2sign_32() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2sign_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2sign_32() const { return ___sm2sign_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2sign_32() { return &___sm2sign_32; } inline void set_sm2sign_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2sign_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2sign_32), (void*)value); } inline static int32_t get_offset_of_sm2exchange_33() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2exchange_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2exchange_33() const { return ___sm2exchange_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2exchange_33() { return &___sm2exchange_33; } inline void set_sm2exchange_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2exchange_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2exchange_33), (void*)value); } inline static int32_t get_offset_of_sm2encrypt_34() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2encrypt_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2encrypt_34() const { return ___sm2encrypt_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2encrypt_34() { return &___sm2encrypt_34; } inline void set_sm2encrypt_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2encrypt_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2encrypt_34), (void*)value); } inline static int32_t get_offset_of_wapip192v1_35() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___wapip192v1_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_wapip192v1_35() const { return ___wapip192v1_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_wapip192v1_35() { return &___wapip192v1_35; } inline void set_wapip192v1_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___wapip192v1_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___wapip192v1_35), (void*)value); } inline static int32_t get_offset_of_sm2encrypt_recommendedParameters_36() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2encrypt_recommendedParameters_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2encrypt_recommendedParameters_36() const { return ___sm2encrypt_recommendedParameters_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2encrypt_recommendedParameters_36() { return &___sm2encrypt_recommendedParameters_36; } inline void set_sm2encrypt_recommendedParameters_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2encrypt_recommendedParameters_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2encrypt_recommendedParameters_36), (void*)value); } inline static int32_t get_offset_of_sm2encrypt_specifiedParameters_37() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2encrypt_specifiedParameters_37)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2encrypt_specifiedParameters_37() const { return ___sm2encrypt_specifiedParameters_37; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2encrypt_specifiedParameters_37() { return &___sm2encrypt_specifiedParameters_37; } inline void set_sm2encrypt_specifiedParameters_37(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2encrypt_specifiedParameters_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2encrypt_specifiedParameters_37), (void*)value); } inline static int32_t get_offset_of_sm2encrypt_with_sm3_38() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2encrypt_with_sm3_38)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2encrypt_with_sm3_38() const { return ___sm2encrypt_with_sm3_38; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2encrypt_with_sm3_38() { return &___sm2encrypt_with_sm3_38; } inline void set_sm2encrypt_with_sm3_38(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2encrypt_with_sm3_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2encrypt_with_sm3_38), (void*)value); } inline static int32_t get_offset_of_sm2encrypt_with_sha1_39() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2encrypt_with_sha1_39)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2encrypt_with_sha1_39() const { return ___sm2encrypt_with_sha1_39; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2encrypt_with_sha1_39() { return &___sm2encrypt_with_sha1_39; } inline void set_sm2encrypt_with_sha1_39(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2encrypt_with_sha1_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2encrypt_with_sha1_39), (void*)value); } inline static int32_t get_offset_of_sm2encrypt_with_sha224_40() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2encrypt_with_sha224_40)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2encrypt_with_sha224_40() const { return ___sm2encrypt_with_sha224_40; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2encrypt_with_sha224_40() { return &___sm2encrypt_with_sha224_40; } inline void set_sm2encrypt_with_sha224_40(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2encrypt_with_sha224_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2encrypt_with_sha224_40), (void*)value); } inline static int32_t get_offset_of_sm2encrypt_with_sha256_41() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2encrypt_with_sha256_41)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2encrypt_with_sha256_41() const { return ___sm2encrypt_with_sha256_41; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2encrypt_with_sha256_41() { return &___sm2encrypt_with_sha256_41; } inline void set_sm2encrypt_with_sha256_41(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2encrypt_with_sha256_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2encrypt_with_sha256_41), (void*)value); } inline static int32_t get_offset_of_sm2encrypt_with_sha384_42() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2encrypt_with_sha384_42)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2encrypt_with_sha384_42() const { return ___sm2encrypt_with_sha384_42; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2encrypt_with_sha384_42() { return &___sm2encrypt_with_sha384_42; } inline void set_sm2encrypt_with_sha384_42(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2encrypt_with_sha384_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2encrypt_with_sha384_42), (void*)value); } inline static int32_t get_offset_of_sm2encrypt_with_sha512_43() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2encrypt_with_sha512_43)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2encrypt_with_sha512_43() const { return ___sm2encrypt_with_sha512_43; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2encrypt_with_sha512_43() { return &___sm2encrypt_with_sha512_43; } inline void set_sm2encrypt_with_sha512_43(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2encrypt_with_sha512_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2encrypt_with_sha512_43), (void*)value); } inline static int32_t get_offset_of_sm2encrypt_with_rmd160_44() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2encrypt_with_rmd160_44)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2encrypt_with_rmd160_44() const { return ___sm2encrypt_with_rmd160_44; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2encrypt_with_rmd160_44() { return &___sm2encrypt_with_rmd160_44; } inline void set_sm2encrypt_with_rmd160_44(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2encrypt_with_rmd160_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2encrypt_with_rmd160_44), (void*)value); } inline static int32_t get_offset_of_sm2encrypt_with_whirlpool_45() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2encrypt_with_whirlpool_45)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2encrypt_with_whirlpool_45() const { return ___sm2encrypt_with_whirlpool_45; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2encrypt_with_whirlpool_45() { return &___sm2encrypt_with_whirlpool_45; } inline void set_sm2encrypt_with_whirlpool_45(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2encrypt_with_whirlpool_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2encrypt_with_whirlpool_45), (void*)value); } inline static int32_t get_offset_of_sm2encrypt_with_blake2b512_46() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2encrypt_with_blake2b512_46)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2encrypt_with_blake2b512_46() const { return ___sm2encrypt_with_blake2b512_46; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2encrypt_with_blake2b512_46() { return &___sm2encrypt_with_blake2b512_46; } inline void set_sm2encrypt_with_blake2b512_46(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2encrypt_with_blake2b512_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2encrypt_with_blake2b512_46), (void*)value); } inline static int32_t get_offset_of_sm2encrypt_with_blake2s256_47() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2encrypt_with_blake2s256_47)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2encrypt_with_blake2s256_47() const { return ___sm2encrypt_with_blake2s256_47; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2encrypt_with_blake2s256_47() { return &___sm2encrypt_with_blake2s256_47; } inline void set_sm2encrypt_with_blake2s256_47(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2encrypt_with_blake2s256_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2encrypt_with_blake2s256_47), (void*)value); } inline static int32_t get_offset_of_sm2encrypt_with_md5_48() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2encrypt_with_md5_48)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2encrypt_with_md5_48() const { return ___sm2encrypt_with_md5_48; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2encrypt_with_md5_48() { return &___sm2encrypt_with_md5_48; } inline void set_sm2encrypt_with_md5_48(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2encrypt_with_md5_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2encrypt_with_md5_48), (void*)value); } inline static int32_t get_offset_of_id_sm9PublicKey_49() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___id_sm9PublicKey_49)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_sm9PublicKey_49() const { return ___id_sm9PublicKey_49; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_sm9PublicKey_49() { return &___id_sm9PublicKey_49; } inline void set_id_sm9PublicKey_49(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_sm9PublicKey_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_sm9PublicKey_49), (void*)value); } inline static int32_t get_offset_of_sm9sign_50() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm9sign_50)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm9sign_50() const { return ___sm9sign_50; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm9sign_50() { return &___sm9sign_50; } inline void set_sm9sign_50(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm9sign_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm9sign_50), (void*)value); } inline static int32_t get_offset_of_sm9keyagreement_51() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm9keyagreement_51)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm9keyagreement_51() const { return ___sm9keyagreement_51; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm9keyagreement_51() { return &___sm9keyagreement_51; } inline void set_sm9keyagreement_51(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm9keyagreement_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm9keyagreement_51), (void*)value); } inline static int32_t get_offset_of_sm9encrypt_52() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm9encrypt_52)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm9encrypt_52() const { return ___sm9encrypt_52; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm9encrypt_52() { return &___sm9encrypt_52; } inline void set_sm9encrypt_52(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm9encrypt_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm9encrypt_52), (void*)value); } inline static int32_t get_offset_of_sm3_53() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm3_53)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm3_53() const { return ___sm3_53; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm3_53() { return &___sm3_53; } inline void set_sm3_53(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm3_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm3_53), (void*)value); } inline static int32_t get_offset_of_hmac_sm3_54() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___hmac_sm3_54)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_hmac_sm3_54() const { return ___hmac_sm3_54; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_hmac_sm3_54() { return &___hmac_sm3_54; } inline void set_hmac_sm3_54(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___hmac_sm3_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___hmac_sm3_54), (void*)value); } inline static int32_t get_offset_of_sm2sign_with_sm3_55() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2sign_with_sm3_55)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2sign_with_sm3_55() const { return ___sm2sign_with_sm3_55; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2sign_with_sm3_55() { return &___sm2sign_with_sm3_55; } inline void set_sm2sign_with_sm3_55(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2sign_with_sm3_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2sign_with_sm3_55), (void*)value); } inline static int32_t get_offset_of_sm2sign_with_sha1_56() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2sign_with_sha1_56)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2sign_with_sha1_56() const { return ___sm2sign_with_sha1_56; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2sign_with_sha1_56() { return &___sm2sign_with_sha1_56; } inline void set_sm2sign_with_sha1_56(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2sign_with_sha1_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2sign_with_sha1_56), (void*)value); } inline static int32_t get_offset_of_sm2sign_with_sha256_57() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2sign_with_sha256_57)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2sign_with_sha256_57() const { return ___sm2sign_with_sha256_57; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2sign_with_sha256_57() { return &___sm2sign_with_sha256_57; } inline void set_sm2sign_with_sha256_57(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2sign_with_sha256_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2sign_with_sha256_57), (void*)value); } inline static int32_t get_offset_of_sm2sign_with_sha512_58() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2sign_with_sha512_58)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2sign_with_sha512_58() const { return ___sm2sign_with_sha512_58; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2sign_with_sha512_58() { return &___sm2sign_with_sha512_58; } inline void set_sm2sign_with_sha512_58(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2sign_with_sha512_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2sign_with_sha512_58), (void*)value); } inline static int32_t get_offset_of_sm2sign_with_sha224_59() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2sign_with_sha224_59)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2sign_with_sha224_59() const { return ___sm2sign_with_sha224_59; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2sign_with_sha224_59() { return &___sm2sign_with_sha224_59; } inline void set_sm2sign_with_sha224_59(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2sign_with_sha224_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2sign_with_sha224_59), (void*)value); } inline static int32_t get_offset_of_sm2sign_with_sha384_60() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2sign_with_sha384_60)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2sign_with_sha384_60() const { return ___sm2sign_with_sha384_60; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2sign_with_sha384_60() { return &___sm2sign_with_sha384_60; } inline void set_sm2sign_with_sha384_60(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2sign_with_sha384_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2sign_with_sha384_60), (void*)value); } inline static int32_t get_offset_of_sm2sign_with_rmd160_61() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2sign_with_rmd160_61)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2sign_with_rmd160_61() const { return ___sm2sign_with_rmd160_61; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2sign_with_rmd160_61() { return &___sm2sign_with_rmd160_61; } inline void set_sm2sign_with_rmd160_61(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2sign_with_rmd160_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2sign_with_rmd160_61), (void*)value); } inline static int32_t get_offset_of_sm2sign_with_whirlpool_62() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2sign_with_whirlpool_62)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2sign_with_whirlpool_62() const { return ___sm2sign_with_whirlpool_62; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2sign_with_whirlpool_62() { return &___sm2sign_with_whirlpool_62; } inline void set_sm2sign_with_whirlpool_62(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2sign_with_whirlpool_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2sign_with_whirlpool_62), (void*)value); } inline static int32_t get_offset_of_sm2sign_with_blake2b512_63() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2sign_with_blake2b512_63)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2sign_with_blake2b512_63() const { return ___sm2sign_with_blake2b512_63; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2sign_with_blake2b512_63() { return &___sm2sign_with_blake2b512_63; } inline void set_sm2sign_with_blake2b512_63(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2sign_with_blake2b512_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2sign_with_blake2b512_63), (void*)value); } inline static int32_t get_offset_of_sm2sign_with_blake2s256_64() { return static_cast(offsetof(GMObjectIdentifiers_t157FDAA23C73058374483FDC929D51C0022604DF_StaticFields, ___sm2sign_with_blake2s256_64)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sm2sign_with_blake2s256_64() const { return ___sm2sign_with_blake2s256_64; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sm2sign_with_blake2s256_64() { return &___sm2sign_with_blake2s256_64; } inline void set_sm2sign_with_blake2s256_64(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sm2sign_with_blake2s256_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___sm2sign_with_blake2s256_64), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GOST3411_2012Digest struct GOST3411_2012Digest_tD28CE259BA42F4B2EDEDC6EDFAE48F0033C48C0E : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GOST3411_2012Digest::IV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IV_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GOST3411_2012Digest::N ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___N_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GOST3411_2012Digest::Sigma ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Sigma_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GOST3411_2012Digest::Ki ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Ki_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GOST3411_2012Digest::m ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GOST3411_2012Digest::h ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___h_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GOST3411_2012Digest::tmp ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___tmp_6; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GOST3411_2012Digest::block ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___block_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GOST3411_2012Digest::bOff int32_t ___bOff_8; public: inline static int32_t get_offset_of_IV_0() { return static_cast(offsetof(GOST3411_2012Digest_tD28CE259BA42F4B2EDEDC6EDFAE48F0033C48C0E, ___IV_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IV_0() const { return ___IV_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IV_0() { return &___IV_0; } inline void set_IV_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IV_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IV_0), (void*)value); } inline static int32_t get_offset_of_N_1() { return static_cast(offsetof(GOST3411_2012Digest_tD28CE259BA42F4B2EDEDC6EDFAE48F0033C48C0E, ___N_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_N_1() const { return ___N_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_N_1() { return &___N_1; } inline void set_N_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___N_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___N_1), (void*)value); } inline static int32_t get_offset_of_Sigma_2() { return static_cast(offsetof(GOST3411_2012Digest_tD28CE259BA42F4B2EDEDC6EDFAE48F0033C48C0E, ___Sigma_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Sigma_2() const { return ___Sigma_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Sigma_2() { return &___Sigma_2; } inline void set_Sigma_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Sigma_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sigma_2), (void*)value); } inline static int32_t get_offset_of_Ki_3() { return static_cast(offsetof(GOST3411_2012Digest_tD28CE259BA42F4B2EDEDC6EDFAE48F0033C48C0E, ___Ki_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Ki_3() const { return ___Ki_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Ki_3() { return &___Ki_3; } inline void set_Ki_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Ki_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Ki_3), (void*)value); } inline static int32_t get_offset_of_m_4() { return static_cast(offsetof(GOST3411_2012Digest_tD28CE259BA42F4B2EDEDC6EDFAE48F0033C48C0E, ___m_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_4() const { return ___m_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_4() { return &___m_4; } inline void set_m_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_4), (void*)value); } inline static int32_t get_offset_of_h_5() { return static_cast(offsetof(GOST3411_2012Digest_tD28CE259BA42F4B2EDEDC6EDFAE48F0033C48C0E, ___h_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_h_5() const { return ___h_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_h_5() { return &___h_5; } inline void set_h_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___h_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___h_5), (void*)value); } inline static int32_t get_offset_of_tmp_6() { return static_cast(offsetof(GOST3411_2012Digest_tD28CE259BA42F4B2EDEDC6EDFAE48F0033C48C0E, ___tmp_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_tmp_6() const { return ___tmp_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_tmp_6() { return &___tmp_6; } inline void set_tmp_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___tmp_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___tmp_6), (void*)value); } inline static int32_t get_offset_of_block_7() { return static_cast(offsetof(GOST3411_2012Digest_tD28CE259BA42F4B2EDEDC6EDFAE48F0033C48C0E, ___block_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_block_7() const { return ___block_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_block_7() { return &___block_7; } inline void set_block_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___block_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___block_7), (void*)value); } inline static int32_t get_offset_of_bOff_8() { return static_cast(offsetof(GOST3411_2012Digest_tD28CE259BA42F4B2EDEDC6EDFAE48F0033C48C0E, ___bOff_8)); } inline int32_t get_bOff_8() const { return ___bOff_8; } inline int32_t* get_address_of_bOff_8() { return &___bOff_8; } inline void set_bOff_8(int32_t value) { ___bOff_8 = value; } }; struct GOST3411_2012Digest_tD28CE259BA42F4B2EDEDC6EDFAE48F0033C48C0E_StaticFields { public: // System.Byte[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GOST3411_2012Digest::C ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ___C_9; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GOST3411_2012Digest::Zero ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Zero_10; // System.UInt64[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GOST3411_2012Digest::T UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F* ___T_11; public: inline static int32_t get_offset_of_C_9() { return static_cast(offsetof(GOST3411_2012Digest_tD28CE259BA42F4B2EDEDC6EDFAE48F0033C48C0E_StaticFields, ___C_9)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get_C_9() const { return ___C_9; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of_C_9() { return &___C_9; } inline void set_C_9(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* value) { ___C_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___C_9), (void*)value); } inline static int32_t get_offset_of_Zero_10() { return static_cast(offsetof(GOST3411_2012Digest_tD28CE259BA42F4B2EDEDC6EDFAE48F0033C48C0E_StaticFields, ___Zero_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Zero_10() const { return ___Zero_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Zero_10() { return &___Zero_10; } inline void set_Zero_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Zero_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Zero_10), (void*)value); } inline static int32_t get_offset_of_T_11() { return static_cast(offsetof(GOST3411_2012Digest_tD28CE259BA42F4B2EDEDC6EDFAE48F0033C48C0E_StaticFields, ___T_11)); } inline UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F* get_T_11() const { return ___T_11; } inline UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F** get_address_of_T_11() { return &___T_11; } inline void set_T_11(UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F* value) { ___T_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___T_11), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest struct GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::xBuf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___xBuf_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::xBufOff int32_t ___xBufOff_2; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::byteCount int64_t ___byteCount_3; public: inline static int32_t get_offset_of_xBuf_1() { return static_cast(offsetof(GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8, ___xBuf_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_xBuf_1() const { return ___xBuf_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_xBuf_1() { return &___xBuf_1; } inline void set_xBuf_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___xBuf_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___xBuf_1), (void*)value); } inline static int32_t get_offset_of_xBufOff_2() { return static_cast(offsetof(GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8, ___xBufOff_2)); } inline int32_t get_xBufOff_2() const { return ___xBufOff_2; } inline int32_t* get_address_of_xBufOff_2() { return &___xBufOff_2; } inline void set_xBufOff_2(int32_t value) { ___xBufOff_2 = value; } inline static int32_t get_offset_of_byteCount_3() { return static_cast(offsetof(GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8, ___byteCount_3)); } inline int64_t get_byteCount_3() const { return ___byteCount_3; } inline int64_t* get_address_of_byteCount_3() { return &___byteCount_3; } inline void set_byteCount_3(int64_t value) { ___byteCount_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest struct Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::H ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___H_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::L ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___L_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::M ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___M_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::Sum ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Sum_4; // System.Byte[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::C ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ___C_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::xBuf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___xBuf_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::xBufOff int32_t ___xBufOff_7; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::byteCount uint64_t ___byteCount_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::cipher RuntimeObject* ___cipher_9; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::sBox ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sBox_10; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::K ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___K_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::a ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a_12; // System.Int16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::wS Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___wS_13; // System.Int16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::w_S Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___w_S_14; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::S ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S_15; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::U ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U_16; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::V ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___V_17; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::W ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___W_18; public: inline static int32_t get_offset_of_H_1() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___H_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_H_1() const { return ___H_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_H_1() { return &___H_1; } inline void set_H_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___H_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___H_1), (void*)value); } inline static int32_t get_offset_of_L_2() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___L_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_L_2() const { return ___L_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_L_2() { return &___L_2; } inline void set_L_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___L_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___L_2), (void*)value); } inline static int32_t get_offset_of_M_3() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___M_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_M_3() const { return ___M_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_M_3() { return &___M_3; } inline void set_M_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___M_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___M_3), (void*)value); } inline static int32_t get_offset_of_Sum_4() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___Sum_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Sum_4() const { return ___Sum_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Sum_4() { return &___Sum_4; } inline void set_Sum_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Sum_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sum_4), (void*)value); } inline static int32_t get_offset_of_C_5() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___C_5)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get_C_5() const { return ___C_5; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of_C_5() { return &___C_5; } inline void set_C_5(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* value) { ___C_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___C_5), (void*)value); } inline static int32_t get_offset_of_xBuf_6() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___xBuf_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_xBuf_6() const { return ___xBuf_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_xBuf_6() { return &___xBuf_6; } inline void set_xBuf_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___xBuf_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___xBuf_6), (void*)value); } inline static int32_t get_offset_of_xBufOff_7() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___xBufOff_7)); } inline int32_t get_xBufOff_7() const { return ___xBufOff_7; } inline int32_t* get_address_of_xBufOff_7() { return &___xBufOff_7; } inline void set_xBufOff_7(int32_t value) { ___xBufOff_7 = value; } inline static int32_t get_offset_of_byteCount_8() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___byteCount_8)); } inline uint64_t get_byteCount_8() const { return ___byteCount_8; } inline uint64_t* get_address_of_byteCount_8() { return &___byteCount_8; } inline void set_byteCount_8(uint64_t value) { ___byteCount_8 = value; } inline static int32_t get_offset_of_cipher_9() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___cipher_9)); } inline RuntimeObject* get_cipher_9() const { return ___cipher_9; } inline RuntimeObject** get_address_of_cipher_9() { return &___cipher_9; } inline void set_cipher_9(RuntimeObject* value) { ___cipher_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_9), (void*)value); } inline static int32_t get_offset_of_sBox_10() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___sBox_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_sBox_10() const { return ___sBox_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_sBox_10() { return &___sBox_10; } inline void set_sBox_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___sBox_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___sBox_10), (void*)value); } inline static int32_t get_offset_of_K_11() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___K_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_K_11() const { return ___K_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_K_11() { return &___K_11; } inline void set_K_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___K_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___K_11), (void*)value); } inline static int32_t get_offset_of_a_12() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___a_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_a_12() const { return ___a_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_a_12() { return &___a_12; } inline void set_a_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___a_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___a_12), (void*)value); } inline static int32_t get_offset_of_wS_13() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___wS_13)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_wS_13() const { return ___wS_13; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_wS_13() { return &___wS_13; } inline void set_wS_13(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___wS_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___wS_13), (void*)value); } inline static int32_t get_offset_of_w_S_14() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___w_S_14)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_w_S_14() const { return ___w_S_14; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_w_S_14() { return &___w_S_14; } inline void set_w_S_14(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___w_S_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___w_S_14), (void*)value); } inline static int32_t get_offset_of_S_15() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___S_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S_15() const { return ___S_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S_15() { return &___S_15; } inline void set_S_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___S_15), (void*)value); } inline static int32_t get_offset_of_U_16() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___U_16)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U_16() const { return ___U_16; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U_16() { return &___U_16; } inline void set_U_16(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U_16), (void*)value); } inline static int32_t get_offset_of_V_17() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___V_17)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_V_17() const { return ___V_17; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_V_17() { return &___V_17; } inline void set_V_17(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___V_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___V_17), (void*)value); } inline static int32_t get_offset_of_W_18() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___W_18)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_W_18() const { return ___W_18; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_W_18() { return &___W_18; } inline void set_W_18(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___W_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___W_18), (void*)value); } }; struct Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::C2 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___C2_19; public: inline static int32_t get_offset_of_C2_19() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F_StaticFields, ___C2_19)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_C2_19() const { return ___C2_19; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_C2_19() { return &___C2_19; } inline void set_C2_19(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___C2_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2_19), (void*)value); } }; // BestHTTP.Extensions.HeaderValue struct HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 : public RuntimeObject { public: // System.String BestHTTP.Extensions.HeaderValue::k__BackingField String_t* ___U3CKeyU3Ek__BackingField_0; // System.String BestHTTP.Extensions.HeaderValue::k__BackingField String_t* ___U3CValueU3Ek__BackingField_1; // System.Collections.Generic.List`1 BestHTTP.Extensions.HeaderValue::k__BackingField List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * ___U3COptionsU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CKeyU3Ek__BackingField_0() { return static_cast(offsetof(HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77, ___U3CKeyU3Ek__BackingField_0)); } inline String_t* get_U3CKeyU3Ek__BackingField_0() const { return ___U3CKeyU3Ek__BackingField_0; } inline String_t** get_address_of_U3CKeyU3Ek__BackingField_0() { return &___U3CKeyU3Ek__BackingField_0; } inline void set_U3CKeyU3Ek__BackingField_0(String_t* value) { ___U3CKeyU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CKeyU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CValueU3Ek__BackingField_1() { return static_cast(offsetof(HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77, ___U3CValueU3Ek__BackingField_1)); } inline String_t* get_U3CValueU3Ek__BackingField_1() const { return ___U3CValueU3Ek__BackingField_1; } inline String_t** get_address_of_U3CValueU3Ek__BackingField_1() { return &___U3CValueU3Ek__BackingField_1; } inline void set_U3CValueU3Ek__BackingField_1(String_t* value) { ___U3CValueU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CValueU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3COptionsU3Ek__BackingField_2() { return static_cast(offsetof(HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77, ___U3COptionsU3Ek__BackingField_2)); } inline List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * get_U3COptionsU3Ek__BackingField_2() const { return ___U3COptionsU3Ek__BackingField_2; } inline List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 ** get_address_of_U3COptionsU3Ek__BackingField_2() { return &___U3COptionsU3Ek__BackingField_2; } inline void set_U3COptionsU3Ek__BackingField_2(List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * value) { ___U3COptionsU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COptionsU3Ek__BackingField_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.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.KeyGenerationParameters struct KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters::strength int32_t ___strength_1; public: inline static int32_t get_offset_of_random_0() { return static_cast(offsetof(KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39, ___random_0)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_0() const { return ___random_0; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_0() { return &___random_0; } inline void set_random_0(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_0), (void*)value); } inline static int32_t get_offset_of_strength_1() { return static_cast(offsetof(KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39, ___strength_1)); } inline int32_t get_strength_1() const { return ___strength_1; } inline int32_t* get_address_of_strength_1() { return &___strength_1; } inline void set_strength_1(int32_t value) { ___strength_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::key ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key_0; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC, ___key_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_key_0() const { return ___key_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_key_0() { return &___key_0; } inline void set_key_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } }; // BestHTTP.Extensions.KeyValuePairList struct KeyValuePairList_tFB05264C65689BEB0A93912EE115844C33E3FF0F : public RuntimeObject { public: // System.Collections.Generic.List`1 BestHTTP.Extensions.KeyValuePairList::k__BackingField List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * ___U3CValuesU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CValuesU3Ek__BackingField_0() { return static_cast(offsetof(KeyValuePairList_tFB05264C65689BEB0A93912EE115844C33E3FF0F, ___U3CValuesU3Ek__BackingField_0)); } inline List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * get_U3CValuesU3Ek__BackingField_0() const { return ___U3CValuesU3Ek__BackingField_0; } inline List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 ** get_address_of_U3CValuesU3Ek__BackingField_0() { return &___U3CValuesU3Ek__BackingField_0; } inline void set_U3CValuesU3Ek__BackingField_0(List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * value) { ___U3CValuesU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CValuesU3Ek__BackingField_0), (void*)value); } }; // 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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD2Digest struct MD2Digest_tE97575A1FE161C3EF2E20EB0566460A3050492C5 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD2Digest::X ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___X_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD2Digest::xOff int32_t ___xOff_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD2Digest::M ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___M_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD2Digest::mOff int32_t ___mOff_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD2Digest::C ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___C_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD2Digest::COff int32_t ___COff_7; public: inline static int32_t get_offset_of_X_2() { return static_cast(offsetof(MD2Digest_tE97575A1FE161C3EF2E20EB0566460A3050492C5, ___X_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_X_2() const { return ___X_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_X_2() { return &___X_2; } inline void set_X_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___X_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_2), (void*)value); } inline static int32_t get_offset_of_xOff_3() { return static_cast(offsetof(MD2Digest_tE97575A1FE161C3EF2E20EB0566460A3050492C5, ___xOff_3)); } inline int32_t get_xOff_3() const { return ___xOff_3; } inline int32_t* get_address_of_xOff_3() { return &___xOff_3; } inline void set_xOff_3(int32_t value) { ___xOff_3 = value; } inline static int32_t get_offset_of_M_4() { return static_cast(offsetof(MD2Digest_tE97575A1FE161C3EF2E20EB0566460A3050492C5, ___M_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_M_4() const { return ___M_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_M_4() { return &___M_4; } inline void set_M_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___M_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___M_4), (void*)value); } inline static int32_t get_offset_of_mOff_5() { return static_cast(offsetof(MD2Digest_tE97575A1FE161C3EF2E20EB0566460A3050492C5, ___mOff_5)); } inline int32_t get_mOff_5() const { return ___mOff_5; } inline int32_t* get_address_of_mOff_5() { return &___mOff_5; } inline void set_mOff_5(int32_t value) { ___mOff_5 = value; } inline static int32_t get_offset_of_C_6() { return static_cast(offsetof(MD2Digest_tE97575A1FE161C3EF2E20EB0566460A3050492C5, ___C_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_C_6() const { return ___C_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_C_6() { return &___C_6; } inline void set_C_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___C_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___C_6), (void*)value); } inline static int32_t get_offset_of_COff_7() { return static_cast(offsetof(MD2Digest_tE97575A1FE161C3EF2E20EB0566460A3050492C5, ___COff_7)); } inline int32_t get_COff_7() const { return ___COff_7; } inline int32_t* get_address_of_COff_7() { return &___COff_7; } inline void set_COff_7(int32_t value) { ___COff_7 = value; } }; struct MD2Digest_tE97575A1FE161C3EF2E20EB0566460A3050492C5_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD2Digest::S ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S_8; public: inline static int32_t get_offset_of_S_8() { return static_cast(offsetof(MD2Digest_tE97575A1FE161C3EF2E20EB0566460A3050492C5_StaticFields, ___S_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S_8() const { return ___S_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S_8() { return &___S_8; } inline void set_S_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___S_8), (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.Asn1.Misc.MiscObjectIdentifiers struct MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A : public RuntimeObject { public: public: }; struct MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::Netscape DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Netscape_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::NetscapeCertType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NetscapeCertType_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::NetscapeBaseUrl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NetscapeBaseUrl_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::NetscapeRevocationUrl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NetscapeRevocationUrl_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::NetscapeCARevocationUrl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NetscapeCARevocationUrl_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::NetscapeRenewalUrl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NetscapeRenewalUrl_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::NetscapeCAPolicyUrl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NetscapeCAPolicyUrl_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::NetscapeSslServerName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NetscapeSslServerName_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::NetscapeCertComment DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NetscapeCertComment_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::Verisign DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Verisign_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::VerisignCzagExtension DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___VerisignCzagExtension_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::VerisignPrivate_6_9 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___VerisignPrivate_6_9_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::VerisignOnSiteJurisdictionHash DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___VerisignOnSiteJurisdictionHash_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::VerisignBitString_6_13 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___VerisignBitString_6_13_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::VerisignDnbDunsNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___VerisignDnbDunsNumber_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::VerisignIssStrongCrypto DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___VerisignIssStrongCrypto_15; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::Novell String_t* ___Novell_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::NovellSecurityAttribs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NovellSecurityAttribs_17; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::Entrust String_t* ___Entrust_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::EntrustVersionExtension DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EntrustVersionExtension_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::as_sys_sec_alg_ideaCBC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___as_sys_sec_alg_ideaCBC_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::cryptlib DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___cryptlib_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::cryptlib_algorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___cryptlib_algorithm_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::cryptlib_algorithm_blowfish_ECB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___cryptlib_algorithm_blowfish_ECB_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::cryptlib_algorithm_blowfish_CBC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___cryptlib_algorithm_blowfish_CBC_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::cryptlib_algorithm_blowfish_CFB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___cryptlib_algorithm_blowfish_CFB_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::cryptlib_algorithm_blowfish_OFB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___cryptlib_algorithm_blowfish_OFB_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::blake2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___blake2_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::id_blake2b160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_blake2b160_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::id_blake2b256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_blake2b256_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::id_blake2b384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_blake2b384_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::id_blake2b512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_blake2b512_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::id_blake2s128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_blake2s128_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::id_blake2s160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_blake2s160_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::id_blake2s224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_blake2s224_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::id_blake2s256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_blake2s256_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Misc.MiscObjectIdentifiers::id_scrypt DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_scrypt_36; public: inline static int32_t get_offset_of_Netscape_0() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___Netscape_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Netscape_0() const { return ___Netscape_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Netscape_0() { return &___Netscape_0; } inline void set_Netscape_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Netscape_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Netscape_0), (void*)value); } inline static int32_t get_offset_of_NetscapeCertType_1() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___NetscapeCertType_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NetscapeCertType_1() const { return ___NetscapeCertType_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NetscapeCertType_1() { return &___NetscapeCertType_1; } inline void set_NetscapeCertType_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NetscapeCertType_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___NetscapeCertType_1), (void*)value); } inline static int32_t get_offset_of_NetscapeBaseUrl_2() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___NetscapeBaseUrl_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NetscapeBaseUrl_2() const { return ___NetscapeBaseUrl_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NetscapeBaseUrl_2() { return &___NetscapeBaseUrl_2; } inline void set_NetscapeBaseUrl_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NetscapeBaseUrl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___NetscapeBaseUrl_2), (void*)value); } inline static int32_t get_offset_of_NetscapeRevocationUrl_3() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___NetscapeRevocationUrl_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NetscapeRevocationUrl_3() const { return ___NetscapeRevocationUrl_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NetscapeRevocationUrl_3() { return &___NetscapeRevocationUrl_3; } inline void set_NetscapeRevocationUrl_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NetscapeRevocationUrl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___NetscapeRevocationUrl_3), (void*)value); } inline static int32_t get_offset_of_NetscapeCARevocationUrl_4() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___NetscapeCARevocationUrl_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NetscapeCARevocationUrl_4() const { return ___NetscapeCARevocationUrl_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NetscapeCARevocationUrl_4() { return &___NetscapeCARevocationUrl_4; } inline void set_NetscapeCARevocationUrl_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NetscapeCARevocationUrl_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___NetscapeCARevocationUrl_4), (void*)value); } inline static int32_t get_offset_of_NetscapeRenewalUrl_5() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___NetscapeRenewalUrl_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NetscapeRenewalUrl_5() const { return ___NetscapeRenewalUrl_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NetscapeRenewalUrl_5() { return &___NetscapeRenewalUrl_5; } inline void set_NetscapeRenewalUrl_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NetscapeRenewalUrl_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___NetscapeRenewalUrl_5), (void*)value); } inline static int32_t get_offset_of_NetscapeCAPolicyUrl_6() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___NetscapeCAPolicyUrl_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NetscapeCAPolicyUrl_6() const { return ___NetscapeCAPolicyUrl_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NetscapeCAPolicyUrl_6() { return &___NetscapeCAPolicyUrl_6; } inline void set_NetscapeCAPolicyUrl_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NetscapeCAPolicyUrl_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___NetscapeCAPolicyUrl_6), (void*)value); } inline static int32_t get_offset_of_NetscapeSslServerName_7() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___NetscapeSslServerName_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NetscapeSslServerName_7() const { return ___NetscapeSslServerName_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NetscapeSslServerName_7() { return &___NetscapeSslServerName_7; } inline void set_NetscapeSslServerName_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NetscapeSslServerName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___NetscapeSslServerName_7), (void*)value); } inline static int32_t get_offset_of_NetscapeCertComment_8() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___NetscapeCertComment_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NetscapeCertComment_8() const { return ___NetscapeCertComment_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NetscapeCertComment_8() { return &___NetscapeCertComment_8; } inline void set_NetscapeCertComment_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NetscapeCertComment_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___NetscapeCertComment_8), (void*)value); } inline static int32_t get_offset_of_Verisign_9() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___Verisign_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Verisign_9() const { return ___Verisign_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Verisign_9() { return &___Verisign_9; } inline void set_Verisign_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Verisign_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Verisign_9), (void*)value); } inline static int32_t get_offset_of_VerisignCzagExtension_10() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___VerisignCzagExtension_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_VerisignCzagExtension_10() const { return ___VerisignCzagExtension_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_VerisignCzagExtension_10() { return &___VerisignCzagExtension_10; } inline void set_VerisignCzagExtension_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___VerisignCzagExtension_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___VerisignCzagExtension_10), (void*)value); } inline static int32_t get_offset_of_VerisignPrivate_6_9_11() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___VerisignPrivate_6_9_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_VerisignPrivate_6_9_11() const { return ___VerisignPrivate_6_9_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_VerisignPrivate_6_9_11() { return &___VerisignPrivate_6_9_11; } inline void set_VerisignPrivate_6_9_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___VerisignPrivate_6_9_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___VerisignPrivate_6_9_11), (void*)value); } inline static int32_t get_offset_of_VerisignOnSiteJurisdictionHash_12() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___VerisignOnSiteJurisdictionHash_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_VerisignOnSiteJurisdictionHash_12() const { return ___VerisignOnSiteJurisdictionHash_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_VerisignOnSiteJurisdictionHash_12() { return &___VerisignOnSiteJurisdictionHash_12; } inline void set_VerisignOnSiteJurisdictionHash_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___VerisignOnSiteJurisdictionHash_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___VerisignOnSiteJurisdictionHash_12), (void*)value); } inline static int32_t get_offset_of_VerisignBitString_6_13_13() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___VerisignBitString_6_13_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_VerisignBitString_6_13_13() const { return ___VerisignBitString_6_13_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_VerisignBitString_6_13_13() { return &___VerisignBitString_6_13_13; } inline void set_VerisignBitString_6_13_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___VerisignBitString_6_13_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___VerisignBitString_6_13_13), (void*)value); } inline static int32_t get_offset_of_VerisignDnbDunsNumber_14() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___VerisignDnbDunsNumber_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_VerisignDnbDunsNumber_14() const { return ___VerisignDnbDunsNumber_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_VerisignDnbDunsNumber_14() { return &___VerisignDnbDunsNumber_14; } inline void set_VerisignDnbDunsNumber_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___VerisignDnbDunsNumber_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___VerisignDnbDunsNumber_14), (void*)value); } inline static int32_t get_offset_of_VerisignIssStrongCrypto_15() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___VerisignIssStrongCrypto_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_VerisignIssStrongCrypto_15() const { return ___VerisignIssStrongCrypto_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_VerisignIssStrongCrypto_15() { return &___VerisignIssStrongCrypto_15; } inline void set_VerisignIssStrongCrypto_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___VerisignIssStrongCrypto_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___VerisignIssStrongCrypto_15), (void*)value); } inline static int32_t get_offset_of_Novell_16() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___Novell_16)); } inline String_t* get_Novell_16() const { return ___Novell_16; } inline String_t** get_address_of_Novell_16() { return &___Novell_16; } inline void set_Novell_16(String_t* value) { ___Novell_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Novell_16), (void*)value); } inline static int32_t get_offset_of_NovellSecurityAttribs_17() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___NovellSecurityAttribs_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NovellSecurityAttribs_17() const { return ___NovellSecurityAttribs_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NovellSecurityAttribs_17() { return &___NovellSecurityAttribs_17; } inline void set_NovellSecurityAttribs_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NovellSecurityAttribs_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___NovellSecurityAttribs_17), (void*)value); } inline static int32_t get_offset_of_Entrust_18() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___Entrust_18)); } inline String_t* get_Entrust_18() const { return ___Entrust_18; } inline String_t** get_address_of_Entrust_18() { return &___Entrust_18; } inline void set_Entrust_18(String_t* value) { ___Entrust_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___Entrust_18), (void*)value); } inline static int32_t get_offset_of_EntrustVersionExtension_19() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___EntrustVersionExtension_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EntrustVersionExtension_19() const { return ___EntrustVersionExtension_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EntrustVersionExtension_19() { return &___EntrustVersionExtension_19; } inline void set_EntrustVersionExtension_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EntrustVersionExtension_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___EntrustVersionExtension_19), (void*)value); } inline static int32_t get_offset_of_as_sys_sec_alg_ideaCBC_20() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___as_sys_sec_alg_ideaCBC_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_as_sys_sec_alg_ideaCBC_20() const { return ___as_sys_sec_alg_ideaCBC_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_as_sys_sec_alg_ideaCBC_20() { return &___as_sys_sec_alg_ideaCBC_20; } inline void set_as_sys_sec_alg_ideaCBC_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___as_sys_sec_alg_ideaCBC_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___as_sys_sec_alg_ideaCBC_20), (void*)value); } inline static int32_t get_offset_of_cryptlib_21() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___cryptlib_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_cryptlib_21() const { return ___cryptlib_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_cryptlib_21() { return &___cryptlib_21; } inline void set_cryptlib_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___cryptlib_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___cryptlib_21), (void*)value); } inline static int32_t get_offset_of_cryptlib_algorithm_22() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___cryptlib_algorithm_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_cryptlib_algorithm_22() const { return ___cryptlib_algorithm_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_cryptlib_algorithm_22() { return &___cryptlib_algorithm_22; } inline void set_cryptlib_algorithm_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___cryptlib_algorithm_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___cryptlib_algorithm_22), (void*)value); } inline static int32_t get_offset_of_cryptlib_algorithm_blowfish_ECB_23() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___cryptlib_algorithm_blowfish_ECB_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_cryptlib_algorithm_blowfish_ECB_23() const { return ___cryptlib_algorithm_blowfish_ECB_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_cryptlib_algorithm_blowfish_ECB_23() { return &___cryptlib_algorithm_blowfish_ECB_23; } inline void set_cryptlib_algorithm_blowfish_ECB_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___cryptlib_algorithm_blowfish_ECB_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___cryptlib_algorithm_blowfish_ECB_23), (void*)value); } inline static int32_t get_offset_of_cryptlib_algorithm_blowfish_CBC_24() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___cryptlib_algorithm_blowfish_CBC_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_cryptlib_algorithm_blowfish_CBC_24() const { return ___cryptlib_algorithm_blowfish_CBC_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_cryptlib_algorithm_blowfish_CBC_24() { return &___cryptlib_algorithm_blowfish_CBC_24; } inline void set_cryptlib_algorithm_blowfish_CBC_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___cryptlib_algorithm_blowfish_CBC_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___cryptlib_algorithm_blowfish_CBC_24), (void*)value); } inline static int32_t get_offset_of_cryptlib_algorithm_blowfish_CFB_25() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___cryptlib_algorithm_blowfish_CFB_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_cryptlib_algorithm_blowfish_CFB_25() const { return ___cryptlib_algorithm_blowfish_CFB_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_cryptlib_algorithm_blowfish_CFB_25() { return &___cryptlib_algorithm_blowfish_CFB_25; } inline void set_cryptlib_algorithm_blowfish_CFB_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___cryptlib_algorithm_blowfish_CFB_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___cryptlib_algorithm_blowfish_CFB_25), (void*)value); } inline static int32_t get_offset_of_cryptlib_algorithm_blowfish_OFB_26() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___cryptlib_algorithm_blowfish_OFB_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_cryptlib_algorithm_blowfish_OFB_26() const { return ___cryptlib_algorithm_blowfish_OFB_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_cryptlib_algorithm_blowfish_OFB_26() { return &___cryptlib_algorithm_blowfish_OFB_26; } inline void set_cryptlib_algorithm_blowfish_OFB_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___cryptlib_algorithm_blowfish_OFB_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___cryptlib_algorithm_blowfish_OFB_26), (void*)value); } inline static int32_t get_offset_of_blake2_27() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___blake2_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_blake2_27() const { return ___blake2_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_blake2_27() { return &___blake2_27; } inline void set_blake2_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___blake2_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___blake2_27), (void*)value); } inline static int32_t get_offset_of_id_blake2b160_28() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___id_blake2b160_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_blake2b160_28() const { return ___id_blake2b160_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_blake2b160_28() { return &___id_blake2b160_28; } inline void set_id_blake2b160_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_blake2b160_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_blake2b160_28), (void*)value); } inline static int32_t get_offset_of_id_blake2b256_29() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___id_blake2b256_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_blake2b256_29() const { return ___id_blake2b256_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_blake2b256_29() { return &___id_blake2b256_29; } inline void set_id_blake2b256_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_blake2b256_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_blake2b256_29), (void*)value); } inline static int32_t get_offset_of_id_blake2b384_30() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___id_blake2b384_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_blake2b384_30() const { return ___id_blake2b384_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_blake2b384_30() { return &___id_blake2b384_30; } inline void set_id_blake2b384_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_blake2b384_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_blake2b384_30), (void*)value); } inline static int32_t get_offset_of_id_blake2b512_31() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___id_blake2b512_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_blake2b512_31() const { return ___id_blake2b512_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_blake2b512_31() { return &___id_blake2b512_31; } inline void set_id_blake2b512_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_blake2b512_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_blake2b512_31), (void*)value); } inline static int32_t get_offset_of_id_blake2s128_32() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___id_blake2s128_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_blake2s128_32() const { return ___id_blake2s128_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_blake2s128_32() { return &___id_blake2s128_32; } inline void set_id_blake2s128_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_blake2s128_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_blake2s128_32), (void*)value); } inline static int32_t get_offset_of_id_blake2s160_33() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___id_blake2s160_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_blake2s160_33() const { return ___id_blake2s160_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_blake2s160_33() { return &___id_blake2s160_33; } inline void set_id_blake2s160_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_blake2s160_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_blake2s160_33), (void*)value); } inline static int32_t get_offset_of_id_blake2s224_34() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___id_blake2s224_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_blake2s224_34() const { return ___id_blake2s224_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_blake2s224_34() { return &___id_blake2s224_34; } inline void set_id_blake2s224_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_blake2s224_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_blake2s224_34), (void*)value); } inline static int32_t get_offset_of_id_blake2s256_35() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___id_blake2s256_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_blake2s256_35() const { return ___id_blake2s256_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_blake2s256_35() { return &___id_blake2s256_35; } inline void set_id_blake2s256_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_blake2s256_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_blake2s256_35), (void*)value); } inline static int32_t get_offset_of_id_scrypt_36() { return static_cast(offsetof(MiscObjectIdentifiers_t782F58B269A66A1C2A12391DB88852402851338A_StaticFields, ___id_scrypt_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_scrypt_36() const { return ___id_scrypt_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_scrypt_36() { return &___id_scrypt_36; } inline void set_id_scrypt_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_scrypt_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_scrypt_36), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers struct NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA : public RuntimeObject { public: public: }; struct NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::NistAlgorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NistAlgorithm_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::HashAlgs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___HashAlgs_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha256_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha384_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha512_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha224_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha512_224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha512_224_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha512_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha512_256_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha3_224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha3_224_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha3_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha3_256_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha3_384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha3_384_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha3_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha3_512_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdShake128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdShake128_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdShake256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdShake256_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdHMacWithSha3_224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHMacWithSha3_224_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdHMacWithSha3_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHMacWithSha3_256_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdHMacWithSha3_384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHMacWithSha3_384_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdHMacWithSha3_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHMacWithSha3_512_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::Aes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Aes_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Ecb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Ecb_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Cbc_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Ofb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Ofb_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Cfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Cfb_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Wrap_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Gcm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Gcm_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Ccm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Ccm_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Ecb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Ecb_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Cbc_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Ofb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Ofb_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Cfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Cfb_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Wrap_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Gcm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Gcm_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Ccm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Ccm_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Ecb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Ecb_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Cbc_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Ofb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Ofb_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Cfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Cfb_36; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Wrap_37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Gcm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Gcm_38; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Ccm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Ccm_39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdDsaWithSha2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdDsaWithSha2_40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::DsaWithSha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha224_41; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::DsaWithSha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha256_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::DsaWithSha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha384_43; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::DsaWithSha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha512_44; public: inline static int32_t get_offset_of_NistAlgorithm_0() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___NistAlgorithm_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NistAlgorithm_0() const { return ___NistAlgorithm_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NistAlgorithm_0() { return &___NistAlgorithm_0; } inline void set_NistAlgorithm_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NistAlgorithm_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___NistAlgorithm_0), (void*)value); } inline static int32_t get_offset_of_HashAlgs_1() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___HashAlgs_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_HashAlgs_1() const { return ___HashAlgs_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_HashAlgs_1() { return &___HashAlgs_1; } inline void set_HashAlgs_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___HashAlgs_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___HashAlgs_1), (void*)value); } inline static int32_t get_offset_of_IdSha256_2() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha256_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha256_2() const { return ___IdSha256_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha256_2() { return &___IdSha256_2; } inline void set_IdSha256_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha256_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha256_2), (void*)value); } inline static int32_t get_offset_of_IdSha384_3() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha384_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha384_3() const { return ___IdSha384_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha384_3() { return &___IdSha384_3; } inline void set_IdSha384_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha384_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha384_3), (void*)value); } inline static int32_t get_offset_of_IdSha512_4() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha512_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha512_4() const { return ___IdSha512_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha512_4() { return &___IdSha512_4; } inline void set_IdSha512_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha512_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha512_4), (void*)value); } inline static int32_t get_offset_of_IdSha224_5() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha224_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha224_5() const { return ___IdSha224_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha224_5() { return &___IdSha224_5; } inline void set_IdSha224_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha224_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha224_5), (void*)value); } inline static int32_t get_offset_of_IdSha512_224_6() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha512_224_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha512_224_6() const { return ___IdSha512_224_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha512_224_6() { return &___IdSha512_224_6; } inline void set_IdSha512_224_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha512_224_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha512_224_6), (void*)value); } inline static int32_t get_offset_of_IdSha512_256_7() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha512_256_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha512_256_7() const { return ___IdSha512_256_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha512_256_7() { return &___IdSha512_256_7; } inline void set_IdSha512_256_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha512_256_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha512_256_7), (void*)value); } inline static int32_t get_offset_of_IdSha3_224_8() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha3_224_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha3_224_8() const { return ___IdSha3_224_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha3_224_8() { return &___IdSha3_224_8; } inline void set_IdSha3_224_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha3_224_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha3_224_8), (void*)value); } inline static int32_t get_offset_of_IdSha3_256_9() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha3_256_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha3_256_9() const { return ___IdSha3_256_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha3_256_9() { return &___IdSha3_256_9; } inline void set_IdSha3_256_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha3_256_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha3_256_9), (void*)value); } inline static int32_t get_offset_of_IdSha3_384_10() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha3_384_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha3_384_10() const { return ___IdSha3_384_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha3_384_10() { return &___IdSha3_384_10; } inline void set_IdSha3_384_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha3_384_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha3_384_10), (void*)value); } inline static int32_t get_offset_of_IdSha3_512_11() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha3_512_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha3_512_11() const { return ___IdSha3_512_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha3_512_11() { return &___IdSha3_512_11; } inline void set_IdSha3_512_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha3_512_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha3_512_11), (void*)value); } inline static int32_t get_offset_of_IdShake128_12() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdShake128_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdShake128_12() const { return ___IdShake128_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdShake128_12() { return &___IdShake128_12; } inline void set_IdShake128_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdShake128_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdShake128_12), (void*)value); } inline static int32_t get_offset_of_IdShake256_13() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdShake256_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdShake256_13() const { return ___IdShake256_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdShake256_13() { return &___IdShake256_13; } inline void set_IdShake256_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdShake256_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdShake256_13), (void*)value); } inline static int32_t get_offset_of_IdHMacWithSha3_224_14() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdHMacWithSha3_224_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHMacWithSha3_224_14() const { return ___IdHMacWithSha3_224_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHMacWithSha3_224_14() { return &___IdHMacWithSha3_224_14; } inline void set_IdHMacWithSha3_224_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHMacWithSha3_224_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHMacWithSha3_224_14), (void*)value); } inline static int32_t get_offset_of_IdHMacWithSha3_256_15() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdHMacWithSha3_256_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHMacWithSha3_256_15() const { return ___IdHMacWithSha3_256_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHMacWithSha3_256_15() { return &___IdHMacWithSha3_256_15; } inline void set_IdHMacWithSha3_256_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHMacWithSha3_256_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHMacWithSha3_256_15), (void*)value); } inline static int32_t get_offset_of_IdHMacWithSha3_384_16() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdHMacWithSha3_384_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHMacWithSha3_384_16() const { return ___IdHMacWithSha3_384_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHMacWithSha3_384_16() { return &___IdHMacWithSha3_384_16; } inline void set_IdHMacWithSha3_384_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHMacWithSha3_384_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHMacWithSha3_384_16), (void*)value); } inline static int32_t get_offset_of_IdHMacWithSha3_512_17() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdHMacWithSha3_512_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHMacWithSha3_512_17() const { return ___IdHMacWithSha3_512_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHMacWithSha3_512_17() { return &___IdHMacWithSha3_512_17; } inline void set_IdHMacWithSha3_512_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHMacWithSha3_512_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHMacWithSha3_512_17), (void*)value); } inline static int32_t get_offset_of_Aes_18() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___Aes_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Aes_18() const { return ___Aes_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Aes_18() { return &___Aes_18; } inline void set_Aes_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Aes_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes_18), (void*)value); } inline static int32_t get_offset_of_IdAes128Ecb_19() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Ecb_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Ecb_19() const { return ___IdAes128Ecb_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Ecb_19() { return &___IdAes128Ecb_19; } inline void set_IdAes128Ecb_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Ecb_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Ecb_19), (void*)value); } inline static int32_t get_offset_of_IdAes128Cbc_20() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Cbc_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Cbc_20() const { return ___IdAes128Cbc_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Cbc_20() { return &___IdAes128Cbc_20; } inline void set_IdAes128Cbc_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Cbc_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Cbc_20), (void*)value); } inline static int32_t get_offset_of_IdAes128Ofb_21() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Ofb_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Ofb_21() const { return ___IdAes128Ofb_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Ofb_21() { return &___IdAes128Ofb_21; } inline void set_IdAes128Ofb_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Ofb_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Ofb_21), (void*)value); } inline static int32_t get_offset_of_IdAes128Cfb_22() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Cfb_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Cfb_22() const { return ___IdAes128Cfb_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Cfb_22() { return &___IdAes128Cfb_22; } inline void set_IdAes128Cfb_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Cfb_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Cfb_22), (void*)value); } inline static int32_t get_offset_of_IdAes128Wrap_23() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Wrap_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Wrap_23() const { return ___IdAes128Wrap_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Wrap_23() { return &___IdAes128Wrap_23; } inline void set_IdAes128Wrap_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Wrap_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Wrap_23), (void*)value); } inline static int32_t get_offset_of_IdAes128Gcm_24() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Gcm_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Gcm_24() const { return ___IdAes128Gcm_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Gcm_24() { return &___IdAes128Gcm_24; } inline void set_IdAes128Gcm_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Gcm_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Gcm_24), (void*)value); } inline static int32_t get_offset_of_IdAes128Ccm_25() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Ccm_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Ccm_25() const { return ___IdAes128Ccm_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Ccm_25() { return &___IdAes128Ccm_25; } inline void set_IdAes128Ccm_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Ccm_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Ccm_25), (void*)value); } inline static int32_t get_offset_of_IdAes192Ecb_26() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Ecb_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Ecb_26() const { return ___IdAes192Ecb_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Ecb_26() { return &___IdAes192Ecb_26; } inline void set_IdAes192Ecb_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Ecb_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Ecb_26), (void*)value); } inline static int32_t get_offset_of_IdAes192Cbc_27() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Cbc_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Cbc_27() const { return ___IdAes192Cbc_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Cbc_27() { return &___IdAes192Cbc_27; } inline void set_IdAes192Cbc_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Cbc_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Cbc_27), (void*)value); } inline static int32_t get_offset_of_IdAes192Ofb_28() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Ofb_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Ofb_28() const { return ___IdAes192Ofb_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Ofb_28() { return &___IdAes192Ofb_28; } inline void set_IdAes192Ofb_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Ofb_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Ofb_28), (void*)value); } inline static int32_t get_offset_of_IdAes192Cfb_29() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Cfb_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Cfb_29() const { return ___IdAes192Cfb_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Cfb_29() { return &___IdAes192Cfb_29; } inline void set_IdAes192Cfb_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Cfb_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Cfb_29), (void*)value); } inline static int32_t get_offset_of_IdAes192Wrap_30() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Wrap_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Wrap_30() const { return ___IdAes192Wrap_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Wrap_30() { return &___IdAes192Wrap_30; } inline void set_IdAes192Wrap_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Wrap_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Wrap_30), (void*)value); } inline static int32_t get_offset_of_IdAes192Gcm_31() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Gcm_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Gcm_31() const { return ___IdAes192Gcm_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Gcm_31() { return &___IdAes192Gcm_31; } inline void set_IdAes192Gcm_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Gcm_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Gcm_31), (void*)value); } inline static int32_t get_offset_of_IdAes192Ccm_32() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Ccm_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Ccm_32() const { return ___IdAes192Ccm_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Ccm_32() { return &___IdAes192Ccm_32; } inline void set_IdAes192Ccm_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Ccm_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Ccm_32), (void*)value); } inline static int32_t get_offset_of_IdAes256Ecb_33() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Ecb_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Ecb_33() const { return ___IdAes256Ecb_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Ecb_33() { return &___IdAes256Ecb_33; } inline void set_IdAes256Ecb_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Ecb_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Ecb_33), (void*)value); } inline static int32_t get_offset_of_IdAes256Cbc_34() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Cbc_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Cbc_34() const { return ___IdAes256Cbc_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Cbc_34() { return &___IdAes256Cbc_34; } inline void set_IdAes256Cbc_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Cbc_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Cbc_34), (void*)value); } inline static int32_t get_offset_of_IdAes256Ofb_35() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Ofb_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Ofb_35() const { return ___IdAes256Ofb_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Ofb_35() { return &___IdAes256Ofb_35; } inline void set_IdAes256Ofb_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Ofb_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Ofb_35), (void*)value); } inline static int32_t get_offset_of_IdAes256Cfb_36() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Cfb_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Cfb_36() const { return ___IdAes256Cfb_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Cfb_36() { return &___IdAes256Cfb_36; } inline void set_IdAes256Cfb_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Cfb_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Cfb_36), (void*)value); } inline static int32_t get_offset_of_IdAes256Wrap_37() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Wrap_37)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Wrap_37() const { return ___IdAes256Wrap_37; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Wrap_37() { return &___IdAes256Wrap_37; } inline void set_IdAes256Wrap_37(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Wrap_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Wrap_37), (void*)value); } inline static int32_t get_offset_of_IdAes256Gcm_38() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Gcm_38)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Gcm_38() const { return ___IdAes256Gcm_38; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Gcm_38() { return &___IdAes256Gcm_38; } inline void set_IdAes256Gcm_38(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Gcm_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Gcm_38), (void*)value); } inline static int32_t get_offset_of_IdAes256Ccm_39() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Ccm_39)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Ccm_39() const { return ___IdAes256Ccm_39; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Ccm_39() { return &___IdAes256Ccm_39; } inline void set_IdAes256Ccm_39(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Ccm_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Ccm_39), (void*)value); } inline static int32_t get_offset_of_IdDsaWithSha2_40() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdDsaWithSha2_40)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdDsaWithSha2_40() const { return ___IdDsaWithSha2_40; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdDsaWithSha2_40() { return &___IdDsaWithSha2_40; } inline void set_IdDsaWithSha2_40(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdDsaWithSha2_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdDsaWithSha2_40), (void*)value); } inline static int32_t get_offset_of_DsaWithSha224_41() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___DsaWithSha224_41)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha224_41() const { return ___DsaWithSha224_41; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha224_41() { return &___DsaWithSha224_41; } inline void set_DsaWithSha224_41(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha224_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha224_41), (void*)value); } inline static int32_t get_offset_of_DsaWithSha256_42() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___DsaWithSha256_42)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha256_42() const { return ___DsaWithSha256_42; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha256_42() { return &___DsaWithSha256_42; } inline void set_DsaWithSha256_42(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha256_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha256_42), (void*)value); } inline static int32_t get_offset_of_DsaWithSha384_43() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___DsaWithSha384_43)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha384_43() const { return ___DsaWithSha384_43; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha384_43() { return &___DsaWithSha384_43; } inline void set_DsaWithSha384_43(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha384_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha384_43), (void*)value); } inline static int32_t get_offset_of_DsaWithSha512_44() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___DsaWithSha512_44)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha512_44() const { return ___DsaWithSha512_44; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha512_44() { return &___DsaWithSha512_44; } inline void set_DsaWithSha512_44(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha512_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha512_44), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.NullDigest struct NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82 : public RuntimeObject { public: // System.IO.MemoryStream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.NullDigest::bOut MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___bOut_0; public: inline static int32_t get_offset_of_bOut_0() { return static_cast(offsetof(NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82, ___bOut_0)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_bOut_0() const { return ___bOut_0; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_bOut_0() { return &___bOut_0; } inline void set_bOut_0(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___bOut_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___bOut_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.OidTokenizer struct OidTokenizer_tABE47BAA48E05B21F927C614B98786CFA77257F1 : public RuntimeObject { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.OidTokenizer::oid String_t* ___oid_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.OidTokenizer::index int32_t ___index_1; public: inline static int32_t get_offset_of_oid_0() { return static_cast(offsetof(OidTokenizer_tABE47BAA48E05B21F927C614B98786CFA77257F1, ___oid_0)); } inline String_t* get_oid_0() const { return ___oid_0; } inline String_t** get_address_of_oid_0() { return &___oid_0; } inline void set_oid_0(String_t* value) { ___oid_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___oid_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(OidTokenizer_tABE47BAA48E05B21F927C614B98786CFA77257F1, ___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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers struct OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED : public RuntimeObject { public: public: }; struct OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::MD4WithRsa DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4WithRsa_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::MD5WithRsa DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD5WithRsa_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::MD4WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4WithRsaEncryption_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesEcb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesEcb_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesCbc_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesOfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesOfb_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesCfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesCfb_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesEde DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesEde_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::IdSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha1_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DsaWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha1_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::Sha1WithRsa DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha1WithRsa_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::ElGamalAlgorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ElGamalAlgorithm_11; public: inline static int32_t get_offset_of_MD4WithRsa_0() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___MD4WithRsa_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4WithRsa_0() const { return ___MD4WithRsa_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4WithRsa_0() { return &___MD4WithRsa_0; } inline void set_MD4WithRsa_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4WithRsa_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4WithRsa_0), (void*)value); } inline static int32_t get_offset_of_MD5WithRsa_1() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___MD5WithRsa_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD5WithRsa_1() const { return ___MD5WithRsa_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD5WithRsa_1() { return &___MD5WithRsa_1; } inline void set_MD5WithRsa_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD5WithRsa_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD5WithRsa_1), (void*)value); } inline static int32_t get_offset_of_MD4WithRsaEncryption_2() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___MD4WithRsaEncryption_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4WithRsaEncryption_2() const { return ___MD4WithRsaEncryption_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4WithRsaEncryption_2() { return &___MD4WithRsaEncryption_2; } inline void set_MD4WithRsaEncryption_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4WithRsaEncryption_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4WithRsaEncryption_2), (void*)value); } inline static int32_t get_offset_of_DesEcb_3() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesEcb_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesEcb_3() const { return ___DesEcb_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesEcb_3() { return &___DesEcb_3; } inline void set_DesEcb_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesEcb_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEcb_3), (void*)value); } inline static int32_t get_offset_of_DesCbc_4() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesCbc_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesCbc_4() const { return ___DesCbc_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesCbc_4() { return &___DesCbc_4; } inline void set_DesCbc_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesCbc_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesCbc_4), (void*)value); } inline static int32_t get_offset_of_DesOfb_5() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesOfb_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesOfb_5() const { return ___DesOfb_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesOfb_5() { return &___DesOfb_5; } inline void set_DesOfb_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesOfb_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesOfb_5), (void*)value); } inline static int32_t get_offset_of_DesCfb_6() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesCfb_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesCfb_6() const { return ___DesCfb_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesCfb_6() { return &___DesCfb_6; } inline void set_DesCfb_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesCfb_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesCfb_6), (void*)value); } inline static int32_t get_offset_of_DesEde_7() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesEde_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesEde_7() const { return ___DesEde_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesEde_7() { return &___DesEde_7; } inline void set_DesEde_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesEde_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEde_7), (void*)value); } inline static int32_t get_offset_of_IdSha1_8() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___IdSha1_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha1_8() const { return ___IdSha1_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha1_8() { return &___IdSha1_8; } inline void set_IdSha1_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha1_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha1_8), (void*)value); } inline static int32_t get_offset_of_DsaWithSha1_9() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DsaWithSha1_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha1_9() const { return ___DsaWithSha1_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha1_9() { return &___DsaWithSha1_9; } inline void set_DsaWithSha1_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha1_9), (void*)value); } inline static int32_t get_offset_of_Sha1WithRsa_10() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___Sha1WithRsa_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha1WithRsa_10() const { return ___Sha1WithRsa_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha1WithRsa_10() { return &___Sha1WithRsa_10; } inline void set_Sha1WithRsa_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha1WithRsa_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha1WithRsa_10), (void*)value); } inline static int32_t get_offset_of_ElGamalAlgorithm_11() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___ElGamalAlgorithm_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ElGamalAlgorithm_11() const { return ___ElGamalAlgorithm_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ElGamalAlgorithm_11() { return &___ElGamalAlgorithm_11; } inline void set_ElGamalAlgorithm_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ElGamalAlgorithm_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ElGamalAlgorithm_11), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV struct ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::parameters RuntimeObject* ___parameters_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_1; public: inline static int32_t get_offset_of_parameters_0() { return static_cast(offsetof(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0, ___parameters_0)); } inline RuntimeObject* get_parameters_0() const { return ___parameters_0; } inline RuntimeObject** get_address_of_parameters_0() { return &___parameters_0; } inline void set_parameters_0(RuntimeObject* value) { ___parameters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_0), (void*)value); } inline static int32_t get_offset_of_iv_1() { return static_cast(offsetof(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0, ___iv_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_1() const { return ___iv_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_1() { return &___iv_1; } inline void set_iv_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom struct ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::parameters RuntimeObject* ___parameters_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_1; public: inline static int32_t get_offset_of_parameters_0() { return static_cast(offsetof(ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC, ___parameters_0)); } inline RuntimeObject* get_parameters_0() const { return ___parameters_0; } inline RuntimeObject** get_address_of_parameters_0() { return &___parameters_0; } inline void set_parameters_0(RuntimeObject* value) { ___parameters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_0), (void*)value); } inline static int32_t get_offset_of_random_1() { return static_cast(offsetof(ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC, ___random_1)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_1() const { return ___random_1; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_1() { return &___random_1; } inline void set_random_1(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers struct PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516 : public RuntimeObject { public: public: }; struct PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs1Oid DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs1Oid_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::RsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RsaEncryption_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD2WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD2WithRsaEncryption_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD4WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4WithRsaEncryption_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD5WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD5WithRsaEncryption_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha1WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha1WithRsaEncryption_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SrsaOaepEncryptionSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SrsaOaepEncryptionSet_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsaesOaep DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsaesOaep_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdMgf1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdMgf1_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPSpecified DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPSpecified_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsassaPss DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsassaPss_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha256WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha256WithRsaEncryption_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha384WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha384WithRsaEncryption_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512WithRsaEncryption_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha224WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha224WithRsaEncryption_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512_224WithRSAEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512_224WithRSAEncryption_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512_256WithRSAEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512_256WithRSAEncryption_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DhKeyAgreement DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DhKeyAgreement_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD2AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD2AndDesCbc_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD2AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD2AndRC2Cbc_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD5AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD5AndDesCbc_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD5AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD5AndRC2Cbc_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithSha1AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithSha1AndDesCbc_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithSha1AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithSha1AndRC2Cbc_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPbeS2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPbeS2_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPbkdf2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPbkdf2_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DesEde3Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesEde3Cbc_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::RC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RC2Cbc_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD2_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD5 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD5_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha1_36; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha224_37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha256_38; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha384_39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha512_40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Data DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Data_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SignedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignedData_43; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::EnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EnvelopedData_44; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SignedAndEnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignedAndEnvelopedData_45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DigestedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DigestedData_46; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::EncryptedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EncryptedData_47; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtEmailAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtEmailAddress_49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtUnstructuredName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtUnstructuredName_50; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtContentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtContentType_51; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtMessageDigest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtMessageDigest_52; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSigningTime DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSigningTime_53; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtCounterSignature DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtCounterSignature_54; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtChallengePassword DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtChallengePassword_55; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtUnstructuredAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtUnstructuredAddress_56; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtExtendedCertificateAttributes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtExtendedCertificateAttributes_57; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSigningDescription DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSigningDescription_58; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtExtensionRequest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtExtensionRequest_59; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSmimeCapabilities DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSmimeCapabilities_60; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSmime DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSmime_61; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtFriendlyName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtFriendlyName_62; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtLocalKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtLocalKeyID_63; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509CertType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509CertType_64; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509Certificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509Certificate_66; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SdsiCertificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SdsiCertificate_67; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509Crl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509Crl_69; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlg DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlg_70; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgEsdh DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgEsdh_71; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgCms3DesWrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgCms3DesWrap_72; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgCmsRC2Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgCmsRC2Wrap_73; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgPwriKek DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgPwriKek_74; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgSsdh DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgSsdh_75; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsaKem DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsaKem_76; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PreferSignedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PreferSignedData_77; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CannotDecryptAny DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CannotDecryptAny_78; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SmimeCapabilitiesVersions DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SmimeCapabilitiesVersions_79; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAReceiptRequest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAReceiptRequest_80; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTAuthData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTAuthData_82; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTTstInfo DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTTstInfo_83; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTCompressedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTCompressedData_84; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTAuthEnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTAuthEnvelopedData_85; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTTimestampedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTTimestampedData_86; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfOrigin DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfOrigin_88; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfReceipt DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfReceipt_89; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfDelivery DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfDelivery_90; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfSender DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfSender_91; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfApproval DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfApproval_92; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfCreation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfCreation_93; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAOid DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAOid_95; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentHint DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentHint_96; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAMsgSigDigest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAMsgSigDigest_97; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentReference DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentReference_98; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEncrypKeyPref DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEncrypKeyPref_99; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigningCertificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigningCertificate_100; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigningCertificateV2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigningCertificateV2_101; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentIdentifier_102; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASignatureTimeStampToken DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASignatureTimeStampToken_103; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSigPolicyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSigPolicyID_104; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCommitmentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCommitmentType_105; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSignerLocation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSignerLocation_106; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSignerAttr DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSignerAttr_107; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsOtherSigCert DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsOtherSigCert_108; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsContentTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsContentTimestamp_109; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertificateRefs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertificateRefs_110; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsRevocationRefs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsRevocationRefs_111; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertValues DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertValues_112; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsRevocationValues DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsRevocationValues_113; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsEscTimeStamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsEscTimeStamp_114; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertCrlTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertCrlTimestamp_115; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsArchiveTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsArchiveTimestamp_116; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAADecryptKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAADecryptKeyID_117; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAImplCryptoAlgs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAImplCryptoAlgs_118; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAAsymmDecryptKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAAsymmDecryptKeyID_119; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAImplCompressAlgs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAImplCompressAlgs_120; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAACommunityIdentifiers DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAACommunityIdentifiers_121; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigPolicyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigPolicyID_122; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAACommitmentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAACommitmentType_123; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASignerLocation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASignerLocation_124; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAOtherSigCert DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAOtherSigCert_125; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSpqEtsUri DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSpqEtsUri_127; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSpqEtsUNotice DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSpqEtsUNotice_128; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::KeyBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___KeyBag_131; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs8ShroudedKeyBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs8ShroudedKeyBag_132; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CertBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertBag_133; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CrlBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlBag_134; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SecretBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecretBag_135; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SafeContentsBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SafeContentsBag_136; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd128BitRC4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd128BitRC4_138; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd40BitRC4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd40BitRC4_139; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd3KeyTripleDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd3KeyTripleDesCbc_140; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd2KeyTripleDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd2KeyTripleDesCbc_141; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd128BitRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd128BitRC2Cbc_142; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbewithShaAnd40BitRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbewithShaAnd40BitRC2Cbc_143; public: inline static int32_t get_offset_of_Pkcs1Oid_1() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs1Oid_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs1Oid_1() const { return ___Pkcs1Oid_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs1Oid_1() { return &___Pkcs1Oid_1; } inline void set_Pkcs1Oid_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs1Oid_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs1Oid_1), (void*)value); } inline static int32_t get_offset_of_RsaEncryption_2() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___RsaEncryption_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RsaEncryption_2() const { return ___RsaEncryption_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RsaEncryption_2() { return &___RsaEncryption_2; } inline void set_RsaEncryption_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RsaEncryption_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___RsaEncryption_2), (void*)value); } inline static int32_t get_offset_of_MD2WithRsaEncryption_3() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD2WithRsaEncryption_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD2WithRsaEncryption_3() const { return ___MD2WithRsaEncryption_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD2WithRsaEncryption_3() { return &___MD2WithRsaEncryption_3; } inline void set_MD2WithRsaEncryption_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD2WithRsaEncryption_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD2WithRsaEncryption_3), (void*)value); } inline static int32_t get_offset_of_MD4WithRsaEncryption_4() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD4WithRsaEncryption_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4WithRsaEncryption_4() const { return ___MD4WithRsaEncryption_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4WithRsaEncryption_4() { return &___MD4WithRsaEncryption_4; } inline void set_MD4WithRsaEncryption_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4WithRsaEncryption_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4WithRsaEncryption_4), (void*)value); } inline static int32_t get_offset_of_MD5WithRsaEncryption_5() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD5WithRsaEncryption_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD5WithRsaEncryption_5() const { return ___MD5WithRsaEncryption_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD5WithRsaEncryption_5() { return &___MD5WithRsaEncryption_5; } inline void set_MD5WithRsaEncryption_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD5WithRsaEncryption_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD5WithRsaEncryption_5), (void*)value); } inline static int32_t get_offset_of_Sha1WithRsaEncryption_6() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha1WithRsaEncryption_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha1WithRsaEncryption_6() const { return ___Sha1WithRsaEncryption_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha1WithRsaEncryption_6() { return &___Sha1WithRsaEncryption_6; } inline void set_Sha1WithRsaEncryption_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha1WithRsaEncryption_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha1WithRsaEncryption_6), (void*)value); } inline static int32_t get_offset_of_SrsaOaepEncryptionSet_7() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SrsaOaepEncryptionSet_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SrsaOaepEncryptionSet_7() const { return ___SrsaOaepEncryptionSet_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SrsaOaepEncryptionSet_7() { return &___SrsaOaepEncryptionSet_7; } inline void set_SrsaOaepEncryptionSet_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SrsaOaepEncryptionSet_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___SrsaOaepEncryptionSet_7), (void*)value); } inline static int32_t get_offset_of_IdRsaesOaep_8() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsaesOaep_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsaesOaep_8() const { return ___IdRsaesOaep_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsaesOaep_8() { return &___IdRsaesOaep_8; } inline void set_IdRsaesOaep_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsaesOaep_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsaesOaep_8), (void*)value); } inline static int32_t get_offset_of_IdMgf1_9() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdMgf1_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdMgf1_9() const { return ___IdMgf1_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdMgf1_9() { return &___IdMgf1_9; } inline void set_IdMgf1_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdMgf1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdMgf1_9), (void*)value); } inline static int32_t get_offset_of_IdPSpecified_10() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPSpecified_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPSpecified_10() const { return ___IdPSpecified_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPSpecified_10() { return &___IdPSpecified_10; } inline void set_IdPSpecified_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPSpecified_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPSpecified_10), (void*)value); } inline static int32_t get_offset_of_IdRsassaPss_11() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsassaPss_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsassaPss_11() const { return ___IdRsassaPss_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsassaPss_11() { return &___IdRsassaPss_11; } inline void set_IdRsassaPss_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsassaPss_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsassaPss_11), (void*)value); } inline static int32_t get_offset_of_Sha256WithRsaEncryption_12() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha256WithRsaEncryption_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha256WithRsaEncryption_12() const { return ___Sha256WithRsaEncryption_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha256WithRsaEncryption_12() { return &___Sha256WithRsaEncryption_12; } inline void set_Sha256WithRsaEncryption_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha256WithRsaEncryption_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha256WithRsaEncryption_12), (void*)value); } inline static int32_t get_offset_of_Sha384WithRsaEncryption_13() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha384WithRsaEncryption_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha384WithRsaEncryption_13() const { return ___Sha384WithRsaEncryption_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha384WithRsaEncryption_13() { return &___Sha384WithRsaEncryption_13; } inline void set_Sha384WithRsaEncryption_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha384WithRsaEncryption_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha384WithRsaEncryption_13), (void*)value); } inline static int32_t get_offset_of_Sha512WithRsaEncryption_14() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512WithRsaEncryption_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512WithRsaEncryption_14() const { return ___Sha512WithRsaEncryption_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512WithRsaEncryption_14() { return &___Sha512WithRsaEncryption_14; } inline void set_Sha512WithRsaEncryption_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512WithRsaEncryption_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512WithRsaEncryption_14), (void*)value); } inline static int32_t get_offset_of_Sha224WithRsaEncryption_15() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha224WithRsaEncryption_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha224WithRsaEncryption_15() const { return ___Sha224WithRsaEncryption_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha224WithRsaEncryption_15() { return &___Sha224WithRsaEncryption_15; } inline void set_Sha224WithRsaEncryption_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha224WithRsaEncryption_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha224WithRsaEncryption_15), (void*)value); } inline static int32_t get_offset_of_Sha512_224WithRSAEncryption_16() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512_224WithRSAEncryption_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512_224WithRSAEncryption_16() const { return ___Sha512_224WithRSAEncryption_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512_224WithRSAEncryption_16() { return &___Sha512_224WithRSAEncryption_16; } inline void set_Sha512_224WithRSAEncryption_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512_224WithRSAEncryption_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512_224WithRSAEncryption_16), (void*)value); } inline static int32_t get_offset_of_Sha512_256WithRSAEncryption_17() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512_256WithRSAEncryption_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512_256WithRSAEncryption_17() const { return ___Sha512_256WithRSAEncryption_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512_256WithRSAEncryption_17() { return &___Sha512_256WithRSAEncryption_17; } inline void set_Sha512_256WithRSAEncryption_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512_256WithRSAEncryption_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512_256WithRSAEncryption_17), (void*)value); } inline static int32_t get_offset_of_DhKeyAgreement_19() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DhKeyAgreement_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DhKeyAgreement_19() const { return ___DhKeyAgreement_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DhKeyAgreement_19() { return &___DhKeyAgreement_19; } inline void set_DhKeyAgreement_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DhKeyAgreement_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___DhKeyAgreement_19), (void*)value); } inline static int32_t get_offset_of_PbeWithMD2AndDesCbc_21() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD2AndDesCbc_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD2AndDesCbc_21() const { return ___PbeWithMD2AndDesCbc_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD2AndDesCbc_21() { return &___PbeWithMD2AndDesCbc_21; } inline void set_PbeWithMD2AndDesCbc_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD2AndDesCbc_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD2AndDesCbc_21), (void*)value); } inline static int32_t get_offset_of_PbeWithMD2AndRC2Cbc_22() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD2AndRC2Cbc_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD2AndRC2Cbc_22() const { return ___PbeWithMD2AndRC2Cbc_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD2AndRC2Cbc_22() { return &___PbeWithMD2AndRC2Cbc_22; } inline void set_PbeWithMD2AndRC2Cbc_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD2AndRC2Cbc_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD2AndRC2Cbc_22), (void*)value); } inline static int32_t get_offset_of_PbeWithMD5AndDesCbc_23() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD5AndDesCbc_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD5AndDesCbc_23() const { return ___PbeWithMD5AndDesCbc_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD5AndDesCbc_23() { return &___PbeWithMD5AndDesCbc_23; } inline void set_PbeWithMD5AndDesCbc_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD5AndDesCbc_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD5AndDesCbc_23), (void*)value); } inline static int32_t get_offset_of_PbeWithMD5AndRC2Cbc_24() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD5AndRC2Cbc_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD5AndRC2Cbc_24() const { return ___PbeWithMD5AndRC2Cbc_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD5AndRC2Cbc_24() { return &___PbeWithMD5AndRC2Cbc_24; } inline void set_PbeWithMD5AndRC2Cbc_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD5AndRC2Cbc_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD5AndRC2Cbc_24), (void*)value); } inline static int32_t get_offset_of_PbeWithSha1AndDesCbc_25() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithSha1AndDesCbc_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithSha1AndDesCbc_25() const { return ___PbeWithSha1AndDesCbc_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithSha1AndDesCbc_25() { return &___PbeWithSha1AndDesCbc_25; } inline void set_PbeWithSha1AndDesCbc_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithSha1AndDesCbc_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithSha1AndDesCbc_25), (void*)value); } inline static int32_t get_offset_of_PbeWithSha1AndRC2Cbc_26() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithSha1AndRC2Cbc_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithSha1AndRC2Cbc_26() const { return ___PbeWithSha1AndRC2Cbc_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithSha1AndRC2Cbc_26() { return &___PbeWithSha1AndRC2Cbc_26; } inline void set_PbeWithSha1AndRC2Cbc_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithSha1AndRC2Cbc_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithSha1AndRC2Cbc_26), (void*)value); } inline static int32_t get_offset_of_IdPbeS2_27() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPbeS2_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPbeS2_27() const { return ___IdPbeS2_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPbeS2_27() { return &___IdPbeS2_27; } inline void set_IdPbeS2_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPbeS2_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPbeS2_27), (void*)value); } inline static int32_t get_offset_of_IdPbkdf2_28() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPbkdf2_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPbkdf2_28() const { return ___IdPbkdf2_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPbkdf2_28() { return &___IdPbkdf2_28; } inline void set_IdPbkdf2_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPbkdf2_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPbkdf2_28), (void*)value); } inline static int32_t get_offset_of_DesEde3Cbc_30() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DesEde3Cbc_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesEde3Cbc_30() const { return ___DesEde3Cbc_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesEde3Cbc_30() { return &___DesEde3Cbc_30; } inline void set_DesEde3Cbc_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesEde3Cbc_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEde3Cbc_30), (void*)value); } inline static int32_t get_offset_of_RC2Cbc_31() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___RC2Cbc_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RC2Cbc_31() const { return ___RC2Cbc_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RC2Cbc_31() { return &___RC2Cbc_31; } inline void set_RC2Cbc_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RC2Cbc_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___RC2Cbc_31), (void*)value); } inline static int32_t get_offset_of_MD2_33() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD2_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD2_33() const { return ___MD2_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD2_33() { return &___MD2_33; } inline void set_MD2_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD2_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD2_33), (void*)value); } inline static int32_t get_offset_of_MD4_34() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD4_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4_34() const { return ___MD4_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4_34() { return &___MD4_34; } inline void set_MD4_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4_34), (void*)value); } inline static int32_t get_offset_of_MD5_35() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD5_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD5_35() const { return ___MD5_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD5_35() { return &___MD5_35; } inline void set_MD5_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD5_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD5_35), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha1_36() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha1_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha1_36() const { return ___IdHmacWithSha1_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha1_36() { return &___IdHmacWithSha1_36; } inline void set_IdHmacWithSha1_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha1_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha1_36), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha224_37() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha224_37)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha224_37() const { return ___IdHmacWithSha224_37; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha224_37() { return &___IdHmacWithSha224_37; } inline void set_IdHmacWithSha224_37(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha224_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha224_37), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha256_38() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha256_38)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha256_38() const { return ___IdHmacWithSha256_38; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha256_38() { return &___IdHmacWithSha256_38; } inline void set_IdHmacWithSha256_38(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha256_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha256_38), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha384_39() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha384_39)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha384_39() const { return ___IdHmacWithSha384_39; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha384_39() { return &___IdHmacWithSha384_39; } inline void set_IdHmacWithSha384_39(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha384_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha384_39), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha512_40() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha512_40)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha512_40() const { return ___IdHmacWithSha512_40; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha512_40() { return &___IdHmacWithSha512_40; } inline void set_IdHmacWithSha512_40(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha512_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha512_40), (void*)value); } inline static int32_t get_offset_of_Data_42() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Data_42)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Data_42() const { return ___Data_42; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Data_42() { return &___Data_42; } inline void set_Data_42(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Data_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_42), (void*)value); } inline static int32_t get_offset_of_SignedData_43() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SignedData_43)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignedData_43() const { return ___SignedData_43; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignedData_43() { return &___SignedData_43; } inline void set_SignedData_43(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignedData_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignedData_43), (void*)value); } inline static int32_t get_offset_of_EnvelopedData_44() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___EnvelopedData_44)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EnvelopedData_44() const { return ___EnvelopedData_44; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EnvelopedData_44() { return &___EnvelopedData_44; } inline void set_EnvelopedData_44(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EnvelopedData_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___EnvelopedData_44), (void*)value); } inline static int32_t get_offset_of_SignedAndEnvelopedData_45() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SignedAndEnvelopedData_45)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignedAndEnvelopedData_45() const { return ___SignedAndEnvelopedData_45; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignedAndEnvelopedData_45() { return &___SignedAndEnvelopedData_45; } inline void set_SignedAndEnvelopedData_45(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignedAndEnvelopedData_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignedAndEnvelopedData_45), (void*)value); } inline static int32_t get_offset_of_DigestedData_46() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DigestedData_46)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DigestedData_46() const { return ___DigestedData_46; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DigestedData_46() { return &___DigestedData_46; } inline void set_DigestedData_46(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DigestedData_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestedData_46), (void*)value); } inline static int32_t get_offset_of_EncryptedData_47() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___EncryptedData_47)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EncryptedData_47() const { return ___EncryptedData_47; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EncryptedData_47() { return &___EncryptedData_47; } inline void set_EncryptedData_47(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EncryptedData_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptedData_47), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtEmailAddress_49() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtEmailAddress_49)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtEmailAddress_49() const { return ___Pkcs9AtEmailAddress_49; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtEmailAddress_49() { return &___Pkcs9AtEmailAddress_49; } inline void set_Pkcs9AtEmailAddress_49(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtEmailAddress_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtEmailAddress_49), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtUnstructuredName_50() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtUnstructuredName_50)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtUnstructuredName_50() const { return ___Pkcs9AtUnstructuredName_50; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtUnstructuredName_50() { return &___Pkcs9AtUnstructuredName_50; } inline void set_Pkcs9AtUnstructuredName_50(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtUnstructuredName_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtUnstructuredName_50), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtContentType_51() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtContentType_51)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtContentType_51() const { return ___Pkcs9AtContentType_51; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtContentType_51() { return &___Pkcs9AtContentType_51; } inline void set_Pkcs9AtContentType_51(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtContentType_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtContentType_51), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtMessageDigest_52() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtMessageDigest_52)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtMessageDigest_52() const { return ___Pkcs9AtMessageDigest_52; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtMessageDigest_52() { return &___Pkcs9AtMessageDigest_52; } inline void set_Pkcs9AtMessageDigest_52(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtMessageDigest_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtMessageDigest_52), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSigningTime_53() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSigningTime_53)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSigningTime_53() const { return ___Pkcs9AtSigningTime_53; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSigningTime_53() { return &___Pkcs9AtSigningTime_53; } inline void set_Pkcs9AtSigningTime_53(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSigningTime_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSigningTime_53), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtCounterSignature_54() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtCounterSignature_54)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtCounterSignature_54() const { return ___Pkcs9AtCounterSignature_54; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtCounterSignature_54() { return &___Pkcs9AtCounterSignature_54; } inline void set_Pkcs9AtCounterSignature_54(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtCounterSignature_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtCounterSignature_54), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtChallengePassword_55() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtChallengePassword_55)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtChallengePassword_55() const { return ___Pkcs9AtChallengePassword_55; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtChallengePassword_55() { return &___Pkcs9AtChallengePassword_55; } inline void set_Pkcs9AtChallengePassword_55(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtChallengePassword_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtChallengePassword_55), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtUnstructuredAddress_56() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtUnstructuredAddress_56)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtUnstructuredAddress_56() const { return ___Pkcs9AtUnstructuredAddress_56; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtUnstructuredAddress_56() { return &___Pkcs9AtUnstructuredAddress_56; } inline void set_Pkcs9AtUnstructuredAddress_56(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtUnstructuredAddress_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtUnstructuredAddress_56), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtExtendedCertificateAttributes_57() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtExtendedCertificateAttributes_57)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtExtendedCertificateAttributes_57() const { return ___Pkcs9AtExtendedCertificateAttributes_57; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtExtendedCertificateAttributes_57() { return &___Pkcs9AtExtendedCertificateAttributes_57; } inline void set_Pkcs9AtExtendedCertificateAttributes_57(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtExtendedCertificateAttributes_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtExtendedCertificateAttributes_57), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSigningDescription_58() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSigningDescription_58)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSigningDescription_58() const { return ___Pkcs9AtSigningDescription_58; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSigningDescription_58() { return &___Pkcs9AtSigningDescription_58; } inline void set_Pkcs9AtSigningDescription_58(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSigningDescription_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSigningDescription_58), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtExtensionRequest_59() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtExtensionRequest_59)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtExtensionRequest_59() const { return ___Pkcs9AtExtensionRequest_59; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtExtensionRequest_59() { return &___Pkcs9AtExtensionRequest_59; } inline void set_Pkcs9AtExtensionRequest_59(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtExtensionRequest_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtExtensionRequest_59), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSmimeCapabilities_60() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSmimeCapabilities_60)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSmimeCapabilities_60() const { return ___Pkcs9AtSmimeCapabilities_60; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSmimeCapabilities_60() { return &___Pkcs9AtSmimeCapabilities_60; } inline void set_Pkcs9AtSmimeCapabilities_60(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSmimeCapabilities_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSmimeCapabilities_60), (void*)value); } inline static int32_t get_offset_of_IdSmime_61() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSmime_61)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSmime_61() const { return ___IdSmime_61; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSmime_61() { return &___IdSmime_61; } inline void set_IdSmime_61(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSmime_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSmime_61), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtFriendlyName_62() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtFriendlyName_62)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtFriendlyName_62() const { return ___Pkcs9AtFriendlyName_62; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtFriendlyName_62() { return &___Pkcs9AtFriendlyName_62; } inline void set_Pkcs9AtFriendlyName_62(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtFriendlyName_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtFriendlyName_62), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtLocalKeyID_63() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtLocalKeyID_63)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtLocalKeyID_63() const { return ___Pkcs9AtLocalKeyID_63; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtLocalKeyID_63() { return &___Pkcs9AtLocalKeyID_63; } inline void set_Pkcs9AtLocalKeyID_63(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtLocalKeyID_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtLocalKeyID_63), (void*)value); } inline static int32_t get_offset_of_X509CertType_64() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509CertType_64)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509CertType_64() const { return ___X509CertType_64; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509CertType_64() { return &___X509CertType_64; } inline void set_X509CertType_64(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509CertType_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509CertType_64), (void*)value); } inline static int32_t get_offset_of_X509Certificate_66() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509Certificate_66)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509Certificate_66() const { return ___X509Certificate_66; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509Certificate_66() { return &___X509Certificate_66; } inline void set_X509Certificate_66(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509Certificate_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509Certificate_66), (void*)value); } inline static int32_t get_offset_of_SdsiCertificate_67() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SdsiCertificate_67)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SdsiCertificate_67() const { return ___SdsiCertificate_67; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SdsiCertificate_67() { return &___SdsiCertificate_67; } inline void set_SdsiCertificate_67(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SdsiCertificate_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___SdsiCertificate_67), (void*)value); } inline static int32_t get_offset_of_X509Crl_69() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509Crl_69)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509Crl_69() const { return ___X509Crl_69; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509Crl_69() { return &___X509Crl_69; } inline void set_X509Crl_69(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509Crl_69 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509Crl_69), (void*)value); } inline static int32_t get_offset_of_IdAlg_70() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlg_70)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlg_70() const { return ___IdAlg_70; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlg_70() { return &___IdAlg_70; } inline void set_IdAlg_70(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlg_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlg_70), (void*)value); } inline static int32_t get_offset_of_IdAlgEsdh_71() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgEsdh_71)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgEsdh_71() const { return ___IdAlgEsdh_71; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgEsdh_71() { return &___IdAlgEsdh_71; } inline void set_IdAlgEsdh_71(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgEsdh_71 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgEsdh_71), (void*)value); } inline static int32_t get_offset_of_IdAlgCms3DesWrap_72() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgCms3DesWrap_72)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgCms3DesWrap_72() const { return ___IdAlgCms3DesWrap_72; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgCms3DesWrap_72() { return &___IdAlgCms3DesWrap_72; } inline void set_IdAlgCms3DesWrap_72(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgCms3DesWrap_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgCms3DesWrap_72), (void*)value); } inline static int32_t get_offset_of_IdAlgCmsRC2Wrap_73() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgCmsRC2Wrap_73)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgCmsRC2Wrap_73() const { return ___IdAlgCmsRC2Wrap_73; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgCmsRC2Wrap_73() { return &___IdAlgCmsRC2Wrap_73; } inline void set_IdAlgCmsRC2Wrap_73(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgCmsRC2Wrap_73 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgCmsRC2Wrap_73), (void*)value); } inline static int32_t get_offset_of_IdAlgPwriKek_74() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgPwriKek_74)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgPwriKek_74() const { return ___IdAlgPwriKek_74; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgPwriKek_74() { return &___IdAlgPwriKek_74; } inline void set_IdAlgPwriKek_74(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgPwriKek_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgPwriKek_74), (void*)value); } inline static int32_t get_offset_of_IdAlgSsdh_75() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgSsdh_75)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgSsdh_75() const { return ___IdAlgSsdh_75; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgSsdh_75() { return &___IdAlgSsdh_75; } inline void set_IdAlgSsdh_75(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgSsdh_75 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgSsdh_75), (void*)value); } inline static int32_t get_offset_of_IdRsaKem_76() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsaKem_76)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsaKem_76() const { return ___IdRsaKem_76; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsaKem_76() { return &___IdRsaKem_76; } inline void set_IdRsaKem_76(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsaKem_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsaKem_76), (void*)value); } inline static int32_t get_offset_of_PreferSignedData_77() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PreferSignedData_77)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PreferSignedData_77() const { return ___PreferSignedData_77; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PreferSignedData_77() { return &___PreferSignedData_77; } inline void set_PreferSignedData_77(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PreferSignedData_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___PreferSignedData_77), (void*)value); } inline static int32_t get_offset_of_CannotDecryptAny_78() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CannotDecryptAny_78)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CannotDecryptAny_78() const { return ___CannotDecryptAny_78; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CannotDecryptAny_78() { return &___CannotDecryptAny_78; } inline void set_CannotDecryptAny_78(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CannotDecryptAny_78 = value; Il2CppCodeGenWriteBarrier((void**)(&___CannotDecryptAny_78), (void*)value); } inline static int32_t get_offset_of_SmimeCapabilitiesVersions_79() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SmimeCapabilitiesVersions_79)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SmimeCapabilitiesVersions_79() const { return ___SmimeCapabilitiesVersions_79; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SmimeCapabilitiesVersions_79() { return &___SmimeCapabilitiesVersions_79; } inline void set_SmimeCapabilitiesVersions_79(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SmimeCapabilitiesVersions_79 = value; Il2CppCodeGenWriteBarrier((void**)(&___SmimeCapabilitiesVersions_79), (void*)value); } inline static int32_t get_offset_of_IdAAReceiptRequest_80() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAReceiptRequest_80)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAReceiptRequest_80() const { return ___IdAAReceiptRequest_80; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAReceiptRequest_80() { return &___IdAAReceiptRequest_80; } inline void set_IdAAReceiptRequest_80(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAReceiptRequest_80 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAReceiptRequest_80), (void*)value); } inline static int32_t get_offset_of_IdCTAuthData_82() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTAuthData_82)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTAuthData_82() const { return ___IdCTAuthData_82; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTAuthData_82() { return &___IdCTAuthData_82; } inline void set_IdCTAuthData_82(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTAuthData_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTAuthData_82), (void*)value); } inline static int32_t get_offset_of_IdCTTstInfo_83() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTTstInfo_83)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTTstInfo_83() const { return ___IdCTTstInfo_83; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTTstInfo_83() { return &___IdCTTstInfo_83; } inline void set_IdCTTstInfo_83(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTTstInfo_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTTstInfo_83), (void*)value); } inline static int32_t get_offset_of_IdCTCompressedData_84() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTCompressedData_84)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTCompressedData_84() const { return ___IdCTCompressedData_84; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTCompressedData_84() { return &___IdCTCompressedData_84; } inline void set_IdCTCompressedData_84(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTCompressedData_84 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTCompressedData_84), (void*)value); } inline static int32_t get_offset_of_IdCTAuthEnvelopedData_85() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTAuthEnvelopedData_85)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTAuthEnvelopedData_85() const { return ___IdCTAuthEnvelopedData_85; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTAuthEnvelopedData_85() { return &___IdCTAuthEnvelopedData_85; } inline void set_IdCTAuthEnvelopedData_85(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTAuthEnvelopedData_85 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTAuthEnvelopedData_85), (void*)value); } inline static int32_t get_offset_of_IdCTTimestampedData_86() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTTimestampedData_86)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTTimestampedData_86() const { return ___IdCTTimestampedData_86; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTTimestampedData_86() { return &___IdCTTimestampedData_86; } inline void set_IdCTTimestampedData_86(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTTimestampedData_86 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTTimestampedData_86), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfOrigin_88() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfOrigin_88)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfOrigin_88() const { return ___IdCtiEtsProofOfOrigin_88; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfOrigin_88() { return &___IdCtiEtsProofOfOrigin_88; } inline void set_IdCtiEtsProofOfOrigin_88(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfOrigin_88 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfOrigin_88), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfReceipt_89() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfReceipt_89)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfReceipt_89() const { return ___IdCtiEtsProofOfReceipt_89; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfReceipt_89() { return &___IdCtiEtsProofOfReceipt_89; } inline void set_IdCtiEtsProofOfReceipt_89(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfReceipt_89 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfReceipt_89), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfDelivery_90() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfDelivery_90)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfDelivery_90() const { return ___IdCtiEtsProofOfDelivery_90; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfDelivery_90() { return &___IdCtiEtsProofOfDelivery_90; } inline void set_IdCtiEtsProofOfDelivery_90(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfDelivery_90 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfDelivery_90), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfSender_91() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfSender_91)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfSender_91() const { return ___IdCtiEtsProofOfSender_91; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfSender_91() { return &___IdCtiEtsProofOfSender_91; } inline void set_IdCtiEtsProofOfSender_91(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfSender_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfSender_91), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfApproval_92() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfApproval_92)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfApproval_92() const { return ___IdCtiEtsProofOfApproval_92; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfApproval_92() { return &___IdCtiEtsProofOfApproval_92; } inline void set_IdCtiEtsProofOfApproval_92(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfApproval_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfApproval_92), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfCreation_93() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfCreation_93)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfCreation_93() const { return ___IdCtiEtsProofOfCreation_93; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfCreation_93() { return &___IdCtiEtsProofOfCreation_93; } inline void set_IdCtiEtsProofOfCreation_93(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfCreation_93 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfCreation_93), (void*)value); } inline static int32_t get_offset_of_IdAAOid_95() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAOid_95)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAOid_95() const { return ___IdAAOid_95; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAOid_95() { return &___IdAAOid_95; } inline void set_IdAAOid_95(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAOid_95 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAOid_95), (void*)value); } inline static int32_t get_offset_of_IdAAContentHint_96() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentHint_96)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentHint_96() const { return ___IdAAContentHint_96; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentHint_96() { return &___IdAAContentHint_96; } inline void set_IdAAContentHint_96(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentHint_96 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentHint_96), (void*)value); } inline static int32_t get_offset_of_IdAAMsgSigDigest_97() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAMsgSigDigest_97)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAMsgSigDigest_97() const { return ___IdAAMsgSigDigest_97; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAMsgSigDigest_97() { return &___IdAAMsgSigDigest_97; } inline void set_IdAAMsgSigDigest_97(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAMsgSigDigest_97 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAMsgSigDigest_97), (void*)value); } inline static int32_t get_offset_of_IdAAContentReference_98() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentReference_98)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentReference_98() const { return ___IdAAContentReference_98; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentReference_98() { return &___IdAAContentReference_98; } inline void set_IdAAContentReference_98(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentReference_98 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentReference_98), (void*)value); } inline static int32_t get_offset_of_IdAAEncrypKeyPref_99() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEncrypKeyPref_99)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEncrypKeyPref_99() const { return ___IdAAEncrypKeyPref_99; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEncrypKeyPref_99() { return &___IdAAEncrypKeyPref_99; } inline void set_IdAAEncrypKeyPref_99(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEncrypKeyPref_99 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEncrypKeyPref_99), (void*)value); } inline static int32_t get_offset_of_IdAASigningCertificate_100() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigningCertificate_100)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigningCertificate_100() const { return ___IdAASigningCertificate_100; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigningCertificate_100() { return &___IdAASigningCertificate_100; } inline void set_IdAASigningCertificate_100(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigningCertificate_100 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigningCertificate_100), (void*)value); } inline static int32_t get_offset_of_IdAASigningCertificateV2_101() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigningCertificateV2_101)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigningCertificateV2_101() const { return ___IdAASigningCertificateV2_101; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigningCertificateV2_101() { return &___IdAASigningCertificateV2_101; } inline void set_IdAASigningCertificateV2_101(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigningCertificateV2_101 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigningCertificateV2_101), (void*)value); } inline static int32_t get_offset_of_IdAAContentIdentifier_102() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentIdentifier_102)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentIdentifier_102() const { return ___IdAAContentIdentifier_102; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentIdentifier_102() { return &___IdAAContentIdentifier_102; } inline void set_IdAAContentIdentifier_102(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentIdentifier_102 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentIdentifier_102), (void*)value); } inline static int32_t get_offset_of_IdAASignatureTimeStampToken_103() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASignatureTimeStampToken_103)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASignatureTimeStampToken_103() const { return ___IdAASignatureTimeStampToken_103; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASignatureTimeStampToken_103() { return &___IdAASignatureTimeStampToken_103; } inline void set_IdAASignatureTimeStampToken_103(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASignatureTimeStampToken_103 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASignatureTimeStampToken_103), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSigPolicyID_104() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSigPolicyID_104)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSigPolicyID_104() const { return ___IdAAEtsSigPolicyID_104; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSigPolicyID_104() { return &___IdAAEtsSigPolicyID_104; } inline void set_IdAAEtsSigPolicyID_104(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSigPolicyID_104 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSigPolicyID_104), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCommitmentType_105() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCommitmentType_105)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCommitmentType_105() const { return ___IdAAEtsCommitmentType_105; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCommitmentType_105() { return &___IdAAEtsCommitmentType_105; } inline void set_IdAAEtsCommitmentType_105(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCommitmentType_105 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCommitmentType_105), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSignerLocation_106() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSignerLocation_106)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSignerLocation_106() const { return ___IdAAEtsSignerLocation_106; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSignerLocation_106() { return &___IdAAEtsSignerLocation_106; } inline void set_IdAAEtsSignerLocation_106(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSignerLocation_106 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSignerLocation_106), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSignerAttr_107() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSignerAttr_107)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSignerAttr_107() const { return ___IdAAEtsSignerAttr_107; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSignerAttr_107() { return &___IdAAEtsSignerAttr_107; } inline void set_IdAAEtsSignerAttr_107(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSignerAttr_107 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSignerAttr_107), (void*)value); } inline static int32_t get_offset_of_IdAAEtsOtherSigCert_108() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsOtherSigCert_108)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsOtherSigCert_108() const { return ___IdAAEtsOtherSigCert_108; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsOtherSigCert_108() { return &___IdAAEtsOtherSigCert_108; } inline void set_IdAAEtsOtherSigCert_108(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsOtherSigCert_108 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsOtherSigCert_108), (void*)value); } inline static int32_t get_offset_of_IdAAEtsContentTimestamp_109() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsContentTimestamp_109)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsContentTimestamp_109() const { return ___IdAAEtsContentTimestamp_109; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsContentTimestamp_109() { return &___IdAAEtsContentTimestamp_109; } inline void set_IdAAEtsContentTimestamp_109(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsContentTimestamp_109 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsContentTimestamp_109), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertificateRefs_110() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertificateRefs_110)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertificateRefs_110() const { return ___IdAAEtsCertificateRefs_110; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertificateRefs_110() { return &___IdAAEtsCertificateRefs_110; } inline void set_IdAAEtsCertificateRefs_110(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertificateRefs_110 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertificateRefs_110), (void*)value); } inline static int32_t get_offset_of_IdAAEtsRevocationRefs_111() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsRevocationRefs_111)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsRevocationRefs_111() const { return ___IdAAEtsRevocationRefs_111; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsRevocationRefs_111() { return &___IdAAEtsRevocationRefs_111; } inline void set_IdAAEtsRevocationRefs_111(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsRevocationRefs_111 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsRevocationRefs_111), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertValues_112() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertValues_112)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertValues_112() const { return ___IdAAEtsCertValues_112; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertValues_112() { return &___IdAAEtsCertValues_112; } inline void set_IdAAEtsCertValues_112(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertValues_112 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertValues_112), (void*)value); } inline static int32_t get_offset_of_IdAAEtsRevocationValues_113() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsRevocationValues_113)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsRevocationValues_113() const { return ___IdAAEtsRevocationValues_113; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsRevocationValues_113() { return &___IdAAEtsRevocationValues_113; } inline void set_IdAAEtsRevocationValues_113(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsRevocationValues_113 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsRevocationValues_113), (void*)value); } inline static int32_t get_offset_of_IdAAEtsEscTimeStamp_114() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsEscTimeStamp_114)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsEscTimeStamp_114() const { return ___IdAAEtsEscTimeStamp_114; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsEscTimeStamp_114() { return &___IdAAEtsEscTimeStamp_114; } inline void set_IdAAEtsEscTimeStamp_114(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsEscTimeStamp_114 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsEscTimeStamp_114), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertCrlTimestamp_115() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertCrlTimestamp_115)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertCrlTimestamp_115() const { return ___IdAAEtsCertCrlTimestamp_115; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertCrlTimestamp_115() { return &___IdAAEtsCertCrlTimestamp_115; } inline void set_IdAAEtsCertCrlTimestamp_115(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertCrlTimestamp_115 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertCrlTimestamp_115), (void*)value); } inline static int32_t get_offset_of_IdAAEtsArchiveTimestamp_116() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsArchiveTimestamp_116)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsArchiveTimestamp_116() const { return ___IdAAEtsArchiveTimestamp_116; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsArchiveTimestamp_116() { return &___IdAAEtsArchiveTimestamp_116; } inline void set_IdAAEtsArchiveTimestamp_116(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsArchiveTimestamp_116 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsArchiveTimestamp_116), (void*)value); } inline static int32_t get_offset_of_IdAADecryptKeyID_117() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAADecryptKeyID_117)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAADecryptKeyID_117() const { return ___IdAADecryptKeyID_117; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAADecryptKeyID_117() { return &___IdAADecryptKeyID_117; } inline void set_IdAADecryptKeyID_117(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAADecryptKeyID_117 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAADecryptKeyID_117), (void*)value); } inline static int32_t get_offset_of_IdAAImplCryptoAlgs_118() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAImplCryptoAlgs_118)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAImplCryptoAlgs_118() const { return ___IdAAImplCryptoAlgs_118; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAImplCryptoAlgs_118() { return &___IdAAImplCryptoAlgs_118; } inline void set_IdAAImplCryptoAlgs_118(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAImplCryptoAlgs_118 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAImplCryptoAlgs_118), (void*)value); } inline static int32_t get_offset_of_IdAAAsymmDecryptKeyID_119() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAAsymmDecryptKeyID_119)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAAsymmDecryptKeyID_119() const { return ___IdAAAsymmDecryptKeyID_119; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAAsymmDecryptKeyID_119() { return &___IdAAAsymmDecryptKeyID_119; } inline void set_IdAAAsymmDecryptKeyID_119(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAAsymmDecryptKeyID_119 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAAsymmDecryptKeyID_119), (void*)value); } inline static int32_t get_offset_of_IdAAImplCompressAlgs_120() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAImplCompressAlgs_120)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAImplCompressAlgs_120() const { return ___IdAAImplCompressAlgs_120; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAImplCompressAlgs_120() { return &___IdAAImplCompressAlgs_120; } inline void set_IdAAImplCompressAlgs_120(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAImplCompressAlgs_120 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAImplCompressAlgs_120), (void*)value); } inline static int32_t get_offset_of_IdAACommunityIdentifiers_121() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAACommunityIdentifiers_121)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAACommunityIdentifiers_121() const { return ___IdAACommunityIdentifiers_121; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAACommunityIdentifiers_121() { return &___IdAACommunityIdentifiers_121; } inline void set_IdAACommunityIdentifiers_121(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAACommunityIdentifiers_121 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAACommunityIdentifiers_121), (void*)value); } inline static int32_t get_offset_of_IdAASigPolicyID_122() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigPolicyID_122)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigPolicyID_122() const { return ___IdAASigPolicyID_122; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigPolicyID_122() { return &___IdAASigPolicyID_122; } inline void set_IdAASigPolicyID_122(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigPolicyID_122 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigPolicyID_122), (void*)value); } inline static int32_t get_offset_of_IdAACommitmentType_123() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAACommitmentType_123)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAACommitmentType_123() const { return ___IdAACommitmentType_123; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAACommitmentType_123() { return &___IdAACommitmentType_123; } inline void set_IdAACommitmentType_123(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAACommitmentType_123 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAACommitmentType_123), (void*)value); } inline static int32_t get_offset_of_IdAASignerLocation_124() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASignerLocation_124)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASignerLocation_124() const { return ___IdAASignerLocation_124; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASignerLocation_124() { return &___IdAASignerLocation_124; } inline void set_IdAASignerLocation_124(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASignerLocation_124 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASignerLocation_124), (void*)value); } inline static int32_t get_offset_of_IdAAOtherSigCert_125() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAOtherSigCert_125)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAOtherSigCert_125() const { return ___IdAAOtherSigCert_125; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAOtherSigCert_125() { return &___IdAAOtherSigCert_125; } inline void set_IdAAOtherSigCert_125(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAOtherSigCert_125 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAOtherSigCert_125), (void*)value); } inline static int32_t get_offset_of_IdSpqEtsUri_127() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSpqEtsUri_127)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSpqEtsUri_127() const { return ___IdSpqEtsUri_127; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSpqEtsUri_127() { return &___IdSpqEtsUri_127; } inline void set_IdSpqEtsUri_127(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSpqEtsUri_127 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSpqEtsUri_127), (void*)value); } inline static int32_t get_offset_of_IdSpqEtsUNotice_128() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSpqEtsUNotice_128)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSpqEtsUNotice_128() const { return ___IdSpqEtsUNotice_128; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSpqEtsUNotice_128() { return &___IdSpqEtsUNotice_128; } inline void set_IdSpqEtsUNotice_128(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSpqEtsUNotice_128 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSpqEtsUNotice_128), (void*)value); } inline static int32_t get_offset_of_KeyBag_131() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___KeyBag_131)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_KeyBag_131() const { return ___KeyBag_131; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_KeyBag_131() { return &___KeyBag_131; } inline void set_KeyBag_131(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___KeyBag_131 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyBag_131), (void*)value); } inline static int32_t get_offset_of_Pkcs8ShroudedKeyBag_132() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs8ShroudedKeyBag_132)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs8ShroudedKeyBag_132() const { return ___Pkcs8ShroudedKeyBag_132; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs8ShroudedKeyBag_132() { return &___Pkcs8ShroudedKeyBag_132; } inline void set_Pkcs8ShroudedKeyBag_132(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs8ShroudedKeyBag_132 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs8ShroudedKeyBag_132), (void*)value); } inline static int32_t get_offset_of_CertBag_133() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CertBag_133)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertBag_133() const { return ___CertBag_133; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertBag_133() { return &___CertBag_133; } inline void set_CertBag_133(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertBag_133 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertBag_133), (void*)value); } inline static int32_t get_offset_of_CrlBag_134() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CrlBag_134)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlBag_134() const { return ___CrlBag_134; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlBag_134() { return &___CrlBag_134; } inline void set_CrlBag_134(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlBag_134 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlBag_134), (void*)value); } inline static int32_t get_offset_of_SecretBag_135() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SecretBag_135)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecretBag_135() const { return ___SecretBag_135; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecretBag_135() { return &___SecretBag_135; } inline void set_SecretBag_135(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecretBag_135 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecretBag_135), (void*)value); } inline static int32_t get_offset_of_SafeContentsBag_136() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SafeContentsBag_136)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SafeContentsBag_136() const { return ___SafeContentsBag_136; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SafeContentsBag_136() { return &___SafeContentsBag_136; } inline void set_SafeContentsBag_136(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SafeContentsBag_136 = value; Il2CppCodeGenWriteBarrier((void**)(&___SafeContentsBag_136), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd128BitRC4_138() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd128BitRC4_138)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd128BitRC4_138() const { return ___PbeWithShaAnd128BitRC4_138; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd128BitRC4_138() { return &___PbeWithShaAnd128BitRC4_138; } inline void set_PbeWithShaAnd128BitRC4_138(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd128BitRC4_138 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd128BitRC4_138), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd40BitRC4_139() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd40BitRC4_139)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd40BitRC4_139() const { return ___PbeWithShaAnd40BitRC4_139; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd40BitRC4_139() { return &___PbeWithShaAnd40BitRC4_139; } inline void set_PbeWithShaAnd40BitRC4_139(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd40BitRC4_139 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd40BitRC4_139), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd3KeyTripleDesCbc_140() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd3KeyTripleDesCbc_140)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd3KeyTripleDesCbc_140() const { return ___PbeWithShaAnd3KeyTripleDesCbc_140; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd3KeyTripleDesCbc_140() { return &___PbeWithShaAnd3KeyTripleDesCbc_140; } inline void set_PbeWithShaAnd3KeyTripleDesCbc_140(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd3KeyTripleDesCbc_140 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd3KeyTripleDesCbc_140), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd2KeyTripleDesCbc_141() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd2KeyTripleDesCbc_141)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd2KeyTripleDesCbc_141() const { return ___PbeWithShaAnd2KeyTripleDesCbc_141; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd2KeyTripleDesCbc_141() { return &___PbeWithShaAnd2KeyTripleDesCbc_141; } inline void set_PbeWithShaAnd2KeyTripleDesCbc_141(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd2KeyTripleDesCbc_141 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd2KeyTripleDesCbc_141), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd128BitRC2Cbc_142() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd128BitRC2Cbc_142)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd128BitRC2Cbc_142() const { return ___PbeWithShaAnd128BitRC2Cbc_142; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd128BitRC2Cbc_142() { return &___PbeWithShaAnd128BitRC2Cbc_142; } inline void set_PbeWithShaAnd128BitRC2Cbc_142(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd128BitRC2Cbc_142 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd128BitRC2Cbc_142), (void*)value); } inline static int32_t get_offset_of_PbewithShaAnd40BitRC2Cbc_143() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbewithShaAnd40BitRC2Cbc_143)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbewithShaAnd40BitRC2Cbc_143() const { return ___PbewithShaAnd40BitRC2Cbc_143; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbewithShaAnd40BitRC2Cbc_143() { return &___PbewithShaAnd40BitRC2Cbc_143; } inline void set_PbewithShaAnd40BitRC2Cbc_143(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbewithShaAnd40BitRC2Cbc_143 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbewithShaAnd40BitRC2Cbc_143), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform struct Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804 : public RuntimeObject { public: public: }; struct Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_StaticFields { public: // System.Globalization.CompareInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::InvariantCompareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___InvariantCompareInfo_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::NewLine String_t* ___NewLine_1; public: inline static int32_t get_offset_of_InvariantCompareInfo_0() { return static_cast(offsetof(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_StaticFields, ___InvariantCompareInfo_0)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_InvariantCompareInfo_0() const { return ___InvariantCompareInfo_0; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_InvariantCompareInfo_0() { return &___InvariantCompareInfo_0; } inline void set_InvariantCompareInfo_0(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___InvariantCompareInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvariantCompareInfo_0), (void*)value); } inline static int32_t get_offset_of_NewLine_1() { return static_cast(offsetof(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_StaticFields, ___NewLine_1)); } inline String_t* get_NewLine_1() const { return ___NewLine_1; } inline String_t** get_address_of_NewLine_1() { return &___NewLine_1; } inline void set_NewLine_1(String_t* value) { ___NewLine_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___NewLine_1), (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; } }; // System.Random struct Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 : public RuntimeObject { public: // System.Int32 System.Random::inext int32_t ___inext_0; // System.Int32 System.Random::inextp int32_t ___inextp_1; // System.Int32[] System.Random::SeedArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___SeedArray_2; public: inline static int32_t get_offset_of_inext_0() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inext_0)); } inline int32_t get_inext_0() const { return ___inext_0; } inline int32_t* get_address_of_inext_0() { return &___inext_0; } inline void set_inext_0(int32_t value) { ___inext_0 = value; } inline static int32_t get_offset_of_inextp_1() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inextp_1)); } inline int32_t get_inextp_1() const { return ___inextp_1; } inline int32_t* get_address_of_inextp_1() { return &___inextp_1; } inline void set_inextp_1(int32_t value) { ___inextp_1 = value; } inline static int32_t get_offset_of_SeedArray_2() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___SeedArray_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_SeedArray_2() const { return ___SeedArray_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_SeedArray_2() { return &___SeedArray_2; } inline void set_SeedArray_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___SeedArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeedArray_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers struct RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C : public RuntimeObject { public: public: }; struct RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::rosstandart DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___rosstandart_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_gost_3411_12_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_gost_3411_12_256_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_gost_3411_12_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_gost_3411_12_512_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_hmac_gost_3411_12_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_hmac_gost_3411_12_256_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_hmac_gost_3411_12_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_hmac_gost_3411_12_512_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_gost_3410_12_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_gost_3410_12_256_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_gost_3410_12_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_gost_3410_12_512_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_signwithdigest_gost_3410_12_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_signwithdigest_gost_3410_12_256_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_signwithdigest_gost_3410_12_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_signwithdigest_gost_3410_12_512_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_agreement DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_agreement_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_agreement_gost_3410_12_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_agreement_gost_3410_12_256_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_agreement_gost_3410_12_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_agreement_gost_3410_12_512_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_gost_3410_12_256_paramSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_gost_3410_12_256_paramSet_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_gost_3410_12_256_paramSetA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_gost_3410_12_256_paramSetA_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_gost_3410_12_512_paramSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_gost_3410_12_512_paramSet_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_gost_3410_12_512_paramSetA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_gost_3410_12_512_paramSetA_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_gost_3410_12_512_paramSetB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_gost_3410_12_512_paramSetB_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_gost_3410_12_512_paramSetC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_gost_3410_12_512_paramSetC_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_gost_28147_param_Z DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_gost_28147_param_Z_19; public: inline static int32_t get_offset_of_rosstandart_0() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___rosstandart_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_rosstandart_0() const { return ___rosstandart_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_rosstandart_0() { return &___rosstandart_0; } inline void set_rosstandart_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___rosstandart_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___rosstandart_0), (void*)value); } inline static int32_t get_offset_of_id_tc26_1() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_1() const { return ___id_tc26_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_1() { return &___id_tc26_1; } inline void set_id_tc26_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_1), (void*)value); } inline static int32_t get_offset_of_id_tc26_gost_3411_12_256_2() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_gost_3411_12_256_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_gost_3411_12_256_2() const { return ___id_tc26_gost_3411_12_256_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_gost_3411_12_256_2() { return &___id_tc26_gost_3411_12_256_2; } inline void set_id_tc26_gost_3411_12_256_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_gost_3411_12_256_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_gost_3411_12_256_2), (void*)value); } inline static int32_t get_offset_of_id_tc26_gost_3411_12_512_3() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_gost_3411_12_512_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_gost_3411_12_512_3() const { return ___id_tc26_gost_3411_12_512_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_gost_3411_12_512_3() { return &___id_tc26_gost_3411_12_512_3; } inline void set_id_tc26_gost_3411_12_512_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_gost_3411_12_512_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_gost_3411_12_512_3), (void*)value); } inline static int32_t get_offset_of_id_tc26_hmac_gost_3411_12_256_4() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_hmac_gost_3411_12_256_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_hmac_gost_3411_12_256_4() const { return ___id_tc26_hmac_gost_3411_12_256_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_hmac_gost_3411_12_256_4() { return &___id_tc26_hmac_gost_3411_12_256_4; } inline void set_id_tc26_hmac_gost_3411_12_256_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_hmac_gost_3411_12_256_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_hmac_gost_3411_12_256_4), (void*)value); } inline static int32_t get_offset_of_id_tc26_hmac_gost_3411_12_512_5() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_hmac_gost_3411_12_512_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_hmac_gost_3411_12_512_5() const { return ___id_tc26_hmac_gost_3411_12_512_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_hmac_gost_3411_12_512_5() { return &___id_tc26_hmac_gost_3411_12_512_5; } inline void set_id_tc26_hmac_gost_3411_12_512_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_hmac_gost_3411_12_512_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_hmac_gost_3411_12_512_5), (void*)value); } inline static int32_t get_offset_of_id_tc26_gost_3410_12_256_6() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_gost_3410_12_256_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_gost_3410_12_256_6() const { return ___id_tc26_gost_3410_12_256_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_gost_3410_12_256_6() { return &___id_tc26_gost_3410_12_256_6; } inline void set_id_tc26_gost_3410_12_256_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_gost_3410_12_256_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_gost_3410_12_256_6), (void*)value); } inline static int32_t get_offset_of_id_tc26_gost_3410_12_512_7() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_gost_3410_12_512_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_gost_3410_12_512_7() const { return ___id_tc26_gost_3410_12_512_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_gost_3410_12_512_7() { return &___id_tc26_gost_3410_12_512_7; } inline void set_id_tc26_gost_3410_12_512_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_gost_3410_12_512_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_gost_3410_12_512_7), (void*)value); } inline static int32_t get_offset_of_id_tc26_signwithdigest_gost_3410_12_256_8() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_signwithdigest_gost_3410_12_256_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_signwithdigest_gost_3410_12_256_8() const { return ___id_tc26_signwithdigest_gost_3410_12_256_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_signwithdigest_gost_3410_12_256_8() { return &___id_tc26_signwithdigest_gost_3410_12_256_8; } inline void set_id_tc26_signwithdigest_gost_3410_12_256_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_signwithdigest_gost_3410_12_256_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_signwithdigest_gost_3410_12_256_8), (void*)value); } inline static int32_t get_offset_of_id_tc26_signwithdigest_gost_3410_12_512_9() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_signwithdigest_gost_3410_12_512_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_signwithdigest_gost_3410_12_512_9() const { return ___id_tc26_signwithdigest_gost_3410_12_512_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_signwithdigest_gost_3410_12_512_9() { return &___id_tc26_signwithdigest_gost_3410_12_512_9; } inline void set_id_tc26_signwithdigest_gost_3410_12_512_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_signwithdigest_gost_3410_12_512_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_signwithdigest_gost_3410_12_512_9), (void*)value); } inline static int32_t get_offset_of_id_tc26_agreement_10() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_agreement_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_agreement_10() const { return ___id_tc26_agreement_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_agreement_10() { return &___id_tc26_agreement_10; } inline void set_id_tc26_agreement_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_agreement_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_agreement_10), (void*)value); } inline static int32_t get_offset_of_id_tc26_agreement_gost_3410_12_256_11() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_agreement_gost_3410_12_256_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_agreement_gost_3410_12_256_11() const { return ___id_tc26_agreement_gost_3410_12_256_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_agreement_gost_3410_12_256_11() { return &___id_tc26_agreement_gost_3410_12_256_11; } inline void set_id_tc26_agreement_gost_3410_12_256_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_agreement_gost_3410_12_256_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_agreement_gost_3410_12_256_11), (void*)value); } inline static int32_t get_offset_of_id_tc26_agreement_gost_3410_12_512_12() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_agreement_gost_3410_12_512_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_agreement_gost_3410_12_512_12() const { return ___id_tc26_agreement_gost_3410_12_512_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_agreement_gost_3410_12_512_12() { return &___id_tc26_agreement_gost_3410_12_512_12; } inline void set_id_tc26_agreement_gost_3410_12_512_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_agreement_gost_3410_12_512_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_agreement_gost_3410_12_512_12), (void*)value); } inline static int32_t get_offset_of_id_tc26_gost_3410_12_256_paramSet_13() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_gost_3410_12_256_paramSet_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_gost_3410_12_256_paramSet_13() const { return ___id_tc26_gost_3410_12_256_paramSet_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_gost_3410_12_256_paramSet_13() { return &___id_tc26_gost_3410_12_256_paramSet_13; } inline void set_id_tc26_gost_3410_12_256_paramSet_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_gost_3410_12_256_paramSet_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_gost_3410_12_256_paramSet_13), (void*)value); } inline static int32_t get_offset_of_id_tc26_gost_3410_12_256_paramSetA_14() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_gost_3410_12_256_paramSetA_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_gost_3410_12_256_paramSetA_14() const { return ___id_tc26_gost_3410_12_256_paramSetA_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_gost_3410_12_256_paramSetA_14() { return &___id_tc26_gost_3410_12_256_paramSetA_14; } inline void set_id_tc26_gost_3410_12_256_paramSetA_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_gost_3410_12_256_paramSetA_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_gost_3410_12_256_paramSetA_14), (void*)value); } inline static int32_t get_offset_of_id_tc26_gost_3410_12_512_paramSet_15() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_gost_3410_12_512_paramSet_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_gost_3410_12_512_paramSet_15() const { return ___id_tc26_gost_3410_12_512_paramSet_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_gost_3410_12_512_paramSet_15() { return &___id_tc26_gost_3410_12_512_paramSet_15; } inline void set_id_tc26_gost_3410_12_512_paramSet_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_gost_3410_12_512_paramSet_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_gost_3410_12_512_paramSet_15), (void*)value); } inline static int32_t get_offset_of_id_tc26_gost_3410_12_512_paramSetA_16() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_gost_3410_12_512_paramSetA_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_gost_3410_12_512_paramSetA_16() const { return ___id_tc26_gost_3410_12_512_paramSetA_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_gost_3410_12_512_paramSetA_16() { return &___id_tc26_gost_3410_12_512_paramSetA_16; } inline void set_id_tc26_gost_3410_12_512_paramSetA_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_gost_3410_12_512_paramSetA_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_gost_3410_12_512_paramSetA_16), (void*)value); } inline static int32_t get_offset_of_id_tc26_gost_3410_12_512_paramSetB_17() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_gost_3410_12_512_paramSetB_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_gost_3410_12_512_paramSetB_17() const { return ___id_tc26_gost_3410_12_512_paramSetB_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_gost_3410_12_512_paramSetB_17() { return &___id_tc26_gost_3410_12_512_paramSetB_17; } inline void set_id_tc26_gost_3410_12_512_paramSetB_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_gost_3410_12_512_paramSetB_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_gost_3410_12_512_paramSetB_17), (void*)value); } inline static int32_t get_offset_of_id_tc26_gost_3410_12_512_paramSetC_18() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_gost_3410_12_512_paramSetC_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_gost_3410_12_512_paramSetC_18() const { return ___id_tc26_gost_3410_12_512_paramSetC_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_gost_3410_12_512_paramSetC_18() { return &___id_tc26_gost_3410_12_512_paramSetC_18; } inline void set_id_tc26_gost_3410_12_512_paramSetC_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_gost_3410_12_512_paramSetC_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_gost_3410_12_512_paramSetC_18), (void*)value); } inline static int32_t get_offset_of_id_tc26_gost_28147_param_Z_19() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_gost_28147_param_Z_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_gost_28147_param_Z_19() const { return ___id_tc26_gost_28147_param_Z_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_gost_28147_param_Z_19() { return &___id_tc26_gost_28147_param_Z_19; } inline void set_id_tc26_gost_28147_param_Z_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_gost_28147_param_Z_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_gost_28147_param_Z_19), (void*)value); } }; // 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.Crypto.Signers.StandardDsaEncoding struct StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C : public RuntimeObject { public: public: }; struct StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.StandardDsaEncoding BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.StandardDsaEncoding::Instance StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C * ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C_StaticFields, ___Instance_0)); } inline StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C * get_Instance_0() const { return ___Instance_0; } inline StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers struct TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E : public RuntimeObject { public: public: }; struct TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::TeleTrusTAlgorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TeleTrusTAlgorithm_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RipeMD160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RipeMD160_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RipeMD128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RipeMD128_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RipeMD256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RipeMD256_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::TeleTrusTRsaSignatureAlgorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TeleTrusTRsaSignatureAlgorithm_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RsaSignatureWithRipeMD160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RsaSignatureWithRipeMD160_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RsaSignatureWithRipeMD128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RsaSignatureWithRipeMD128_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RsaSignatureWithRipeMD256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RsaSignatureWithRipeMD256_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::ECSign DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECSign_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::ECSignWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECSignWithSha1_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::ECSignWithRipeMD160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECSignWithRipeMD160_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::EccBrainpool DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EccBrainpool_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::EllipticCurve DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EllipticCurve_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::VersionOne DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___VersionOne_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP160R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP160R1_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP160T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP160T1_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP192R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP192R1_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP192T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP192T1_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP224R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP224R1_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP224T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP224T1_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP256R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP256R1_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP256T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP256T1_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP320R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP320R1_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP320T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP320T1_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP384R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP384R1_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP384T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP384T1_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP512R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP512R1_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP512T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP512T1_27; public: inline static int32_t get_offset_of_TeleTrusTAlgorithm_0() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___TeleTrusTAlgorithm_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TeleTrusTAlgorithm_0() const { return ___TeleTrusTAlgorithm_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TeleTrusTAlgorithm_0() { return &___TeleTrusTAlgorithm_0; } inline void set_TeleTrusTAlgorithm_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TeleTrusTAlgorithm_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___TeleTrusTAlgorithm_0), (void*)value); } inline static int32_t get_offset_of_RipeMD160_1() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RipeMD160_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RipeMD160_1() const { return ___RipeMD160_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RipeMD160_1() { return &___RipeMD160_1; } inline void set_RipeMD160_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RipeMD160_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___RipeMD160_1), (void*)value); } inline static int32_t get_offset_of_RipeMD128_2() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RipeMD128_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RipeMD128_2() const { return ___RipeMD128_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RipeMD128_2() { return &___RipeMD128_2; } inline void set_RipeMD128_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RipeMD128_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___RipeMD128_2), (void*)value); } inline static int32_t get_offset_of_RipeMD256_3() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RipeMD256_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RipeMD256_3() const { return ___RipeMD256_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RipeMD256_3() { return &___RipeMD256_3; } inline void set_RipeMD256_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RipeMD256_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___RipeMD256_3), (void*)value); } inline static int32_t get_offset_of_TeleTrusTRsaSignatureAlgorithm_4() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___TeleTrusTRsaSignatureAlgorithm_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TeleTrusTRsaSignatureAlgorithm_4() const { return ___TeleTrusTRsaSignatureAlgorithm_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TeleTrusTRsaSignatureAlgorithm_4() { return &___TeleTrusTRsaSignatureAlgorithm_4; } inline void set_TeleTrusTRsaSignatureAlgorithm_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TeleTrusTRsaSignatureAlgorithm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___TeleTrusTRsaSignatureAlgorithm_4), (void*)value); } inline static int32_t get_offset_of_RsaSignatureWithRipeMD160_5() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RsaSignatureWithRipeMD160_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RsaSignatureWithRipeMD160_5() const { return ___RsaSignatureWithRipeMD160_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RsaSignatureWithRipeMD160_5() { return &___RsaSignatureWithRipeMD160_5; } inline void set_RsaSignatureWithRipeMD160_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RsaSignatureWithRipeMD160_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___RsaSignatureWithRipeMD160_5), (void*)value); } inline static int32_t get_offset_of_RsaSignatureWithRipeMD128_6() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RsaSignatureWithRipeMD128_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RsaSignatureWithRipeMD128_6() const { return ___RsaSignatureWithRipeMD128_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RsaSignatureWithRipeMD128_6() { return &___RsaSignatureWithRipeMD128_6; } inline void set_RsaSignatureWithRipeMD128_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RsaSignatureWithRipeMD128_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___RsaSignatureWithRipeMD128_6), (void*)value); } inline static int32_t get_offset_of_RsaSignatureWithRipeMD256_7() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RsaSignatureWithRipeMD256_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RsaSignatureWithRipeMD256_7() const { return ___RsaSignatureWithRipeMD256_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RsaSignatureWithRipeMD256_7() { return &___RsaSignatureWithRipeMD256_7; } inline void set_RsaSignatureWithRipeMD256_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RsaSignatureWithRipeMD256_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___RsaSignatureWithRipeMD256_7), (void*)value); } inline static int32_t get_offset_of_ECSign_8() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___ECSign_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECSign_8() const { return ___ECSign_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECSign_8() { return &___ECSign_8; } inline void set_ECSign_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECSign_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECSign_8), (void*)value); } inline static int32_t get_offset_of_ECSignWithSha1_9() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___ECSignWithSha1_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECSignWithSha1_9() const { return ___ECSignWithSha1_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECSignWithSha1_9() { return &___ECSignWithSha1_9; } inline void set_ECSignWithSha1_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECSignWithSha1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECSignWithSha1_9), (void*)value); } inline static int32_t get_offset_of_ECSignWithRipeMD160_10() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___ECSignWithRipeMD160_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECSignWithRipeMD160_10() const { return ___ECSignWithRipeMD160_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECSignWithRipeMD160_10() { return &___ECSignWithRipeMD160_10; } inline void set_ECSignWithRipeMD160_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECSignWithRipeMD160_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECSignWithRipeMD160_10), (void*)value); } inline static int32_t get_offset_of_EccBrainpool_11() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___EccBrainpool_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EccBrainpool_11() const { return ___EccBrainpool_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EccBrainpool_11() { return &___EccBrainpool_11; } inline void set_EccBrainpool_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EccBrainpool_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___EccBrainpool_11), (void*)value); } inline static int32_t get_offset_of_EllipticCurve_12() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___EllipticCurve_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EllipticCurve_12() const { return ___EllipticCurve_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EllipticCurve_12() { return &___EllipticCurve_12; } inline void set_EllipticCurve_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EllipticCurve_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___EllipticCurve_12), (void*)value); } inline static int32_t get_offset_of_VersionOne_13() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___VersionOne_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_VersionOne_13() const { return ___VersionOne_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_VersionOne_13() { return &___VersionOne_13; } inline void set_VersionOne_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___VersionOne_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___VersionOne_13), (void*)value); } inline static int32_t get_offset_of_BrainpoolP160R1_14() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP160R1_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP160R1_14() const { return ___BrainpoolP160R1_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP160R1_14() { return &___BrainpoolP160R1_14; } inline void set_BrainpoolP160R1_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP160R1_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP160R1_14), (void*)value); } inline static int32_t get_offset_of_BrainpoolP160T1_15() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP160T1_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP160T1_15() const { return ___BrainpoolP160T1_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP160T1_15() { return &___BrainpoolP160T1_15; } inline void set_BrainpoolP160T1_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP160T1_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP160T1_15), (void*)value); } inline static int32_t get_offset_of_BrainpoolP192R1_16() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP192R1_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP192R1_16() const { return ___BrainpoolP192R1_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP192R1_16() { return &___BrainpoolP192R1_16; } inline void set_BrainpoolP192R1_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP192R1_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP192R1_16), (void*)value); } inline static int32_t get_offset_of_BrainpoolP192T1_17() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP192T1_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP192T1_17() const { return ___BrainpoolP192T1_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP192T1_17() { return &___BrainpoolP192T1_17; } inline void set_BrainpoolP192T1_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP192T1_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP192T1_17), (void*)value); } inline static int32_t get_offset_of_BrainpoolP224R1_18() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP224R1_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP224R1_18() const { return ___BrainpoolP224R1_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP224R1_18() { return &___BrainpoolP224R1_18; } inline void set_BrainpoolP224R1_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP224R1_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP224R1_18), (void*)value); } inline static int32_t get_offset_of_BrainpoolP224T1_19() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP224T1_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP224T1_19() const { return ___BrainpoolP224T1_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP224T1_19() { return &___BrainpoolP224T1_19; } inline void set_BrainpoolP224T1_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP224T1_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP224T1_19), (void*)value); } inline static int32_t get_offset_of_BrainpoolP256R1_20() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP256R1_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP256R1_20() const { return ___BrainpoolP256R1_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP256R1_20() { return &___BrainpoolP256R1_20; } inline void set_BrainpoolP256R1_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP256R1_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP256R1_20), (void*)value); } inline static int32_t get_offset_of_BrainpoolP256T1_21() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP256T1_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP256T1_21() const { return ___BrainpoolP256T1_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP256T1_21() { return &___BrainpoolP256T1_21; } inline void set_BrainpoolP256T1_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP256T1_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP256T1_21), (void*)value); } inline static int32_t get_offset_of_BrainpoolP320R1_22() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP320R1_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP320R1_22() const { return ___BrainpoolP320R1_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP320R1_22() { return &___BrainpoolP320R1_22; } inline void set_BrainpoolP320R1_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP320R1_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP320R1_22), (void*)value); } inline static int32_t get_offset_of_BrainpoolP320T1_23() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP320T1_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP320T1_23() const { return ___BrainpoolP320T1_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP320T1_23() { return &___BrainpoolP320T1_23; } inline void set_BrainpoolP320T1_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP320T1_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP320T1_23), (void*)value); } inline static int32_t get_offset_of_BrainpoolP384R1_24() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP384R1_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP384R1_24() const { return ___BrainpoolP384R1_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP384R1_24() { return &___BrainpoolP384R1_24; } inline void set_BrainpoolP384R1_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP384R1_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP384R1_24), (void*)value); } inline static int32_t get_offset_of_BrainpoolP384T1_25() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP384T1_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP384T1_25() const { return ___BrainpoolP384T1_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP384T1_25() { return &___BrainpoolP384T1_25; } inline void set_BrainpoolP384T1_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP384T1_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP384T1_25), (void*)value); } inline static int32_t get_offset_of_BrainpoolP512R1_26() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP512R1_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP512R1_26() const { return ___BrainpoolP512R1_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP512R1_26() { return &___BrainpoolP512R1_26; } inline void set_BrainpoolP512R1_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP512R1_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP512R1_26), (void*)value); } inline static int32_t get_offset_of_BrainpoolP512T1_27() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP512T1_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP512T1_27() const { return ___BrainpoolP512T1_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP512T1_27() { return &___BrainpoolP512T1_27; } inline void set_BrainpoolP512T1_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP512T1_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP512T1_27), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.TigerDigest struct TigerDigest_t34D31576483DFA021100D2889BE7B2621A9F82E2 : public RuntimeObject { public: // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.TigerDigest::a int64_t ___a_6; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.TigerDigest::b int64_t ___b_7; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.TigerDigest::c int64_t ___c_8; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.TigerDigest::byteCount int64_t ___byteCount_9; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.TigerDigest::Buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Buffer_10; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.TigerDigest::bOff int32_t ___bOff_11; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.TigerDigest::x Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___x_12; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.TigerDigest::xOff int32_t ___xOff_13; public: inline static int32_t get_offset_of_a_6() { return static_cast(offsetof(TigerDigest_t34D31576483DFA021100D2889BE7B2621A9F82E2, ___a_6)); } inline int64_t get_a_6() const { return ___a_6; } inline int64_t* get_address_of_a_6() { return &___a_6; } inline void set_a_6(int64_t value) { ___a_6 = value; } inline static int32_t get_offset_of_b_7() { return static_cast(offsetof(TigerDigest_t34D31576483DFA021100D2889BE7B2621A9F82E2, ___b_7)); } inline int64_t get_b_7() const { return ___b_7; } inline int64_t* get_address_of_b_7() { return &___b_7; } inline void set_b_7(int64_t value) { ___b_7 = value; } inline static int32_t get_offset_of_c_8() { return static_cast(offsetof(TigerDigest_t34D31576483DFA021100D2889BE7B2621A9F82E2, ___c_8)); } inline int64_t get_c_8() const { return ___c_8; } inline int64_t* get_address_of_c_8() { return &___c_8; } inline void set_c_8(int64_t value) { ___c_8 = value; } inline static int32_t get_offset_of_byteCount_9() { return static_cast(offsetof(TigerDigest_t34D31576483DFA021100D2889BE7B2621A9F82E2, ___byteCount_9)); } inline int64_t get_byteCount_9() const { return ___byteCount_9; } inline int64_t* get_address_of_byteCount_9() { return &___byteCount_9; } inline void set_byteCount_9(int64_t value) { ___byteCount_9 = value; } inline static int32_t get_offset_of_Buffer_10() { return static_cast(offsetof(TigerDigest_t34D31576483DFA021100D2889BE7B2621A9F82E2, ___Buffer_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Buffer_10() const { return ___Buffer_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Buffer_10() { return &___Buffer_10; } inline void set_Buffer_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Buffer_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Buffer_10), (void*)value); } inline static int32_t get_offset_of_bOff_11() { return static_cast(offsetof(TigerDigest_t34D31576483DFA021100D2889BE7B2621A9F82E2, ___bOff_11)); } inline int32_t get_bOff_11() const { return ___bOff_11; } inline int32_t* get_address_of_bOff_11() { return &___bOff_11; } inline void set_bOff_11(int32_t value) { ___bOff_11 = value; } inline static int32_t get_offset_of_x_12() { return static_cast(offsetof(TigerDigest_t34D31576483DFA021100D2889BE7B2621A9F82E2, ___x_12)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_x_12() const { return ___x_12; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_x_12() { return &___x_12; } inline void set_x_12(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___x_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_12), (void*)value); } inline static int32_t get_offset_of_xOff_13() { return static_cast(offsetof(TigerDigest_t34D31576483DFA021100D2889BE7B2621A9F82E2, ___xOff_13)); } inline int32_t get_xOff_13() const { return ___xOff_13; } inline int32_t* get_address_of_xOff_13() { return &___xOff_13; } inline void set_xOff_13(int32_t value) { ___xOff_13 = value; } }; struct TigerDigest_t34D31576483DFA021100D2889BE7B2621A9F82E2_StaticFields { public: // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.TigerDigest::t1 Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___t1_1; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.TigerDigest::t2 Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___t2_2; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.TigerDigest::t3 Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___t3_3; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.TigerDigest::t4 Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___t4_4; public: inline static int32_t get_offset_of_t1_1() { return static_cast(offsetof(TigerDigest_t34D31576483DFA021100D2889BE7B2621A9F82E2_StaticFields, ___t1_1)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_t1_1() const { return ___t1_1; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_t1_1() { return &___t1_1; } inline void set_t1_1(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___t1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___t1_1), (void*)value); } inline static int32_t get_offset_of_t2_2() { return static_cast(offsetof(TigerDigest_t34D31576483DFA021100D2889BE7B2621A9F82E2_StaticFields, ___t2_2)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_t2_2() const { return ___t2_2; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_t2_2() { return &___t2_2; } inline void set_t2_2(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___t2_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___t2_2), (void*)value); } inline static int32_t get_offset_of_t3_3() { return static_cast(offsetof(TigerDigest_t34D31576483DFA021100D2889BE7B2621A9F82E2_StaticFields, ___t3_3)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_t3_3() const { return ___t3_3; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_t3_3() { return &___t3_3; } inline void set_t3_3(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___t3_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___t3_3), (void*)value); } inline static int32_t get_offset_of_t4_4() { return static_cast(offsetof(TigerDigest_t34D31576483DFA021100D2889BE7B2621A9F82E2_StaticFields, ___t4_4)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_t4_4() const { return ___t4_4; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_t4_4() { return &___t4_4; } inline void set_t4_4(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___t4_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___t4_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers struct UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52 : public RuntimeObject { public: public: }; struct UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::UaOid DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UaOid_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu4145le DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu4145le_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu4145be DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu4145be_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7564digest_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7564digest_256_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7564digest_384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7564digest_384_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7564digest_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7564digest_512_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7564mac_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7564mac_256_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7564mac_384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7564mac_384_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7564mac_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7564mac_512_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624ecb_128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624ecb_128_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624ecb_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624ecb_256_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624ecb_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624ecb_512_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624ctr_128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624ctr_128_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624ctr_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624ctr_256_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624ctr_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624ctr_512_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624cfb_128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624cfb_128_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624cfb_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624cfb_256_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624cfb_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624cfb_512_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624cmac_128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624cmac_128_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624cmac_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624cmac_256_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624cmac_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624cmac_512_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624cbc_128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624cbc_128_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624cbc_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624cbc_256_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624cbc_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624cbc_512_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624ofb_128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624ofb_128_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624ofb_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624ofb_256_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624ofb_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624ofb_512_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624gmac_128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624gmac_128_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624gmac_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624gmac_256_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624gmac_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624gmac_512_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624ccm_128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624ccm_128_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624ccm_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624ccm_256_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624ccm_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624ccm_512_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624xts_128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624xts_128_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624xts_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624xts_256_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624xts_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624xts_512_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624kw_128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624kw_128_36; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624kw_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624kw_256_37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers::dstu7624kw_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dstu7624kw_512_38; public: inline static int32_t get_offset_of_UaOid_0() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___UaOid_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UaOid_0() const { return ___UaOid_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UaOid_0() { return &___UaOid_0; } inline void set_UaOid_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UaOid_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___UaOid_0), (void*)value); } inline static int32_t get_offset_of_dstu4145le_1() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu4145le_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu4145le_1() const { return ___dstu4145le_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu4145le_1() { return &___dstu4145le_1; } inline void set_dstu4145le_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu4145le_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu4145le_1), (void*)value); } inline static int32_t get_offset_of_dstu4145be_2() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu4145be_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu4145be_2() const { return ___dstu4145be_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu4145be_2() { return &___dstu4145be_2; } inline void set_dstu4145be_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu4145be_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu4145be_2), (void*)value); } inline static int32_t get_offset_of_dstu7564digest_256_3() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7564digest_256_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7564digest_256_3() const { return ___dstu7564digest_256_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7564digest_256_3() { return &___dstu7564digest_256_3; } inline void set_dstu7564digest_256_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7564digest_256_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7564digest_256_3), (void*)value); } inline static int32_t get_offset_of_dstu7564digest_384_4() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7564digest_384_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7564digest_384_4() const { return ___dstu7564digest_384_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7564digest_384_4() { return &___dstu7564digest_384_4; } inline void set_dstu7564digest_384_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7564digest_384_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7564digest_384_4), (void*)value); } inline static int32_t get_offset_of_dstu7564digest_512_5() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7564digest_512_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7564digest_512_5() const { return ___dstu7564digest_512_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7564digest_512_5() { return &___dstu7564digest_512_5; } inline void set_dstu7564digest_512_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7564digest_512_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7564digest_512_5), (void*)value); } inline static int32_t get_offset_of_dstu7564mac_256_6() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7564mac_256_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7564mac_256_6() const { return ___dstu7564mac_256_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7564mac_256_6() { return &___dstu7564mac_256_6; } inline void set_dstu7564mac_256_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7564mac_256_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7564mac_256_6), (void*)value); } inline static int32_t get_offset_of_dstu7564mac_384_7() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7564mac_384_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7564mac_384_7() const { return ___dstu7564mac_384_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7564mac_384_7() { return &___dstu7564mac_384_7; } inline void set_dstu7564mac_384_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7564mac_384_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7564mac_384_7), (void*)value); } inline static int32_t get_offset_of_dstu7564mac_512_8() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7564mac_512_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7564mac_512_8() const { return ___dstu7564mac_512_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7564mac_512_8() { return &___dstu7564mac_512_8; } inline void set_dstu7564mac_512_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7564mac_512_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7564mac_512_8), (void*)value); } inline static int32_t get_offset_of_dstu7624ecb_128_9() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624ecb_128_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624ecb_128_9() const { return ___dstu7624ecb_128_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624ecb_128_9() { return &___dstu7624ecb_128_9; } inline void set_dstu7624ecb_128_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624ecb_128_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624ecb_128_9), (void*)value); } inline static int32_t get_offset_of_dstu7624ecb_256_10() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624ecb_256_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624ecb_256_10() const { return ___dstu7624ecb_256_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624ecb_256_10() { return &___dstu7624ecb_256_10; } inline void set_dstu7624ecb_256_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624ecb_256_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624ecb_256_10), (void*)value); } inline static int32_t get_offset_of_dstu7624ecb_512_11() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624ecb_512_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624ecb_512_11() const { return ___dstu7624ecb_512_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624ecb_512_11() { return &___dstu7624ecb_512_11; } inline void set_dstu7624ecb_512_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624ecb_512_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624ecb_512_11), (void*)value); } inline static int32_t get_offset_of_dstu7624ctr_128_12() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624ctr_128_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624ctr_128_12() const { return ___dstu7624ctr_128_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624ctr_128_12() { return &___dstu7624ctr_128_12; } inline void set_dstu7624ctr_128_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624ctr_128_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624ctr_128_12), (void*)value); } inline static int32_t get_offset_of_dstu7624ctr_256_13() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624ctr_256_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624ctr_256_13() const { return ___dstu7624ctr_256_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624ctr_256_13() { return &___dstu7624ctr_256_13; } inline void set_dstu7624ctr_256_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624ctr_256_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624ctr_256_13), (void*)value); } inline static int32_t get_offset_of_dstu7624ctr_512_14() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624ctr_512_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624ctr_512_14() const { return ___dstu7624ctr_512_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624ctr_512_14() { return &___dstu7624ctr_512_14; } inline void set_dstu7624ctr_512_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624ctr_512_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624ctr_512_14), (void*)value); } inline static int32_t get_offset_of_dstu7624cfb_128_15() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624cfb_128_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624cfb_128_15() const { return ___dstu7624cfb_128_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624cfb_128_15() { return &___dstu7624cfb_128_15; } inline void set_dstu7624cfb_128_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624cfb_128_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624cfb_128_15), (void*)value); } inline static int32_t get_offset_of_dstu7624cfb_256_16() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624cfb_256_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624cfb_256_16() const { return ___dstu7624cfb_256_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624cfb_256_16() { return &___dstu7624cfb_256_16; } inline void set_dstu7624cfb_256_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624cfb_256_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624cfb_256_16), (void*)value); } inline static int32_t get_offset_of_dstu7624cfb_512_17() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624cfb_512_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624cfb_512_17() const { return ___dstu7624cfb_512_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624cfb_512_17() { return &___dstu7624cfb_512_17; } inline void set_dstu7624cfb_512_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624cfb_512_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624cfb_512_17), (void*)value); } inline static int32_t get_offset_of_dstu7624cmac_128_18() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624cmac_128_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624cmac_128_18() const { return ___dstu7624cmac_128_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624cmac_128_18() { return &___dstu7624cmac_128_18; } inline void set_dstu7624cmac_128_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624cmac_128_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624cmac_128_18), (void*)value); } inline static int32_t get_offset_of_dstu7624cmac_256_19() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624cmac_256_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624cmac_256_19() const { return ___dstu7624cmac_256_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624cmac_256_19() { return &___dstu7624cmac_256_19; } inline void set_dstu7624cmac_256_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624cmac_256_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624cmac_256_19), (void*)value); } inline static int32_t get_offset_of_dstu7624cmac_512_20() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624cmac_512_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624cmac_512_20() const { return ___dstu7624cmac_512_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624cmac_512_20() { return &___dstu7624cmac_512_20; } inline void set_dstu7624cmac_512_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624cmac_512_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624cmac_512_20), (void*)value); } inline static int32_t get_offset_of_dstu7624cbc_128_21() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624cbc_128_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624cbc_128_21() const { return ___dstu7624cbc_128_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624cbc_128_21() { return &___dstu7624cbc_128_21; } inline void set_dstu7624cbc_128_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624cbc_128_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624cbc_128_21), (void*)value); } inline static int32_t get_offset_of_dstu7624cbc_256_22() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624cbc_256_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624cbc_256_22() const { return ___dstu7624cbc_256_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624cbc_256_22() { return &___dstu7624cbc_256_22; } inline void set_dstu7624cbc_256_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624cbc_256_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624cbc_256_22), (void*)value); } inline static int32_t get_offset_of_dstu7624cbc_512_23() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624cbc_512_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624cbc_512_23() const { return ___dstu7624cbc_512_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624cbc_512_23() { return &___dstu7624cbc_512_23; } inline void set_dstu7624cbc_512_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624cbc_512_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624cbc_512_23), (void*)value); } inline static int32_t get_offset_of_dstu7624ofb_128_24() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624ofb_128_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624ofb_128_24() const { return ___dstu7624ofb_128_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624ofb_128_24() { return &___dstu7624ofb_128_24; } inline void set_dstu7624ofb_128_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624ofb_128_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624ofb_128_24), (void*)value); } inline static int32_t get_offset_of_dstu7624ofb_256_25() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624ofb_256_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624ofb_256_25() const { return ___dstu7624ofb_256_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624ofb_256_25() { return &___dstu7624ofb_256_25; } inline void set_dstu7624ofb_256_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624ofb_256_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624ofb_256_25), (void*)value); } inline static int32_t get_offset_of_dstu7624ofb_512_26() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624ofb_512_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624ofb_512_26() const { return ___dstu7624ofb_512_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624ofb_512_26() { return &___dstu7624ofb_512_26; } inline void set_dstu7624ofb_512_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624ofb_512_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624ofb_512_26), (void*)value); } inline static int32_t get_offset_of_dstu7624gmac_128_27() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624gmac_128_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624gmac_128_27() const { return ___dstu7624gmac_128_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624gmac_128_27() { return &___dstu7624gmac_128_27; } inline void set_dstu7624gmac_128_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624gmac_128_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624gmac_128_27), (void*)value); } inline static int32_t get_offset_of_dstu7624gmac_256_28() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624gmac_256_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624gmac_256_28() const { return ___dstu7624gmac_256_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624gmac_256_28() { return &___dstu7624gmac_256_28; } inline void set_dstu7624gmac_256_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624gmac_256_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624gmac_256_28), (void*)value); } inline static int32_t get_offset_of_dstu7624gmac_512_29() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624gmac_512_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624gmac_512_29() const { return ___dstu7624gmac_512_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624gmac_512_29() { return &___dstu7624gmac_512_29; } inline void set_dstu7624gmac_512_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624gmac_512_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624gmac_512_29), (void*)value); } inline static int32_t get_offset_of_dstu7624ccm_128_30() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624ccm_128_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624ccm_128_30() const { return ___dstu7624ccm_128_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624ccm_128_30() { return &___dstu7624ccm_128_30; } inline void set_dstu7624ccm_128_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624ccm_128_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624ccm_128_30), (void*)value); } inline static int32_t get_offset_of_dstu7624ccm_256_31() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624ccm_256_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624ccm_256_31() const { return ___dstu7624ccm_256_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624ccm_256_31() { return &___dstu7624ccm_256_31; } inline void set_dstu7624ccm_256_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624ccm_256_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624ccm_256_31), (void*)value); } inline static int32_t get_offset_of_dstu7624ccm_512_32() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624ccm_512_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624ccm_512_32() const { return ___dstu7624ccm_512_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624ccm_512_32() { return &___dstu7624ccm_512_32; } inline void set_dstu7624ccm_512_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624ccm_512_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624ccm_512_32), (void*)value); } inline static int32_t get_offset_of_dstu7624xts_128_33() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624xts_128_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624xts_128_33() const { return ___dstu7624xts_128_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624xts_128_33() { return &___dstu7624xts_128_33; } inline void set_dstu7624xts_128_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624xts_128_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624xts_128_33), (void*)value); } inline static int32_t get_offset_of_dstu7624xts_256_34() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624xts_256_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624xts_256_34() const { return ___dstu7624xts_256_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624xts_256_34() { return &___dstu7624xts_256_34; } inline void set_dstu7624xts_256_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624xts_256_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624xts_256_34), (void*)value); } inline static int32_t get_offset_of_dstu7624xts_512_35() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624xts_512_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624xts_512_35() const { return ___dstu7624xts_512_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624xts_512_35() { return &___dstu7624xts_512_35; } inline void set_dstu7624xts_512_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624xts_512_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624xts_512_35), (void*)value); } inline static int32_t get_offset_of_dstu7624kw_128_36() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624kw_128_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624kw_128_36() const { return ___dstu7624kw_128_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624kw_128_36() { return &___dstu7624kw_128_36; } inline void set_dstu7624kw_128_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624kw_128_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624kw_128_36), (void*)value); } inline static int32_t get_offset_of_dstu7624kw_256_37() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624kw_256_37)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624kw_256_37() const { return ___dstu7624kw_256_37; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624kw_256_37() { return &___dstu7624kw_256_37; } inline void set_dstu7624kw_256_37(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624kw_256_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624kw_256_37), (void*)value); } inline static int32_t get_offset_of_dstu7624kw_512_38() { return static_cast(offsetof(UAObjectIdentifiers_t2636BCDAB4CD51450790D1C99D08A449EB788E52_StaticFields, ___dstu7624kw_512_38)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dstu7624kw_512_38() const { return ___dstu7624kw_512_38; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dstu7624kw_512_38() { return &___dstu7624kw_512_38; } inline void set_dstu7624kw_512_38(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dstu7624kw_512_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstu7624kw_512_38), (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; } }; // UserInfo struct UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F : public RuntimeObject { public: // System.Int32 UserInfo::id int32_t ___id_0; // System.Int32 UserInfo::avatarID int32_t ___avatarID_1; // System.String UserInfo::nickname String_t* ___nickname_2; // System.Int32 UserInfo::gender int32_t ___gender_3; // System.String UserInfo::phone String_t* ___phone_4; // System.String UserInfo::email String_t* ___email_5; // System.String UserInfo::birthday String_t* ___birthday_6; // System.String UserInfo::country String_t* ___country_7; // System.String UserInfo::state String_t* ___state_8; // System.String UserInfo::city String_t* ___city_9; // System.Int32 UserInfo::integral int32_t ___integral_10; // System.Int32 UserInfo::coin int32_t ___coin_11; // System.Int32 UserInfo::diamond int32_t ___diamond_12; // System.String UserInfo::mac String_t* ___mac_13; // System.Collections.Generic.List`1 UserInfo::bagList List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * ___bagList_14; // System.Collections.Generic.List`1 UserInfo::deviceList List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * ___deviceList_15; // System.Collections.Generic.Dictionary`2 UserInfo::timeLimitGameScores Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 * ___timeLimitGameScores_16; // System.Collections.Generic.Dictionary`2 UserInfo::challengeLevels Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * ___challengeLevels_17; // System.String UserInfo::guideRecord String_t* ___guideRecord_18; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_avatarID_1() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___avatarID_1)); } inline int32_t get_avatarID_1() const { return ___avatarID_1; } inline int32_t* get_address_of_avatarID_1() { return &___avatarID_1; } inline void set_avatarID_1(int32_t value) { ___avatarID_1 = value; } inline static int32_t get_offset_of_nickname_2() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___nickname_2)); } inline String_t* get_nickname_2() const { return ___nickname_2; } inline String_t** get_address_of_nickname_2() { return &___nickname_2; } inline void set_nickname_2(String_t* value) { ___nickname_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___nickname_2), (void*)value); } inline static int32_t get_offset_of_gender_3() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___gender_3)); } inline int32_t get_gender_3() const { return ___gender_3; } inline int32_t* get_address_of_gender_3() { return &___gender_3; } inline void set_gender_3(int32_t value) { ___gender_3 = value; } inline static int32_t get_offset_of_phone_4() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___phone_4)); } inline String_t* get_phone_4() const { return ___phone_4; } inline String_t** get_address_of_phone_4() { return &___phone_4; } inline void set_phone_4(String_t* value) { ___phone_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___phone_4), (void*)value); } inline static int32_t get_offset_of_email_5() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___email_5)); } inline String_t* get_email_5() const { return ___email_5; } inline String_t** get_address_of_email_5() { return &___email_5; } inline void set_email_5(String_t* value) { ___email_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___email_5), (void*)value); } inline static int32_t get_offset_of_birthday_6() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___birthday_6)); } inline String_t* get_birthday_6() const { return ___birthday_6; } inline String_t** get_address_of_birthday_6() { return &___birthday_6; } inline void set_birthday_6(String_t* value) { ___birthday_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___birthday_6), (void*)value); } inline static int32_t get_offset_of_country_7() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___country_7)); } inline String_t* get_country_7() const { return ___country_7; } inline String_t** get_address_of_country_7() { return &___country_7; } inline void set_country_7(String_t* value) { ___country_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___country_7), (void*)value); } inline static int32_t get_offset_of_state_8() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___state_8)); } inline String_t* get_state_8() const { return ___state_8; } inline String_t** get_address_of_state_8() { return &___state_8; } inline void set_state_8(String_t* value) { ___state_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_8), (void*)value); } inline static int32_t get_offset_of_city_9() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___city_9)); } inline String_t* get_city_9() const { return ___city_9; } inline String_t** get_address_of_city_9() { return &___city_9; } inline void set_city_9(String_t* value) { ___city_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___city_9), (void*)value); } inline static int32_t get_offset_of_integral_10() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___integral_10)); } inline int32_t get_integral_10() const { return ___integral_10; } inline int32_t* get_address_of_integral_10() { return &___integral_10; } inline void set_integral_10(int32_t value) { ___integral_10 = value; } inline static int32_t get_offset_of_coin_11() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___coin_11)); } inline int32_t get_coin_11() const { return ___coin_11; } inline int32_t* get_address_of_coin_11() { return &___coin_11; } inline void set_coin_11(int32_t value) { ___coin_11 = value; } inline static int32_t get_offset_of_diamond_12() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___diamond_12)); } inline int32_t get_diamond_12() const { return ___diamond_12; } inline int32_t* get_address_of_diamond_12() { return &___diamond_12; } inline void set_diamond_12(int32_t value) { ___diamond_12 = value; } inline static int32_t get_offset_of_mac_13() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___mac_13)); } inline String_t* get_mac_13() const { return ___mac_13; } inline String_t** get_address_of_mac_13() { return &___mac_13; } inline void set_mac_13(String_t* value) { ___mac_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___mac_13), (void*)value); } inline static int32_t get_offset_of_bagList_14() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___bagList_14)); } inline List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * get_bagList_14() const { return ___bagList_14; } inline List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C ** get_address_of_bagList_14() { return &___bagList_14; } inline void set_bagList_14(List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * value) { ___bagList_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___bagList_14), (void*)value); } inline static int32_t get_offset_of_deviceList_15() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___deviceList_15)); } inline List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * get_deviceList_15() const { return ___deviceList_15; } inline List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C ** get_address_of_deviceList_15() { return &___deviceList_15; } inline void set_deviceList_15(List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * value) { ___deviceList_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceList_15), (void*)value); } inline static int32_t get_offset_of_timeLimitGameScores_16() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___timeLimitGameScores_16)); } inline Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 * get_timeLimitGameScores_16() const { return ___timeLimitGameScores_16; } inline Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 ** get_address_of_timeLimitGameScores_16() { return &___timeLimitGameScores_16; } inline void set_timeLimitGameScores_16(Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 * value) { ___timeLimitGameScores_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeLimitGameScores_16), (void*)value); } inline static int32_t get_offset_of_challengeLevels_17() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___challengeLevels_17)); } inline Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * get_challengeLevels_17() const { return ___challengeLevels_17; } inline Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 ** get_address_of_challengeLevels_17() { return &___challengeLevels_17; } inline void set_challengeLevels_17(Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * value) { ___challengeLevels_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___challengeLevels_17), (void*)value); } inline static int32_t get_offset_of_guideRecord_18() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___guideRecord_18)); } inline String_t* get_guideRecord_18() const { return ___guideRecord_18; } inline String_t** get_address_of_guideRecord_18() { return &___guideRecord_18; } inline void set_guideRecord_18(String_t* value) { ___guideRecord_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___guideRecord_18), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest struct WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 : public RuntimeObject { public: // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::_rc Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ____rc_13; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_16; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::_bufferPos int32_t ____bufferPos_17; // System.Int16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::_bitCount Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ____bitCount_18; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::_hash Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ____hash_19; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::_K Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ____K_20; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::_L Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ____L_21; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::_block Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ____block_22; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::_state Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ____state_23; public: inline static int32_t get_offset_of__rc_13() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204, ____rc_13)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get__rc_13() const { return ____rc_13; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of__rc_13() { return &____rc_13; } inline void set__rc_13(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ____rc_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____rc_13), (void*)value); } inline static int32_t get_offset_of__buffer_16() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204, ____buffer_16)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_16() const { return ____buffer_16; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_16() { return &____buffer_16; } inline void set__buffer_16(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_16), (void*)value); } inline static int32_t get_offset_of__bufferPos_17() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204, ____bufferPos_17)); } inline int32_t get__bufferPos_17() const { return ____bufferPos_17; } inline int32_t* get_address_of__bufferPos_17() { return &____bufferPos_17; } inline void set__bufferPos_17(int32_t value) { ____bufferPos_17 = value; } inline static int32_t get_offset_of__bitCount_18() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204, ____bitCount_18)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get__bitCount_18() const { return ____bitCount_18; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of__bitCount_18() { return &____bitCount_18; } inline void set__bitCount_18(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ____bitCount_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____bitCount_18), (void*)value); } inline static int32_t get_offset_of__hash_19() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204, ____hash_19)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get__hash_19() const { return ____hash_19; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of__hash_19() { return &____hash_19; } inline void set__hash_19(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ____hash_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____hash_19), (void*)value); } inline static int32_t get_offset_of__K_20() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204, ____K_20)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get__K_20() const { return ____K_20; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of__K_20() { return &____K_20; } inline void set__K_20(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ____K_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____K_20), (void*)value); } inline static int32_t get_offset_of__L_21() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204, ____L_21)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get__L_21() const { return ____L_21; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of__L_21() { return &____L_21; } inline void set__L_21(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ____L_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____L_21), (void*)value); } inline static int32_t get_offset_of__block_22() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204, ____block_22)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get__block_22() const { return ____block_22; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of__block_22() { return &____block_22; } inline void set__block_22(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ____block_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____block_22), (void*)value); } inline static int32_t get_offset_of__state_23() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204, ____state_23)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get__state_23() const { return ____state_23; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of__state_23() { return &____state_23; } inline void set__state_23(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ____state_23 = value; Il2CppCodeGenWriteBarrier((void**)(&____state_23), (void*)value); } }; struct WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::SBOX Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___SBOX_4; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::C0 Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___C0_5; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::C1 Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___C1_6; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::C2 Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___C2_7; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::C3 Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___C3_8; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::C4 Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___C4_9; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::C5 Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___C5_10; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::C6 Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___C6_11; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::C7 Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___C7_12; // System.Int16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::EIGHT Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___EIGHT_14; public: inline static int32_t get_offset_of_SBOX_4() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields, ___SBOX_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_SBOX_4() const { return ___SBOX_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_SBOX_4() { return &___SBOX_4; } inline void set_SBOX_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___SBOX_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___SBOX_4), (void*)value); } inline static int32_t get_offset_of_C0_5() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields, ___C0_5)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_C0_5() const { return ___C0_5; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_C0_5() { return &___C0_5; } inline void set_C0_5(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___C0_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___C0_5), (void*)value); } inline static int32_t get_offset_of_C1_6() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields, ___C1_6)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_C1_6() const { return ___C1_6; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_C1_6() { return &___C1_6; } inline void set_C1_6(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___C1_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___C1_6), (void*)value); } inline static int32_t get_offset_of_C2_7() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields, ___C2_7)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_C2_7() const { return ___C2_7; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_C2_7() { return &___C2_7; } inline void set_C2_7(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___C2_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2_7), (void*)value); } inline static int32_t get_offset_of_C3_8() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields, ___C3_8)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_C3_8() const { return ___C3_8; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_C3_8() { return &___C3_8; } inline void set_C3_8(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___C3_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___C3_8), (void*)value); } inline static int32_t get_offset_of_C4_9() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields, ___C4_9)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_C4_9() const { return ___C4_9; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_C4_9() { return &___C4_9; } inline void set_C4_9(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___C4_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___C4_9), (void*)value); } inline static int32_t get_offset_of_C5_10() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields, ___C5_10)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_C5_10() const { return ___C5_10; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_C5_10() { return &___C5_10; } inline void set_C5_10(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___C5_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___C5_10), (void*)value); } inline static int32_t get_offset_of_C6_11() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields, ___C6_11)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_C6_11() const { return ___C6_11; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_C6_11() { return &___C6_11; } inline void set_C6_11(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___C6_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___C6_11), (void*)value); } inline static int32_t get_offset_of_C7_12() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields, ___C7_12)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_C7_12() const { return ___C7_12; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_C7_12() { return &___C7_12; } inline void set_C7_12(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___C7_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___C7_12), (void*)value); } inline static int32_t get_offset_of_EIGHT_14() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields, ___EIGHT_14)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_EIGHT_14() const { return ___EIGHT_14; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_EIGHT_14() { return &___EIGHT_14; } inline void set_EIGHT_14(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___EIGHT_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___EIGHT_14), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 : public RuntimeObject { public: // System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate::impl X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * ___impl_0; // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::hideDates bool ___hideDates_1; // System.String System.Security.Cryptography.X509Certificates.X509Certificate::issuer_name String_t* ___issuer_name_2; // System.String System.Security.Cryptography.X509Certificates.X509Certificate::subject_name String_t* ___subject_name_3; public: inline static int32_t get_offset_of_impl_0() { return static_cast(offsetof(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553, ___impl_0)); } inline X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * get_impl_0() const { return ___impl_0; } inline X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 ** get_address_of_impl_0() { return &___impl_0; } inline void set_impl_0(X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * value) { ___impl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_0), (void*)value); } inline static int32_t get_offset_of_hideDates_1() { return static_cast(offsetof(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553, ___hideDates_1)); } inline bool get_hideDates_1() const { return ___hideDates_1; } inline bool* get_address_of_hideDates_1() { return &___hideDates_1; } inline void set_hideDates_1(bool value) { ___hideDates_1 = value; } inline static int32_t get_offset_of_issuer_name_2() { return static_cast(offsetof(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553, ___issuer_name_2)); } inline String_t* get_issuer_name_2() const { return ___issuer_name_2; } inline String_t** get_address_of_issuer_name_2() { return &___issuer_name_2; } inline void set_issuer_name_2(String_t* value) { ___issuer_name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_name_2), (void*)value); } inline static int32_t get_offset_of_subject_name_3() { return static_cast(offsetof(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553, ___subject_name_3)); } inline String_t* get_subject_name_3() const { return ___subject_name_3; } inline String_t** get_address_of_subject_name_3() { return &___subject_name_3; } inline void set_subject_name_3(String_t* value) { ___subject_name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___subject_name_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser struct X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::sData Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___sData_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::sDataObjectCount int32_t ___sDataObjectCount_2; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::currentStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___currentStream_3; public: inline static int32_t get_offset_of_sData_1() { return static_cast(offsetof(X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF, ___sData_1)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_sData_1() const { return ___sData_1; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_sData_1() { return &___sData_1; } inline void set_sData_1(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___sData_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___sData_1), (void*)value); } inline static int32_t get_offset_of_sDataObjectCount_2() { return static_cast(offsetof(X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF, ___sDataObjectCount_2)); } inline int32_t get_sDataObjectCount_2() const { return ___sDataObjectCount_2; } inline int32_t* get_address_of_sDataObjectCount_2() { return &___sDataObjectCount_2; } inline void set_sDataObjectCount_2(int32_t value) { ___sDataObjectCount_2 = value; } inline static int32_t get_offset_of_currentStream_3() { return static_cast(offsetof(X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF, ___currentStream_3)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_currentStream_3() const { return ___currentStream_3; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_currentStream_3() { return &___currentStream_3; } inline void set_currentStream_3(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___currentStream_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentStream_3), (void*)value); } }; struct X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.PemParser BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::PemCertParser PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215 * ___PemCertParser_0; public: inline static int32_t get_offset_of_PemCertParser_0() { return static_cast(offsetof(X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF_StaticFields, ___PemCertParser_0)); } inline PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215 * get_PemCertParser_0() const { return ___PemCertParser_0; } inline PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215 ** get_address_of_PemCertParser_0() { return &___PemCertParser_0; } inline void set_PemCertParser_0(PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215 * value) { ___PemCertParser_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___PemCertParser_0), (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 { }; // DeviceView/<>c struct U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994 : public RuntimeObject { public: public: }; struct U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994_StaticFields { public: // DeviceView/<>c DeviceView/<>c::<>9 U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994 * ___U3CU3E9_0; // UnityEngine.Events.UnityAction DeviceView/<>c::<>9__5_0 UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___U3CU3E9__5_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__5_0_1() { return static_cast(offsetof(U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994_StaticFields, ___U3CU3E9__5_0_1)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_U3CU3E9__5_0_1() const { return ___U3CU3E9__5_0_1; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_U3CU3E9__5_0_1() { return &___U3CU3E9__5_0_1; } inline void set_U3CU3E9__5_0_1(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___U3CU3E9__5_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__5_0_1), (void*)value); } }; // DeviceView/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t420579EBBF2AEC9C2FEA7C54E0145B5C73F404CA : public RuntimeObject { public: // System.Int32 DeviceView/<>c__DisplayClass5_0::optionID int32_t ___optionID_0; // DeviceView DeviceView/<>c__DisplayClass5_0::<>4__this DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_optionID_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t420579EBBF2AEC9C2FEA7C54E0145B5C73F404CA, ___optionID_0)); } inline int32_t get_optionID_0() const { return ___optionID_0; } inline int32_t* get_address_of_optionID_0() { return &___optionID_0; } inline void set_optionID_0(int32_t value) { ___optionID_0 = value; } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t420579EBBF2AEC9C2FEA7C54E0145B5C73F404CA, ___U3CU3E4__this_1)); } inline DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // BestHTTP.Authentication.DigestStore/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tA0ED0E6FCCDD1BE2D5B3058D806DDC3253D44908 : public RuntimeObject { public: // System.Int32 BestHTTP.Authentication.DigestStore/<>c__DisplayClass6_0::i int32_t ___i_0; public: inline static int32_t get_offset_of_i_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tA0ED0E6FCCDD1BE2D5B3058D806DDC3253D44908, ___i_0)); } inline int32_t get_i_0() const { return ___i_0; } inline int32_t* get_address_of_i_0() { return &___i_0; } inline void set_i_0(int32_t value) { ___i_0 = value; } }; // UnityStandardAssets.Utility.DragRigidbody/d__8 struct U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514 : public RuntimeObject { public: // System.Int32 UnityStandardAssets.Utility.DragRigidbody/d__8::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityStandardAssets.Utility.DragRigidbody/d__8::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UnityStandardAssets.Utility.DragRigidbody UnityStandardAssets.Utility.DragRigidbody/d__8::<>4__this DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB * ___U3CU3E4__this_2; // System.Single UnityStandardAssets.Utility.DragRigidbody/d__8::distance float ___distance_3; // System.Single UnityStandardAssets.Utility.DragRigidbody/d__8::5__2 float ___U3ColdDragU3E5__2_4; // System.Single UnityStandardAssets.Utility.DragRigidbody/d__8::5__3 float ___U3ColdAngularDragU3E5__3_5; // UnityEngine.Camera UnityStandardAssets.Utility.DragRigidbody/d__8::5__4 Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___U3CmainCameraU3E5__4_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514, ___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(U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514, ___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(U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514, ___U3CU3E4__this_2)); } inline DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_distance_3() { return static_cast(offsetof(U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514, ___distance_3)); } inline float get_distance_3() const { return ___distance_3; } inline float* get_address_of_distance_3() { return &___distance_3; } inline void set_distance_3(float value) { ___distance_3 = value; } inline static int32_t get_offset_of_U3ColdDragU3E5__2_4() { return static_cast(offsetof(U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514, ___U3ColdDragU3E5__2_4)); } inline float get_U3ColdDragU3E5__2_4() const { return ___U3ColdDragU3E5__2_4; } inline float* get_address_of_U3ColdDragU3E5__2_4() { return &___U3ColdDragU3E5__2_4; } inline void set_U3ColdDragU3E5__2_4(float value) { ___U3ColdDragU3E5__2_4 = value; } inline static int32_t get_offset_of_U3ColdAngularDragU3E5__3_5() { return static_cast(offsetof(U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514, ___U3ColdAngularDragU3E5__3_5)); } inline float get_U3ColdAngularDragU3E5__3_5() const { return ___U3ColdAngularDragU3E5__3_5; } inline float* get_address_of_U3ColdAngularDragU3E5__3_5() { return &___U3ColdAngularDragU3E5__3_5; } inline void set_U3ColdAngularDragU3E5__3_5(float value) { ___U3ColdAngularDragU3E5__3_5 = value; } inline static int32_t get_offset_of_U3CmainCameraU3E5__4_6() { return static_cast(offsetof(U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514, ___U3CmainCameraU3E5__4_6)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_U3CmainCameraU3E5__4_6() const { return ___U3CmainCameraU3E5__4_6; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_U3CmainCameraU3E5__4_6() { return &___U3CmainCameraU3E5__4_6; } inline void set_U3CmainCameraU3E5__4_6(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___U3CmainCameraU3E5__4_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmainCameraU3E5__4_6), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t383FB9FD8367860500752C2F3ECA68A0C1370BAB { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * ___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 DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t383FB9FD8367860500752C2F3ECA68A0C1370BAB, ___list_0)); } inline List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * get_list_0() const { return ___list_0; } inline List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t383FB9FD8367860500752C2F3ECA68A0C1370BAB, ___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_t383FB9FD8367860500752C2F3ECA68A0C1370BAB, ___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_t383FB9FD8367860500752C2F3ECA68A0C1370BAB, ___current_3)); } inline DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * get_current_3() const { return ___current_3; } inline DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tAAA06188F3A556FC7566993C866CDF75AF6994DB { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * ___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 HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tAAA06188F3A556FC7566993C866CDF75AF6994DB, ___list_0)); } inline List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * get_list_0() const { return ___list_0; } inline List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tAAA06188F3A556FC7566993C866CDF75AF6994DB, ___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_tAAA06188F3A556FC7566993C866CDF75AF6994DB, ___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_tAAA06188F3A556FC7566993C866CDF75AF6994DB, ___current_3)); } inline HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * get_current_3() const { return ___current_3; } inline HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (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); } }; // o0.SortedQueue`1 struct SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7 : public Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 { public: // o0.SortedList`1 o0.SortedQueue`1::SortedList SortedList_1_tDD22FAEFC283DDAF07C79125B23F34ABF4D38B15 * ___SortedList_8; public: inline static int32_t get_offset_of_SortedList_8() { return static_cast(offsetof(SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7, ___SortedList_8)); } inline SortedList_1_tDD22FAEFC283DDAF07C79125B23F34ABF4D38B15 * get_SortedList_8() const { return ___SortedList_8; } inline SortedList_1_tDD22FAEFC283DDAF07C79125B23F34ABF4D38B15 ** get_address_of_SortedList_8() { return &___SortedList_8; } inline void set_SortedList_8(SortedList_1_tDD22FAEFC283DDAF07C79125B23F34ABF4D38B15 * value) { ___SortedList_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___SortedList_8), (void*)value); } }; // System.ValueTuple`2 struct ValueTuple_2_t628FFF20CED3CB683ABE4C2A98582BAC4015E6A3 { public: // T1 System.ValueTuple`2::Item1 DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * ___Item1_0; // T2 System.ValueTuple`2::Item2 DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t628FFF20CED3CB683ABE4C2A98582BAC4015E6A3, ___Item1_0)); } inline DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * get_Item1_0() const { return ___Item1_0; } inline DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t628FFF20CED3CB683ABE4C2A98582BAC4015E6A3, ___Item2_1)); } inline DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * get_Item2_1() const { return ___Item2_1; } inline DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 ** get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item2_1), (void*)value); } }; // System.ValueTuple`2 struct ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 { public: // T1 System.ValueTuple`2::Item1 RuntimeObject * ___Item1_0; // T2 System.ValueTuple`2::Item2 RuntimeObject * ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403, ___Item1_0)); } inline RuntimeObject * get_Item1_0() const { return ___Item1_0; } inline RuntimeObject ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(RuntimeObject * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403, ___Item2_1)); } inline RuntimeObject * get_Item2_1() const { return ___Item2_1; } inline RuntimeObject ** get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(RuntimeObject * value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item2_1), (void*)value); } }; // o0.Geometry.Vector`1 struct Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 { public: // T o0.Geometry.Vector`1::x double ___x_0; // T o0.Geometry.Vector`1::y double ___y_1; // T o0.Geometry.Vector`1::z double ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___x_0)); } inline double get_x_0() const { return ___x_0; } inline double* get_address_of_x_0() { return &___x_0; } inline void set_x_0(double value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___y_1)); } inline double get_y_1() const { return ___y_1; } inline double* get_address_of_y_1() { return &___y_1; } inline void set_y_1(double value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___z_2)); } inline double get_z_2() const { return ___z_2; } inline double* get_address_of_z_2() { return &___z_2; } inline void set_z_2(double value) { ___z_2 = value; } }; struct Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields { public: // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CZeroU3Ek__BackingField_3; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3COneU3Ek__BackingField_4; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CLeftU3Ek__BackingField_5; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CRightU3Ek__BackingField_6; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CDownU3Ek__BackingField_7; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CUpU3Ek__BackingField_8; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CBackU3Ek__BackingField_9; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CForwardU3Ek__BackingField_10; public: inline static int32_t get_offset_of_U3CZeroU3Ek__BackingField_3() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CZeroU3Ek__BackingField_3)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CZeroU3Ek__BackingField_3() const { return ___U3CZeroU3Ek__BackingField_3; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CZeroU3Ek__BackingField_3() { return &___U3CZeroU3Ek__BackingField_3; } inline void set_U3CZeroU3Ek__BackingField_3(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CZeroU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3COneU3Ek__BackingField_4() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3COneU3Ek__BackingField_4)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3COneU3Ek__BackingField_4() const { return ___U3COneU3Ek__BackingField_4; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3COneU3Ek__BackingField_4() { return &___U3COneU3Ek__BackingField_4; } inline void set_U3COneU3Ek__BackingField_4(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3COneU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CLeftU3Ek__BackingField_5() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CLeftU3Ek__BackingField_5)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CLeftU3Ek__BackingField_5() const { return ___U3CLeftU3Ek__BackingField_5; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CLeftU3Ek__BackingField_5() { return &___U3CLeftU3Ek__BackingField_5; } inline void set_U3CLeftU3Ek__BackingField_5(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CLeftU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CRightU3Ek__BackingField_6() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CRightU3Ek__BackingField_6)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CRightU3Ek__BackingField_6() const { return ___U3CRightU3Ek__BackingField_6; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CRightU3Ek__BackingField_6() { return &___U3CRightU3Ek__BackingField_6; } inline void set_U3CRightU3Ek__BackingField_6(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CRightU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CDownU3Ek__BackingField_7() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CDownU3Ek__BackingField_7)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CDownU3Ek__BackingField_7() const { return ___U3CDownU3Ek__BackingField_7; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CDownU3Ek__BackingField_7() { return &___U3CDownU3Ek__BackingField_7; } inline void set_U3CDownU3Ek__BackingField_7(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CDownU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CUpU3Ek__BackingField_8() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CUpU3Ek__BackingField_8)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CUpU3Ek__BackingField_8() const { return ___U3CUpU3Ek__BackingField_8; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CUpU3Ek__BackingField_8() { return &___U3CUpU3Ek__BackingField_8; } inline void set_U3CUpU3Ek__BackingField_8(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CUpU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CBackU3Ek__BackingField_9() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CBackU3Ek__BackingField_9)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CBackU3Ek__BackingField_9() const { return ___U3CBackU3Ek__BackingField_9; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CBackU3Ek__BackingField_9() { return &___U3CBackU3Ek__BackingField_9; } inline void set_U3CBackU3Ek__BackingField_9(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CBackU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CForwardU3Ek__BackingField_10() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CForwardU3Ek__BackingField_10)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CForwardU3Ek__BackingField_10() const { return ___U3CForwardU3Ek__BackingField_10; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CForwardU3Ek__BackingField_10() { return &___U3CForwardU3Ek__BackingField_10; } inline void set_U3CForwardU3Ek__BackingField_10(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CForwardU3Ek__BackingField_10 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::algorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::parameters Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters_3; public: inline static int32_t get_offset_of_algorithm_2() { return static_cast(offsetof(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9, ___algorithm_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_algorithm_2() const { return ___algorithm_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_algorithm_2() { return &___algorithm_2; } inline void set_algorithm_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___algorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_2), (void*)value); } inline static int32_t get_offset_of_parameters_3() { return static_cast(offsetof(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9, ___parameters_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_parameters_3() const { return ___parameters_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_parameters_3() { return &___parameters_3; } inline void set_parameters_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___parameters_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: public: }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // UnityEngine.Color struct Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // System.Security.Cryptography.DSA struct DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 : public AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F { public: public: }; // System.Security.Cryptography.DSAParameters struct DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 { public: // System.Byte[] System.Security.Cryptography.DSAParameters::P ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___P_0; // System.Byte[] System.Security.Cryptography.DSAParameters::Q ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Q_1; // System.Byte[] System.Security.Cryptography.DSAParameters::G ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___G_2; // System.Byte[] System.Security.Cryptography.DSAParameters::Y ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Y_3; // System.Byte[] System.Security.Cryptography.DSAParameters::J ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___J_4; // System.Byte[] System.Security.Cryptography.DSAParameters::X ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___X_5; // System.Byte[] System.Security.Cryptography.DSAParameters::Seed ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Seed_6; // System.Int32 System.Security.Cryptography.DSAParameters::Counter int32_t ___Counter_7; public: inline static int32_t get_offset_of_P_0() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___P_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_P_0() const { return ___P_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_P_0() { return &___P_0; } inline void set_P_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___P_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_0), (void*)value); } inline static int32_t get_offset_of_Q_1() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___Q_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Q_1() const { return ___Q_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Q_1() { return &___Q_1; } inline void set_Q_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Q_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Q_1), (void*)value); } inline static int32_t get_offset_of_G_2() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___G_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_G_2() const { return ___G_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_G_2() { return &___G_2; } inline void set_G_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___G_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___G_2), (void*)value); } inline static int32_t get_offset_of_Y_3() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___Y_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Y_3() const { return ___Y_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Y_3() { return &___Y_3; } inline void set_Y_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Y_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Y_3), (void*)value); } inline static int32_t get_offset_of_J_4() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___J_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_J_4() const { return ___J_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_J_4() { return &___J_4; } inline void set_J_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___J_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___J_4), (void*)value); } inline static int32_t get_offset_of_X_5() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___X_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_X_5() const { return ___X_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_X_5() { return &___X_5; } inline void set_X_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___X_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_5), (void*)value); } inline static int32_t get_offset_of_Seed_6() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___Seed_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Seed_6() const { return ___Seed_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Seed_6() { return &___Seed_6; } inline void set_Seed_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Seed_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Seed_6), (void*)value); } inline static int32_t get_offset_of_Counter_7() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___Counter_7)); } inline int32_t get_Counter_7() const { return ___Counter_7; } inline int32_t* get_address_of_Counter_7() { return &___Counter_7; } inline void set_Counter_7(int32_t value) { ___Counter_7 = value; } }; // Native definition for P/Invoke marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___P_0; Il2CppSafeArray/*NONE*/* ___Q_1; Il2CppSafeArray/*NONE*/* ___G_2; Il2CppSafeArray/*NONE*/* ___Y_3; Il2CppSafeArray/*NONE*/* ___J_4; Il2CppSafeArray/*NONE*/* ___X_5; Il2CppSafeArray/*NONE*/* ___Seed_6; int32_t ___Counter_7; }; // Native definition for COM marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1_marshaled_com { Il2CppSafeArray/*NONE*/* ___P_0; Il2CppSafeArray/*NONE*/* ___Q_1; Il2CppSafeArray/*NONE*/* ___G_2; Il2CppSafeArray/*NONE*/* ___Y_3; Il2CppSafeArray/*NONE*/* ___J_4; Il2CppSafeArray/*NONE*/* ___X_5; Il2CppSafeArray/*NONE*/* ___Seed_6; int32_t ___Counter_7; }; // 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.DerGenerator struct DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3 : public Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator::_tagged bool ____tagged_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator::_isExplicit bool ____isExplicit_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator::_tagNo int32_t ____tagNo_3; public: inline static int32_t get_offset_of__tagged_1() { return static_cast(offsetof(DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3, ____tagged_1)); } inline bool get__tagged_1() const { return ____tagged_1; } inline bool* get_address_of__tagged_1() { return &____tagged_1; } inline void set__tagged_1(bool value) { ____tagged_1 = value; } inline static int32_t get_offset_of__isExplicit_2() { return static_cast(offsetof(DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3, ____isExplicit_2)); } inline bool get__isExplicit_2() const { return ____isExplicit_2; } inline bool* get_address_of__isExplicit_2() { return &____isExplicit_2; } inline void set__isExplicit_2(bool value) { ____isExplicit_2 = value; } inline static int32_t get_offset_of__tagNo_3() { return static_cast(offsetof(DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3, ____tagNo_3)); } inline int32_t get__tagNo_3() const { return ____tagNo_3; } inline int32_t* get_address_of__tagNo_3() { return &____tagNo_3; } inline void set__tagNo_3(int32_t value) { ____tagNo_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine struct DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B : public DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine::workingKey1 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___workingKey1_15; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine::workingKey2 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___workingKey2_16; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine::workingKey3 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___workingKey3_17; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine::forEncryption bool ___forEncryption_18; public: inline static int32_t get_offset_of_workingKey1_15() { return static_cast(offsetof(DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B, ___workingKey1_15)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_workingKey1_15() const { return ___workingKey1_15; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_workingKey1_15() { return &___workingKey1_15; } inline void set_workingKey1_15(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___workingKey1_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey1_15), (void*)value); } inline static int32_t get_offset_of_workingKey2_16() { return static_cast(offsetof(DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B, ___workingKey2_16)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_workingKey2_16() const { return ___workingKey2_16; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_workingKey2_16() { return &___workingKey2_16; } inline void set_workingKey2_16(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___workingKey2_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey2_16), (void*)value); } inline static int32_t get_offset_of_workingKey3_17() { return static_cast(offsetof(DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B, ___workingKey3_17)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_workingKey3_17() const { return ___workingKey3_17; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_workingKey3_17() { return &___workingKey3_17; } inline void set_workingKey3_17(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___workingKey3_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey3_17), (void*)value); } inline static int32_t get_offset_of_forEncryption_18() { return static_cast(offsetof(DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B, ___forEncryption_18)); } inline bool get_forEncryption_18() const { return ___forEncryption_18; } inline bool* get_address_of_forEncryption_18() { return &___forEncryption_18; } inline void set_forEncryption_18(bool value) { ___forEncryption_18 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DesKeyGenerator struct DesKeyGenerator_tB0590B6920694602523C579F85A08C5582554C66 : public CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesParameters struct DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34 : public KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC { public: public: }; struct DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesParameters::DES_weak_keys ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___DES_weak_keys_3; public: inline static int32_t get_offset_of_DES_weak_keys_3() { return static_cast(offsetof(DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_StaticFields, ___DES_weak_keys_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_DES_weak_keys_3() const { return ___DES_weak_keys_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_DES_weak_keys_3() { return &___DES_weak_keys_3; } inline void set_DES_weak_keys_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___DES_weak_keys_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___DES_weak_keys_3), (void*)value); } }; // DeviceArrow2000 struct DeviceArrow2000_t40174AFE2CB1DD2FC897FA7A20114AAED437E4EF : public DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD { public: public: }; // DeviceBowConfig struct DeviceBowConfig_t1A64DCA64A4356F55F311AE3F8746E6C5E4CDAB2 : public DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD { public: // System.Int32 DeviceBowConfig::pound int32_t ___pound_6; public: inline static int32_t get_offset_of_pound_6() { return static_cast(offsetof(DeviceBowConfig_t1A64DCA64A4356F55F311AE3F8746E6C5E4CDAB2, ___pound_6)); } inline int32_t get_pound_6() const { return ___pound_6; } inline int32_t* get_address_of_pound_6() { return &___pound_6; } inline void set_pound_6(int32_t value) { ___pound_6 = 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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DisplayText struct DisplayText_t7C562267B4FB96178D4F98B25DFDDEC65870B768 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DisplayText::contentType int32_t ___contentType_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DisplayText::contents RuntimeObject* ___contents_8; public: inline static int32_t get_offset_of_contentType_7() { return static_cast(offsetof(DisplayText_t7C562267B4FB96178D4F98B25DFDDEC65870B768, ___contentType_7)); } inline int32_t get_contentType_7() const { return ___contentType_7; } inline int32_t* get_address_of_contentType_7() { return &___contentType_7; } inline void set_contentType_7(int32_t value) { ___contentType_7 = value; } inline static int32_t get_offset_of_contents_8() { return static_cast(offsetof(DisplayText_t7C562267B4FB96178D4F98B25DFDDEC65870B768, ___contents_8)); } inline RuntimeObject* get_contents_8() const { return ___contents_8; } inline RuntimeObject** get_address_of_contents_8() { return &___contents_8; } inline void set_contents_8(RuntimeObject* value) { ___contents_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___contents_8), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint struct DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint::distributionPoint DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * ___distributionPoint_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ReasonFlags BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint::reasons ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * ___reasons_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint::cRLIssuer GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * ___cRLIssuer_4; public: inline static int32_t get_offset_of_distributionPoint_2() { return static_cast(offsetof(DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171, ___distributionPoint_2)); } inline DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * get_distributionPoint_2() const { return ___distributionPoint_2; } inline DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E ** get_address_of_distributionPoint_2() { return &___distributionPoint_2; } inline void set_distributionPoint_2(DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * value) { ___distributionPoint_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___distributionPoint_2), (void*)value); } inline static int32_t get_offset_of_reasons_3() { return static_cast(offsetof(DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171, ___reasons_3)); } inline ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * get_reasons_3() const { return ___reasons_3; } inline ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF ** get_address_of_reasons_3() { return &___reasons_3; } inline void set_reasons_3(ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * value) { ___reasons_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___reasons_3), (void*)value); } inline static int32_t get_offset_of_cRLIssuer_4() { return static_cast(offsetof(DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171, ___cRLIssuer_4)); } inline GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * get_cRLIssuer_4() const { return ___cRLIssuer_4; } inline GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 ** get_address_of_cRLIssuer_4() { return &___cRLIssuer_4; } inline void set_cRLIssuer_4(GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * value) { ___cRLIssuer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cRLIssuer_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName struct DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName::name Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___name_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName::type int32_t ___type_3; public: inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E, ___name_2)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_name_2() const { return ___name_2; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_name_2() { return &___name_2; } inline void set_name_2(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_type_3() { return static_cast(offsetof(DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E, ___type_3)); } inline int32_t get_type_3() const { return ___type_3; } inline int32_t* get_address_of_type_3() { return &___type_3; } inline void set_type_3(int32_t value) { ___type_3 = value; } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.DoubleAddMultiplier struct DoubleAddMultiplier_tAEB3DA52EC665D3F78CD519FF10D15ADF2A497B3 : public AbstractECMultiplier_t54253743E31DE46FD22E58679B9792D44DA770B5 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyGenerationParameters struct DsaKeyGenerationParameters_t57C22A37BCA6CFC07DE9424908F5F405C3135967 : public KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyGenerationParameters::parameters DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * ___parameters_2; public: inline static int32_t get_offset_of_parameters_2() { return static_cast(offsetof(DsaKeyGenerationParameters_t57C22A37BCA6CFC07DE9424908F5F405C3135967, ___parameters_2)); } inline DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * get_parameters_2() const { return ___parameters_2; } inline DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 ** get_address_of_parameters_2() { return &___parameters_2; } inline void set_parameters_2(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * value) { ___parameters_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters struct DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters::parameters DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * ___parameters_1; public: inline static int32_t get_offset_of_parameters_1() { return static_cast(offsetof(DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81, ___parameters_1)); } inline DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * get_parameters_1() const { return ___parameters_1; } inline DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 ** get_address_of_parameters_1() { return &___parameters_1; } inline void set_parameters_1(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * value) { ___parameters_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_1), (void*)value); } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GOST3411_2012_256Digest struct GOST3411_2012_256Digest_t8FFF043ED3DD5AE7652F44EAD62AF88BD059C700 : public GOST3411_2012Digest_tD28CE259BA42F4B2EDEDC6EDFAE48F0033C48C0E { public: public: }; struct GOST3411_2012_256Digest_t8FFF043ED3DD5AE7652F44EAD62AF88BD059C700_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GOST3411_2012_256Digest::IV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IV_12; public: inline static int32_t get_offset_of_IV_12() { return static_cast(offsetof(GOST3411_2012_256Digest_t8FFF043ED3DD5AE7652F44EAD62AF88BD059C700_StaticFields, ___IV_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IV_12() const { return ___IV_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IV_12() { return &___IV_12; } inline void set_IV_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IV_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___IV_12), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GOST3411_2012_512Digest struct GOST3411_2012_512Digest_t73A941C0238AFB0021532FFD31E6F795891F945B : public GOST3411_2012Digest_tD28CE259BA42F4B2EDEDC6EDFAE48F0033C48C0E { public: public: }; struct GOST3411_2012_512Digest_t73A941C0238AFB0021532FFD31E6F795891F945B_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GOST3411_2012_512Digest::IV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IV_12; public: inline static int32_t get_offset_of_IV_12() { return static_cast(offsetof(GOST3411_2012_512Digest_t73A941C0238AFB0021532FFD31E6F795891F945B_StaticFields, ___IV_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IV_12() const { return ___IV_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IV_12() { return &___IV_12; } inline void set_IV_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IV_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___IV_12), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames struct GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames::names GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* ___names_2; public: inline static int32_t get_offset_of_names_2() { return static_cast(offsetof(GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5, ___names_2)); } inline GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* get_names_2() const { return ___names_2; } inline GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E** get_address_of_names_2() { return &___names_2; } inline void set_names_2(GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* value) { ___names_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___names_2), (void*)value); } }; // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; public: inline static int32_t get_offset_of__a_1() { return static_cast(offsetof(Guid_t, ____a_1)); } inline int32_t get__a_1() const { return ____a_1; } inline int32_t* get_address_of__a_1() { return &____a_1; } inline void set__a_1(int32_t value) { ____a_1 = value; } inline static int32_t get_offset_of__b_2() { return static_cast(offsetof(Guid_t, ____b_2)); } inline int16_t get__b_2() const { return ____b_2; } inline int16_t* get_address_of__b_2() { return &____b_2; } inline void set__b_2(int16_t value) { ____b_2 = value; } inline static int32_t get_offset_of__c_3() { return static_cast(offsetof(Guid_t, ____c_3)); } inline int16_t get__c_3() const { return ____c_3; } inline int16_t* get_address_of__c_3() { return &____c_3; } inline void set__c_3(int16_t value) { ____c_3 = value; } inline static int32_t get_offset_of__d_4() { return static_cast(offsetof(Guid_t, ____d_4)); } inline uint8_t get__d_4() const { return ____d_4; } inline uint8_t* get_address_of__d_4() { return &____d_4; } inline void set__d_4(uint8_t value) { ____d_4 = value; } inline static int32_t get_offset_of__e_5() { return static_cast(offsetof(Guid_t, ____e_5)); } inline uint8_t get__e_5() const { return ____e_5; } inline uint8_t* get_address_of__e_5() { return &____e_5; } inline void set__e_5(uint8_t value) { ____e_5 = value; } inline static int32_t get_offset_of__f_6() { return static_cast(offsetof(Guid_t, ____f_6)); } inline uint8_t get__f_6() const { return ____f_6; } inline uint8_t* get_address_of__f_6() { return &____f_6; } inline void set__f_6(uint8_t value) { ____f_6 = value; } inline static int32_t get_offset_of__g_7() { return static_cast(offsetof(Guid_t, ____g_7)); } inline uint8_t get__g_7() const { return ____g_7; } inline uint8_t* get_address_of__g_7() { return &____g_7; } inline void set__g_7(uint8_t value) { ____g_7 = value; } inline static int32_t get_offset_of__h_8() { return static_cast(offsetof(Guid_t, ____h_8)); } inline uint8_t get__h_8() const { return ____h_8; } inline uint8_t* get_address_of__h_8() { return &____h_8; } inline void set__h_8(uint8_t value) { ____h_8 = value; } inline static int32_t get_offset_of__i_9() { return static_cast(offsetof(Guid_t, ____i_9)); } inline uint8_t get__i_9() const { return ____i_9; } inline uint8_t* get_address_of__i_9() { return &____i_9; } inline void set__i_9(uint8_t value) { ____i_9 = value; } inline static int32_t get_offset_of__j_10() { return static_cast(offsetof(Guid_t, ____j_10)); } inline uint8_t get__j_10() const { return ____j_10; } inline uint8_t* get_address_of__j_10() { return &____j_10; } inline void set__j_10(uint8_t value) { ____j_10 = value; } inline static int32_t get_offset_of__k_11() { return static_cast(offsetof(Guid_t, ____k_11)); } inline uint8_t get__k_11() const { return ____k_11; } inline uint8_t* get_address_of__k_11() { return &____k_11; } inline void set__k_11(uint8_t value) { ____k_11 = value; } }; struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_0; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____rng_13; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_fastRng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____fastRng_14; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_0)); } inline Guid_t get_Empty_0() const { return ___Empty_0; } inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Guid_t value) { ___Empty_0 = value; } inline static int32_t get_offset_of__rngAccess_12() { return static_cast(offsetof(Guid_t_StaticFields, ____rngAccess_12)); } inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; } inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; } inline void set__rngAccess_12(RuntimeObject * value) { ____rngAccess_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value); } inline static int32_t get_offset_of__fastRng_14() { return static_cast(offsetof(Guid_t_StaticFields, ____fastRng_14)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__fastRng_14() const { return ____fastRng_14; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__fastRng_14() { return &____fastRng_14; } inline void set__fastRng_14(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____fastRng_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____fastRng_14), (void*)value); } }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD4Digest struct MD4Digest_tF232136F3F3E2082FDDF0243F4A84FA229285615 : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD4Digest::H1 int32_t ___H1_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD4Digest::H2 int32_t ___H2_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD4Digest::H3 int32_t ___H3_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD4Digest::H4 int32_t ___H4_8; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD4Digest::X Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___X_9; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD4Digest::xOff int32_t ___xOff_10; public: inline static int32_t get_offset_of_H1_5() { return static_cast(offsetof(MD4Digest_tF232136F3F3E2082FDDF0243F4A84FA229285615, ___H1_5)); } inline int32_t get_H1_5() const { return ___H1_5; } inline int32_t* get_address_of_H1_5() { return &___H1_5; } inline void set_H1_5(int32_t value) { ___H1_5 = value; } inline static int32_t get_offset_of_H2_6() { return static_cast(offsetof(MD4Digest_tF232136F3F3E2082FDDF0243F4A84FA229285615, ___H2_6)); } inline int32_t get_H2_6() const { return ___H2_6; } inline int32_t* get_address_of_H2_6() { return &___H2_6; } inline void set_H2_6(int32_t value) { ___H2_6 = value; } inline static int32_t get_offset_of_H3_7() { return static_cast(offsetof(MD4Digest_tF232136F3F3E2082FDDF0243F4A84FA229285615, ___H3_7)); } inline int32_t get_H3_7() const { return ___H3_7; } inline int32_t* get_address_of_H3_7() { return &___H3_7; } inline void set_H3_7(int32_t value) { ___H3_7 = value; } inline static int32_t get_offset_of_H4_8() { return static_cast(offsetof(MD4Digest_tF232136F3F3E2082FDDF0243F4A84FA229285615, ___H4_8)); } inline int32_t get_H4_8() const { return ___H4_8; } inline int32_t* get_address_of_H4_8() { return &___H4_8; } inline void set_H4_8(int32_t value) { ___H4_8 = value; } inline static int32_t get_offset_of_X_9() { return static_cast(offsetof(MD4Digest_tF232136F3F3E2082FDDF0243F4A84FA229285615, ___X_9)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_X_9() const { return ___X_9; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_X_9() { return &___X_9; } inline void set_X_9(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___X_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_9), (void*)value); } inline static int32_t get_offset_of_xOff_10() { return static_cast(offsetof(MD4Digest_tF232136F3F3E2082FDDF0243F4A84FA229285615, ___xOff_10)); } inline int32_t get_xOff_10() const { return ___xOff_10; } inline int32_t* get_address_of_xOff_10() { return &___xOff_10; } inline void set_xOff_10(int32_t value) { ___xOff_10 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest struct MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::H1 uint32_t ___H1_5; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::H2 uint32_t ___H2_6; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::H3 uint32_t ___H3_7; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::H4 uint32_t ___H4_8; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::X UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___X_9; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::xOff int32_t ___xOff_10; public: inline static int32_t get_offset_of_H1_5() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B, ___H1_5)); } inline uint32_t get_H1_5() const { return ___H1_5; } inline uint32_t* get_address_of_H1_5() { return &___H1_5; } inline void set_H1_5(uint32_t value) { ___H1_5 = value; } inline static int32_t get_offset_of_H2_6() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B, ___H2_6)); } inline uint32_t get_H2_6() const { return ___H2_6; } inline uint32_t* get_address_of_H2_6() { return &___H2_6; } inline void set_H2_6(uint32_t value) { ___H2_6 = value; } inline static int32_t get_offset_of_H3_7() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B, ___H3_7)); } inline uint32_t get_H3_7() const { return ___H3_7; } inline uint32_t* get_address_of_H3_7() { return &___H3_7; } inline void set_H3_7(uint32_t value) { ___H3_7 = value; } inline static int32_t get_offset_of_H4_8() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B, ___H4_8)); } inline uint32_t get_H4_8() const { return ___H4_8; } inline uint32_t* get_address_of_H4_8() { return &___H4_8; } inline void set_H4_8(uint32_t value) { ___H4_8 = value; } inline static int32_t get_offset_of_X_9() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B, ___X_9)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_X_9() const { return ___X_9; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_X_9() { return &___X_9; } inline void set_X_9(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___X_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_9), (void*)value); } inline static int32_t get_offset_of_xOff_10() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B, ___xOff_10)); } inline int32_t get_xOff_10() const { return ___xOff_10; } inline int32_t* get_address_of_xOff_10() { return &___xOff_10; } inline void set_xOff_10(int32_t value) { ___xOff_10 = value; } }; struct MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S11 int32_t ___S11_11; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S12 int32_t ___S12_12; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S13 int32_t ___S13_13; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S14 int32_t ___S14_14; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S21 int32_t ___S21_15; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S22 int32_t ___S22_16; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S23 int32_t ___S23_17; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S24 int32_t ___S24_18; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S31 int32_t ___S31_19; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S32 int32_t ___S32_20; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S33 int32_t ___S33_21; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S34 int32_t ___S34_22; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S41 int32_t ___S41_23; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S42 int32_t ___S42_24; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S43 int32_t ___S43_25; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S44 int32_t ___S44_26; public: inline static int32_t get_offset_of_S11_11() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S11_11)); } inline int32_t get_S11_11() const { return ___S11_11; } inline int32_t* get_address_of_S11_11() { return &___S11_11; } inline void set_S11_11(int32_t value) { ___S11_11 = value; } inline static int32_t get_offset_of_S12_12() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S12_12)); } inline int32_t get_S12_12() const { return ___S12_12; } inline int32_t* get_address_of_S12_12() { return &___S12_12; } inline void set_S12_12(int32_t value) { ___S12_12 = value; } inline static int32_t get_offset_of_S13_13() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S13_13)); } inline int32_t get_S13_13() const { return ___S13_13; } inline int32_t* get_address_of_S13_13() { return &___S13_13; } inline void set_S13_13(int32_t value) { ___S13_13 = value; } inline static int32_t get_offset_of_S14_14() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S14_14)); } inline int32_t get_S14_14() const { return ___S14_14; } inline int32_t* get_address_of_S14_14() { return &___S14_14; } inline void set_S14_14(int32_t value) { ___S14_14 = value; } inline static int32_t get_offset_of_S21_15() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S21_15)); } inline int32_t get_S21_15() const { return ___S21_15; } inline int32_t* get_address_of_S21_15() { return &___S21_15; } inline void set_S21_15(int32_t value) { ___S21_15 = value; } inline static int32_t get_offset_of_S22_16() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S22_16)); } inline int32_t get_S22_16() const { return ___S22_16; } inline int32_t* get_address_of_S22_16() { return &___S22_16; } inline void set_S22_16(int32_t value) { ___S22_16 = value; } inline static int32_t get_offset_of_S23_17() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S23_17)); } inline int32_t get_S23_17() const { return ___S23_17; } inline int32_t* get_address_of_S23_17() { return &___S23_17; } inline void set_S23_17(int32_t value) { ___S23_17 = value; } inline static int32_t get_offset_of_S24_18() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S24_18)); } inline int32_t get_S24_18() const { return ___S24_18; } inline int32_t* get_address_of_S24_18() { return &___S24_18; } inline void set_S24_18(int32_t value) { ___S24_18 = value; } inline static int32_t get_offset_of_S31_19() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S31_19)); } inline int32_t get_S31_19() const { return ___S31_19; } inline int32_t* get_address_of_S31_19() { return &___S31_19; } inline void set_S31_19(int32_t value) { ___S31_19 = value; } inline static int32_t get_offset_of_S32_20() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S32_20)); } inline int32_t get_S32_20() const { return ___S32_20; } inline int32_t* get_address_of_S32_20() { return &___S32_20; } inline void set_S32_20(int32_t value) { ___S32_20 = value; } inline static int32_t get_offset_of_S33_21() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S33_21)); } inline int32_t get_S33_21() const { return ___S33_21; } inline int32_t* get_address_of_S33_21() { return &___S33_21; } inline void set_S33_21(int32_t value) { ___S33_21 = value; } inline static int32_t get_offset_of_S34_22() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S34_22)); } inline int32_t get_S34_22() const { return ___S34_22; } inline int32_t* get_address_of_S34_22() { return &___S34_22; } inline void set_S34_22(int32_t value) { ___S34_22 = value; } inline static int32_t get_offset_of_S41_23() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S41_23)); } inline int32_t get_S41_23() const { return ___S41_23; } inline int32_t* get_address_of_S41_23() { return &___S41_23; } inline void set_S41_23(int32_t value) { ___S41_23 = value; } inline static int32_t get_offset_of_S42_24() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S42_24)); } inline int32_t get_S42_24() const { return ___S42_24; } inline int32_t* get_address_of_S42_24() { return &___S42_24; } inline void set_S42_24(int32_t value) { ___S42_24 = value; } inline static int32_t get_offset_of_S43_25() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S43_25)); } inline int32_t get_S43_25() const { return ___S43_25; } inline int32_t* get_address_of_S43_25() { return &___S43_25; } inline void set_S43_25(int32_t value) { ___S43_25 = value; } inline static int32_t get_offset_of_S44_26() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S44_26)); } inline int32_t get_S44_26() const { return ___S44_26; } inline int32_t* get_address_of_S44_26() { return &___S44_26; } inline void set_S44_26(int32_t value) { ___S44_26 = value; } }; // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___identityQuaternion_4 = value; } }; // o0.Geometry.Quaternion struct Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 { public: // System.Double o0.Geometry.Quaternion::k__BackingField double ___U3CxU3Ek__BackingField_0; // System.Double o0.Geometry.Quaternion::k__BackingField double ___U3CyU3Ek__BackingField_1; // System.Double o0.Geometry.Quaternion::k__BackingField double ___U3CzU3Ek__BackingField_2; // System.Double o0.Geometry.Quaternion::k__BackingField double ___U3CwU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CxU3Ek__BackingField_0() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234, ___U3CxU3Ek__BackingField_0)); } inline double get_U3CxU3Ek__BackingField_0() const { return ___U3CxU3Ek__BackingField_0; } inline double* get_address_of_U3CxU3Ek__BackingField_0() { return &___U3CxU3Ek__BackingField_0; } inline void set_U3CxU3Ek__BackingField_0(double value) { ___U3CxU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CyU3Ek__BackingField_1() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234, ___U3CyU3Ek__BackingField_1)); } inline double get_U3CyU3Ek__BackingField_1() const { return ___U3CyU3Ek__BackingField_1; } inline double* get_address_of_U3CyU3Ek__BackingField_1() { return &___U3CyU3Ek__BackingField_1; } inline void set_U3CyU3Ek__BackingField_1(double value) { ___U3CyU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CzU3Ek__BackingField_2() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234, ___U3CzU3Ek__BackingField_2)); } inline double get_U3CzU3Ek__BackingField_2() const { return ___U3CzU3Ek__BackingField_2; } inline double* get_address_of_U3CzU3Ek__BackingField_2() { return &___U3CzU3Ek__BackingField_2; } inline void set_U3CzU3Ek__BackingField_2(double value) { ___U3CzU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CwU3Ek__BackingField_3() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234, ___U3CwU3Ek__BackingField_3)); } inline double get_U3CwU3Ek__BackingField_3() const { return ___U3CwU3Ek__BackingField_3; } inline double* get_address_of_U3CwU3Ek__BackingField_3() { return &___U3CwU3Ek__BackingField_3; } inline void set_U3CwU3Ek__BackingField_3(double value) { ___U3CwU3Ek__BackingField_3 = value; } }; struct Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_StaticFields { public: // o0.Geometry.Quaternion o0.Geometry.Quaternion::k__BackingField Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___U3CIdentityU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CIdentityU3Ek__BackingField_4() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_StaticFields, ___U3CIdentityU3Ek__BackingField_4)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_U3CIdentityU3Ek__BackingField_4() const { return ___U3CIdentityU3Ek__BackingField_4; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_U3CIdentityU3Ek__BackingField_4() { return &___U3CIdentityU3Ek__BackingField_4; } inline void set_U3CIdentityU3Ek__BackingField_4(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___U3CIdentityU3Ek__BackingField_4 = value; } }; // System.Security.Cryptography.RSA struct RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B : public AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F { public: public: }; // System.Security.Cryptography.RSAParameters struct RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 { public: // System.Byte[] System.Security.Cryptography.RSAParameters::Exponent ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Exponent_0; // System.Byte[] System.Security.Cryptography.RSAParameters::Modulus ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Modulus_1; // System.Byte[] System.Security.Cryptography.RSAParameters::P ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___P_2; // System.Byte[] System.Security.Cryptography.RSAParameters::Q ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Q_3; // System.Byte[] System.Security.Cryptography.RSAParameters::DP ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___DP_4; // System.Byte[] System.Security.Cryptography.RSAParameters::DQ ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___DQ_5; // System.Byte[] System.Security.Cryptography.RSAParameters::InverseQ ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___InverseQ_6; // System.Byte[] System.Security.Cryptography.RSAParameters::D ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___D_7; public: inline static int32_t get_offset_of_Exponent_0() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___Exponent_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Exponent_0() const { return ___Exponent_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Exponent_0() { return &___Exponent_0; } inline void set_Exponent_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Exponent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Exponent_0), (void*)value); } inline static int32_t get_offset_of_Modulus_1() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___Modulus_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Modulus_1() const { return ___Modulus_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Modulus_1() { return &___Modulus_1; } inline void set_Modulus_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Modulus_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Modulus_1), (void*)value); } inline static int32_t get_offset_of_P_2() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___P_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_P_2() const { return ___P_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_P_2() { return &___P_2; } inline void set_P_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___P_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_2), (void*)value); } inline static int32_t get_offset_of_Q_3() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___Q_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Q_3() const { return ___Q_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Q_3() { return &___Q_3; } inline void set_Q_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Q_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Q_3), (void*)value); } inline static int32_t get_offset_of_DP_4() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___DP_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_DP_4() const { return ___DP_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_DP_4() { return &___DP_4; } inline void set_DP_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___DP_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DP_4), (void*)value); } inline static int32_t get_offset_of_DQ_5() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___DQ_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_DQ_5() const { return ___DQ_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_DQ_5() { return &___DQ_5; } inline void set_DQ_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___DQ_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DQ_5), (void*)value); } inline static int32_t get_offset_of_InverseQ_6() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___InverseQ_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_InverseQ_6() const { return ___InverseQ_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_InverseQ_6() { return &___InverseQ_6; } inline void set_InverseQ_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___InverseQ_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___InverseQ_6), (void*)value); } inline static int32_t get_offset_of_D_7() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___D_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_D_7() const { return ___D_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_D_7() { return &___D_7; } inline void set_D_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___D_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___D_7), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___Exponent_0; Il2CppSafeArray/*NONE*/* ___Modulus_1; Il2CppSafeArray/*NONE*/* ___P_2; Il2CppSafeArray/*NONE*/* ___Q_3; Il2CppSafeArray/*NONE*/* ___DP_4; Il2CppSafeArray/*NONE*/* ___DQ_5; Il2CppSafeArray/*NONE*/* ___InverseQ_6; Il2CppSafeArray/*NONE*/* ___D_7; }; // Native definition for COM marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28_marshaled_com { Il2CppSafeArray/*NONE*/* ___Exponent_0; Il2CppSafeArray/*NONE*/* ___Modulus_1; Il2CppSafeArray/*NONE*/* ___P_2; Il2CppSafeArray/*NONE*/* ___Q_3; Il2CppSafeArray/*NONE*/* ___DP_4; Il2CppSafeArray/*NONE*/* ___DQ_5; Il2CppSafeArray/*NONE*/* ___InverseQ_6; Il2CppSafeArray/*NONE*/* ___D_7; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest struct RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::H0 int32_t ___H0_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::H1 int32_t ___H1_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::H2 int32_t ___H2_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::H3 int32_t ___H3_8; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::X Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___X_9; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::xOff int32_t ___xOff_10; public: inline static int32_t get_offset_of_H0_5() { return static_cast(offsetof(RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD, ___H0_5)); } inline int32_t get_H0_5() const { return ___H0_5; } inline int32_t* get_address_of_H0_5() { return &___H0_5; } inline void set_H0_5(int32_t value) { ___H0_5 = value; } inline static int32_t get_offset_of_H1_6() { return static_cast(offsetof(RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD, ___H1_6)); } inline int32_t get_H1_6() const { return ___H1_6; } inline int32_t* get_address_of_H1_6() { return &___H1_6; } inline void set_H1_6(int32_t value) { ___H1_6 = value; } inline static int32_t get_offset_of_H2_7() { return static_cast(offsetof(RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD, ___H2_7)); } inline int32_t get_H2_7() const { return ___H2_7; } inline int32_t* get_address_of_H2_7() { return &___H2_7; } inline void set_H2_7(int32_t value) { ___H2_7 = value; } inline static int32_t get_offset_of_H3_8() { return static_cast(offsetof(RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD, ___H3_8)); } inline int32_t get_H3_8() const { return ___H3_8; } inline int32_t* get_address_of_H3_8() { return &___H3_8; } inline void set_H3_8(int32_t value) { ___H3_8 = value; } inline static int32_t get_offset_of_X_9() { return static_cast(offsetof(RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD, ___X_9)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_X_9() const { return ___X_9; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_X_9() { return &___X_9; } inline void set_X_9(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___X_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_9), (void*)value); } inline static int32_t get_offset_of_xOff_10() { return static_cast(offsetof(RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD, ___xOff_10)); } inline int32_t get_xOff_10() const { return ___xOff_10; } inline int32_t* get_address_of_xOff_10() { return &___xOff_10; } inline void set_xOff_10(int32_t value) { ___xOff_10 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest struct RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::H0 int32_t ___H0_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::H1 int32_t ___H1_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::H2 int32_t ___H2_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::H3 int32_t ___H3_8; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::H4 int32_t ___H4_9; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::X Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___X_10; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::xOff int32_t ___xOff_11; public: inline static int32_t get_offset_of_H0_5() { return static_cast(offsetof(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB, ___H0_5)); } inline int32_t get_H0_5() const { return ___H0_5; } inline int32_t* get_address_of_H0_5() { return &___H0_5; } inline void set_H0_5(int32_t value) { ___H0_5 = value; } inline static int32_t get_offset_of_H1_6() { return static_cast(offsetof(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB, ___H1_6)); } inline int32_t get_H1_6() const { return ___H1_6; } inline int32_t* get_address_of_H1_6() { return &___H1_6; } inline void set_H1_6(int32_t value) { ___H1_6 = value; } inline static int32_t get_offset_of_H2_7() { return static_cast(offsetof(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB, ___H2_7)); } inline int32_t get_H2_7() const { return ___H2_7; } inline int32_t* get_address_of_H2_7() { return &___H2_7; } inline void set_H2_7(int32_t value) { ___H2_7 = value; } inline static int32_t get_offset_of_H3_8() { return static_cast(offsetof(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB, ___H3_8)); } inline int32_t get_H3_8() const { return ___H3_8; } inline int32_t* get_address_of_H3_8() { return &___H3_8; } inline void set_H3_8(int32_t value) { ___H3_8 = value; } inline static int32_t get_offset_of_H4_9() { return static_cast(offsetof(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB, ___H4_9)); } inline int32_t get_H4_9() const { return ___H4_9; } inline int32_t* get_address_of_H4_9() { return &___H4_9; } inline void set_H4_9(int32_t value) { ___H4_9 = value; } inline static int32_t get_offset_of_X_10() { return static_cast(offsetof(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB, ___X_10)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_X_10() const { return ___X_10; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_X_10() { return &___X_10; } inline void set_X_10(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___X_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_10), (void*)value); } inline static int32_t get_offset_of_xOff_11() { return static_cast(offsetof(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB, ___xOff_11)); } inline int32_t get_xOff_11() const { return ___xOff_11; } inline int32_t* get_address_of_xOff_11() { return &___xOff_11; } inline void set_xOff_11(int32_t value) { ___xOff_11 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest struct RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::H0 int32_t ___H0_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::H1 int32_t ___H1_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::H2 int32_t ___H2_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::H3 int32_t ___H3_8; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::H4 int32_t ___H4_9; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::H5 int32_t ___H5_10; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::H6 int32_t ___H6_11; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::H7 int32_t ___H7_12; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::X Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___X_13; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::xOff int32_t ___xOff_14; public: inline static int32_t get_offset_of_H0_5() { return static_cast(offsetof(RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019, ___H0_5)); } inline int32_t get_H0_5() const { return ___H0_5; } inline int32_t* get_address_of_H0_5() { return &___H0_5; } inline void set_H0_5(int32_t value) { ___H0_5 = value; } inline static int32_t get_offset_of_H1_6() { return static_cast(offsetof(RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019, ___H1_6)); } inline int32_t get_H1_6() const { return ___H1_6; } inline int32_t* get_address_of_H1_6() { return &___H1_6; } inline void set_H1_6(int32_t value) { ___H1_6 = value; } inline static int32_t get_offset_of_H2_7() { return static_cast(offsetof(RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019, ___H2_7)); } inline int32_t get_H2_7() const { return ___H2_7; } inline int32_t* get_address_of_H2_7() { return &___H2_7; } inline void set_H2_7(int32_t value) { ___H2_7 = value; } inline static int32_t get_offset_of_H3_8() { return static_cast(offsetof(RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019, ___H3_8)); } inline int32_t get_H3_8() const { return ___H3_8; } inline int32_t* get_address_of_H3_8() { return &___H3_8; } inline void set_H3_8(int32_t value) { ___H3_8 = value; } inline static int32_t get_offset_of_H4_9() { return static_cast(offsetof(RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019, ___H4_9)); } inline int32_t get_H4_9() const { return ___H4_9; } inline int32_t* get_address_of_H4_9() { return &___H4_9; } inline void set_H4_9(int32_t value) { ___H4_9 = value; } inline static int32_t get_offset_of_H5_10() { return static_cast(offsetof(RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019, ___H5_10)); } inline int32_t get_H5_10() const { return ___H5_10; } inline int32_t* get_address_of_H5_10() { return &___H5_10; } inline void set_H5_10(int32_t value) { ___H5_10 = value; } inline static int32_t get_offset_of_H6_11() { return static_cast(offsetof(RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019, ___H6_11)); } inline int32_t get_H6_11() const { return ___H6_11; } inline int32_t* get_address_of_H6_11() { return &___H6_11; } inline void set_H6_11(int32_t value) { ___H6_11 = value; } inline static int32_t get_offset_of_H7_12() { return static_cast(offsetof(RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019, ___H7_12)); } inline int32_t get_H7_12() const { return ___H7_12; } inline int32_t* get_address_of_H7_12() { return &___H7_12; } inline void set_H7_12(int32_t value) { ___H7_12 = value; } inline static int32_t get_offset_of_X_13() { return static_cast(offsetof(RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019, ___X_13)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_X_13() const { return ___X_13; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_X_13() { return &___X_13; } inline void set_X_13(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___X_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_13), (void*)value); } inline static int32_t get_offset_of_xOff_14() { return static_cast(offsetof(RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019, ___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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest struct RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::H0 int32_t ___H0_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::H1 int32_t ___H1_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::H2 int32_t ___H2_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::H3 int32_t ___H3_8; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::H4 int32_t ___H4_9; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::H5 int32_t ___H5_10; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::H6 int32_t ___H6_11; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::H7 int32_t ___H7_12; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::H8 int32_t ___H8_13; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::H9 int32_t ___H9_14; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::X Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___X_15; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::xOff int32_t ___xOff_16; public: inline static int32_t get_offset_of_H0_5() { return static_cast(offsetof(RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23, ___H0_5)); } inline int32_t get_H0_5() const { return ___H0_5; } inline int32_t* get_address_of_H0_5() { return &___H0_5; } inline void set_H0_5(int32_t value) { ___H0_5 = value; } inline static int32_t get_offset_of_H1_6() { return static_cast(offsetof(RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23, ___H1_6)); } inline int32_t get_H1_6() const { return ___H1_6; } inline int32_t* get_address_of_H1_6() { return &___H1_6; } inline void set_H1_6(int32_t value) { ___H1_6 = value; } inline static int32_t get_offset_of_H2_7() { return static_cast(offsetof(RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23, ___H2_7)); } inline int32_t get_H2_7() const { return ___H2_7; } inline int32_t* get_address_of_H2_7() { return &___H2_7; } inline void set_H2_7(int32_t value) { ___H2_7 = value; } inline static int32_t get_offset_of_H3_8() { return static_cast(offsetof(RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23, ___H3_8)); } inline int32_t get_H3_8() const { return ___H3_8; } inline int32_t* get_address_of_H3_8() { return &___H3_8; } inline void set_H3_8(int32_t value) { ___H3_8 = value; } inline static int32_t get_offset_of_H4_9() { return static_cast(offsetof(RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23, ___H4_9)); } inline int32_t get_H4_9() const { return ___H4_9; } inline int32_t* get_address_of_H4_9() { return &___H4_9; } inline void set_H4_9(int32_t value) { ___H4_9 = value; } inline static int32_t get_offset_of_H5_10() { return static_cast(offsetof(RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23, ___H5_10)); } inline int32_t get_H5_10() const { return ___H5_10; } inline int32_t* get_address_of_H5_10() { return &___H5_10; } inline void set_H5_10(int32_t value) { ___H5_10 = value; } inline static int32_t get_offset_of_H6_11() { return static_cast(offsetof(RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23, ___H6_11)); } inline int32_t get_H6_11() const { return ___H6_11; } inline int32_t* get_address_of_H6_11() { return &___H6_11; } inline void set_H6_11(int32_t value) { ___H6_11 = value; } inline static int32_t get_offset_of_H7_12() { return static_cast(offsetof(RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23, ___H7_12)); } inline int32_t get_H7_12() const { return ___H7_12; } inline int32_t* get_address_of_H7_12() { return &___H7_12; } inline void set_H7_12(int32_t value) { ___H7_12 = value; } inline static int32_t get_offset_of_H8_13() { return static_cast(offsetof(RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23, ___H8_13)); } inline int32_t get_H8_13() const { return ___H8_13; } inline int32_t* get_address_of_H8_13() { return &___H8_13; } inline void set_H8_13(int32_t value) { ___H8_13 = value; } inline static int32_t get_offset_of_H9_14() { return static_cast(offsetof(RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23, ___H9_14)); } inline int32_t get_H9_14() const { return ___H9_14; } inline int32_t* get_address_of_H9_14() { return &___H9_14; } inline void set_H9_14(int32_t value) { ___H9_14 = value; } inline static int32_t get_offset_of_X_15() { return static_cast(offsetof(RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23, ___X_15)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_X_15() const { return ___X_15; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_X_15() { return &___X_15; } inline void set_X_15(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___X_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_15), (void*)value); } inline static int32_t get_offset_of_xOff_16() { return static_cast(offsetof(RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23, ___xOff_16)); } inline int32_t get_xOff_16() const { return ___xOff_16; } inline int32_t* get_address_of_xOff_16() { return &___xOff_16; } inline void set_xOff_16(int32_t value) { ___xOff_16 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters struct RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters::modulus BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___modulus_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters::exponent BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___exponent_3; public: inline static int32_t get_offset_of_modulus_2() { return static_cast(offsetof(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801, ___modulus_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_modulus_2() const { return ___modulus_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_modulus_2() { return &___modulus_2; } inline void set_modulus_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___modulus_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___modulus_2), (void*)value); } inline static int32_t get_offset_of_exponent_3() { return static_cast(offsetof(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801, ___exponent_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_exponent_3() const { return ___exponent_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_exponent_3() { return &___exponent_3; } inline void set_exponent_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___exponent_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___exponent_3), (void*)value); } }; struct RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters::SmallPrimesProduct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___SmallPrimesProduct_1; public: inline static int32_t get_offset_of_SmallPrimesProduct_1() { return static_cast(offsetof(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_StaticFields, ___SmallPrimesProduct_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_SmallPrimesProduct_1() const { return ___SmallPrimesProduct_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_SmallPrimesProduct_1() { return &___SmallPrimesProduct_1; } inline void set_SmallPrimesProduct_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___SmallPrimesProduct_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___SmallPrimesProduct_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure struct RsaPrivateKeyStructure_tEBAF070C7C3370B960215F537F3B94B693B66D25 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure::modulus BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___modulus_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure::publicExponent BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___publicExponent_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure::privateExponent BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___privateExponent_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure::prime1 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___prime1_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure::prime2 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___prime2_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure::exponent1 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___exponent1_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure::exponent2 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___exponent2_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure::coefficient BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___coefficient_9; public: inline static int32_t get_offset_of_modulus_2() { return static_cast(offsetof(RsaPrivateKeyStructure_tEBAF070C7C3370B960215F537F3B94B693B66D25, ___modulus_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_modulus_2() const { return ___modulus_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_modulus_2() { return &___modulus_2; } inline void set_modulus_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___modulus_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___modulus_2), (void*)value); } inline static int32_t get_offset_of_publicExponent_3() { return static_cast(offsetof(RsaPrivateKeyStructure_tEBAF070C7C3370B960215F537F3B94B693B66D25, ___publicExponent_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_publicExponent_3() const { return ___publicExponent_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_publicExponent_3() { return &___publicExponent_3; } inline void set_publicExponent_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___publicExponent_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicExponent_3), (void*)value); } inline static int32_t get_offset_of_privateExponent_4() { return static_cast(offsetof(RsaPrivateKeyStructure_tEBAF070C7C3370B960215F537F3B94B693B66D25, ___privateExponent_4)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_privateExponent_4() const { return ___privateExponent_4; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_privateExponent_4() { return &___privateExponent_4; } inline void set_privateExponent_4(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___privateExponent_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateExponent_4), (void*)value); } inline static int32_t get_offset_of_prime1_5() { return static_cast(offsetof(RsaPrivateKeyStructure_tEBAF070C7C3370B960215F537F3B94B693B66D25, ___prime1_5)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_prime1_5() const { return ___prime1_5; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_prime1_5() { return &___prime1_5; } inline void set_prime1_5(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___prime1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___prime1_5), (void*)value); } inline static int32_t get_offset_of_prime2_6() { return static_cast(offsetof(RsaPrivateKeyStructure_tEBAF070C7C3370B960215F537F3B94B693B66D25, ___prime2_6)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_prime2_6() const { return ___prime2_6; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_prime2_6() { return &___prime2_6; } inline void set_prime2_6(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___prime2_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___prime2_6), (void*)value); } inline static int32_t get_offset_of_exponent1_7() { return static_cast(offsetof(RsaPrivateKeyStructure_tEBAF070C7C3370B960215F537F3B94B693B66D25, ___exponent1_7)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_exponent1_7() const { return ___exponent1_7; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_exponent1_7() { return &___exponent1_7; } inline void set_exponent1_7(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___exponent1_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___exponent1_7), (void*)value); } inline static int32_t get_offset_of_exponent2_8() { return static_cast(offsetof(RsaPrivateKeyStructure_tEBAF070C7C3370B960215F537F3B94B693B66D25, ___exponent2_8)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_exponent2_8() const { return ___exponent2_8; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_exponent2_8() { return &___exponent2_8; } inline void set_exponent2_8(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___exponent2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___exponent2_8), (void*)value); } inline static int32_t get_offset_of_coefficient_9() { return static_cast(offsetof(RsaPrivateKeyStructure_tEBAF070C7C3370B960215F537F3B94B693B66D25, ___coefficient_9)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_coefficient_9() const { return ___coefficient_9; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_coefficient_9() { return &___coefficient_9; } inline void set_coefficient_9(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___coefficient_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___coefficient_9), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SM3Digest struct SM3Digest_t9802824E7E114C596151E84635AF5775CCBEF23E : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SM3Digest::V UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___V_6; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SM3Digest::inwords UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___inwords_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SM3Digest::xOff int32_t ___xOff_8; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SM3Digest::W UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___W_9; public: inline static int32_t get_offset_of_V_6() { return static_cast(offsetof(SM3Digest_t9802824E7E114C596151E84635AF5775CCBEF23E, ___V_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_V_6() const { return ___V_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_V_6() { return &___V_6; } inline void set_V_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___V_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___V_6), (void*)value); } inline static int32_t get_offset_of_inwords_7() { return static_cast(offsetof(SM3Digest_t9802824E7E114C596151E84635AF5775CCBEF23E, ___inwords_7)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_inwords_7() const { return ___inwords_7; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_inwords_7() { return &___inwords_7; } inline void set_inwords_7(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___inwords_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___inwords_7), (void*)value); } inline static int32_t get_offset_of_xOff_8() { return static_cast(offsetof(SM3Digest_t9802824E7E114C596151E84635AF5775CCBEF23E, ___xOff_8)); } inline int32_t get_xOff_8() const { return ___xOff_8; } inline int32_t* get_address_of_xOff_8() { return &___xOff_8; } inline void set_xOff_8(int32_t value) { ___xOff_8 = value; } inline static int32_t get_offset_of_W_9() { return static_cast(offsetof(SM3Digest_t9802824E7E114C596151E84635AF5775CCBEF23E, ___W_9)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_W_9() const { return ___W_9; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_W_9() { return &___W_9; } inline void set_W_9(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___W_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___W_9), (void*)value); } }; struct SM3Digest_t9802824E7E114C596151E84635AF5775CCBEF23E_StaticFields { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SM3Digest::T UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___T_10; public: inline static int32_t get_offset_of_T_10() { return static_cast(offsetof(SM3Digest_t9802824E7E114C596151E84635AF5775CCBEF23E_StaticFields, ___T_10)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_T_10() const { return ___T_10; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_T_10() { return &___T_10; } inline void set_T_10(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___T_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___T_10), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 : public Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::generator RuntimeObject* ___generator_5; public: inline static int32_t get_offset_of_generator_5() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28, ___generator_5)); } inline RuntimeObject* get_generator_5() const { return ___generator_5; } inline RuntimeObject** get_address_of_generator_5() { return &___generator_5; } inline void set_generator_5(RuntimeObject* value) { ___generator_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___generator_5), (void*)value); } }; struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields { public: // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::counter int64_t ___counter_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::master SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___master_4; // System.Double BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::DoubleScale double ___DoubleScale_6; public: inline static int32_t get_offset_of_counter_3() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___counter_3)); } inline int64_t get_counter_3() const { return ___counter_3; } inline int64_t* get_address_of_counter_3() { return &___counter_3; } inline void set_counter_3(int64_t value) { ___counter_3 = value; } inline static int32_t get_offset_of_master_4() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___master_4)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_master_4() const { return ___master_4; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_master_4() { return &___master_4; } inline void set_master_4(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___master_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___master_4), (void*)value); } inline static int32_t get_offset_of_DoubleScale_6() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___DoubleScale_6)); } inline double get_DoubleScale_6() const { return ___DoubleScale_6; } inline double* get_address_of_DoubleScale_6() { return &___DoubleScale_6; } inline void set_DoubleScale_6(double value) { ___DoubleScale_6 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest struct Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H1 uint32_t ___H1_5; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H2 uint32_t ___H2_6; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H3 uint32_t ___H3_7; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H4 uint32_t ___H4_8; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H5 uint32_t ___H5_9; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::X UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___X_10; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::xOff int32_t ___xOff_11; public: inline static int32_t get_offset_of_H1_5() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H1_5)); } inline uint32_t get_H1_5() const { return ___H1_5; } inline uint32_t* get_address_of_H1_5() { return &___H1_5; } inline void set_H1_5(uint32_t value) { ___H1_5 = value; } inline static int32_t get_offset_of_H2_6() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H2_6)); } inline uint32_t get_H2_6() const { return ___H2_6; } inline uint32_t* get_address_of_H2_6() { return &___H2_6; } inline void set_H2_6(uint32_t value) { ___H2_6 = value; } inline static int32_t get_offset_of_H3_7() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H3_7)); } inline uint32_t get_H3_7() const { return ___H3_7; } inline uint32_t* get_address_of_H3_7() { return &___H3_7; } inline void set_H3_7(uint32_t value) { ___H3_7 = value; } inline static int32_t get_offset_of_H4_8() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H4_8)); } inline uint32_t get_H4_8() const { return ___H4_8; } inline uint32_t* get_address_of_H4_8() { return &___H4_8; } inline void set_H4_8(uint32_t value) { ___H4_8 = value; } inline static int32_t get_offset_of_H5_9() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H5_9)); } inline uint32_t get_H5_9() const { return ___H5_9; } inline uint32_t* get_address_of_H5_9() { return &___H5_9; } inline void set_H5_9(uint32_t value) { ___H5_9 = value; } inline static int32_t get_offset_of_X_10() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___X_10)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_X_10() const { return ___X_10; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_X_10() { return &___X_10; } inline void set_X_10(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___X_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_10), (void*)value); } inline static int32_t get_offset_of_xOff_11() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___xOff_11)); } inline int32_t get_xOff_11() const { return ___xOff_11; } inline int32_t* get_address_of_xOff_11() { return &___xOff_11; } inline void set_xOff_11(int32_t value) { ___xOff_11 = value; } }; // 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: }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E { public: // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_SelectedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; public: inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_HighlightedSprite_0)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; } inline void set_m_HighlightedSprite_0(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_HighlightedSprite_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HighlightedSprite_0), (void*)value); } inline static int32_t get_offset_of_m_PressedSprite_1() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_PressedSprite_1)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; } inline void set_m_PressedSprite_1(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_PressedSprite_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PressedSprite_1), (void*)value); } inline static int32_t get_offset_of_m_SelectedSprite_2() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_SelectedSprite_2)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_SelectedSprite_2() const { return ___m_SelectedSprite_2; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_SelectedSprite_2() { return &___m_SelectedSprite_2; } inline void set_m_SelectedSprite_2(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_SelectedSprite_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectedSprite_2), (void*)value); } inline static int32_t get_offset_of_m_DisabledSprite_3() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_DisabledSprite_3)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_DisabledSprite_3() const { return ___m_DisabledSprite_3; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_DisabledSprite_3() { return &___m_DisabledSprite_3; } inline void set_m_DisabledSprite_3(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_DisabledSprite_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisabledSprite_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_pinvoke { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_com { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // UnityEngine.Events.UnityEvent struct UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 : public UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB { public: // System.Object[] UnityEngine.Events.UnityEvent::m_InvokeArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4, ___m_InvokeArray_3)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; } inline void set_m_InvokeArray_3(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_InvokeArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value); } }; // 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.Extensions.WWWAuthenticateHeaderParser struct WWWAuthenticateHeaderParser_t846210CA09DE58583B3C08379660E7C5F4D78BD3 : public KeyValuePairList_tFB05264C65689BEB0A93912EE115844C33E3FF0F { public: 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.X509CertificateStructure struct X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::tbsCert TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * ___tbsCert_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::sigAlgID AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___sigAlgID_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::sig DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___sig_4; public: inline static int32_t get_offset_of_tbsCert_2() { return static_cast(offsetof(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1, ___tbsCert_2)); } inline TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * get_tbsCert_2() const { return ___tbsCert_2; } inline TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 ** get_address_of_tbsCert_2() { return &___tbsCert_2; } inline void set_tbsCert_2(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * value) { ___tbsCert_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tbsCert_2), (void*)value); } inline static int32_t get_offset_of_sigAlgID_3() { return static_cast(offsetof(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1, ___sigAlgID_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_sigAlgID_3() const { return ___sigAlgID_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_sigAlgID_3() { return &___sigAlgID_3; } inline void set_sigAlgID_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___sigAlgID_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigAlgID_3), (void*)value); } inline static int32_t get_offset_of_sig_4() { return static_cast(offsetof(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1, ___sig_4)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_sig_4() const { return ___sig_4; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_sig_4() { return &___sig_4; } inline void set_sig_4(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___sig_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sig_4), (void*)value); } }; // /__StaticArrayInitTypeSize=1024 struct __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665__padding[1024]; }; public: }; // /__StaticArrayInitTypeSize=112 struct __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542__padding[112]; }; public: }; // /__StaticArrayInitTypeSize=1152 struct __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F__padding[1152]; }; public: }; // /__StaticArrayInitTypeSize=116 struct __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9__padding[116]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=120 struct __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A__padding[120]; }; public: }; // /__StaticArrayInitTypeSize=124 struct __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451__padding[124]; }; public: }; // /__StaticArrayInitTypeSize=128 struct __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C__padding[128]; }; public: }; // /__StaticArrayInitTypeSize=16 struct __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66__padding[16]; }; public: }; // /__StaticArrayInitTypeSize=160 struct __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27__padding[160]; }; public: }; // /__StaticArrayInitTypeSize=19 struct __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4__padding[19]; }; public: }; // /__StaticArrayInitTypeSize=192 struct __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D__padding[192]; }; public: }; // /__StaticArrayInitTypeSize=20 struct __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598__padding[20]; }; public: }; // /__StaticArrayInitTypeSize=2048 struct __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E__padding[2048]; }; public: }; // /__StaticArrayInitTypeSize=24 struct __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2__padding[24]; }; public: }; // /__StaticArrayInitTypeSize=256 struct __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449__padding[256]; }; public: }; // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30__padding[28]; }; public: }; // /__StaticArrayInitTypeSize=3 struct __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F__padding[3]; }; public: }; // /__StaticArrayInitTypeSize=30 struct __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306__padding[30]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=36 struct __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1__padding[36]; }; public: }; // /__StaticArrayInitTypeSize=38 struct __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92__padding[38]; }; public: }; // /__StaticArrayInitTypeSize=384 struct __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E__padding[384]; }; public: }; // /__StaticArrayInitTypeSize=40 struct __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F__padding[40]; }; public: }; // /__StaticArrayInitTypeSize=404 struct __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333__padding[404]; }; public: }; // /__StaticArrayInitTypeSize=4096 struct __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5__padding[4096]; }; public: }; // /__StaticArrayInitTypeSize=44 struct __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5__padding[44]; }; public: }; // /__StaticArrayInitTypeSize=48 struct __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7__padding[48]; }; public: }; // /__StaticArrayInitTypeSize=5 struct __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9__padding[5]; }; public: }; // /__StaticArrayInitTypeSize=511 struct __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3__padding[511]; }; public: }; // /__StaticArrayInitTypeSize=512 struct __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE__padding[512]; }; public: }; // /__StaticArrayInitTypeSize=56 struct __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186__padding[56]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=6144 struct __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD__padding[6144]; }; public: }; // /__StaticArrayInitTypeSize=64 struct __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C__padding[64]; }; public: }; // /__StaticArrayInitTypeSize=640 struct __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517__padding[640]; }; public: }; // /__StaticArrayInitTypeSize=68 struct __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F__padding[68]; }; public: }; // /__StaticArrayInitTypeSize=72 struct __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489__padding[72]; }; public: }; // /__StaticArrayInitTypeSize=76 struct __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823__padding[76]; }; public: }; // /__StaticArrayInitTypeSize=96 struct __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5__padding[96]; }; public: }; // System.ValueTuple`2 struct ValueTuple_2_tED99005EBBF29E55290BEF1B5F6F0DF89ACA43C8 { public: // T1 System.ValueTuple`2::Item1 int32_t ___Item1_0; // T2 System.ValueTuple`2::Item2 Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_tED99005EBBF29E55290BEF1B5F6F0DF89ACA43C8, ___Item1_0)); } inline int32_t get_Item1_0() const { return ___Item1_0; } inline int32_t* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(int32_t value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_tED99005EBBF29E55290BEF1B5F6F0DF89ACA43C8, ___Item2_1)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_Item2_1() const { return ___Item2_1; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___Item2_1 = value; } }; // struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields { public: // /__StaticArrayInitTypeSize=20 ::02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; // /__StaticArrayInitTypeSize=1024 ::037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; // /__StaticArrayInitTypeSize=3 ::039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81 __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; // /__StaticArrayInitTypeSize=128 ::04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; // /__StaticArrayInitTypeSize=160 ::064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5 __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; // /__StaticArrayInitTypeSize=68 ::07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; // /__StaticArrayInitTypeSize=56 ::07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; // /__StaticArrayInitTypeSize=5 ::08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; // /__StaticArrayInitTypeSize=20 ::0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; // /__StaticArrayInitTypeSize=6 ::0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; // /__StaticArrayInitTypeSize=72 ::0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; // /__StaticArrayInitTypeSize=56 ::0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; // /__StaticArrayInitTypeSize=256 ::0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; // /__StaticArrayInitTypeSize=1024 ::0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; // /__StaticArrayInitTypeSize=256 ::0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; // /__StaticArrayInitTypeSize=128 ::10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; // /__StaticArrayInitTypeSize=19 ::111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15 __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; // /__StaticArrayInitTypeSize=64 ::120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; // /__StaticArrayInitTypeSize=640 ::125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293 __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; // /__StaticArrayInitTypeSize=12 ::12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; // /__StaticArrayInitTypeSize=12 ::1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; // /__StaticArrayInitTypeSize=2048 ::13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; // /__StaticArrayInitTypeSize=12 ::141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; // /__StaticArrayInitTypeSize=32 ::14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; // /__StaticArrayInitTypeSize=256 ::14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; // /__StaticArrayInitTypeSize=56 ::16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; // /__StaticArrayInitTypeSize=256 ::1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; // /__StaticArrayInitTypeSize=1024 ::1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; // /__StaticArrayInitTypeSize=64 ::1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; // /__StaticArrayInitTypeSize=16 ::1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; // /__StaticArrayInitTypeSize=1024 ::1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; // /__StaticArrayInitTypeSize=32 ::1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; // /__StaticArrayInitTypeSize=12 ::1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; // /__StaticArrayInitTypeSize=12 ::1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; // /__StaticArrayInitTypeSize=16 ::20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; // System.Int32 ::21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B int32_t ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; // /__StaticArrayInitTypeSize=128 ::2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; // /__StaticArrayInitTypeSize=1024 ::23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; // /__StaticArrayInitTypeSize=12 ::241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; // System.Int64 ::24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684 int64_t ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; // /__StaticArrayInitTypeSize=16 ::24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; // /__StaticArrayInitTypeSize=256 ::252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; // /__StaticArrayInitTypeSize=40 ::265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; // /__StaticArrayInitTypeSize=72 ::27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; // /__StaticArrayInitTypeSize=1024 ::2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; // /__StaticArrayInitTypeSize=2048 ::2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; // /__StaticArrayInitTypeSize=64 ::2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; // /__StaticArrayInitTypeSize=16 ::2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; // /__StaticArrayInitTypeSize=64 ::2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; // /__StaticArrayInitTypeSize=68 ::2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; // /__StaticArrayInitTypeSize=32 ::2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; // /__StaticArrayInitTypeSize=32 ::2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; // /__StaticArrayInitTypeSize=64 ::301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; // /__StaticArrayInitTypeSize=1024 ::304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; // /__StaticArrayInitTypeSize=128 ::3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; // /__StaticArrayInitTypeSize=1024 ::31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; // /__StaticArrayInitTypeSize=256 ::325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; // /__StaticArrayInitTypeSize=48 ::343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; // /__StaticArrayInitTypeSize=12 ::356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; // /__StaticArrayInitTypeSize=12 ::36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; // /__StaticArrayInitTypeSize=511 ::360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122 __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; // /__StaticArrayInitTypeSize=1152 ::36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38 __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; // /__StaticArrayInitTypeSize=12 ::3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; // /__StaticArrayInitTypeSize=24 ::394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; // /__StaticArrayInitTypeSize=40 ::3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; // /__StaticArrayInitTypeSize=28 ::3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; // /__StaticArrayInitTypeSize=64 ::3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; // /__StaticArrayInitTypeSize=512 ::3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; // /__StaticArrayInitTypeSize=2048 ::3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; // /__StaticArrayInitTypeSize=512 ::3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; // /__StaticArrayInitTypeSize=1024 ::3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; // /__StaticArrayInitTypeSize=16 ::3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; // /__StaticArrayInitTypeSize=44 ::405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0 __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; // /__StaticArrayInitTypeSize=256 ::40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; // /__StaticArrayInitTypeSize=1024 ::427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; // /__StaticArrayInitTypeSize=256 ::42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; // /__StaticArrayInitTypeSize=128 ::439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; // /__StaticArrayInitTypeSize=12 ::43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; // /__StaticArrayInitTypeSize=24 ::43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; // /__StaticArrayInitTypeSize=1024 ::463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; // /__StaticArrayInitTypeSize=24 ::4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; // /__StaticArrayInitTypeSize=256 ::4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; // /__StaticArrayInitTypeSize=64 ::490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; // /__StaticArrayInitTypeSize=12 ::4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; // /__StaticArrayInitTypeSize=12 ::49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; // /__StaticArrayInitTypeSize=12 ::49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; // /__StaticArrayInitTypeSize=32 ::4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; // /__StaticArrayInitTypeSize=24 ::4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; // /__StaticArrayInitTypeSize=256 ::4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; // /__StaticArrayInitTypeSize=12 ::4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; // /__StaticArrayInitTypeSize=256 ::4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; // /__StaticArrayInitTypeSize=12 ::4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; // /__StaticArrayInitTypeSize=16 ::507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; // /__StaticArrayInitTypeSize=20 ::513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; // /__StaticArrayInitTypeSize=12 ::5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; // /__StaticArrayInitTypeSize=2048 ::542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; // /__StaticArrayInitTypeSize=256 ::55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; // /__StaticArrayInitTypeSize=12 ::55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; // /__StaticArrayInitTypeSize=1024 ::5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; // /__StaticArrayInitTypeSize=256 ::58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; // /__StaticArrayInitTypeSize=2048 ::586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; // /__StaticArrayInitTypeSize=120 ::5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; // /__StaticArrayInitTypeSize=12 ::59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; // /__StaticArrayInitTypeSize=32 ::5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; // /__StaticArrayInitTypeSize=12 ::5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; // /__StaticArrayInitTypeSize=40 ::5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; // /__StaticArrayInitTypeSize=1024 ::5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; // /__StaticArrayInitTypeSize=384 ::5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7 __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; // /__StaticArrayInitTypeSize=124 ::5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; // /__StaticArrayInitTypeSize=36 ::5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0 __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; // /__StaticArrayInitTypeSize=32 ::5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; // /__StaticArrayInitTypeSize=28 ::5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; // /__StaticArrayInitTypeSize=124 ::61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1 __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; // /__StaticArrayInitTypeSize=48 ::6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; // /__StaticArrayInitTypeSize=1024 ::624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; // /__StaticArrayInitTypeSize=64 ::62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; // /__StaticArrayInitTypeSize=64 ::663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; // /__StaticArrayInitTypeSize=48 ::6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; // /__StaticArrayInitTypeSize=12 ::684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; // /__StaticArrayInitTypeSize=32 ::6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; // /__StaticArrayInitTypeSize=40 ::6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; // /__StaticArrayInitTypeSize=64 ::6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; // /__StaticArrayInitTypeSize=24 ::6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; // /__StaticArrayInitTypeSize=12 ::6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; // /__StaticArrayInitTypeSize=64 ::6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; // /__StaticArrayInitTypeSize=16 ::6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; // /__StaticArrayInitTypeSize=28 ::6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; // /__StaticArrayInitTypeSize=12 ::7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; // /__StaticArrayInitTypeSize=16 ::712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; // /__StaticArrayInitTypeSize=256 ::715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; // System.Int32 ::72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D int32_t ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; // /__StaticArrayInitTypeSize=256 ::74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; // /__StaticArrayInitTypeSize=64 ::7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; // /__StaticArrayInitTypeSize=12 ::76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; // /__StaticArrayInitTypeSize=12 ::7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; // /__StaticArrayInitTypeSize=12 ::7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; // /__StaticArrayInitTypeSize=12 ::78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; // /__StaticArrayInitTypeSize=24 ::78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; // /__StaticArrayInitTypeSize=512 ::7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; // /__StaticArrayInitTypeSize=68 ::79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; // /__StaticArrayInitTypeSize=12 ::7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; // /__StaticArrayInitTypeSize=16 ::7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; // /__StaticArrayInitTypeSize=64 ::7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; // /__StaticArrayInitTypeSize=30 ::7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37 __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; // /__StaticArrayInitTypeSize=116 ::7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; // /__StaticArrayInitTypeSize=64 ::7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; // System.Int32 ::7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3 int32_t ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; // /__StaticArrayInitTypeSize=12 ::7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; // /__StaticArrayInitTypeSize=20 ::81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; // /__StaticArrayInitTypeSize=512 ::8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; // /__StaticArrayInitTypeSize=32 ::83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; // /__StaticArrayInitTypeSize=512 ::84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; // /__StaticArrayInitTypeSize=1024 ::85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; // /__StaticArrayInitTypeSize=12 ::8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; // /__StaticArrayInitTypeSize=48 ::86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; // /__StaticArrayInitTypeSize=16 ::874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; // /__StaticArrayInitTypeSize=12 ::88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; // /__StaticArrayInitTypeSize=128 ::896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; // /__StaticArrayInitTypeSize=6144 ::8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095 __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; // /__StaticArrayInitTypeSize=1024 ::8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; // /__StaticArrayInitTypeSize=12 ::8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; // /__StaticArrayInitTypeSize=256 ::8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; // System.Int32 ::8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E int32_t ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; // /__StaticArrayInitTypeSize=12 ::8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; // /__StaticArrayInitTypeSize=76 ::8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; // /__StaticArrayInitTypeSize=1024 ::910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; // /__StaticArrayInitTypeSize=256 ::93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; // /__StaticArrayInitTypeSize=120 ::9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; // /__StaticArrayInitTypeSize=12 ::960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; // /__StaticArrayInitTypeSize=20 ::9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; // /__StaticArrayInitTypeSize=40 ::96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; // /__StaticArrayInitTypeSize=20 ::96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; // /__StaticArrayInitTypeSize=64 ::971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; // /__StaticArrayInitTypeSize=12 ::97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; // /__StaticArrayInitTypeSize=1024 ::97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; // /__StaticArrayInitTypeSize=40 ::97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; // /__StaticArrayInitTypeSize=256 ::9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; // /__StaticArrayInitTypeSize=1024 ::99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; // /__StaticArrayInitTypeSize=256 ::99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; // /__StaticArrayInitTypeSize=512 ::9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; // /__StaticArrayInitTypeSize=32 ::9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; // /__StaticArrayInitTypeSize=1024 ::9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; // /__StaticArrayInitTypeSize=32 ::9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; // /__StaticArrayInitTypeSize=48 ::9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; // /__StaticArrayInitTypeSize=12 ::9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; // /__StaticArrayInitTypeSize=256 ::9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; // /__StaticArrayInitTypeSize=12 ::9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; // /__StaticArrayInitTypeSize=28 ::9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; // /__StaticArrayInitTypeSize=12 ::9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; // /__StaticArrayInitTypeSize=32 ::9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; // /__StaticArrayInitTypeSize=16 ::9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; // /__StaticArrayInitTypeSize=32 ::A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; // /__StaticArrayInitTypeSize=64 ::A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; // /__StaticArrayInitTypeSize=64 ::A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; // /__StaticArrayInitTypeSize=12 ::A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; // /__StaticArrayInitTypeSize=38 ::A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689 __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; // /__StaticArrayInitTypeSize=128 ::A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; // /__StaticArrayInitTypeSize=64 ::A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; // /__StaticArrayInitTypeSize=12 ::A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; // /__StaticArrayInitTypeSize=16 ::A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; // /__StaticArrayInitTypeSize=12 ::A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; // System.Int32 ::A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC int32_t ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; // /__StaticArrayInitTypeSize=1024 ::AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; // /__StaticArrayInitTypeSize=56 ::AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; // /__StaticArrayInitTypeSize=1024 ::AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; // /__StaticArrayInitTypeSize=2048 ::AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; // /__StaticArrayInitTypeSize=12 ::AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; // /__StaticArrayInitTypeSize=24 ::ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; // /__StaticArrayInitTypeSize=32 ::AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; // /__StaticArrayInitTypeSize=40 ::B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; // /__StaticArrayInitTypeSize=12 ::B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; // /__StaticArrayInitTypeSize=16 ::B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; // /__StaticArrayInitTypeSize=120 ::B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; // /__StaticArrayInitTypeSize=12 ::B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; // /__StaticArrayInitTypeSize=12 ::B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; // /__StaticArrayInitTypeSize=64 ::B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; // /__StaticArrayInitTypeSize=12 ::B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; // /__StaticArrayInitTypeSize=24 ::B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; // /__StaticArrayInitTypeSize=20 ::B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; // /__StaticArrayInitTypeSize=256 ::B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; // /__StaticArrayInitTypeSize=12 ::B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; // /__StaticArrayInitTypeSize=36 ::B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; // /__StaticArrayInitTypeSize=36 ::B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; // /__StaticArrayInitTypeSize=16 ::B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; // /__StaticArrayInitTypeSize=12 ::B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; // System.Int32 ::B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92 int32_t ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; // /__StaticArrayInitTypeSize=64 ::B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; // /__StaticArrayInitTypeSize=256 ::B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; // /__StaticArrayInitTypeSize=40 ::BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; // /__StaticArrayInitTypeSize=1024 ::BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; // /__StaticArrayInitTypeSize=12 ::BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; // /__StaticArrayInitTypeSize=32 ::BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; // System.Int32 ::BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A int32_t ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; // /__StaticArrayInitTypeSize=96 ::BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381 __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; // /__StaticArrayInitTypeSize=1024 ::BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; // /__StaticArrayInitTypeSize=12 ::BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; // /__StaticArrayInitTypeSize=12 ::BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; // /__StaticArrayInitTypeSize=192 ::C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; // /__StaticArrayInitTypeSize=20 ::C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; // /__StaticArrayInitTypeSize=76 ::C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; // /__StaticArrayInitTypeSize=1024 ::C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; // /__StaticArrayInitTypeSize=256 ::C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; // /__StaticArrayInitTypeSize=1024 ::C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; // /__StaticArrayInitTypeSize=2048 ::C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; // /__StaticArrayInitTypeSize=32 ::C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; // /__StaticArrayInitTypeSize=12 ::C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; // System.Int32 ::C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900 int32_t ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; // /__StaticArrayInitTypeSize=12 ::C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; // /__StaticArrayInitTypeSize=112 ::C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82 __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; // /__StaticArrayInitTypeSize=1024 ::C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; // /__StaticArrayInitTypeSize=64 ::C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; // /__StaticArrayInitTypeSize=32 ::C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; // /__StaticArrayInitTypeSize=96 ::CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; // /__StaticArrayInitTypeSize=512 ::CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; // /__StaticArrayInitTypeSize=12 ::CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; // /__StaticArrayInitTypeSize=2048 ::CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; // /__StaticArrayInitTypeSize=32 ::CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; // /__StaticArrayInitTypeSize=68 ::CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; // /__StaticArrayInitTypeSize=32 ::D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; // /__StaticArrayInitTypeSize=12 ::D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; // /__StaticArrayInitTypeSize=2048 ::D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; // /__StaticArrayInitTypeSize=12 ::D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; // /__StaticArrayInitTypeSize=40 ::D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; // /__StaticArrayInitTypeSize=12 ::D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; // /__StaticArrayInitTypeSize=56 ::D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; // /__StaticArrayInitTypeSize=12 ::DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; // /__StaticArrayInitTypeSize=64 ::DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; // /__StaticArrayInitTypeSize=24 ::DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; // /__StaticArrayInitTypeSize=64 ::DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; // /__StaticArrayInitTypeSize=12 ::DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; // System.Int32 ::DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB int32_t ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; // /__StaticArrayInitTypeSize=64 ::DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; // /__StaticArrayInitTypeSize=128 ::DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; // /__StaticArrayInitTypeSize=12 ::DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; // /__StaticArrayInitTypeSize=4096 ::E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8 __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; // /__StaticArrayInitTypeSize=12 ::E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; // System.Int64 ::E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749 int64_t ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; // /__StaticArrayInitTypeSize=64 ::E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; // /__StaticArrayInitTypeSize=16 ::E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; // /__StaticArrayInitTypeSize=12 ::E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; // /__StaticArrayInitTypeSize=64 ::E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; // /__StaticArrayInitTypeSize=2048 ::E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; // /__StaticArrayInitTypeSize=2048 ::E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; // /__StaticArrayInitTypeSize=256 ::E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; // /__StaticArrayInitTypeSize=28 ::E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; // /__StaticArrayInitTypeSize=12 ::E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; // /__StaticArrayInitTypeSize=5 ::E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; // /__StaticArrayInitTypeSize=1024 ::E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; // /__StaticArrayInitTypeSize=12 ::EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; // System.Int32 ::EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A int32_t ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; // /__StaticArrayInitTypeSize=1024 ::EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; // /__StaticArrayInitTypeSize=40 ::ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; // /__StaticArrayInitTypeSize=1024 ::EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; // /__StaticArrayInitTypeSize=256 ::EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; // /__StaticArrayInitTypeSize=16 ::EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; // /__StaticArrayInitTypeSize=12 ::F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; // /__StaticArrayInitTypeSize=404 ::F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7 __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; // /__StaticArrayInitTypeSize=64 ::F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; // /__StaticArrayInitTypeSize=116 ::F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842 __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; // /__StaticArrayInitTypeSize=192 ::F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; // /__StaticArrayInitTypeSize=256 ::F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; // /__StaticArrayInitTypeSize=64 ::F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; // /__StaticArrayInitTypeSize=72 ::FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; // /__StaticArrayInitTypeSize=12 ::FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; // /__StaticArrayInitTypeSize=32 ::FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; // /__StaticArrayInitTypeSize=256 ::FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; // /__StaticArrayInitTypeSize=16 ::FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; // /__StaticArrayInitTypeSize=2048 ::FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; // /__StaticArrayInitTypeSize=12 ::FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; // /__StaticArrayInitTypeSize=120 ::FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; // /__StaticArrayInitTypeSize=16 ::FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; // /__StaticArrayInitTypeSize=32 ::FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; // /__StaticArrayInitTypeSize=128 ::FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; // /__StaticArrayInitTypeSize=16 ::FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; public: inline static int32_t get_offset_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() const { return ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return &___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline void set_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0 = value; } inline static int32_t get_offset_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() const { return ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return &___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline void set_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1 = value; } inline static int32_t get_offset_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2)); } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F get_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() const { return ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F * get_address_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return &___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline void set_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2(__StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F value) { ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2 = value; } inline static int32_t get_offset_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() const { return ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return &___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline void set_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3 = value; } inline static int32_t get_offset_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4)); } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 get_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() const { return ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 * get_address_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return &___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline void set_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4(__StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 value) { ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4 = value; } inline static int32_t get_offset_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() const { return ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return &___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline void set_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5 = value; } inline static int32_t get_offset_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() const { return ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return &___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline void set_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6 = value; } inline static int32_t get_offset_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() const { return ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return &___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline void set_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7 = value; } inline static int32_t get_offset_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() const { return ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return &___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline void set_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8 = value; } inline static int32_t get_offset_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9)); } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 get_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() const { return ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 * get_address_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return &___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline void set_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9(__StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 value) { ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9 = value; } inline static int32_t get_offset_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() const { return ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return &___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline void set_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10 = value; } inline static int32_t get_offset_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() const { return ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return &___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline void set_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11 = value; } inline static int32_t get_offset_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() const { return ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return &___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline void set_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12 = value; } inline static int32_t get_offset_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() const { return ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return &___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline void set_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13 = value; } inline static int32_t get_offset_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() const { return ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return &___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline void set_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14 = value; } inline static int32_t get_offset_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() const { return ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return &___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline void set_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15 = value; } inline static int32_t get_offset_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16)); } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 get_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() const { return ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 * get_address_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return &___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline void set_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16(__StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 value) { ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16 = value; } inline static int32_t get_offset_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() const { return ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return &___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline void set_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17 = value; } inline static int32_t get_offset_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18)); } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 get_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() const { return ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 * get_address_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return &___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline void set_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18(__StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 value) { ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18 = value; } inline static int32_t get_offset_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() const { return ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return &___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline void set_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19 = value; } inline static int32_t get_offset_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() const { return ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return &___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline void set_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20 = value; } inline static int32_t get_offset_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() const { return ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return &___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline void set_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21 = value; } inline static int32_t get_offset_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() const { return ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return &___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline void set_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22 = value; } inline static int32_t get_offset_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() const { return ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return &___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline void set_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23 = value; } inline static int32_t get_offset_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() const { return ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return &___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline void set_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24 = value; } inline static int32_t get_offset_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() const { return ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return &___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline void set_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25 = value; } inline static int32_t get_offset_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() const { return ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return &___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline void set_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26 = value; } inline static int32_t get_offset_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() const { return ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return &___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline void set_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27 = value; } inline static int32_t get_offset_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() const { return ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return &___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline void set_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28 = value; } inline static int32_t get_offset_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() const { return ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return &___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline void set_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29 = value; } inline static int32_t get_offset_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() const { return ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return &___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline void set_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30 = value; } inline static int32_t get_offset_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() const { return ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return &___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline void set_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31 = value; } inline static int32_t get_offset_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() const { return ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return &___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline void set_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32 = value; } inline static int32_t get_offset_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() const { return ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return &___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline void set_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33 = value; } inline static int32_t get_offset_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() const { return ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return &___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline void set_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34 = value; } inline static int32_t get_offset_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35)); } inline int32_t get_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() const { return ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline int32_t* get_address_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return &___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline void set_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35(int32_t value) { ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35 = value; } inline static int32_t get_offset_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() const { return ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return &___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline void set_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36 = value; } inline static int32_t get_offset_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() const { return ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return &___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline void set_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37 = value; } inline static int32_t get_offset_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() const { return ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return &___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline void set_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38 = value; } inline static int32_t get_offset_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39)); } inline int64_t get_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() const { return ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline int64_t* get_address_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return &___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline void set_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39(int64_t value) { ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39 = value; } inline static int32_t get_offset_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() const { return ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return &___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline void set_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40 = value; } inline static int32_t get_offset_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() const { return ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return &___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline void set_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41 = value; } inline static int32_t get_offset_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() const { return ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return &___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline void set_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42 = value; } inline static int32_t get_offset_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() const { return ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return &___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline void set_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43 = value; } inline static int32_t get_offset_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() const { return ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return &___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline void set_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44 = value; } inline static int32_t get_offset_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() const { return ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return &___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline void set_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45 = value; } inline static int32_t get_offset_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() const { return ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return &___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline void set_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46 = value; } inline static int32_t get_offset_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() const { return ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return &___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline void set_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47 = value; } inline static int32_t get_offset_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() const { return ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return &___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline void set_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48 = value; } inline static int32_t get_offset_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() const { return ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return &___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline void set_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49 = value; } inline static int32_t get_offset_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() const { return ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return &___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline void set_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50 = value; } inline static int32_t get_offset_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() const { return ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return &___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline void set_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51 = value; } inline static int32_t get_offset_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() const { return ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return &___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline void set_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52 = value; } inline static int32_t get_offset_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() const { return ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return &___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline void set_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53 = value; } inline static int32_t get_offset_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() const { return ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return &___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline void set_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54 = value; } inline static int32_t get_offset_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() const { return ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return &___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline void set_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55 = value; } inline static int32_t get_offset_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() const { return ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return &___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline void set_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56 = value; } inline static int32_t get_offset_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() const { return ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return &___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline void set_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57 = value; } inline static int32_t get_offset_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() const { return ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return &___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline void set_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58 = value; } inline static int32_t get_offset_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() const { return ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return &___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline void set_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59 = value; } inline static int32_t get_offset_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60)); } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 get_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() const { return ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 * get_address_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return &___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline void set_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60(__StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 value) { ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60 = value; } inline static int32_t get_offset_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61)); } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F get_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() const { return ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F * get_address_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return &___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline void set_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61(__StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F value) { ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61 = value; } inline static int32_t get_offset_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() const { return ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return &___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline void set_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62 = value; } inline static int32_t get_offset_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() const { return ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return &___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline void set_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63 = value; } inline static int32_t get_offset_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() const { return ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return &___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline void set_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64 = value; } inline static int32_t get_offset_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() const { return ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return &___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline void set_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65 = value; } inline static int32_t get_offset_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() const { return ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return &___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline void set_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66 = value; } inline static int32_t get_offset_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() const { return ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return &___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline void set_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67 = value; } inline static int32_t get_offset_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() const { return ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return &___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline void set_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68 = value; } inline static int32_t get_offset_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() const { return ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return &___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline void set_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69 = value; } inline static int32_t get_offset_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() const { return ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return &___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline void set_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70 = value; } inline static int32_t get_offset_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() const { return ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return &___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline void set_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71 = value; } inline static int32_t get_offset_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72)); } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 get_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() const { return ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 * get_address_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return &___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline void set_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72(__StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 value) { ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72 = value; } inline static int32_t get_offset_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() const { return ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return &___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline void set_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73 = value; } inline static int32_t get_offset_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() const { return ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return &___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline void set_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74 = value; } inline static int32_t get_offset_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() const { return ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return &___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline void set_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75 = value; } inline static int32_t get_offset_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() const { return ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return &___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline void set_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76 = value; } inline static int32_t get_offset_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() const { return ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return &___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline void set_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77 = value; } inline static int32_t get_offset_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() const { return ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return &___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline void set_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78 = value; } inline static int32_t get_offset_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() const { return ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return &___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline void set_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79 = value; } inline static int32_t get_offset_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() const { return ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return &___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline void set_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80 = value; } inline static int32_t get_offset_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() const { return ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return &___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline void set_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81 = value; } inline static int32_t get_offset_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() const { return ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return &___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline void set_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82 = value; } inline static int32_t get_offset_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() const { return ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return &___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline void set_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83 = value; } inline static int32_t get_offset_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() const { return ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return &___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline void set_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84 = value; } inline static int32_t get_offset_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() const { return ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return &___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline void set_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85 = value; } inline static int32_t get_offset_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() const { return ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return &___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline void set_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86 = value; } inline static int32_t get_offset_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() const { return ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return &___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline void set_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87 = value; } inline static int32_t get_offset_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() const { return ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return &___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline void set_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88 = value; } inline static int32_t get_offset_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() const { return ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return &___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline void set_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89 = value; } inline static int32_t get_offset_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() const { return ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return &___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline void set_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90 = value; } inline static int32_t get_offset_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() const { return ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return &___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline void set_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91 = value; } inline static int32_t get_offset_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() const { return ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return &___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline void set_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92 = value; } inline static int32_t get_offset_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() const { return ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return &___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline void set_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93 = value; } inline static int32_t get_offset_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() const { return ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return &___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline void set_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94 = value; } inline static int32_t get_offset_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() const { return ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return &___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline void set_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95 = value; } inline static int32_t get_offset_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() const { return ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return &___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline void set_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96 = value; } inline static int32_t get_offset_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() const { return ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return &___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline void set_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97 = value; } inline static int32_t get_offset_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() const { return ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return &___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline void set_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98 = value; } inline static int32_t get_offset_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() const { return ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return &___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline void set_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99 = value; } inline static int32_t get_offset_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() const { return ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return &___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline void set_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100 = value; } inline static int32_t get_offset_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() const { return ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return &___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline void set_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101 = value; } inline static int32_t get_offset_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() const { return ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return &___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline void set_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102 = value; } inline static int32_t get_offset_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() const { return ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return &___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline void set_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103 = value; } inline static int32_t get_offset_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() const { return ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return &___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline void set_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104 = value; } inline static int32_t get_offset_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() const { return ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return &___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline void set_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105 = value; } inline static int32_t get_offset_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() const { return ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return &___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline void set_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106 = value; } inline static int32_t get_offset_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107)); } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E get_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() const { return ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E * get_address_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return &___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline void set_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107(__StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E value) { ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107 = value; } inline static int32_t get_offset_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() const { return ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return &___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline void set_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108 = value; } inline static int32_t get_offset_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() const { return ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return &___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline void set_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109 = value; } inline static int32_t get_offset_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() const { return ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return &___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline void set_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110 = value; } inline static int32_t get_offset_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() const { return ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return &___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline void set_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111 = value; } inline static int32_t get_offset_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() const { return ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return &___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline void set_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112 = value; } inline static int32_t get_offset_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() const { return ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return &___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline void set_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113 = value; } inline static int32_t get_offset_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() const { return ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return &___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline void set_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114 = value; } inline static int32_t get_offset_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() const { return ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return &___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline void set_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115 = value; } inline static int32_t get_offset_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() const { return ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return &___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline void set_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116 = value; } inline static int32_t get_offset_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() const { return ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return &___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline void set_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117 = value; } inline static int32_t get_offset_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() const { return ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return &___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline void set_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118 = value; } inline static int32_t get_offset_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() const { return ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return &___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline void set_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119 = value; } inline static int32_t get_offset_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() const { return ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return &___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline void set_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120 = value; } inline static int32_t get_offset_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() const { return ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return &___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline void set_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121 = value; } inline static int32_t get_offset_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() const { return ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return &___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline void set_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122 = value; } inline static int32_t get_offset_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() const { return ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return &___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline void set_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123 = value; } inline static int32_t get_offset_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() const { return ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return &___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline void set_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124 = value; } inline static int32_t get_offset_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() const { return ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return &___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline void set_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125 = value; } inline static int32_t get_offset_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() const { return ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return &___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline void set_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126 = value; } inline static int32_t get_offset_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() const { return ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return &___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline void set_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127 = value; } inline static int32_t get_offset_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() const { return ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return &___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline void set_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128 = value; } inline static int32_t get_offset_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() const { return ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return &___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline void set_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129 = value; } inline static int32_t get_offset_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130)); } inline int32_t get_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() const { return ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline int32_t* get_address_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return &___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline void set_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130(int32_t value) { ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130 = value; } inline static int32_t get_offset_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() const { return ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return &___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline void set_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131 = value; } inline static int32_t get_offset_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() const { return ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return &___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline void set_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132 = value; } inline static int32_t get_offset_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() const { return ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return &___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline void set_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133 = value; } inline static int32_t get_offset_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() const { return ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return &___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline void set_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134 = value; } inline static int32_t get_offset_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() const { return ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return &___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline void set_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135 = value; } inline static int32_t get_offset_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() const { return ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return &___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline void set_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136 = value; } inline static int32_t get_offset_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() const { return ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return &___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline void set_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137 = value; } inline static int32_t get_offset_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() const { return ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return &___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline void set_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138 = value; } inline static int32_t get_offset_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() const { return ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return &___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline void set_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139 = value; } inline static int32_t get_offset_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() const { return ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return &___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline void set_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140 = value; } inline static int32_t get_offset_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() const { return ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return &___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline void set_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141 = value; } inline static int32_t get_offset_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() const { return ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return &___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline void set_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142 = value; } inline static int32_t get_offset_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143)); } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 get_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() const { return ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 * get_address_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return &___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline void set_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143(__StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 value) { ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143 = value; } inline static int32_t get_offset_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() const { return ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return &___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline void set_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144 = value; } inline static int32_t get_offset_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() const { return ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return &___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline void set_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145 = value; } inline static int32_t get_offset_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146)); } inline int32_t get_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() const { return ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline int32_t* get_address_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return &___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline void set_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146(int32_t value) { ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146 = value; } inline static int32_t get_offset_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() const { return ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return &___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline void set_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147 = value; } inline static int32_t get_offset_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() const { return ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return &___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline void set_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148 = value; } inline static int32_t get_offset_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() const { return ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return &___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline void set_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149 = value; } inline static int32_t get_offset_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() const { return ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return &___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline void set_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150 = value; } inline static int32_t get_offset_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() const { return ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return &___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline void set_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151 = value; } inline static int32_t get_offset_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() const { return ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return &___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline void set_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152 = value; } inline static int32_t get_offset_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() const { return ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return &___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline void set_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153 = value; } inline static int32_t get_offset_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() const { return ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return &___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline void set_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154 = value; } inline static int32_t get_offset_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() const { return ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return &___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline void set_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155 = value; } inline static int32_t get_offset_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() const { return ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return &___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline void set_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156 = value; } inline static int32_t get_offset_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() const { return ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return &___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline void set_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157 = value; } inline static int32_t get_offset_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158)); } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD get_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() const { return ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD * get_address_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return &___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline void set_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158(__StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD value) { ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158 = value; } inline static int32_t get_offset_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() const { return ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return &___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline void set_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159 = value; } inline static int32_t get_offset_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() const { return ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return &___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline void set_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160 = value; } inline static int32_t get_offset_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() const { return ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return &___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline void set_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161 = value; } inline static int32_t get_offset_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162)); } inline int32_t get_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() const { return ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline int32_t* get_address_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return &___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline void set_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162(int32_t value) { ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162 = value; } inline static int32_t get_offset_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() const { return ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return &___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline void set_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163 = value; } inline static int32_t get_offset_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() const { return ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return &___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline void set_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164 = value; } inline static int32_t get_offset_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() const { return ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return &___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline void set_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165 = value; } inline static int32_t get_offset_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() const { return ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return &___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline void set_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166 = value; } inline static int32_t get_offset_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() const { return ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return &___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline void set_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167 = value; } inline static int32_t get_offset_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() const { return ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return &___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline void set_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168 = value; } inline static int32_t get_offset_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() const { return ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return &___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline void set_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169 = value; } inline static int32_t get_offset_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() const { return ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return &___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline void set_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170 = value; } inline static int32_t get_offset_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() const { return ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return &___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline void set_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171 = value; } inline static int32_t get_offset_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() const { return ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return &___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline void set_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172 = value; } inline static int32_t get_offset_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() const { return ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return &___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline void set_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173 = value; } inline static int32_t get_offset_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() const { return ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return &___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline void set_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174 = value; } inline static int32_t get_offset_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() const { return ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return &___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline void set_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175 = value; } inline static int32_t get_offset_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() const { return ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return &___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline void set_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176 = value; } inline static int32_t get_offset_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() const { return ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return &___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline void set_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177 = value; } inline static int32_t get_offset_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() const { return ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return &___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline void set_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178 = value; } inline static int32_t get_offset_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() const { return ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return &___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline void set_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179 = value; } inline static int32_t get_offset_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() const { return ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return &___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline void set_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180 = value; } inline static int32_t get_offset_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() const { return ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return &___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline void set_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181 = value; } inline static int32_t get_offset_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() const { return ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return &___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline void set_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182 = value; } inline static int32_t get_offset_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() const { return ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return &___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline void set_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183 = value; } inline static int32_t get_offset_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() const { return ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return &___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline void set_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184 = value; } inline static int32_t get_offset_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() const { return ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return &___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline void set_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185 = value; } inline static int32_t get_offset_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() const { return ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return &___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline void set_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186 = value; } inline static int32_t get_offset_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() const { return ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return &___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline void set_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187 = value; } inline static int32_t get_offset_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() const { return ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return &___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline void set_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188 = value; } inline static int32_t get_offset_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() const { return ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return &___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline void set_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189 = value; } inline static int32_t get_offset_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() const { return ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return &___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline void set_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190 = value; } inline static int32_t get_offset_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() const { return ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return &___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline void set_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191 = value; } inline static int32_t get_offset_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() const { return ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return &___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline void set_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192 = value; } inline static int32_t get_offset_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() const { return ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return &___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline void set_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193 = value; } inline static int32_t get_offset_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() const { return ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return &___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline void set_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194 = value; } inline static int32_t get_offset_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195)); } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 get_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() const { return ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 * get_address_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return &___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline void set_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195(__StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 value) { ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195 = value; } inline static int32_t get_offset_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() const { return ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return &___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline void set_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196 = value; } inline static int32_t get_offset_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() const { return ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return &___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline void set_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197 = value; } inline static int32_t get_offset_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() const { return ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return &___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline void set_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198 = value; } inline static int32_t get_offset_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() const { return ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return &___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline void set_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199 = value; } inline static int32_t get_offset_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() const { return ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return &___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline void set_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200 = value; } inline static int32_t get_offset_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201)); } inline int32_t get_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() const { return ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline int32_t* get_address_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return &___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline void set_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201(int32_t value) { ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201 = value; } inline static int32_t get_offset_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() const { return ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return &___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline void set_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202 = value; } inline static int32_t get_offset_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() const { return ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return &___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline void set_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203 = value; } inline static int32_t get_offset_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() const { return ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return &___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline void set_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204 = value; } inline static int32_t get_offset_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() const { return ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return &___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline void set_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205 = value; } inline static int32_t get_offset_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() const { return ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return &___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline void set_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206 = value; } inline static int32_t get_offset_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() const { return ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return &___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline void set_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207 = value; } inline static int32_t get_offset_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() const { return ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return &___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline void set_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208 = value; } inline static int32_t get_offset_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() const { return ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return &___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline void set_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209 = value; } inline static int32_t get_offset_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() const { return ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return &___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline void set_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210 = value; } inline static int32_t get_offset_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() const { return ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return &___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline void set_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211 = value; } inline static int32_t get_offset_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() const { return ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return &___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline void set_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212 = value; } inline static int32_t get_offset_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() const { return ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return &___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline void set_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213 = value; } inline static int32_t get_offset_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() const { return ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return &___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline void set_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214 = value; } inline static int32_t get_offset_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() const { return ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return &___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline void set_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215 = value; } inline static int32_t get_offset_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() const { return ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return &___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline void set_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216 = value; } inline static int32_t get_offset_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() const { return ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return &___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline void set_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217 = value; } inline static int32_t get_offset_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() const { return ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return &___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline void set_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218 = value; } inline static int32_t get_offset_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() const { return ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return &___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline void set_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219 = value; } inline static int32_t get_offset_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() const { return ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return &___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline void set_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220 = value; } inline static int32_t get_offset_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() const { return ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return &___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline void set_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221 = value; } inline static int32_t get_offset_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() const { return ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return &___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline void set_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222 = value; } inline static int32_t get_offset_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() const { return ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return &___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline void set_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223 = value; } inline static int32_t get_offset_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() const { return ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return &___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline void set_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224 = value; } inline static int32_t get_offset_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225)); } inline int32_t get_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() const { return ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline int32_t* get_address_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return &___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline void set_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225(int32_t value) { ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225 = value; } inline static int32_t get_offset_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() const { return ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return &___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline void set_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226 = value; } inline static int32_t get_offset_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() const { return ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return &___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline void set_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227 = value; } inline static int32_t get_offset_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() const { return ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return &___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline void set_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228 = value; } inline static int32_t get_offset_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() const { return ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return &___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline void set_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229 = value; } inline static int32_t get_offset_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() const { return ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return &___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline void set_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230 = value; } inline static int32_t get_offset_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() const { return ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return &___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline void set_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231 = value; } inline static int32_t get_offset_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232)); } inline int32_t get_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() const { return ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline int32_t* get_address_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return &___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline void set_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232(int32_t value) { ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232 = value; } inline static int32_t get_offset_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() const { return ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return &___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline void set_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233 = value; } inline static int32_t get_offset_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() const { return ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return &___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline void set_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234 = value; } inline static int32_t get_offset_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() const { return ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return &___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline void set_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235 = value; } inline static int32_t get_offset_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() const { return ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return &___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline void set_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236 = value; } inline static int32_t get_offset_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() const { return ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return &___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline void set_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237 = value; } inline static int32_t get_offset_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() const { return ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return &___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline void set_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238 = value; } inline static int32_t get_offset_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() const { return ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return &___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline void set_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239 = value; } inline static int32_t get_offset_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() const { return ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return &___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline void set_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240 = value; } inline static int32_t get_offset_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() const { return ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return &___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline void set_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241 = value; } inline static int32_t get_offset_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() const { return ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return &___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline void set_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242 = value; } inline static int32_t get_offset_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() const { return ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return &___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline void set_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243 = value; } inline static int32_t get_offset_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() const { return ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return &___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline void set_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244 = value; } inline static int32_t get_offset_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() const { return ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return &___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline void set_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245 = value; } inline static int32_t get_offset_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246)); } inline int32_t get_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() const { return ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline int32_t* get_address_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return &___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline void set_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246(int32_t value) { ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246 = value; } inline static int32_t get_offset_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() const { return ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return &___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline void set_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247 = value; } inline static int32_t get_offset_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248)); } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 get_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() const { return ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 * get_address_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return &___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline void set_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248(__StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 value) { ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248 = value; } inline static int32_t get_offset_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() const { return ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return &___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline void set_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249 = value; } inline static int32_t get_offset_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() const { return ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return &___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline void set_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250 = value; } inline static int32_t get_offset_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() const { return ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return &___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline void set_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251 = value; } inline static int32_t get_offset_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() const { return ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return &___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline void set_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252 = value; } inline static int32_t get_offset_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() const { return ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return &___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline void set_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253 = value; } inline static int32_t get_offset_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() const { return ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return &___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline void set_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254 = value; } inline static int32_t get_offset_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() const { return ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return &___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline void set_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255 = value; } inline static int32_t get_offset_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() const { return ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return &___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline void set_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256 = value; } inline static int32_t get_offset_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() const { return ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return &___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline void set_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257 = value; } inline static int32_t get_offset_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() const { return ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return &___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline void set_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258 = value; } inline static int32_t get_offset_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() const { return ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return &___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline void set_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259 = value; } inline static int32_t get_offset_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() const { return ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return &___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline void set_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260 = value; } inline static int32_t get_offset_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() const { return ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return &___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline void set_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261 = value; } inline static int32_t get_offset_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() const { return ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return &___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline void set_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262 = value; } inline static int32_t get_offset_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() const { return ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return &___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline void set_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263 = value; } inline static int32_t get_offset_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() const { return ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return &___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline void set_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264 = value; } inline static int32_t get_offset_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() const { return ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return &___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline void set_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265 = value; } inline static int32_t get_offset_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() const { return ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return &___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline void set_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266 = value; } inline static int32_t get_offset_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() const { return ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return &___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline void set_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267 = value; } inline static int32_t get_offset_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() const { return ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return &___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline void set_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268 = value; } inline static int32_t get_offset_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() const { return ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return &___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline void set_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269 = value; } inline static int32_t get_offset_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270)); } inline int32_t get_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() const { return ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline int32_t* get_address_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return &___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline void set_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270(int32_t value) { ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270 = value; } inline static int32_t get_offset_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() const { return ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return &___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline void set_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271 = value; } inline static int32_t get_offset_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() const { return ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return &___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline void set_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272 = value; } inline static int32_t get_offset_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() const { return ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return &___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline void set_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273 = value; } inline static int32_t get_offset_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274)); } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 get_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() const { return ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 * get_address_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return &___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline void set_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274(__StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 value) { ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274 = value; } inline static int32_t get_offset_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() const { return ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return &___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline void set_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275 = value; } inline static int32_t get_offset_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276)); } inline int64_t get_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() const { return ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline int64_t* get_address_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return &___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline void set_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276(int64_t value) { ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276 = value; } inline static int32_t get_offset_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() const { return ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return &___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline void set_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277 = value; } inline static int32_t get_offset_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() const { return ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return &___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline void set_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278 = value; } inline static int32_t get_offset_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() const { return ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return &___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline void set_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279 = value; } inline static int32_t get_offset_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() const { return ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return &___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline void set_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280 = value; } inline static int32_t get_offset_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() const { return ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return &___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline void set_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281 = value; } inline static int32_t get_offset_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() const { return ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return &___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline void set_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282 = value; } inline static int32_t get_offset_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() const { return ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return &___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline void set_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283 = value; } inline static int32_t get_offset_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() const { return ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return &___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline void set_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284 = value; } inline static int32_t get_offset_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() const { return ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return &___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline void set_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285 = value; } inline static int32_t get_offset_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() const { return ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return &___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline void set_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286 = value; } inline static int32_t get_offset_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() const { return ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return &___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline void set_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287 = value; } inline static int32_t get_offset_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() const { return ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return &___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline void set_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288 = value; } inline static int32_t get_offset_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289)); } inline int32_t get_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() const { return ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline int32_t* get_address_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return &___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline void set_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289(int32_t value) { ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289 = value; } inline static int32_t get_offset_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() const { return ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return &___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline void set_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290 = value; } inline static int32_t get_offset_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() const { return ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return &___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline void set_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291 = value; } inline static int32_t get_offset_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() const { return ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return &___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline void set_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292 = value; } inline static int32_t get_offset_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() const { return ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return &___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline void set_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293 = value; } inline static int32_t get_offset_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() const { return ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return &___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline void set_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294 = value; } inline static int32_t get_offset_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() const { return ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return &___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline void set_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295 = value; } inline static int32_t get_offset_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296)); } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 get_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() const { return ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 * get_address_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return &___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline void set_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296(__StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 value) { ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296 = value; } inline static int32_t get_offset_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() const { return ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return &___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline void set_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297 = value; } inline static int32_t get_offset_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() const { return ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return &___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline void set_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298 = value; } inline static int32_t get_offset_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() const { return ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return &___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline void set_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299 = value; } inline static int32_t get_offset_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() const { return ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return &___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline void set_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300 = value; } inline static int32_t get_offset_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() const { return ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return &___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline void set_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301 = value; } inline static int32_t get_offset_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() const { return ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return &___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline void set_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302 = value; } inline static int32_t get_offset_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() const { return ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return &___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline void set_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303 = value; } inline static int32_t get_offset_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() const { return ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return &___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline void set_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304 = value; } inline static int32_t get_offset_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() const { return ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return &___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline void set_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305 = value; } inline static int32_t get_offset_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() const { return ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return &___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline void set_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306 = value; } inline static int32_t get_offset_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() const { return ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return &___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline void set_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307 = value; } inline static int32_t get_offset_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() const { return ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return &___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline void set_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308 = value; } inline static int32_t get_offset_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() const { return ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return &___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline void set_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309 = value; } inline static int32_t get_offset_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() const { return ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return &___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline void set_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310 = value; } inline static int32_t get_offset_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() const { return ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return &___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline void set_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311 = value; } inline static int32_t get_offset_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() const { return ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return &___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline void set_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312 = value; } inline static int32_t get_offset_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() const { return ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return &___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline void set_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.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.Authentication.AuthenticationTypes struct AuthenticationTypes_tAAB7516439D698C29CCBC6978D6FCE9724585534 { public: // System.Int32 BestHTTP.Authentication.AuthenticationTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AuthenticationTypes_tAAB7516439D698C29CCBC6978D6FCE9724585534, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseInputStream struct BaseInputStream_tB56303BA48A64EA3DE264D9883FC620E1E2AD6A2 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseInputStream::closed bool ___closed_5; public: inline static int32_t get_offset_of_closed_5() { return static_cast(offsetof(BaseInputStream_tB56303BA48A64EA3DE264D9883FC620E1E2AD6A2, ___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; } }; // 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.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; } }; // 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.Security.Cryptography.CspParameters struct CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.CspParameters::ProviderType int32_t ___ProviderType_0; // System.String System.Security.Cryptography.CspParameters::ProviderName String_t* ___ProviderName_1; // System.String System.Security.Cryptography.CspParameters::KeyContainerName String_t* ___KeyContainerName_2; // System.Int32 System.Security.Cryptography.CspParameters::KeyNumber int32_t ___KeyNumber_3; // System.Int32 System.Security.Cryptography.CspParameters::m_flags int32_t ___m_flags_4; // System.Security.AccessControl.CryptoKeySecurity System.Security.Cryptography.CspParameters::m_cryptoKeySecurity CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 * ___m_cryptoKeySecurity_5; // System.Security.SecureString System.Security.Cryptography.CspParameters::m_keyPassword SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * ___m_keyPassword_6; // System.IntPtr System.Security.Cryptography.CspParameters::m_parentWindowHandle intptr_t ___m_parentWindowHandle_7; public: inline static int32_t get_offset_of_ProviderType_0() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___ProviderType_0)); } inline int32_t get_ProviderType_0() const { return ___ProviderType_0; } inline int32_t* get_address_of_ProviderType_0() { return &___ProviderType_0; } inline void set_ProviderType_0(int32_t value) { ___ProviderType_0 = value; } inline static int32_t get_offset_of_ProviderName_1() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___ProviderName_1)); } inline String_t* get_ProviderName_1() const { return ___ProviderName_1; } inline String_t** get_address_of_ProviderName_1() { return &___ProviderName_1; } inline void set_ProviderName_1(String_t* value) { ___ProviderName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProviderName_1), (void*)value); } inline static int32_t get_offset_of_KeyContainerName_2() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___KeyContainerName_2)); } inline String_t* get_KeyContainerName_2() const { return ___KeyContainerName_2; } inline String_t** get_address_of_KeyContainerName_2() { return &___KeyContainerName_2; } inline void set_KeyContainerName_2(String_t* value) { ___KeyContainerName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyContainerName_2), (void*)value); } inline static int32_t get_offset_of_KeyNumber_3() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___KeyNumber_3)); } inline int32_t get_KeyNumber_3() const { return ___KeyNumber_3; } inline int32_t* get_address_of_KeyNumber_3() { return &___KeyNumber_3; } inline void set_KeyNumber_3(int32_t value) { ___KeyNumber_3 = value; } inline static int32_t get_offset_of_m_flags_4() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___m_flags_4)); } inline int32_t get_m_flags_4() const { return ___m_flags_4; } inline int32_t* get_address_of_m_flags_4() { return &___m_flags_4; } inline void set_m_flags_4(int32_t value) { ___m_flags_4 = value; } inline static int32_t get_offset_of_m_cryptoKeySecurity_5() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___m_cryptoKeySecurity_5)); } inline CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 * get_m_cryptoKeySecurity_5() const { return ___m_cryptoKeySecurity_5; } inline CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 ** get_address_of_m_cryptoKeySecurity_5() { return &___m_cryptoKeySecurity_5; } inline void set_m_cryptoKeySecurity_5(CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 * value) { ___m_cryptoKeySecurity_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cryptoKeySecurity_5), (void*)value); } inline static int32_t get_offset_of_m_keyPassword_6() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___m_keyPassword_6)); } inline SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * get_m_keyPassword_6() const { return ___m_keyPassword_6; } inline SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 ** get_address_of_m_keyPassword_6() { return &___m_keyPassword_6; } inline void set_m_keyPassword_6(SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * value) { ___m_keyPassword_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_keyPassword_6), (void*)value); } inline static int32_t get_offset_of_m_parentWindowHandle_7() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___m_parentWindowHandle_7)); } inline intptr_t get_m_parentWindowHandle_7() const { return ___m_parentWindowHandle_7; } inline intptr_t* get_address_of_m_parentWindowHandle_7() { return &___m_parentWindowHandle_7; } inline void set_m_parentWindowHandle_7(intptr_t value) { ___m_parentWindowHandle_7 = value; } }; // System.Security.Cryptography.CspProviderFlags struct CspProviderFlags_t8981EF4CA441D46FBF242ABAA443608B474586D1 { public: // System.Int32 System.Security.Cryptography.CspProviderFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CspProviderFlags_t8981EF4CA441D46FBF242ABAA443608B474586D1, ___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.Globalization.DateTimeFormatFlags struct DateTimeFormatFlags_tDB584B32BB07C708469EE8DEF8A903A105B4B4B7 { public: // System.Int32 System.Globalization.DateTimeFormatFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeFormatFlags_tDB584B32BB07C708469EE8DEF8A903A105B4B4B7, ___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.Globalization.DateTimeStyles struct DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4 { public: // System.Int32 System.Globalization.DateTimeStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4, ___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.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.DerSequenceGenerator struct DerSequenceGenerator_tC02C7D06F9D4644F46320096EB854CC9946556B0 : public DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3 { public: // System.IO.MemoryStream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequenceGenerator::_bOut MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ____bOut_4; public: inline static int32_t get_offset_of__bOut_4() { return static_cast(offsetof(DerSequenceGenerator_tC02C7D06F9D4644F46320096EB854CC9946556B0, ____bOut_4)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get__bOut_4() const { return ____bOut_4; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of__bOut_4() { return &____bOut_4; } inline void set__bOut_4(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ____bOut_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____bOut_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSetGenerator struct DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A : public DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3 { public: // System.IO.MemoryStream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSetGenerator::_bOut MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ____bOut_4; public: inline static int32_t get_offset_of__bOut_4() { return static_cast(offsetof(DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A, ____bOut_4)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get__bOut_4() const { return ____bOut_4; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of__bOut_4() { return &____bOut_4; } inline void set__bOut_4(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ____bOut_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____bOut_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase struct DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime struct DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::time String_t* ___time_2; public: inline static int32_t get_offset_of_time_2() { return static_cast(offsetof(DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15, ___time_2)); } inline String_t* get_time_2() const { return ___time_2; } inline String_t** get_address_of_time_2() { return &___time_2; } inline void set_time_2(String_t* value) { ___time_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___time_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DesEdeKeyGenerator struct DesEdeKeyGenerator_t1FF7344F14831C630B6552EA65C43B86BA6F2613 : public DesKeyGenerator_tB0590B6920694602523C579F85A08C5582554C66 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesEdeParameters struct DesEdeParameters_t568F95409D286F8D272E7F6E74AACD750481913C : public DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34 { public: public: }; // DeviceBow1000 struct DeviceBow1000_t0EF7BAE6DDE06D5D503E705D7A51BDD0F29EBE93 : public DeviceBowConfig_t1A64DCA64A4356F55F311AE3F8746E6C5E4CDAB2 { public: public: }; // DeviceBow1001 struct DeviceBow1001_tEA0B36582713E0D210DCC371566C3C76C394B294 : public DeviceBowConfig_t1A64DCA64A4356F55F311AE3F8746E6C5E4CDAB2 { public: public: }; // DeviceCalibrateItem struct DeviceCalibrateItem_tC382F3EDD9FC6C797ACB50CC83B645671375D625 { public: // System.Int32 DeviceCalibrateItem::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DeviceCalibrateItem_tC382F3EDD9FC6C797ACB50CC83B645671375D625, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestStream struct DigestStream_t6D8B94C585D3F245D6017EAABFF84831496EC434 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestStream::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestStream::inDigest RuntimeObject* ___inDigest_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestStream::outDigest RuntimeObject* ___outDigest_7; public: inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(DigestStream_t6D8B94C585D3F245D6017EAABFF84831496EC434, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_inDigest_6() { return static_cast(offsetof(DigestStream_t6D8B94C585D3F245D6017EAABFF84831496EC434, ___inDigest_6)); } inline RuntimeObject* get_inDigest_6() const { return ___inDigest_6; } inline RuntimeObject** get_address_of_inDigest_6() { return &___inDigest_6; } inline void set_inDigest_6(RuntimeObject* value) { ___inDigest_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___inDigest_6), (void*)value); } inline static int32_t get_offset_of_outDigest_7() { return static_cast(offsetof(DigestStream_t6D8B94C585D3F245D6017EAABFF84831496EC434, ___outDigest_7)); } inline RuntimeObject* get_outDigest_7() const { return ___outDigest_7; } inline RuntimeObject** get_address_of_outDigest_7() { return &___outDigest_7; } inline void set_outDigest_7(RuntimeObject* value) { ___outDigest_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___outDigest_7), (void*)value); } }; // o0.Bow.DistanceToAxis struct DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968 : public RuntimeObject { public: // o0.Geometry.Vector`1 o0.Bow.DistanceToAxis::LastAcc Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___LastAcc_0; // o0.Geometry.Vector`1 o0.Bow.DistanceToAxis::LockAcc Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___LockAcc_1; // System.Double o0.Bow.DistanceToAxis::LockMS double ___LockMS_2; // System.Double o0.Bow.DistanceToAxis::LastGapMS double ___LastGapMS_3; // o0.Geometry.Vector`1 o0.Bow.DistanceToAxis::Speed Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Speed_4; // o0.SortedQueue`1 o0.Bow.DistanceToAxis::DistanceQueue SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7 * ___DistanceQueue_5; // System.Double o0.Bow.DistanceToAxis::Distance double ___Distance_6; // o0.Geometry.Vector`1 o0.Bow.DistanceToAxis::LastSpeed Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___LastSpeed_7; public: inline static int32_t get_offset_of_LastAcc_0() { return static_cast(offsetof(DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968, ___LastAcc_0)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_LastAcc_0() const { return ___LastAcc_0; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_LastAcc_0() { return &___LastAcc_0; } inline void set_LastAcc_0(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___LastAcc_0 = value; } inline static int32_t get_offset_of_LockAcc_1() { return static_cast(offsetof(DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968, ___LockAcc_1)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_LockAcc_1() const { return ___LockAcc_1; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_LockAcc_1() { return &___LockAcc_1; } inline void set_LockAcc_1(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___LockAcc_1 = value; } inline static int32_t get_offset_of_LockMS_2() { return static_cast(offsetof(DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968, ___LockMS_2)); } inline double get_LockMS_2() const { return ___LockMS_2; } inline double* get_address_of_LockMS_2() { return &___LockMS_2; } inline void set_LockMS_2(double value) { ___LockMS_2 = value; } inline static int32_t get_offset_of_LastGapMS_3() { return static_cast(offsetof(DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968, ___LastGapMS_3)); } inline double get_LastGapMS_3() const { return ___LastGapMS_3; } inline double* get_address_of_LastGapMS_3() { return &___LastGapMS_3; } inline void set_LastGapMS_3(double value) { ___LastGapMS_3 = value; } inline static int32_t get_offset_of_Speed_4() { return static_cast(offsetof(DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968, ___Speed_4)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Speed_4() const { return ___Speed_4; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Speed_4() { return &___Speed_4; } inline void set_Speed_4(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Speed_4 = value; } inline static int32_t get_offset_of_DistanceQueue_5() { return static_cast(offsetof(DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968, ___DistanceQueue_5)); } inline SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7 * get_DistanceQueue_5() const { return ___DistanceQueue_5; } inline SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7 ** get_address_of_DistanceQueue_5() { return &___DistanceQueue_5; } inline void set_DistanceQueue_5(SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7 * value) { ___DistanceQueue_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DistanceQueue_5), (void*)value); } inline static int32_t get_offset_of_Distance_6() { return static_cast(offsetof(DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968, ___Distance_6)); } inline double get_Distance_6() const { return ___Distance_6; } inline double* get_address_of_Distance_6() { return &___Distance_6; } inline void set_Distance_6(double value) { ___Distance_6 = value; } inline static int32_t get_offset_of_LastSpeed_7() { return static_cast(offsetof(DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968, ___LastSpeed_7)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_LastSpeed_7() const { return ___LastSpeed_7; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_LastSpeed_7() { return &___LastSpeed_7; } inline void set_LastSpeed_7(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___LastSpeed_7 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPrivateKeyParameters struct DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 : public DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPrivateKeyParameters::x BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x_2; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98, ___x_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_x_2() const { return ___x_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_x_2() { return &___x_2; } inline void set_x_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___x_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters struct DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 : public DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters::y BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y_2; public: inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9, ___y_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_y_2() const { return ___y_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_y_2() { return &___y_2; } inline void set_y_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___y_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_2), (void*)value); } }; // DG.Tweening.Ease struct Ease_tB04D625230DDC5B40D74E825C8A9DBBE37A146B4 { public: // System.Int32 DG.Tweening.Ease::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Ease_tB04D625230DDC5B40D74E825C8A9DBBE37A146B4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream struct FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream::s Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s_5; public: inline static int32_t get_offset_of_s_5() { return static_cast(offsetof(FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A, ___s_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_s_5() const { return ___s_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_s_5() { return &___s_5; } inline void set_s_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___s_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_5), (void*)value); } }; // BestHTTP.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; } }; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC : public RuntimeObject { public: // System.Collections.Hashtable/bucket[] System.Collections.Hashtable::buckets bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* ___buckets_10; // System.Int32 System.Collections.Hashtable::count int32_t ___count_11; // System.Int32 System.Collections.Hashtable::occupancy int32_t ___occupancy_12; // System.Int32 System.Collections.Hashtable::loadsize int32_t ___loadsize_13; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_14; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version int32_t ___version_15; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress bool ___isWriterInProgress_16; // System.Collections.ICollection System.Collections.Hashtable::keys RuntimeObject* ___keys_17; // System.Collections.ICollection System.Collections.Hashtable::values RuntimeObject* ___values_18; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_19; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject * ____syncRoot_20; public: inline static int32_t get_offset_of_buckets_10() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___buckets_10)); } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* get_buckets_10() const { return ___buckets_10; } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190** get_address_of_buckets_10() { return &___buckets_10; } inline void set_buckets_10(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* value) { ___buckets_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value); } inline static int32_t get_offset_of_count_11() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___count_11)); } inline int32_t get_count_11() const { return ___count_11; } inline int32_t* get_address_of_count_11() { return &___count_11; } inline void set_count_11(int32_t value) { ___count_11 = value; } inline static int32_t get_offset_of_occupancy_12() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___occupancy_12)); } inline int32_t get_occupancy_12() const { return ___occupancy_12; } inline int32_t* get_address_of_occupancy_12() { return &___occupancy_12; } inline void set_occupancy_12(int32_t value) { ___occupancy_12 = value; } inline static int32_t get_offset_of_loadsize_13() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadsize_13)); } inline int32_t get_loadsize_13() const { return ___loadsize_13; } inline int32_t* get_address_of_loadsize_13() { return &___loadsize_13; } inline void set_loadsize_13(int32_t value) { ___loadsize_13 = value; } inline static int32_t get_offset_of_loadFactor_14() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadFactor_14)); } inline float get_loadFactor_14() const { return ___loadFactor_14; } inline float* get_address_of_loadFactor_14() { return &___loadFactor_14; } inline void set_loadFactor_14(float value) { ___loadFactor_14 = value; } inline static int32_t get_offset_of_version_15() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___version_15)); } inline int32_t get_version_15() const { return ___version_15; } inline int32_t* get_address_of_version_15() { return &___version_15; } inline void set_version_15(int32_t value) { ___version_15 = value; } inline static int32_t get_offset_of_isWriterInProgress_16() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___isWriterInProgress_16)); } inline bool get_isWriterInProgress_16() const { return ___isWriterInProgress_16; } inline bool* get_address_of_isWriterInProgress_16() { return &___isWriterInProgress_16; } inline void set_isWriterInProgress_16(bool value) { ___isWriterInProgress_16 = value; } inline static int32_t get_offset_of_keys_17() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___keys_17)); } inline RuntimeObject* get_keys_17() const { return ___keys_17; } inline RuntimeObject** get_address_of_keys_17() { return &___keys_17; } inline void set_keys_17(RuntimeObject* value) { ___keys_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_17), (void*)value); } inline static int32_t get_offset_of_values_18() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___values_18)); } inline RuntimeObject* get_values_18() const { return ___values_18; } inline RuntimeObject** get_address_of_values_18() { return &___values_18; } inline void set_values_18(RuntimeObject* value) { ___values_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_18), (void*)value); } inline static int32_t get_offset_of__keycomparer_19() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____keycomparer_19)); } inline RuntimeObject* get__keycomparer_19() const { return ____keycomparer_19; } inline RuntimeObject** get_address_of__keycomparer_19() { return &____keycomparer_19; } inline void set__keycomparer_19(RuntimeObject* value) { ____keycomparer_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_19), (void*)value); } inline static int32_t get_offset_of__syncRoot_20() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____syncRoot_20)); } inline RuntimeObject * get__syncRoot_20() const { return ____syncRoot_20; } inline RuntimeObject ** get_address_of__syncRoot_20() { return &____syncRoot_20; } inline void set__syncRoot_20(RuntimeObject * value) { ____syncRoot_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_20), (void*)value); } }; // System.Int32Enum struct Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C { public: // System.Int32 System.Int32Enum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C, ___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; } }; // DG.Tweening.LoopType struct LoopType_tF807A5805F6A83F5228BE7D4E633B2572B1B859A { public: // System.Int32 DG.Tweening.LoopType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LoopType_tF807A5805F6A83F5228BE7D4E633B2572B1B859A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_5; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_6; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_7; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_8; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_9; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_10; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_11; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_12; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_13; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastReadTask_14; public: inline static int32_t get_offset_of__buffer_5() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_5() const { return ____buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_5() { return &____buffer_5; } inline void set__buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_5), (void*)value); } inline static int32_t get_offset_of__origin_6() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____origin_6)); } inline int32_t get__origin_6() const { return ____origin_6; } inline int32_t* get_address_of__origin_6() { return &____origin_6; } inline void set__origin_6(int32_t value) { ____origin_6 = value; } inline static int32_t get_offset_of__position_7() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____position_7)); } inline int32_t get__position_7() const { return ____position_7; } inline int32_t* get_address_of__position_7() { return &____position_7; } inline void set__position_7(int32_t value) { ____position_7 = value; } inline static int32_t get_offset_of__length_8() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____length_8)); } inline int32_t get__length_8() const { return ____length_8; } inline int32_t* get_address_of__length_8() { return &____length_8; } inline void set__length_8(int32_t value) { ____length_8 = value; } inline static int32_t get_offset_of__capacity_9() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____capacity_9)); } inline int32_t get__capacity_9() const { return ____capacity_9; } inline int32_t* get_address_of__capacity_9() { return &____capacity_9; } inline void set__capacity_9(int32_t value) { ____capacity_9 = value; } inline static int32_t get_offset_of__expandable_10() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____expandable_10)); } inline bool get__expandable_10() const { return ____expandable_10; } inline bool* get_address_of__expandable_10() { return &____expandable_10; } inline void set__expandable_10(bool value) { ____expandable_10 = value; } inline static int32_t get_offset_of__writable_11() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____writable_11)); } inline bool get__writable_11() const { return ____writable_11; } inline bool* get_address_of__writable_11() { return &____writable_11; } inline void set__writable_11(bool value) { ____writable_11 = value; } inline static int32_t get_offset_of__exposable_12() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____exposable_12)); } inline bool get__exposable_12() const { return ____exposable_12; } inline bool* get_address_of__exposable_12() { return &____exposable_12; } inline void set__exposable_12(bool value) { ____exposable_12 = value; } inline static int32_t get_offset_of__isOpen_13() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____isOpen_13)); } inline bool get__isOpen_13() const { return ____isOpen_13; } inline bool* get_address_of__isOpen_13() { return &____isOpen_13; } inline void set__isOpen_13(bool value) { ____isOpen_13 = value; } inline static int32_t get_offset_of__lastReadTask_14() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____lastReadTask_14)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastReadTask_14() const { return ____lastReadTask_14; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastReadTask_14() { return &____lastReadTask_14; } inline void set__lastReadTask_14(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastReadTask_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_14), (void*)value); } }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.Ray struct Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 { public: // UnityEngine.Vector3 UnityEngine.Ray::m_Origin Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Origin_0; // UnityEngine.Vector3 UnityEngine.Ray::m_Direction Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Direction_1; public: inline static int32_t get_offset_of_m_Origin_0() { return static_cast(offsetof(Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6, ___m_Origin_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Origin_0() const { return ___m_Origin_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Origin_0() { return &___m_Origin_0; } inline void set_m_Origin_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Origin_0 = value; } inline static int32_t get_offset_of_m_Direction_1() { return static_cast(offsetof(Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6, ___m_Direction_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Direction_1() const { return ___m_Direction_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Direction_1() { return &___m_Direction_1; } inline void set_m_Direction_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Direction_1 = value; } }; // UnityEngine.RaycastHit struct RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // System.UInt32 UnityEngine.RaycastHit::m_FaceID uint32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_UV_4; // System.Int32 UnityEngine.RaycastHit::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Point_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_FaceID_2)); } inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(uint32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_UV_4() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_UV_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_UV_4() const { return ___m_UV_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters struct RsaPrivateCrtKeyParameters_tA9185E010DB8134822436B7526FAAEA7708FFCA6 : public RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters::e BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___e_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters::p BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters::dP BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___dP_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters::dQ BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___dQ_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters::qInv BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___qInv_9; public: inline static int32_t get_offset_of_e_4() { return static_cast(offsetof(RsaPrivateCrtKeyParameters_tA9185E010DB8134822436B7526FAAEA7708FFCA6, ___e_4)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_e_4() const { return ___e_4; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_e_4() { return &___e_4; } inline void set_e_4(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___e_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___e_4), (void*)value); } inline static int32_t get_offset_of_p_5() { return static_cast(offsetof(RsaPrivateCrtKeyParameters_tA9185E010DB8134822436B7526FAAEA7708FFCA6, ___p_5)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_p_5() const { return ___p_5; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_p_5() { return &___p_5; } inline void set_p_5(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___p_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_5), (void*)value); } inline static int32_t get_offset_of_q_6() { return static_cast(offsetof(RsaPrivateCrtKeyParameters_tA9185E010DB8134822436B7526FAAEA7708FFCA6, ___q_6)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_6() const { return ___q_6; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_6() { return &___q_6; } inline void set_q_6(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_6), (void*)value); } inline static int32_t get_offset_of_dP_7() { return static_cast(offsetof(RsaPrivateCrtKeyParameters_tA9185E010DB8134822436B7526FAAEA7708FFCA6, ___dP_7)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_dP_7() const { return ___dP_7; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_dP_7() { return &___dP_7; } inline void set_dP_7(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___dP_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___dP_7), (void*)value); } inline static int32_t get_offset_of_dQ_8() { return static_cast(offsetof(RsaPrivateCrtKeyParameters_tA9185E010DB8134822436B7526FAAEA7708FFCA6, ___dQ_8)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_dQ_8() const { return ___dQ_8; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_dQ_8() { return &___dQ_8; } inline void set_dQ_8(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___dQ_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___dQ_8), (void*)value); } inline static int32_t get_offset_of_qInv_9() { return static_cast(offsetof(RsaPrivateCrtKeyParameters_tA9185E010DB8134822436B7526FAAEA7708FFCA6, ___qInv_9)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_qInv_9() const { return ___qInv_9; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_qInv_9() { return &___qInv_9; } inline void set_qInv_9(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___qInv_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___qInv_9), (void*)value); } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.IO.SeekOrigin struct SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // DG.Tweening.Core.Enums.SpecialStartupMode struct SpecialStartupMode_t0086D2AE798C217210762DD17C8D3572414ACD92 { public: // System.Int32 DG.Tweening.Core.Enums.SpecialStartupMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SpecialStartupMode_t0086D2AE798C217210762DD17C8D3572414ACD92, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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; } }; // DG.Tweening.TweenType struct TweenType_tAB2DEC1268409EA172594368494218E51696EF5D { public: // System.Int32 DG.Tweening.TweenType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TweenType_tAB2DEC1268409EA172594368494218E51696EF5D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // DG.Tweening.UpdateType struct UpdateType_t9D838506DD148F29E6183FB298E41921E51CC5ED { public: // System.Int32 DG.Tweening.UpdateType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UpdateType_t9D838506DD148F29E6183FB298E41921E51CC5ED, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriFormat struct UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F { public: // System.Int32 System.UriFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriIdnScope struct UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D { public: // System.Int32 System.UriIdnScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriKind struct UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC { public: // System.Int32 System.UriKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F : public UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DigestUtilities/DigestAlgorithm struct DigestAlgorithm_t7A40B55EDE3ECA910D8C799CD28537FD719AE0C8 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DigestUtilities/DigestAlgorithm::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DigestAlgorithm_t7A40B55EDE3ECA910D8C799CD28537FD719AE0C8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Image/FillMethod struct FillMethod_tC37E5898D113A8FBF25A6AB6FBA451CC51E211E2 { public: // System.Int32 UnityEngine.UI.Image/FillMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FillMethod_tC37E5898D113A8FBF25A6AB6FBA451CC51E211E2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Image/Type struct Type_tDCB08AB7425CAB70C1E46CC341F877423B5A5E12 { public: // System.Int32 UnityEngine.UI.Image/Type::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Type_tDCB08AB7425CAB70C1E46CC341F877423B5A5E12, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Navigation/Mode struct Mode_t3113FDF05158BBA1DFC78D7F69E4C1D25135CB0F { public: // System.Int32 UnityEngine.UI.Navigation/Mode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Mode_t3113FDF05158BBA1DFC78D7F69E4C1D25135CB0F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Selectable/Transition struct Transition_t1FC449676815A798E758D32E8BE6DC0A2511DF14 { public: // System.Int32 UnityEngine.UI.Selectable/Transition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Transition_t1FC449676815A798E758D32E8BE6DC0A2511DF14, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Uri/Flags struct Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4 { public: // System.UInt64 System.Uri/Flags::value__ uint64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4, ___value___2)); } inline uint64_t get_value___2() const { return ___value___2; } inline uint64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint64_t value) { ___value___2 = value; } }; // DG.Tweening.Core.ABSSequentiable struct ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76 : public RuntimeObject { public: // DG.Tweening.TweenType DG.Tweening.Core.ABSSequentiable::tweenType int32_t ___tweenType_0; // System.Single DG.Tweening.Core.ABSSequentiable::sequencedPosition float ___sequencedPosition_1; // System.Single DG.Tweening.Core.ABSSequentiable::sequencedEndPosition float ___sequencedEndPosition_2; // DG.Tweening.TweenCallback DG.Tweening.Core.ABSSequentiable::onStart TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onStart_3; public: inline static int32_t get_offset_of_tweenType_0() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___tweenType_0)); } inline int32_t get_tweenType_0() const { return ___tweenType_0; } inline int32_t* get_address_of_tweenType_0() { return &___tweenType_0; } inline void set_tweenType_0(int32_t value) { ___tweenType_0 = value; } inline static int32_t get_offset_of_sequencedPosition_1() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___sequencedPosition_1)); } inline float get_sequencedPosition_1() const { return ___sequencedPosition_1; } inline float* get_address_of_sequencedPosition_1() { return &___sequencedPosition_1; } inline void set_sequencedPosition_1(float value) { ___sequencedPosition_1 = value; } inline static int32_t get_offset_of_sequencedEndPosition_2() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___sequencedEndPosition_2)); } inline float get_sequencedEndPosition_2() const { return ___sequencedEndPosition_2; } inline float* get_address_of_sequencedEndPosition_2() { return &___sequencedEndPosition_2; } inline void set_sequencedEndPosition_2(float value) { ___sequencedEndPosition_2 = value; } inline static int32_t get_offset_of_onStart_3() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___onStart_3)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onStart_3() const { return ___onStart_3; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onStart_3() { return &___onStart_3; } inline void set_onStart_3(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onStart_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___onStart_3), (void*)value); } }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.Authentication.Credentials struct Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 : public RuntimeObject { public: // BestHTTP.Authentication.AuthenticationTypes BestHTTP.Authentication.Credentials::k__BackingField int32_t ___U3CTypeU3Ek__BackingField_0; // System.String BestHTTP.Authentication.Credentials::k__BackingField String_t* ___U3CUserNameU3Ek__BackingField_1; // System.String BestHTTP.Authentication.Credentials::k__BackingField String_t* ___U3CPasswordU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CTypeU3Ek__BackingField_0() { return static_cast(offsetof(Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8, ___U3CTypeU3Ek__BackingField_0)); } inline int32_t get_U3CTypeU3Ek__BackingField_0() const { return ___U3CTypeU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CTypeU3Ek__BackingField_0() { return &___U3CTypeU3Ek__BackingField_0; } inline void set_U3CTypeU3Ek__BackingField_0(int32_t value) { ___U3CTypeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CUserNameU3Ek__BackingField_1() { return static_cast(offsetof(Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8, ___U3CUserNameU3Ek__BackingField_1)); } inline String_t* get_U3CUserNameU3Ek__BackingField_1() const { return ___U3CUserNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CUserNameU3Ek__BackingField_1() { return &___U3CUserNameU3Ek__BackingField_1; } inline void set_U3CUserNameU3Ek__BackingField_1(String_t* value) { ___U3CUserNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUserNameU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CPasswordU3Ek__BackingField_2() { return static_cast(offsetof(Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8, ___U3CPasswordU3Ek__BackingField_2)); } inline String_t* get_U3CPasswordU3Ek__BackingField_2() const { return ___U3CPasswordU3Ek__BackingField_2; } inline String_t** get_address_of_U3CPasswordU3Ek__BackingField_2() { return &___U3CPasswordU3Ek__BackingField_2; } inline void set_U3CPasswordU3Ek__BackingField_2(String_t* value) { ___U3CPasswordU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPasswordU3Ek__BackingField_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CryptoException struct CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 : public Exception_t { public: public: }; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 : public RuntimeObject { public: // System.Globalization.CultureData System.Globalization.DateTimeFormatInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_1; // System.String System.Globalization.DateTimeFormatInfo::m_name String_t* ___m_name_2; // System.String System.Globalization.DateTimeFormatInfo::m_langName String_t* ___m_langName_3; // System.Globalization.CompareInfo System.Globalization.DateTimeFormatInfo::m_compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___m_compareInfo_4; // System.Globalization.CultureInfo System.Globalization.DateTimeFormatInfo::m_cultureInfo CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___m_cultureInfo_5; // System.String System.Globalization.DateTimeFormatInfo::amDesignator String_t* ___amDesignator_6; // System.String System.Globalization.DateTimeFormatInfo::pmDesignator String_t* ___pmDesignator_7; // System.String System.Globalization.DateTimeFormatInfo::dateSeparator String_t* ___dateSeparator_8; // System.String System.Globalization.DateTimeFormatInfo::generalShortTimePattern String_t* ___generalShortTimePattern_9; // System.String System.Globalization.DateTimeFormatInfo::generalLongTimePattern String_t* ___generalLongTimePattern_10; // System.String System.Globalization.DateTimeFormatInfo::timeSeparator String_t* ___timeSeparator_11; // System.String System.Globalization.DateTimeFormatInfo::monthDayPattern String_t* ___monthDayPattern_12; // System.String System.Globalization.DateTimeFormatInfo::dateTimeOffsetPattern String_t* ___dateTimeOffsetPattern_13; // System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_17; // System.Int32 System.Globalization.DateTimeFormatInfo::firstDayOfWeek int32_t ___firstDayOfWeek_18; // System.Int32 System.Globalization.DateTimeFormatInfo::calendarWeekRule int32_t ___calendarWeekRule_19; // System.String System.Globalization.DateTimeFormatInfo::fullDateTimePattern String_t* ___fullDateTimePattern_20; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedDayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___abbreviatedDayNames_21; // System.String[] System.Globalization.DateTimeFormatInfo::m_superShortDayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_superShortDayNames_22; // System.String[] System.Globalization.DateTimeFormatInfo::dayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___dayNames_23; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___abbreviatedMonthNames_24; // System.String[] System.Globalization.DateTimeFormatInfo::monthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___monthNames_25; // System.String[] System.Globalization.DateTimeFormatInfo::genitiveMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___genitiveMonthNames_26; // System.String[] System.Globalization.DateTimeFormatInfo::m_genitiveAbbreviatedMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_genitiveAbbreviatedMonthNames_27; // System.String[] System.Globalization.DateTimeFormatInfo::leapYearMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___leapYearMonthNames_28; // System.String System.Globalization.DateTimeFormatInfo::longDatePattern String_t* ___longDatePattern_29; // System.String System.Globalization.DateTimeFormatInfo::shortDatePattern String_t* ___shortDatePattern_30; // System.String System.Globalization.DateTimeFormatInfo::yearMonthPattern String_t* ___yearMonthPattern_31; // System.String System.Globalization.DateTimeFormatInfo::longTimePattern String_t* ___longTimePattern_32; // System.String System.Globalization.DateTimeFormatInfo::shortTimePattern String_t* ___shortTimePattern_33; // System.String[] System.Globalization.DateTimeFormatInfo::allYearMonthPatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allYearMonthPatterns_34; // System.String[] System.Globalization.DateTimeFormatInfo::allShortDatePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allShortDatePatterns_35; // System.String[] System.Globalization.DateTimeFormatInfo::allLongDatePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allLongDatePatterns_36; // System.String[] System.Globalization.DateTimeFormatInfo::allShortTimePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allShortTimePatterns_37; // System.String[] System.Globalization.DateTimeFormatInfo::allLongTimePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allLongTimePatterns_38; // System.String[] System.Globalization.DateTimeFormatInfo::m_eraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_eraNames_39; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_abbrevEraNames_40; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEnglishEraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_abbrevEnglishEraNames_41; // System.Int32[] System.Globalization.DateTimeFormatInfo::optionalCalendars Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___optionalCalendars_42; // System.Boolean System.Globalization.DateTimeFormatInfo::m_isReadOnly bool ___m_isReadOnly_44; // System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::formatFlags int32_t ___formatFlags_45; // System.Int32 System.Globalization.DateTimeFormatInfo::CultureID int32_t ___CultureID_47; // System.Boolean System.Globalization.DateTimeFormatInfo::m_useUserOverride bool ___m_useUserOverride_48; // System.Boolean System.Globalization.DateTimeFormatInfo::bUseCalendarInfo bool ___bUseCalendarInfo_49; // System.Int32 System.Globalization.DateTimeFormatInfo::nDataItem int32_t ___nDataItem_50; // System.Boolean System.Globalization.DateTimeFormatInfo::m_isDefaultCalendar bool ___m_isDefaultCalendar_51; // System.String[] System.Globalization.DateTimeFormatInfo::m_dateWords StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_dateWords_53; // System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanPositivePattern String_t* ___m_fullTimeSpanPositivePattern_54; // System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanNegativePattern String_t* ___m_fullTimeSpanNegativePattern_55; // System.Globalization.TokenHashValue[] System.Globalization.DateTimeFormatInfo::m_dtfiTokenHash TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3* ___m_dtfiTokenHash_57; public: inline static int32_t get_offset_of_m_cultureData_1() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_cultureData_1)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_1() const { return ___m_cultureData_1; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_1() { return &___m_cultureData_1; } inline void set_m_cultureData_1(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_1), (void*)value); } inline static int32_t get_offset_of_m_name_2() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_name_2)); } inline String_t* get_m_name_2() const { return ___m_name_2; } inline String_t** get_address_of_m_name_2() { return &___m_name_2; } inline void set_m_name_2(String_t* value) { ___m_name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_2), (void*)value); } inline static int32_t get_offset_of_m_langName_3() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_langName_3)); } inline String_t* get_m_langName_3() const { return ___m_langName_3; } inline String_t** get_address_of_m_langName_3() { return &___m_langName_3; } inline void set_m_langName_3(String_t* value) { ___m_langName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_langName_3), (void*)value); } inline static int32_t get_offset_of_m_compareInfo_4() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_compareInfo_4)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_m_compareInfo_4() const { return ___m_compareInfo_4; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_m_compareInfo_4() { return &___m_compareInfo_4; } inline void set_m_compareInfo_4(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___m_compareInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_compareInfo_4), (void*)value); } inline static int32_t get_offset_of_m_cultureInfo_5() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_cultureInfo_5)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_cultureInfo_5() const { return ___m_cultureInfo_5; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_cultureInfo_5() { return &___m_cultureInfo_5; } inline void set_m_cultureInfo_5(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_cultureInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureInfo_5), (void*)value); } inline static int32_t get_offset_of_amDesignator_6() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___amDesignator_6)); } inline String_t* get_amDesignator_6() const { return ___amDesignator_6; } inline String_t** get_address_of_amDesignator_6() { return &___amDesignator_6; } inline void set_amDesignator_6(String_t* value) { ___amDesignator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___amDesignator_6), (void*)value); } inline static int32_t get_offset_of_pmDesignator_7() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___pmDesignator_7)); } inline String_t* get_pmDesignator_7() const { return ___pmDesignator_7; } inline String_t** get_address_of_pmDesignator_7() { return &___pmDesignator_7; } inline void set_pmDesignator_7(String_t* value) { ___pmDesignator_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___pmDesignator_7), (void*)value); } inline static int32_t get_offset_of_dateSeparator_8() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___dateSeparator_8)); } inline String_t* get_dateSeparator_8() const { return ___dateSeparator_8; } inline String_t** get_address_of_dateSeparator_8() { return &___dateSeparator_8; } inline void set_dateSeparator_8(String_t* value) { ___dateSeparator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateSeparator_8), (void*)value); } inline static int32_t get_offset_of_generalShortTimePattern_9() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___generalShortTimePattern_9)); } inline String_t* get_generalShortTimePattern_9() const { return ___generalShortTimePattern_9; } inline String_t** get_address_of_generalShortTimePattern_9() { return &___generalShortTimePattern_9; } inline void set_generalShortTimePattern_9(String_t* value) { ___generalShortTimePattern_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___generalShortTimePattern_9), (void*)value); } inline static int32_t get_offset_of_generalLongTimePattern_10() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___generalLongTimePattern_10)); } inline String_t* get_generalLongTimePattern_10() const { return ___generalLongTimePattern_10; } inline String_t** get_address_of_generalLongTimePattern_10() { return &___generalLongTimePattern_10; } inline void set_generalLongTimePattern_10(String_t* value) { ___generalLongTimePattern_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___generalLongTimePattern_10), (void*)value); } inline static int32_t get_offset_of_timeSeparator_11() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___timeSeparator_11)); } inline String_t* get_timeSeparator_11() const { return ___timeSeparator_11; } inline String_t** get_address_of_timeSeparator_11() { return &___timeSeparator_11; } inline void set_timeSeparator_11(String_t* value) { ___timeSeparator_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeSeparator_11), (void*)value); } inline static int32_t get_offset_of_monthDayPattern_12() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___monthDayPattern_12)); } inline String_t* get_monthDayPattern_12() const { return ___monthDayPattern_12; } inline String_t** get_address_of_monthDayPattern_12() { return &___monthDayPattern_12; } inline void set_monthDayPattern_12(String_t* value) { ___monthDayPattern_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___monthDayPattern_12), (void*)value); } inline static int32_t get_offset_of_dateTimeOffsetPattern_13() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___dateTimeOffsetPattern_13)); } inline String_t* get_dateTimeOffsetPattern_13() const { return ___dateTimeOffsetPattern_13; } inline String_t** get_address_of_dateTimeOffsetPattern_13() { return &___dateTimeOffsetPattern_13; } inline void set_dateTimeOffsetPattern_13(String_t* value) { ___dateTimeOffsetPattern_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeOffsetPattern_13), (void*)value); } inline static int32_t get_offset_of_calendar_17() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___calendar_17)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_17() const { return ___calendar_17; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_17() { return &___calendar_17; } inline void set_calendar_17(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_17), (void*)value); } inline static int32_t get_offset_of_firstDayOfWeek_18() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___firstDayOfWeek_18)); } inline int32_t get_firstDayOfWeek_18() const { return ___firstDayOfWeek_18; } inline int32_t* get_address_of_firstDayOfWeek_18() { return &___firstDayOfWeek_18; } inline void set_firstDayOfWeek_18(int32_t value) { ___firstDayOfWeek_18 = value; } inline static int32_t get_offset_of_calendarWeekRule_19() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___calendarWeekRule_19)); } inline int32_t get_calendarWeekRule_19() const { return ___calendarWeekRule_19; } inline int32_t* get_address_of_calendarWeekRule_19() { return &___calendarWeekRule_19; } inline void set_calendarWeekRule_19(int32_t value) { ___calendarWeekRule_19 = value; } inline static int32_t get_offset_of_fullDateTimePattern_20() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___fullDateTimePattern_20)); } inline String_t* get_fullDateTimePattern_20() const { return ___fullDateTimePattern_20; } inline String_t** get_address_of_fullDateTimePattern_20() { return &___fullDateTimePattern_20; } inline void set_fullDateTimePattern_20(String_t* value) { ___fullDateTimePattern_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___fullDateTimePattern_20), (void*)value); } inline static int32_t get_offset_of_abbreviatedDayNames_21() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___abbreviatedDayNames_21)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_abbreviatedDayNames_21() const { return ___abbreviatedDayNames_21; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_abbreviatedDayNames_21() { return &___abbreviatedDayNames_21; } inline void set_abbreviatedDayNames_21(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___abbreviatedDayNames_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedDayNames_21), (void*)value); } inline static int32_t get_offset_of_m_superShortDayNames_22() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_superShortDayNames_22)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_superShortDayNames_22() const { return ___m_superShortDayNames_22; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_superShortDayNames_22() { return &___m_superShortDayNames_22; } inline void set_m_superShortDayNames_22(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_superShortDayNames_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_superShortDayNames_22), (void*)value); } inline static int32_t get_offset_of_dayNames_23() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___dayNames_23)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_dayNames_23() const { return ___dayNames_23; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_dayNames_23() { return &___dayNames_23; } inline void set_dayNames_23(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___dayNames_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___dayNames_23), (void*)value); } inline static int32_t get_offset_of_abbreviatedMonthNames_24() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___abbreviatedMonthNames_24)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_abbreviatedMonthNames_24() const { return ___abbreviatedMonthNames_24; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_abbreviatedMonthNames_24() { return &___abbreviatedMonthNames_24; } inline void set_abbreviatedMonthNames_24(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___abbreviatedMonthNames_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedMonthNames_24), (void*)value); } inline static int32_t get_offset_of_monthNames_25() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___monthNames_25)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_monthNames_25() const { return ___monthNames_25; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_monthNames_25() { return &___monthNames_25; } inline void set_monthNames_25(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___monthNames_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___monthNames_25), (void*)value); } inline static int32_t get_offset_of_genitiveMonthNames_26() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___genitiveMonthNames_26)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_genitiveMonthNames_26() const { return ___genitiveMonthNames_26; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_genitiveMonthNames_26() { return &___genitiveMonthNames_26; } inline void set_genitiveMonthNames_26(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___genitiveMonthNames_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___genitiveMonthNames_26), (void*)value); } inline static int32_t get_offset_of_m_genitiveAbbreviatedMonthNames_27() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_genitiveAbbreviatedMonthNames_27)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_genitiveAbbreviatedMonthNames_27() const { return ___m_genitiveAbbreviatedMonthNames_27; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_genitiveAbbreviatedMonthNames_27() { return &___m_genitiveAbbreviatedMonthNames_27; } inline void set_m_genitiveAbbreviatedMonthNames_27(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_genitiveAbbreviatedMonthNames_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_genitiveAbbreviatedMonthNames_27), (void*)value); } inline static int32_t get_offset_of_leapYearMonthNames_28() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___leapYearMonthNames_28)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_leapYearMonthNames_28() const { return ___leapYearMonthNames_28; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_leapYearMonthNames_28() { return &___leapYearMonthNames_28; } inline void set_leapYearMonthNames_28(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___leapYearMonthNames_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___leapYearMonthNames_28), (void*)value); } inline static int32_t get_offset_of_longDatePattern_29() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___longDatePattern_29)); } inline String_t* get_longDatePattern_29() const { return ___longDatePattern_29; } inline String_t** get_address_of_longDatePattern_29() { return &___longDatePattern_29; } inline void set_longDatePattern_29(String_t* value) { ___longDatePattern_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___longDatePattern_29), (void*)value); } inline static int32_t get_offset_of_shortDatePattern_30() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___shortDatePattern_30)); } inline String_t* get_shortDatePattern_30() const { return ___shortDatePattern_30; } inline String_t** get_address_of_shortDatePattern_30() { return &___shortDatePattern_30; } inline void set_shortDatePattern_30(String_t* value) { ___shortDatePattern_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___shortDatePattern_30), (void*)value); } inline static int32_t get_offset_of_yearMonthPattern_31() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___yearMonthPattern_31)); } inline String_t* get_yearMonthPattern_31() const { return ___yearMonthPattern_31; } inline String_t** get_address_of_yearMonthPattern_31() { return &___yearMonthPattern_31; } inline void set_yearMonthPattern_31(String_t* value) { ___yearMonthPattern_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___yearMonthPattern_31), (void*)value); } inline static int32_t get_offset_of_longTimePattern_32() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___longTimePattern_32)); } inline String_t* get_longTimePattern_32() const { return ___longTimePattern_32; } inline String_t** get_address_of_longTimePattern_32() { return &___longTimePattern_32; } inline void set_longTimePattern_32(String_t* value) { ___longTimePattern_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___longTimePattern_32), (void*)value); } inline static int32_t get_offset_of_shortTimePattern_33() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___shortTimePattern_33)); } inline String_t* get_shortTimePattern_33() const { return ___shortTimePattern_33; } inline String_t** get_address_of_shortTimePattern_33() { return &___shortTimePattern_33; } inline void set_shortTimePattern_33(String_t* value) { ___shortTimePattern_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___shortTimePattern_33), (void*)value); } inline static int32_t get_offset_of_allYearMonthPatterns_34() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allYearMonthPatterns_34)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allYearMonthPatterns_34() const { return ___allYearMonthPatterns_34; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allYearMonthPatterns_34() { return &___allYearMonthPatterns_34; } inline void set_allYearMonthPatterns_34(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allYearMonthPatterns_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___allYearMonthPatterns_34), (void*)value); } inline static int32_t get_offset_of_allShortDatePatterns_35() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allShortDatePatterns_35)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allShortDatePatterns_35() const { return ___allShortDatePatterns_35; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allShortDatePatterns_35() { return &___allShortDatePatterns_35; } inline void set_allShortDatePatterns_35(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allShortDatePatterns_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___allShortDatePatterns_35), (void*)value); } inline static int32_t get_offset_of_allLongDatePatterns_36() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allLongDatePatterns_36)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allLongDatePatterns_36() const { return ___allLongDatePatterns_36; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allLongDatePatterns_36() { return &___allLongDatePatterns_36; } inline void set_allLongDatePatterns_36(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allLongDatePatterns_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___allLongDatePatterns_36), (void*)value); } inline static int32_t get_offset_of_allShortTimePatterns_37() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allShortTimePatterns_37)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allShortTimePatterns_37() const { return ___allShortTimePatterns_37; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allShortTimePatterns_37() { return &___allShortTimePatterns_37; } inline void set_allShortTimePatterns_37(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allShortTimePatterns_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___allShortTimePatterns_37), (void*)value); } inline static int32_t get_offset_of_allLongTimePatterns_38() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allLongTimePatterns_38)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allLongTimePatterns_38() const { return ___allLongTimePatterns_38; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allLongTimePatterns_38() { return &___allLongTimePatterns_38; } inline void set_allLongTimePatterns_38(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allLongTimePatterns_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___allLongTimePatterns_38), (void*)value); } inline static int32_t get_offset_of_m_eraNames_39() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_eraNames_39)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_eraNames_39() const { return ___m_eraNames_39; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_eraNames_39() { return &___m_eraNames_39; } inline void set_m_eraNames_39(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_eraNames_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_eraNames_39), (void*)value); } inline static int32_t get_offset_of_m_abbrevEraNames_40() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_abbrevEraNames_40)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_abbrevEraNames_40() const { return ___m_abbrevEraNames_40; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_abbrevEraNames_40() { return &___m_abbrevEraNames_40; } inline void set_m_abbrevEraNames_40(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_abbrevEraNames_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEraNames_40), (void*)value); } inline static int32_t get_offset_of_m_abbrevEnglishEraNames_41() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_abbrevEnglishEraNames_41)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_abbrevEnglishEraNames_41() const { return ___m_abbrevEnglishEraNames_41; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_abbrevEnglishEraNames_41() { return &___m_abbrevEnglishEraNames_41; } inline void set_m_abbrevEnglishEraNames_41(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_abbrevEnglishEraNames_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEnglishEraNames_41), (void*)value); } inline static int32_t get_offset_of_optionalCalendars_42() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___optionalCalendars_42)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_optionalCalendars_42() const { return ___optionalCalendars_42; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_optionalCalendars_42() { return &___optionalCalendars_42; } inline void set_optionalCalendars_42(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___optionalCalendars_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___optionalCalendars_42), (void*)value); } inline static int32_t get_offset_of_m_isReadOnly_44() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_isReadOnly_44)); } inline bool get_m_isReadOnly_44() const { return ___m_isReadOnly_44; } inline bool* get_address_of_m_isReadOnly_44() { return &___m_isReadOnly_44; } inline void set_m_isReadOnly_44(bool value) { ___m_isReadOnly_44 = value; } inline static int32_t get_offset_of_formatFlags_45() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___formatFlags_45)); } inline int32_t get_formatFlags_45() const { return ___formatFlags_45; } inline int32_t* get_address_of_formatFlags_45() { return &___formatFlags_45; } inline void set_formatFlags_45(int32_t value) { ___formatFlags_45 = value; } inline static int32_t get_offset_of_CultureID_47() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___CultureID_47)); } inline int32_t get_CultureID_47() const { return ___CultureID_47; } inline int32_t* get_address_of_CultureID_47() { return &___CultureID_47; } inline void set_CultureID_47(int32_t value) { ___CultureID_47 = value; } inline static int32_t get_offset_of_m_useUserOverride_48() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_useUserOverride_48)); } inline bool get_m_useUserOverride_48() const { return ___m_useUserOverride_48; } inline bool* get_address_of_m_useUserOverride_48() { return &___m_useUserOverride_48; } inline void set_m_useUserOverride_48(bool value) { ___m_useUserOverride_48 = value; } inline static int32_t get_offset_of_bUseCalendarInfo_49() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___bUseCalendarInfo_49)); } inline bool get_bUseCalendarInfo_49() const { return ___bUseCalendarInfo_49; } inline bool* get_address_of_bUseCalendarInfo_49() { return &___bUseCalendarInfo_49; } inline void set_bUseCalendarInfo_49(bool value) { ___bUseCalendarInfo_49 = value; } inline static int32_t get_offset_of_nDataItem_50() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___nDataItem_50)); } inline int32_t get_nDataItem_50() const { return ___nDataItem_50; } inline int32_t* get_address_of_nDataItem_50() { return &___nDataItem_50; } inline void set_nDataItem_50(int32_t value) { ___nDataItem_50 = value; } inline static int32_t get_offset_of_m_isDefaultCalendar_51() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_isDefaultCalendar_51)); } inline bool get_m_isDefaultCalendar_51() const { return ___m_isDefaultCalendar_51; } inline bool* get_address_of_m_isDefaultCalendar_51() { return &___m_isDefaultCalendar_51; } inline void set_m_isDefaultCalendar_51(bool value) { ___m_isDefaultCalendar_51 = value; } inline static int32_t get_offset_of_m_dateWords_53() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_dateWords_53)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_dateWords_53() const { return ___m_dateWords_53; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_dateWords_53() { return &___m_dateWords_53; } inline void set_m_dateWords_53(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_dateWords_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_dateWords_53), (void*)value); } inline static int32_t get_offset_of_m_fullTimeSpanPositivePattern_54() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_fullTimeSpanPositivePattern_54)); } inline String_t* get_m_fullTimeSpanPositivePattern_54() const { return ___m_fullTimeSpanPositivePattern_54; } inline String_t** get_address_of_m_fullTimeSpanPositivePattern_54() { return &___m_fullTimeSpanPositivePattern_54; } inline void set_m_fullTimeSpanPositivePattern_54(String_t* value) { ___m_fullTimeSpanPositivePattern_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTimeSpanPositivePattern_54), (void*)value); } inline static int32_t get_offset_of_m_fullTimeSpanNegativePattern_55() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_fullTimeSpanNegativePattern_55)); } inline String_t* get_m_fullTimeSpanNegativePattern_55() const { return ___m_fullTimeSpanNegativePattern_55; } inline String_t** get_address_of_m_fullTimeSpanNegativePattern_55() { return &___m_fullTimeSpanNegativePattern_55; } inline void set_m_fullTimeSpanNegativePattern_55(String_t* value) { ___m_fullTimeSpanNegativePattern_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTimeSpanNegativePattern_55), (void*)value); } inline static int32_t get_offset_of_m_dtfiTokenHash_57() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_dtfiTokenHash_57)); } inline TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3* get_m_dtfiTokenHash_57() const { return ___m_dtfiTokenHash_57; } inline TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3** get_address_of_m_dtfiTokenHash_57() { return &___m_dtfiTokenHash_57; } inline void set_m_dtfiTokenHash_57(TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3* value) { ___m_dtfiTokenHash_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_dtfiTokenHash_57), (void*)value); } }; struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields { public: // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::invariantInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___invariantInfo_0; // System.Boolean System.Globalization.DateTimeFormatInfo::preferExistingTokens bool ___preferExistingTokens_46; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_calendarNativeNames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___s_calendarNativeNames_52; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_jajpDTFI DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___s_jajpDTFI_82; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_zhtwDTFI DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___s_zhtwDTFI_83; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___invariantInfo_0)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_invariantInfo_0() const { return ___invariantInfo_0; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value); } inline static int32_t get_offset_of_preferExistingTokens_46() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___preferExistingTokens_46)); } inline bool get_preferExistingTokens_46() const { return ___preferExistingTokens_46; } inline bool* get_address_of_preferExistingTokens_46() { return &___preferExistingTokens_46; } inline void set_preferExistingTokens_46(bool value) { ___preferExistingTokens_46 = value; } inline static int32_t get_offset_of_s_calendarNativeNames_52() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___s_calendarNativeNames_52)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_s_calendarNativeNames_52() const { return ___s_calendarNativeNames_52; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_s_calendarNativeNames_52() { return &___s_calendarNativeNames_52; } inline void set_s_calendarNativeNames_52(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___s_calendarNativeNames_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_calendarNativeNames_52), (void*)value); } inline static int32_t get_offset_of_s_jajpDTFI_82() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___s_jajpDTFI_82)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_s_jajpDTFI_82() const { return ___s_jajpDTFI_82; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_s_jajpDTFI_82() { return &___s_jajpDTFI_82; } inline void set_s_jajpDTFI_82(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___s_jajpDTFI_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_jajpDTFI_82), (void*)value); } inline static int32_t get_offset_of_s_zhtwDTFI_83() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___s_zhtwDTFI_83)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_s_zhtwDTFI_83() const { return ___s_zhtwDTFI_83; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_s_zhtwDTFI_83() { return &___s_zhtwDTFI_83; } inline void set_s_zhtwDTFI_83(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___s_zhtwDTFI_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_zhtwDTFI_83), (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.DerBmpString struct DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444 : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBmpString::str String_t* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444, ___str_2)); } inline String_t* get_str_2() const { return ___str_2; } inline String_t** get_address_of_str_2() { return &___str_2; } inline void set_str_2(String_t* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGraphicString struct DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGraphicString::mString ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mString_2; public: inline static int32_t get_offset_of_mString_2() { return static_cast(offsetof(DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40, ___mString_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mString_2() const { return ___mString_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mString_2() { return &___mString_2; } inline void set_mString_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mString_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mString_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String struct DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String::str String_t* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2, ___str_2)); } inline String_t* get_str_2() const { return ___str_2; } inline String_t** get_address_of_str_2() { return &___str_2; } inline void set_str_2(String_t* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.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.DerNumericString struct DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNumericString::str String_t* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(DerNumericString_tBC93689419794115F79AC727A0E483A597F36038, ___str_2)); } inline String_t* get_str_2() const { return ___str_2; } inline String_t** get_address_of_str_2() { return &___str_2; } inline void set_str_2(String_t* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 : public Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream struct DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 : public FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerPrintableString struct DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerPrintableString::str String_t* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205, ___str_2)); } inline String_t* get_str_2() const { return ___str_2; } inline String_t** get_address_of_str_2() { return &___str_2; } inline void set_str_2(String_t* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.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.DerT61String struct DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerT61String::str String_t* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B, ___str_2)); } inline String_t* get_str_2() const { return ___str_2; } inline String_t** get_address_of_str_2() { return &___str_2; } inline void set_str_2(String_t* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E : public Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUniversalString struct DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64 : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUniversalString::str ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str_3; public: inline static int32_t get_offset_of_str_3() { return static_cast(offsetof(DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64, ___str_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_str_3() const { return ___str_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_str_3() { return &___str_3; } inline void set_str_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___str_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_3), (void*)value); } }; struct DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64_StaticFields { public: // System.Char[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUniversalString::table CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___table_2; public: inline static int32_t get_offset_of_table_2() { return static_cast(offsetof(DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64_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.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.Asn1.DerVideotexString struct DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVideotexString::mString ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mString_2; public: inline static int32_t get_offset_of_mString_2() { return static_cast(offsetof(DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B, ___mString_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mString_2() const { return ___mString_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mString_2() { return &___mString_2; } inline void set_mString_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mString_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mString_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVisibleString struct DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVisibleString::str String_t* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6, ___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.Authentication.Digest struct Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 : public RuntimeObject { public: // System.Uri BestHTTP.Authentication.Digest::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_0; // BestHTTP.Authentication.AuthenticationTypes BestHTTP.Authentication.Digest::k__BackingField int32_t ___U3CTypeU3Ek__BackingField_1; // System.String BestHTTP.Authentication.Digest::k__BackingField String_t* ___U3CRealmU3Ek__BackingField_2; // System.Boolean BestHTTP.Authentication.Digest::k__BackingField bool ___U3CStaleU3Ek__BackingField_3; // System.String BestHTTP.Authentication.Digest::k__BackingField String_t* ___U3CNonceU3Ek__BackingField_4; // System.String BestHTTP.Authentication.Digest::k__BackingField String_t* ___U3COpaqueU3Ek__BackingField_5; // System.String BestHTTP.Authentication.Digest::k__BackingField String_t* ___U3CAlgorithmU3Ek__BackingField_6; // System.Collections.Generic.List`1 BestHTTP.Authentication.Digest::k__BackingField List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___U3CProtectedUrisU3Ek__BackingField_7; // System.String BestHTTP.Authentication.Digest::k__BackingField String_t* ___U3CQualityOfProtectionsU3Ek__BackingField_8; // System.Int32 BestHTTP.Authentication.Digest::k__BackingField int32_t ___U3CNonceCountU3Ek__BackingField_9; // System.String BestHTTP.Authentication.Digest::k__BackingField String_t* ___U3CHA1SessU3Ek__BackingField_10; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_0() { return static_cast(offsetof(Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734, ___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_U3CTypeU3Ek__BackingField_1() { return static_cast(offsetof(Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734, ___U3CTypeU3Ek__BackingField_1)); } inline int32_t get_U3CTypeU3Ek__BackingField_1() const { return ___U3CTypeU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CTypeU3Ek__BackingField_1() { return &___U3CTypeU3Ek__BackingField_1; } inline void set_U3CTypeU3Ek__BackingField_1(int32_t value) { ___U3CTypeU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CRealmU3Ek__BackingField_2() { return static_cast(offsetof(Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734, ___U3CRealmU3Ek__BackingField_2)); } inline String_t* get_U3CRealmU3Ek__BackingField_2() const { return ___U3CRealmU3Ek__BackingField_2; } inline String_t** get_address_of_U3CRealmU3Ek__BackingField_2() { return &___U3CRealmU3Ek__BackingField_2; } inline void set_U3CRealmU3Ek__BackingField_2(String_t* value) { ___U3CRealmU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRealmU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CStaleU3Ek__BackingField_3() { return static_cast(offsetof(Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734, ___U3CStaleU3Ek__BackingField_3)); } inline bool get_U3CStaleU3Ek__BackingField_3() const { return ___U3CStaleU3Ek__BackingField_3; } inline bool* get_address_of_U3CStaleU3Ek__BackingField_3() { return &___U3CStaleU3Ek__BackingField_3; } inline void set_U3CStaleU3Ek__BackingField_3(bool value) { ___U3CStaleU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CNonceU3Ek__BackingField_4() { return static_cast(offsetof(Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734, ___U3CNonceU3Ek__BackingField_4)); } inline String_t* get_U3CNonceU3Ek__BackingField_4() const { return ___U3CNonceU3Ek__BackingField_4; } inline String_t** get_address_of_U3CNonceU3Ek__BackingField_4() { return &___U3CNonceU3Ek__BackingField_4; } inline void set_U3CNonceU3Ek__BackingField_4(String_t* value) { ___U3CNonceU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNonceU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3COpaqueU3Ek__BackingField_5() { return static_cast(offsetof(Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734, ___U3COpaqueU3Ek__BackingField_5)); } inline String_t* get_U3COpaqueU3Ek__BackingField_5() const { return ___U3COpaqueU3Ek__BackingField_5; } inline String_t** get_address_of_U3COpaqueU3Ek__BackingField_5() { return &___U3COpaqueU3Ek__BackingField_5; } inline void set_U3COpaqueU3Ek__BackingField_5(String_t* value) { ___U3COpaqueU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COpaqueU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CAlgorithmU3Ek__BackingField_6() { return static_cast(offsetof(Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734, ___U3CAlgorithmU3Ek__BackingField_6)); } inline String_t* get_U3CAlgorithmU3Ek__BackingField_6() const { return ___U3CAlgorithmU3Ek__BackingField_6; } inline String_t** get_address_of_U3CAlgorithmU3Ek__BackingField_6() { return &___U3CAlgorithmU3Ek__BackingField_6; } inline void set_U3CAlgorithmU3Ek__BackingField_6(String_t* value) { ___U3CAlgorithmU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAlgorithmU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CProtectedUrisU3Ek__BackingField_7() { return static_cast(offsetof(Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734, ___U3CProtectedUrisU3Ek__BackingField_7)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_U3CProtectedUrisU3Ek__BackingField_7() const { return ___U3CProtectedUrisU3Ek__BackingField_7; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_U3CProtectedUrisU3Ek__BackingField_7() { return &___U3CProtectedUrisU3Ek__BackingField_7; } inline void set_U3CProtectedUrisU3Ek__BackingField_7(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___U3CProtectedUrisU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProtectedUrisU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CQualityOfProtectionsU3Ek__BackingField_8() { return static_cast(offsetof(Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734, ___U3CQualityOfProtectionsU3Ek__BackingField_8)); } inline String_t* get_U3CQualityOfProtectionsU3Ek__BackingField_8() const { return ___U3CQualityOfProtectionsU3Ek__BackingField_8; } inline String_t** get_address_of_U3CQualityOfProtectionsU3Ek__BackingField_8() { return &___U3CQualityOfProtectionsU3Ek__BackingField_8; } inline void set_U3CQualityOfProtectionsU3Ek__BackingField_8(String_t* value) { ___U3CQualityOfProtectionsU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CQualityOfProtectionsU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_U3CNonceCountU3Ek__BackingField_9() { return static_cast(offsetof(Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734, ___U3CNonceCountU3Ek__BackingField_9)); } inline int32_t get_U3CNonceCountU3Ek__BackingField_9() const { return ___U3CNonceCountU3Ek__BackingField_9; } inline int32_t* get_address_of_U3CNonceCountU3Ek__BackingField_9() { return &___U3CNonceCountU3Ek__BackingField_9; } inline void set_U3CNonceCountU3Ek__BackingField_9(int32_t value) { ___U3CNonceCountU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CHA1SessU3Ek__BackingField_10() { return static_cast(offsetof(Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734, ___U3CHA1SessU3Ek__BackingField_10)); } inline String_t* get_U3CHA1SessU3Ek__BackingField_10() const { return ___U3CHA1SessU3Ek__BackingField_10; } inline String_t** get_address_of_U3CHA1SessU3Ek__BackingField_10() { return &___U3CHA1SessU3Ek__BackingField_10; } inline void set_U3CHA1SessU3Ek__BackingField_10(String_t* value) { ___U3CHA1SessU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHA1SessU3Ek__BackingField_10), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigestInputBuffer struct DigestInputBuffer_tCD4269EAD90DBC42BD0490CEFF7F53557E1E0D3A : public MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C { public: public: }; // 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); } }; // 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.SecureProtocol.Org.BouncyCastle.Asn1.LimitedInputStream struct LimitedInputStream_tDCDB72494A23A4B0A30E3735AC112943DA01BB4B : public BaseInputStream_tB56303BA48A64EA3DE264D9883FC620E1E2AD6A2 { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.LimitedInputStream::_in Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____in_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.LimitedInputStream::_limit int32_t ____limit_7; public: inline static int32_t get_offset_of__in_6() { return static_cast(offsetof(LimitedInputStream_tDCDB72494A23A4B0A30E3735AC112943DA01BB4B, ____in_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__in_6() const { return ____in_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__in_6() { return &____in_6; } inline void set__in_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____in_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____in_6), (void*)value); } inline static int32_t get_offset_of__limit_7() { return static_cast(offsetof(LimitedInputStream_tDCDB72494A23A4B0A30E3735AC112943DA01BB4B, ____limit_7)); } inline int32_t get__limit_7() const { return ____limit_7; } inline int32_t* get_address_of__limit_7() { return &____limit_7; } inline void set__limit_7(int32_t value) { ____limit_7 = 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; }; // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 : public RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B { public: // Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.RSACryptoServiceProvider::store KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * ___store_6; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persistKey bool ___persistKey_7; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persisted bool ___persisted_8; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::privateKeyExportable bool ___privateKeyExportable_9; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::m_disposed bool ___m_disposed_10; // Mono.Security.Cryptography.RSAManaged System.Security.Cryptography.RSACryptoServiceProvider::rsa RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * ___rsa_11; public: inline static int32_t get_offset_of_store_6() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___store_6)); } inline KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * get_store_6() const { return ___store_6; } inline KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A ** get_address_of_store_6() { return &___store_6; } inline void set_store_6(KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * value) { ___store_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___store_6), (void*)value); } inline static int32_t get_offset_of_persistKey_7() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___persistKey_7)); } inline bool get_persistKey_7() const { return ___persistKey_7; } inline bool* get_address_of_persistKey_7() { return &___persistKey_7; } inline void set_persistKey_7(bool value) { ___persistKey_7 = value; } inline static int32_t get_offset_of_persisted_8() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___persisted_8)); } inline bool get_persisted_8() const { return ___persisted_8; } inline bool* get_address_of_persisted_8() { return &___persisted_8; } inline void set_persisted_8(bool value) { ___persisted_8 = value; } inline static int32_t get_offset_of_privateKeyExportable_9() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___privateKeyExportable_9)); } inline bool get_privateKeyExportable_9() const { return ___privateKeyExportable_9; } inline bool* get_address_of_privateKeyExportable_9() { return &___privateKeyExportable_9; } inline void set_privateKeyExportable_9(bool value) { ___privateKeyExportable_9 = value; } inline static int32_t get_offset_of_m_disposed_10() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___m_disposed_10)); } inline bool get_m_disposed_10() const { return ___m_disposed_10; } inline bool* get_address_of_m_disposed_10() { return &___m_disposed_10; } inline void set_m_disposed_10(bool value) { ___m_disposed_10 = value; } inline static int32_t get_offset_of_rsa_11() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___rsa_11)); } inline RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * get_rsa_11() const { return ___rsa_11; } inline RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 ** get_address_of_rsa_11() { return &___rsa_11; } inline void set_rsa_11(RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * value) { ___rsa_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___rsa_11), (void*)value); } }; struct RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_StaticFields { public: // System.Security.Cryptography.CspProviderFlags modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.RSACryptoServiceProvider::s_UseMachineKeyStore int32_t ___s_UseMachineKeyStore_2; public: inline static int32_t get_offset_of_s_UseMachineKeyStore_2() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_StaticFields, ___s_UseMachineKeyStore_2)); } inline int32_t get_s_UseMachineKeyStore_2() const { return ___s_UseMachineKeyStore_2; } inline int32_t* get_address_of_s_UseMachineKeyStore_2() { return &___s_UseMachineKeyStore_2; } inline void set_s_UseMachineKeyStore_2(int32_t value) { ___s_UseMachineKeyStore_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException struct SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA : public Exception_t { public: public: }; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri/UriInfo System.Uri::m_Info UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; public: inline static int32_t get_offset_of_m_String_16() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_String_16)); } inline String_t* get_m_String_16() const { return ___m_String_16; } inline String_t** get_address_of_m_String_16() { return &___m_String_16; } inline void set_m_String_16(String_t* value) { ___m_String_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_originalUnicodeString_17)); } inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; } inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; } inline void set_m_originalUnicodeString_17(String_t* value) { ___m_originalUnicodeString_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value); } inline static int32_t get_offset_of_m_Syntax_18() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Syntax_18)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_m_Syntax_18() const { return ___m_Syntax_18; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; } inline void set_m_Syntax_18(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___m_Syntax_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_DnsSafeHost_19)); } inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; } inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; } inline void set_m_DnsSafeHost_19(String_t* value) { ___m_DnsSafeHost_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value); } inline static int32_t get_offset_of_m_Flags_20() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Flags_20)); } inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; } inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; } inline void set_m_Flags_20(uint64_t value) { ___m_Flags_20 = value; } inline static int32_t get_offset_of_m_Info_21() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Info_21)); } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * get_m_Info_21() const { return ___m_Info_21; } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 ** get_address_of_m_Info_21() { return &___m_Info_21; } inline void set_m_Info_21(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * value) { ___m_Info_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_iriParsing_22)); } inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; } inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; } inline void set_m_iriParsing_22(bool value) { ___m_iriParsing_22 = value; } }; struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields { public: // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____WSchars_35; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFile_0)); } inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; } inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; } inline void set_UriSchemeFile_0(String_t* value) { ___UriSchemeFile_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFtp_1)); } inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; } inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; } inline void set_UriSchemeFtp_1(String_t* value) { ___UriSchemeFtp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeGopher_2)); } inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; } inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; } inline void set_UriSchemeGopher_2(String_t* value) { ___UriSchemeGopher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttp_3)); } inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; } inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; } inline void set_UriSchemeHttp_3(String_t* value) { ___UriSchemeHttp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttps_4)); } inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; } inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; } inline void set_UriSchemeHttps_4(String_t* value) { ___UriSchemeHttps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWs_5)); } inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; } inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; } inline void set_UriSchemeWs_5(String_t* value) { ___UriSchemeWs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWss_6)); } inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; } inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; } inline void set_UriSchemeWss_6(String_t* value) { ___UriSchemeWss_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeMailto_7)); } inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; } inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; } inline void set_UriSchemeMailto_7(String_t* value) { ___UriSchemeMailto_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNews_8)); } inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; } inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; } inline void set_UriSchemeNews_8(String_t* value) { ___UriSchemeNews_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNntp_9)); } inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; } inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; } inline void set_UriSchemeNntp_9(String_t* value) { ___UriSchemeNntp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetTcp_10)); } inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; } inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; } inline void set_UriSchemeNetTcp_10(String_t* value) { ___UriSchemeNetTcp_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetPipe_11)); } inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; } inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; } inline void set_UriSchemeNetPipe_11(String_t* value) { ___UriSchemeNetPipe_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___SchemeDelimiter_12)); } inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; } inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; } inline void set_SchemeDelimiter_12(String_t* value) { ___SchemeDelimiter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value); } inline static int32_t get_offset_of_s_ConfigInitialized_23() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitialized_23)); } inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; } inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; } inline void set_s_ConfigInitialized_23(bool value) { ___s_ConfigInitialized_23 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitializing_24)); } inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; } inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; } inline void set_s_ConfigInitializing_24(bool value) { ___s_ConfigInitializing_24 = value; } inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IdnScope_25)); } inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; } inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; } inline void set_s_IdnScope_25(int32_t value) { ___s_IdnScope_25 = value; } inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IriParsing_26)); } inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; } inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; } inline void set_s_IriParsing_26(bool value) { ___s_IriParsing_26 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___useDotNetRelativeOrAbsolute_27)); } inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; } inline void set_useDotNetRelativeOrAbsolute_27(bool value) { ___useDotNetRelativeOrAbsolute_27 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___IsWindowsFileSystem_29)); } inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; } inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; } inline void set_IsWindowsFileSystem_29(bool value) { ___IsWindowsFileSystem_29 = value; } inline static int32_t get_offset_of_s_initLock_30() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_initLock_30)); } inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; } inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; } inline void set_s_initLock_30(RuntimeObject * value) { ___s_initLock_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___HexLowerChars_34)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HexLowerChars_34() const { return ___HexLowerChars_34; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; } inline void set_HexLowerChars_34(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HexLowerChars_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value); } inline static int32_t get_offset_of__WSchars_35() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ____WSchars_35)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__WSchars_35() const { return ____WSchars_35; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__WSchars_35() { return &____WSchars_35; } inline void set__WSchars_35(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____WSchars_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value); } }; // BestHTTP.Extensions.VariableSizedBufferPool struct VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E : public RuntimeObject { public: public: }; struct VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields { public: // System.Byte[] BestHTTP.Extensions.VariableSizedBufferPool::NoData ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___NoData_0; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.Extensions.VariableSizedBufferPool::_isEnabled bool ____isEnabled_1; // System.TimeSpan BestHTTP.Extensions.VariableSizedBufferPool::RemoveOlderThan TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___RemoveOlderThan_2; // System.TimeSpan BestHTTP.Extensions.VariableSizedBufferPool::RunMaintenanceEvery TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___RunMaintenanceEvery_3; // System.Int64 BestHTTP.Extensions.VariableSizedBufferPool::MinBufferSize int64_t ___MinBufferSize_4; // System.Int64 BestHTTP.Extensions.VariableSizedBufferPool::MaxBufferSize int64_t ___MaxBufferSize_5; // System.Int64 BestHTTP.Extensions.VariableSizedBufferPool::MaxPoolSize int64_t ___MaxPoolSize_6; // System.Boolean BestHTTP.Extensions.VariableSizedBufferPool::RemoveEmptyLists bool ___RemoveEmptyLists_7; // System.Boolean BestHTTP.Extensions.VariableSizedBufferPool::IsDoubleReleaseCheckEnabled bool ___IsDoubleReleaseCheckEnabled_8; // System.Collections.Generic.List`1 BestHTTP.Extensions.VariableSizedBufferPool::FreeBuffers List_1_tAD12AAEF731C82149A38A979F0E10F94A6F3F913 * ___FreeBuffers_9; // System.DateTime BestHTTP.Extensions.VariableSizedBufferPool::lastMaintenance DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___lastMaintenance_10; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.Extensions.VariableSizedBufferPool::PoolSize int32_t ___PoolSize_11; // System.UInt32 modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.Extensions.VariableSizedBufferPool::GetBuffers uint32_t ___GetBuffers_12; // System.UInt32 modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.Extensions.VariableSizedBufferPool::ReleaseBuffers uint32_t ___ReleaseBuffers_13; // System.Text.StringBuilder BestHTTP.Extensions.VariableSizedBufferPool::statiscticsBuilder StringBuilder_t * ___statiscticsBuilder_14; public: inline static int32_t get_offset_of_NoData_0() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___NoData_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_NoData_0() const { return ___NoData_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_NoData_0() { return &___NoData_0; } inline void set_NoData_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___NoData_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___NoData_0), (void*)value); } inline static int32_t get_offset_of__isEnabled_1() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ____isEnabled_1)); } inline bool get__isEnabled_1() const { return ____isEnabled_1; } inline bool* get_address_of__isEnabled_1() { return &____isEnabled_1; } inline void set__isEnabled_1(bool value) { ____isEnabled_1 = value; } inline static int32_t get_offset_of_RemoveOlderThan_2() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___RemoveOlderThan_2)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_RemoveOlderThan_2() const { return ___RemoveOlderThan_2; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_RemoveOlderThan_2() { return &___RemoveOlderThan_2; } inline void set_RemoveOlderThan_2(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___RemoveOlderThan_2 = value; } inline static int32_t get_offset_of_RunMaintenanceEvery_3() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___RunMaintenanceEvery_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_RunMaintenanceEvery_3() const { return ___RunMaintenanceEvery_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_RunMaintenanceEvery_3() { return &___RunMaintenanceEvery_3; } inline void set_RunMaintenanceEvery_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___RunMaintenanceEvery_3 = value; } inline static int32_t get_offset_of_MinBufferSize_4() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___MinBufferSize_4)); } inline int64_t get_MinBufferSize_4() const { return ___MinBufferSize_4; } inline int64_t* get_address_of_MinBufferSize_4() { return &___MinBufferSize_4; } inline void set_MinBufferSize_4(int64_t value) { ___MinBufferSize_4 = value; } inline static int32_t get_offset_of_MaxBufferSize_5() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___MaxBufferSize_5)); } inline int64_t get_MaxBufferSize_5() const { return ___MaxBufferSize_5; } inline int64_t* get_address_of_MaxBufferSize_5() { return &___MaxBufferSize_5; } inline void set_MaxBufferSize_5(int64_t value) { ___MaxBufferSize_5 = value; } inline static int32_t get_offset_of_MaxPoolSize_6() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___MaxPoolSize_6)); } inline int64_t get_MaxPoolSize_6() const { return ___MaxPoolSize_6; } inline int64_t* get_address_of_MaxPoolSize_6() { return &___MaxPoolSize_6; } inline void set_MaxPoolSize_6(int64_t value) { ___MaxPoolSize_6 = value; } inline static int32_t get_offset_of_RemoveEmptyLists_7() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___RemoveEmptyLists_7)); } inline bool get_RemoveEmptyLists_7() const { return ___RemoveEmptyLists_7; } inline bool* get_address_of_RemoveEmptyLists_7() { return &___RemoveEmptyLists_7; } inline void set_RemoveEmptyLists_7(bool value) { ___RemoveEmptyLists_7 = value; } inline static int32_t get_offset_of_IsDoubleReleaseCheckEnabled_8() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___IsDoubleReleaseCheckEnabled_8)); } inline bool get_IsDoubleReleaseCheckEnabled_8() const { return ___IsDoubleReleaseCheckEnabled_8; } inline bool* get_address_of_IsDoubleReleaseCheckEnabled_8() { return &___IsDoubleReleaseCheckEnabled_8; } inline void set_IsDoubleReleaseCheckEnabled_8(bool value) { ___IsDoubleReleaseCheckEnabled_8 = value; } inline static int32_t get_offset_of_FreeBuffers_9() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___FreeBuffers_9)); } inline List_1_tAD12AAEF731C82149A38A979F0E10F94A6F3F913 * get_FreeBuffers_9() const { return ___FreeBuffers_9; } inline List_1_tAD12AAEF731C82149A38A979F0E10F94A6F3F913 ** get_address_of_FreeBuffers_9() { return &___FreeBuffers_9; } inline void set_FreeBuffers_9(List_1_tAD12AAEF731C82149A38A979F0E10F94A6F3F913 * value) { ___FreeBuffers_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___FreeBuffers_9), (void*)value); } inline static int32_t get_offset_of_lastMaintenance_10() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___lastMaintenance_10)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_lastMaintenance_10() const { return ___lastMaintenance_10; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_lastMaintenance_10() { return &___lastMaintenance_10; } inline void set_lastMaintenance_10(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___lastMaintenance_10 = value; } inline static int32_t get_offset_of_PoolSize_11() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___PoolSize_11)); } inline int32_t get_PoolSize_11() const { return ___PoolSize_11; } inline int32_t* get_address_of_PoolSize_11() { return &___PoolSize_11; } inline void set_PoolSize_11(int32_t value) { ___PoolSize_11 = value; } inline static int32_t get_offset_of_GetBuffers_12() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___GetBuffers_12)); } inline uint32_t get_GetBuffers_12() const { return ___GetBuffers_12; } inline uint32_t* get_address_of_GetBuffers_12() { return &___GetBuffers_12; } inline void set_GetBuffers_12(uint32_t value) { ___GetBuffers_12 = value; } inline static int32_t get_offset_of_ReleaseBuffers_13() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___ReleaseBuffers_13)); } inline uint32_t get_ReleaseBuffers_13() const { return ___ReleaseBuffers_13; } inline uint32_t* get_address_of_ReleaseBuffers_13() { return &___ReleaseBuffers_13; } inline void set_ReleaseBuffers_13(uint32_t value) { ___ReleaseBuffers_13 = value; } inline static int32_t get_offset_of_statiscticsBuilder_14() { return static_cast(offsetof(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_StaticFields, ___statiscticsBuilder_14)); } inline StringBuilder_t * get_statiscticsBuilder_14() const { return ___statiscticsBuilder_14; } inline StringBuilder_t ** get_address_of_statiscticsBuilder_14() { return &___statiscticsBuilder_14; } inline void set_statiscticsBuilder_14(StringBuilder_t * value) { ___statiscticsBuilder_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___statiscticsBuilder_14), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigestInputBuffer/DigStream struct DigStream_t58D71D79633F905B6B3A900877F6D10D43E594FC : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigestInputBuffer/DigStream::d RuntimeObject* ___d_6; public: inline static int32_t get_offset_of_d_6() { return static_cast(offsetof(DigStream_t58D71D79633F905B6B3A900877F6D10D43E594FC, ___d_6)); } inline RuntimeObject* get_d_6() const { return ___d_6; } inline RuntimeObject** get_address_of_d_6() { return &___d_6; } inline void set_d_6(RuntimeObject* value) { ___d_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___d_6), (void*)value); } }; // System.Action`1 struct Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F : public MulticastDelegate_t { public: public: }; // System.Predicate`1 struct Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 : public MulticastDelegate_t { public: public: }; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DefiniteLengthInputStream struct DefiniteLengthInputStream_t9782A90F22C4E4FD33E1447BBAE2B1F79751450A : public LimitedInputStream_tDCDB72494A23A4B0A30E3735AC112943DA01BB4B { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DefiniteLengthInputStream::_originalLength int32_t ____originalLength_9; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DefiniteLengthInputStream::_remaining int32_t ____remaining_10; public: inline static int32_t get_offset_of__originalLength_9() { return static_cast(offsetof(DefiniteLengthInputStream_t9782A90F22C4E4FD33E1447BBAE2B1F79751450A, ____originalLength_9)); } inline int32_t get__originalLength_9() const { return ____originalLength_9; } inline int32_t* get_address_of__originalLength_9() { return &____originalLength_9; } inline void set__originalLength_9(int32_t value) { ____originalLength_9 = value; } inline static int32_t get_offset_of__remaining_10() { return static_cast(offsetof(DefiniteLengthInputStream_t9782A90F22C4E4FD33E1447BBAE2B1F79751450A, ____remaining_10)); } inline int32_t get__remaining_10() const { return ____remaining_10; } inline int32_t* get_address_of__remaining_10() { return &____remaining_10; } inline void set__remaining_10(int32_t value) { ____remaining_10 = value; } }; struct DefiniteLengthInputStream_t9782A90F22C4E4FD33E1447BBAE2B1F79751450A_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DefiniteLengthInputStream::EmptyBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___EmptyBytes_8; public: inline static int32_t get_offset_of_EmptyBytes_8() { return static_cast(offsetof(DefiniteLengthInputStream_t9782A90F22C4E4FD33E1447BBAE2B1F79751450A_StaticFields, ___EmptyBytes_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_EmptyBytes_8() const { return ___EmptyBytes_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_EmptyBytes_8() { return &___EmptyBytes_8; } inline void set_EmptyBytes_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___EmptyBytes_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyBytes_8), (void*)value); } }; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA, ____maybeFullPath_17)); } inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; } inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; } inline void set__maybeFullPath_17(String_t* value) { ____maybeFullPath_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.InvalidCipherTextException struct InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D : public CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.Joint struct Joint_t085126F36196FC982700F4EA8466CF10C90EC15E : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.KeyException struct KeyException_t145BB2019F3A9E314C4C8FF15DDDFCD63E89AE62 : public GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ReasonFlags struct ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF : public DerBitString_t305465793A47445626D3541AB8CEDE347D874524 { public: public: }; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // DG.Tweening.Tween struct Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 : public ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76 { public: // System.Single DG.Tweening.Tween::timeScale float ___timeScale_4; // System.Boolean DG.Tweening.Tween::isBackwards bool ___isBackwards_5; // System.Object DG.Tweening.Tween::id RuntimeObject * ___id_6; // System.String DG.Tweening.Tween::stringId String_t* ___stringId_7; // System.Int32 DG.Tweening.Tween::intId int32_t ___intId_8; // System.Object DG.Tweening.Tween::target RuntimeObject * ___target_9; // DG.Tweening.UpdateType DG.Tweening.Tween::updateType int32_t ___updateType_10; // System.Boolean DG.Tweening.Tween::isIndependentUpdate bool ___isIndependentUpdate_11; // DG.Tweening.TweenCallback DG.Tweening.Tween::onPlay TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onPlay_12; // DG.Tweening.TweenCallback DG.Tweening.Tween::onPause TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onPause_13; // DG.Tweening.TweenCallback DG.Tweening.Tween::onRewind TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onRewind_14; // DG.Tweening.TweenCallback DG.Tweening.Tween::onUpdate TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onUpdate_15; // DG.Tweening.TweenCallback DG.Tweening.Tween::onStepComplete TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onStepComplete_16; // DG.Tweening.TweenCallback DG.Tweening.Tween::onComplete TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onComplete_17; // DG.Tweening.TweenCallback DG.Tweening.Tween::onKill TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onKill_18; // DG.Tweening.TweenCallback`1 DG.Tweening.Tween::onWaypointChange TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B * ___onWaypointChange_19; // System.Boolean DG.Tweening.Tween::isFrom bool ___isFrom_20; // System.Boolean DG.Tweening.Tween::isBlendable bool ___isBlendable_21; // System.Boolean DG.Tweening.Tween::isRecyclable bool ___isRecyclable_22; // System.Boolean DG.Tweening.Tween::isSpeedBased bool ___isSpeedBased_23; // System.Boolean DG.Tweening.Tween::autoKill bool ___autoKill_24; // System.Single DG.Tweening.Tween::duration float ___duration_25; // System.Int32 DG.Tweening.Tween::loops int32_t ___loops_26; // DG.Tweening.LoopType DG.Tweening.Tween::loopType int32_t ___loopType_27; // System.Single DG.Tweening.Tween::delay float ___delay_28; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CisRelativeU3Ek__BackingField_29; // DG.Tweening.Ease DG.Tweening.Tween::easeType int32_t ___easeType_30; // DG.Tweening.EaseFunction DG.Tweening.Tween::customEase EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 * ___customEase_31; // System.Single DG.Tweening.Tween::easeOvershootOrAmplitude float ___easeOvershootOrAmplitude_32; // System.Single DG.Tweening.Tween::easePeriod float ___easePeriod_33; // System.String DG.Tweening.Tween::debugTargetId String_t* ___debugTargetId_34; // System.Type DG.Tweening.Tween::typeofT1 Type_t * ___typeofT1_35; // System.Type DG.Tweening.Tween::typeofT2 Type_t * ___typeofT2_36; // System.Type DG.Tweening.Tween::typeofTPlugOptions Type_t * ___typeofTPlugOptions_37; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CactiveU3Ek__BackingField_38; // System.Boolean DG.Tweening.Tween::isSequenced bool ___isSequenced_39; // DG.Tweening.Sequence DG.Tweening.Tween::sequenceParent Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___sequenceParent_40; // System.Int32 DG.Tweening.Tween::activeId int32_t ___activeId_41; // DG.Tweening.Core.Enums.SpecialStartupMode DG.Tweening.Tween::specialStartupMode int32_t ___specialStartupMode_42; // System.Boolean DG.Tweening.Tween::creationLocked bool ___creationLocked_43; // System.Boolean DG.Tweening.Tween::startupDone bool ___startupDone_44; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CplayedOnceU3Ek__BackingField_45; // System.Single DG.Tweening.Tween::k__BackingField float ___U3CpositionU3Ek__BackingField_46; // System.Single DG.Tweening.Tween::fullDuration float ___fullDuration_47; // System.Int32 DG.Tweening.Tween::completedLoops int32_t ___completedLoops_48; // System.Boolean DG.Tweening.Tween::isPlaying bool ___isPlaying_49; // System.Boolean DG.Tweening.Tween::isComplete bool ___isComplete_50; // System.Single DG.Tweening.Tween::elapsedDelay float ___elapsedDelay_51; // System.Boolean DG.Tweening.Tween::delayComplete bool ___delayComplete_52; // System.Int32 DG.Tweening.Tween::miscInt int32_t ___miscInt_53; public: inline static int32_t get_offset_of_timeScale_4() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___timeScale_4)); } inline float get_timeScale_4() const { return ___timeScale_4; } inline float* get_address_of_timeScale_4() { return &___timeScale_4; } inline void set_timeScale_4(float value) { ___timeScale_4 = value; } inline static int32_t get_offset_of_isBackwards_5() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isBackwards_5)); } inline bool get_isBackwards_5() const { return ___isBackwards_5; } inline bool* get_address_of_isBackwards_5() { return &___isBackwards_5; } inline void set_isBackwards_5(bool value) { ___isBackwards_5 = value; } inline static int32_t get_offset_of_id_6() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___id_6)); } inline RuntimeObject * get_id_6() const { return ___id_6; } inline RuntimeObject ** get_address_of_id_6() { return &___id_6; } inline void set_id_6(RuntimeObject * value) { ___id_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_6), (void*)value); } inline static int32_t get_offset_of_stringId_7() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___stringId_7)); } inline String_t* get_stringId_7() const { return ___stringId_7; } inline String_t** get_address_of_stringId_7() { return &___stringId_7; } inline void set_stringId_7(String_t* value) { ___stringId_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___stringId_7), (void*)value); } inline static int32_t get_offset_of_intId_8() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___intId_8)); } inline int32_t get_intId_8() const { return ___intId_8; } inline int32_t* get_address_of_intId_8() { return &___intId_8; } inline void set_intId_8(int32_t value) { ___intId_8 = value; } inline static int32_t get_offset_of_target_9() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___target_9)); } inline RuntimeObject * get_target_9() const { return ___target_9; } inline RuntimeObject ** get_address_of_target_9() { return &___target_9; } inline void set_target_9(RuntimeObject * value) { ___target_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_9), (void*)value); } inline static int32_t get_offset_of_updateType_10() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___updateType_10)); } inline int32_t get_updateType_10() const { return ___updateType_10; } inline int32_t* get_address_of_updateType_10() { return &___updateType_10; } inline void set_updateType_10(int32_t value) { ___updateType_10 = value; } inline static int32_t get_offset_of_isIndependentUpdate_11() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isIndependentUpdate_11)); } inline bool get_isIndependentUpdate_11() const { return ___isIndependentUpdate_11; } inline bool* get_address_of_isIndependentUpdate_11() { return &___isIndependentUpdate_11; } inline void set_isIndependentUpdate_11(bool value) { ___isIndependentUpdate_11 = value; } inline static int32_t get_offset_of_onPlay_12() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onPlay_12)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onPlay_12() const { return ___onPlay_12; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onPlay_12() { return &___onPlay_12; } inline void set_onPlay_12(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onPlay_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPlay_12), (void*)value); } inline static int32_t get_offset_of_onPause_13() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onPause_13)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onPause_13() const { return ___onPause_13; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onPause_13() { return &___onPause_13; } inline void set_onPause_13(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onPause_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPause_13), (void*)value); } inline static int32_t get_offset_of_onRewind_14() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onRewind_14)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onRewind_14() const { return ___onRewind_14; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onRewind_14() { return &___onRewind_14; } inline void set_onRewind_14(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onRewind_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___onRewind_14), (void*)value); } inline static int32_t get_offset_of_onUpdate_15() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onUpdate_15)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onUpdate_15() const { return ___onUpdate_15; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onUpdate_15() { return &___onUpdate_15; } inline void set_onUpdate_15(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onUpdate_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___onUpdate_15), (void*)value); } inline static int32_t get_offset_of_onStepComplete_16() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onStepComplete_16)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onStepComplete_16() const { return ___onStepComplete_16; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onStepComplete_16() { return &___onStepComplete_16; } inline void set_onStepComplete_16(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onStepComplete_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___onStepComplete_16), (void*)value); } inline static int32_t get_offset_of_onComplete_17() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onComplete_17)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onComplete_17() const { return ___onComplete_17; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onComplete_17() { return &___onComplete_17; } inline void set_onComplete_17(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onComplete_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___onComplete_17), (void*)value); } inline static int32_t get_offset_of_onKill_18() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onKill_18)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onKill_18() const { return ___onKill_18; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onKill_18() { return &___onKill_18; } inline void set_onKill_18(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onKill_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___onKill_18), (void*)value); } inline static int32_t get_offset_of_onWaypointChange_19() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onWaypointChange_19)); } inline TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B * get_onWaypointChange_19() const { return ___onWaypointChange_19; } inline TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B ** get_address_of_onWaypointChange_19() { return &___onWaypointChange_19; } inline void set_onWaypointChange_19(TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B * value) { ___onWaypointChange_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___onWaypointChange_19), (void*)value); } inline static int32_t get_offset_of_isFrom_20() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isFrom_20)); } inline bool get_isFrom_20() const { return ___isFrom_20; } inline bool* get_address_of_isFrom_20() { return &___isFrom_20; } inline void set_isFrom_20(bool value) { ___isFrom_20 = value; } inline static int32_t get_offset_of_isBlendable_21() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isBlendable_21)); } inline bool get_isBlendable_21() const { return ___isBlendable_21; } inline bool* get_address_of_isBlendable_21() { return &___isBlendable_21; } inline void set_isBlendable_21(bool value) { ___isBlendable_21 = value; } inline static int32_t get_offset_of_isRecyclable_22() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isRecyclable_22)); } inline bool get_isRecyclable_22() const { return ___isRecyclable_22; } inline bool* get_address_of_isRecyclable_22() { return &___isRecyclable_22; } inline void set_isRecyclable_22(bool value) { ___isRecyclable_22 = value; } inline static int32_t get_offset_of_isSpeedBased_23() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isSpeedBased_23)); } inline bool get_isSpeedBased_23() const { return ___isSpeedBased_23; } inline bool* get_address_of_isSpeedBased_23() { return &___isSpeedBased_23; } inline void set_isSpeedBased_23(bool value) { ___isSpeedBased_23 = value; } inline static int32_t get_offset_of_autoKill_24() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___autoKill_24)); } inline bool get_autoKill_24() const { return ___autoKill_24; } inline bool* get_address_of_autoKill_24() { return &___autoKill_24; } inline void set_autoKill_24(bool value) { ___autoKill_24 = value; } inline static int32_t get_offset_of_duration_25() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___duration_25)); } inline float get_duration_25() const { return ___duration_25; } inline float* get_address_of_duration_25() { return &___duration_25; } inline void set_duration_25(float value) { ___duration_25 = value; } inline static int32_t get_offset_of_loops_26() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___loops_26)); } inline int32_t get_loops_26() const { return ___loops_26; } inline int32_t* get_address_of_loops_26() { return &___loops_26; } inline void set_loops_26(int32_t value) { ___loops_26 = value; } inline static int32_t get_offset_of_loopType_27() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___loopType_27)); } inline int32_t get_loopType_27() const { return ___loopType_27; } inline int32_t* get_address_of_loopType_27() { return &___loopType_27; } inline void set_loopType_27(int32_t value) { ___loopType_27 = value; } inline static int32_t get_offset_of_delay_28() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___delay_28)); } inline float get_delay_28() const { return ___delay_28; } inline float* get_address_of_delay_28() { return &___delay_28; } inline void set_delay_28(float value) { ___delay_28 = value; } inline static int32_t get_offset_of_U3CisRelativeU3Ek__BackingField_29() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CisRelativeU3Ek__BackingField_29)); } inline bool get_U3CisRelativeU3Ek__BackingField_29() const { return ___U3CisRelativeU3Ek__BackingField_29; } inline bool* get_address_of_U3CisRelativeU3Ek__BackingField_29() { return &___U3CisRelativeU3Ek__BackingField_29; } inline void set_U3CisRelativeU3Ek__BackingField_29(bool value) { ___U3CisRelativeU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_easeType_30() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___easeType_30)); } inline int32_t get_easeType_30() const { return ___easeType_30; } inline int32_t* get_address_of_easeType_30() { return &___easeType_30; } inline void set_easeType_30(int32_t value) { ___easeType_30 = value; } inline static int32_t get_offset_of_customEase_31() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___customEase_31)); } inline EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 * get_customEase_31() const { return ___customEase_31; } inline EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 ** get_address_of_customEase_31() { return &___customEase_31; } inline void set_customEase_31(EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 * value) { ___customEase_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___customEase_31), (void*)value); } inline static int32_t get_offset_of_easeOvershootOrAmplitude_32() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___easeOvershootOrAmplitude_32)); } inline float get_easeOvershootOrAmplitude_32() const { return ___easeOvershootOrAmplitude_32; } inline float* get_address_of_easeOvershootOrAmplitude_32() { return &___easeOvershootOrAmplitude_32; } inline void set_easeOvershootOrAmplitude_32(float value) { ___easeOvershootOrAmplitude_32 = value; } inline static int32_t get_offset_of_easePeriod_33() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___easePeriod_33)); } inline float get_easePeriod_33() const { return ___easePeriod_33; } inline float* get_address_of_easePeriod_33() { return &___easePeriod_33; } inline void set_easePeriod_33(float value) { ___easePeriod_33 = value; } inline static int32_t get_offset_of_debugTargetId_34() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___debugTargetId_34)); } inline String_t* get_debugTargetId_34() const { return ___debugTargetId_34; } inline String_t** get_address_of_debugTargetId_34() { return &___debugTargetId_34; } inline void set_debugTargetId_34(String_t* value) { ___debugTargetId_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___debugTargetId_34), (void*)value); } inline static int32_t get_offset_of_typeofT1_35() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___typeofT1_35)); } inline Type_t * get_typeofT1_35() const { return ___typeofT1_35; } inline Type_t ** get_address_of_typeofT1_35() { return &___typeofT1_35; } inline void set_typeofT1_35(Type_t * value) { ___typeofT1_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofT1_35), (void*)value); } inline static int32_t get_offset_of_typeofT2_36() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___typeofT2_36)); } inline Type_t * get_typeofT2_36() const { return ___typeofT2_36; } inline Type_t ** get_address_of_typeofT2_36() { return &___typeofT2_36; } inline void set_typeofT2_36(Type_t * value) { ___typeofT2_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofT2_36), (void*)value); } inline static int32_t get_offset_of_typeofTPlugOptions_37() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___typeofTPlugOptions_37)); } inline Type_t * get_typeofTPlugOptions_37() const { return ___typeofTPlugOptions_37; } inline Type_t ** get_address_of_typeofTPlugOptions_37() { return &___typeofTPlugOptions_37; } inline void set_typeofTPlugOptions_37(Type_t * value) { ___typeofTPlugOptions_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofTPlugOptions_37), (void*)value); } inline static int32_t get_offset_of_U3CactiveU3Ek__BackingField_38() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CactiveU3Ek__BackingField_38)); } inline bool get_U3CactiveU3Ek__BackingField_38() const { return ___U3CactiveU3Ek__BackingField_38; } inline bool* get_address_of_U3CactiveU3Ek__BackingField_38() { return &___U3CactiveU3Ek__BackingField_38; } inline void set_U3CactiveU3Ek__BackingField_38(bool value) { ___U3CactiveU3Ek__BackingField_38 = value; } inline static int32_t get_offset_of_isSequenced_39() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isSequenced_39)); } inline bool get_isSequenced_39() const { return ___isSequenced_39; } inline bool* get_address_of_isSequenced_39() { return &___isSequenced_39; } inline void set_isSequenced_39(bool value) { ___isSequenced_39 = value; } inline static int32_t get_offset_of_sequenceParent_40() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___sequenceParent_40)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_sequenceParent_40() const { return ___sequenceParent_40; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_sequenceParent_40() { return &___sequenceParent_40; } inline void set_sequenceParent_40(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___sequenceParent_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___sequenceParent_40), (void*)value); } inline static int32_t get_offset_of_activeId_41() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___activeId_41)); } inline int32_t get_activeId_41() const { return ___activeId_41; } inline int32_t* get_address_of_activeId_41() { return &___activeId_41; } inline void set_activeId_41(int32_t value) { ___activeId_41 = value; } inline static int32_t get_offset_of_specialStartupMode_42() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___specialStartupMode_42)); } inline int32_t get_specialStartupMode_42() const { return ___specialStartupMode_42; } inline int32_t* get_address_of_specialStartupMode_42() { return &___specialStartupMode_42; } inline void set_specialStartupMode_42(int32_t value) { ___specialStartupMode_42 = value; } inline static int32_t get_offset_of_creationLocked_43() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___creationLocked_43)); } inline bool get_creationLocked_43() const { return ___creationLocked_43; } inline bool* get_address_of_creationLocked_43() { return &___creationLocked_43; } inline void set_creationLocked_43(bool value) { ___creationLocked_43 = value; } inline static int32_t get_offset_of_startupDone_44() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___startupDone_44)); } inline bool get_startupDone_44() const { return ___startupDone_44; } inline bool* get_address_of_startupDone_44() { return &___startupDone_44; } inline void set_startupDone_44(bool value) { ___startupDone_44 = value; } inline static int32_t get_offset_of_U3CplayedOnceU3Ek__BackingField_45() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CplayedOnceU3Ek__BackingField_45)); } inline bool get_U3CplayedOnceU3Ek__BackingField_45() const { return ___U3CplayedOnceU3Ek__BackingField_45; } inline bool* get_address_of_U3CplayedOnceU3Ek__BackingField_45() { return &___U3CplayedOnceU3Ek__BackingField_45; } inline void set_U3CplayedOnceU3Ek__BackingField_45(bool value) { ___U3CplayedOnceU3Ek__BackingField_45 = value; } inline static int32_t get_offset_of_U3CpositionU3Ek__BackingField_46() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CpositionU3Ek__BackingField_46)); } inline float get_U3CpositionU3Ek__BackingField_46() const { return ___U3CpositionU3Ek__BackingField_46; } inline float* get_address_of_U3CpositionU3Ek__BackingField_46() { return &___U3CpositionU3Ek__BackingField_46; } inline void set_U3CpositionU3Ek__BackingField_46(float value) { ___U3CpositionU3Ek__BackingField_46 = value; } inline static int32_t get_offset_of_fullDuration_47() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___fullDuration_47)); } inline float get_fullDuration_47() const { return ___fullDuration_47; } inline float* get_address_of_fullDuration_47() { return &___fullDuration_47; } inline void set_fullDuration_47(float value) { ___fullDuration_47 = value; } inline static int32_t get_offset_of_completedLoops_48() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___completedLoops_48)); } inline int32_t get_completedLoops_48() const { return ___completedLoops_48; } inline int32_t* get_address_of_completedLoops_48() { return &___completedLoops_48; } inline void set_completedLoops_48(int32_t value) { ___completedLoops_48 = value; } inline static int32_t get_offset_of_isPlaying_49() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isPlaying_49)); } inline bool get_isPlaying_49() const { return ___isPlaying_49; } inline bool* get_address_of_isPlaying_49() { return &___isPlaying_49; } inline void set_isPlaying_49(bool value) { ___isPlaying_49 = value; } inline static int32_t get_offset_of_isComplete_50() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isComplete_50)); } inline bool get_isComplete_50() const { return ___isComplete_50; } inline bool* get_address_of_isComplete_50() { return &___isComplete_50; } inline void set_isComplete_50(bool value) { ___isComplete_50 = value; } inline static int32_t get_offset_of_elapsedDelay_51() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___elapsedDelay_51)); } inline float get_elapsedDelay_51() const { return ___elapsedDelay_51; } inline float* get_address_of_elapsedDelay_51() { return &___elapsedDelay_51; } inline void set_elapsedDelay_51(float value) { ___elapsedDelay_51 = value; } inline static int32_t get_offset_of_delayComplete_52() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___delayComplete_52)); } inline bool get_delayComplete_52() const { return ___delayComplete_52; } inline bool* get_address_of_delayComplete_52() { return &___delayComplete_52; } inline void set_delayComplete_52(bool value) { ___delayComplete_52 = value; } inline static int32_t get_offset_of_miscInt_53() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___miscInt_53)); } inline int32_t get_miscInt_53() const { return ___miscInt_53; } inline int32_t* get_address_of_miscInt_53() { return &___miscInt_53; } inline void set_miscInt_53(int32_t value) { ___miscInt_53 = value; } }; // DG.Tweening.TweenCallback struct TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB : public MulticastDelegate_t { public: public: }; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 : public MulticastDelegate_t { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields { public: // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreCull_4; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreRender_5; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPostRender_6; public: inline static int32_t get_offset_of_onPreCull_4() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreCull_4)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreCull_4() const { return ___onPreCull_4; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreCull_4() { return &___onPreCull_4; } inline void set_onPreCull_4(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreCull_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreCull_4), (void*)value); } inline static int32_t get_offset_of_onPreRender_5() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreRender_5)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreRender_5() const { return ___onPreRender_5; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreRender_5() { return &___onPreRender_5; } inline void set_onPreRender_5(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreRender_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreRender_5), (void*)value); } inline static int32_t get_offset_of_onPostRender_6() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPostRender_6)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPostRender_6() const { return ___onPostRender_6; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPostRender_6() { return &___onPostRender_6; } inline void set_onPostRender_6(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPostRender_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPostRender_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException struct InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A : public KeyException_t145BB2019F3A9E314C4C8FF15DDDFCD63E89AE62 { public: public: }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // DG.Tweening.Sequence struct Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E : public Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 { public: // System.Collections.Generic.List`1 DG.Tweening.Sequence::sequencedTweens List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 * ___sequencedTweens_54; // System.Collections.Generic.List`1 DG.Tweening.Sequence::_sequencedObjs List_1_t6642D08E578C77292ED5537CF3192269131C189C * ____sequencedObjs_55; // System.Single DG.Tweening.Sequence::lastTweenInsertTime float ___lastTweenInsertTime_56; public: inline static int32_t get_offset_of_sequencedTweens_54() { return static_cast(offsetof(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E, ___sequencedTweens_54)); } inline List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 * get_sequencedTweens_54() const { return ___sequencedTweens_54; } inline List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 ** get_address_of_sequencedTweens_54() { return &___sequencedTweens_54; } inline void set_sequencedTweens_54(List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 * value) { ___sequencedTweens_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___sequencedTweens_54), (void*)value); } inline static int32_t get_offset_of__sequencedObjs_55() { return static_cast(offsetof(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E, ____sequencedObjs_55)); } inline List_1_t6642D08E578C77292ED5537CF3192269131C189C * get__sequencedObjs_55() const { return ____sequencedObjs_55; } inline List_1_t6642D08E578C77292ED5537CF3192269131C189C ** get_address_of__sequencedObjs_55() { return &____sequencedObjs_55; } inline void set__sequencedObjs_55(List_1_t6642D08E578C77292ED5537CF3192269131C189C * value) { ____sequencedObjs_55 = value; Il2CppCodeGenWriteBarrier((void**)(&____sequencedObjs_55), (void*)value); } inline static int32_t get_offset_of_lastTweenInsertTime_56() { return static_cast(offsetof(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E, ___lastTweenInsertTime_56)); } inline float get_lastTweenInsertTime_56() const { return ___lastTweenInsertTime_56; } inline float* get_address_of_lastTweenInsertTime_56() { return &___lastTweenInsertTime_56; } inline void set_lastTweenInsertTime_56(float value) { ___lastTweenInsertTime_56 = value; } }; // UnityEngine.SpringJoint struct SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF : public Joint_t085126F36196FC982700F4EA8466CF10C90EC15E { 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); } }; // 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); } }; // 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); } }; // DeviceBatteryView struct DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Text DeviceBatteryView::labelTemperature Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___labelTemperature_5; // System.Single DeviceBatteryView::countingTime1 float ___countingTime1_6; // System.Single DeviceBatteryView::countingTime2 float ___countingTime2_7; public: inline static int32_t get_offset_of_labelTemperature_5() { return static_cast(offsetof(DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF, ___labelTemperature_5)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_labelTemperature_5() const { return ___labelTemperature_5; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_labelTemperature_5() { return &___labelTemperature_5; } inline void set_labelTemperature_5(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___labelTemperature_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___labelTemperature_5), (void*)value); } inline static int32_t get_offset_of_countingTime1_6() { return static_cast(offsetof(DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF, ___countingTime1_6)); } inline float get_countingTime1_6() const { return ___countingTime1_6; } inline float* get_address_of_countingTime1_6() { return &___countingTime1_6; } inline void set_countingTime1_6(float value) { ___countingTime1_6 = value; } inline static int32_t get_offset_of_countingTime2_7() { return static_cast(offsetof(DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF, ___countingTime2_7)); } inline float get_countingTime2_7() const { return ___countingTime2_7; } inline float* get_address_of_countingTime2_7() { return &___countingTime2_7; } inline void set_countingTime2_7(float value) { ___countingTime2_7 = value; } }; struct DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF_StaticFields { public: // DeviceBatteryView DeviceBatteryView::ins DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF * ___ins_4; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF_StaticFields, ___ins_4)); } inline DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF * get_ins_4() const { return ___ins_4; } inline DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } }; // DeviceCalibrateView struct DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Button DeviceCalibrateView::btnGyrCalibrate Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnGyrCalibrate_4; // UnityEngine.UI.Text DeviceCalibrateView::progressGyrCalibrate Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___progressGyrCalibrate_5; // UnityEngine.UI.Text DeviceCalibrateView::progressMagCalibrate Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___progressMagCalibrate_6; // UnityEngine.GameObject DeviceCalibrateView::prefab_MagInterferenceTipView GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___prefab_MagInterferenceTipView_7; // UnityEngine.GameObject DeviceCalibrateView::magReset GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___magReset_8; // UnityEngine.GameObject DeviceCalibrateView::magTipOk GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___magTipOk_9; // UnityEngine.UI.Button DeviceCalibrateView::btnBack Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnBack_10; // UnityEngine.UI.Button DeviceCalibrateView::btnNext Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnNext_11; // UnityEngine.UI.Button DeviceCalibrateView::btnFinish Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnFinish_12; // System.Action DeviceCalibrateView::action_OnDestroy Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_OnDestroy_13; // DeviceCalibrateItem DeviceCalibrateView::deviceCalibrateItem int32_t ___deviceCalibrateItem_14; // DeviceCalibrateItem[] DeviceCalibrateView::deviceCalibrateItemForGuide DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C* ___deviceCalibrateItemForGuide_15; // System.Int32 DeviceCalibrateView::guideIndex int32_t ___guideIndex_16; // System.Boolean DeviceCalibrateView::guide bool ___guide_17; // System.Boolean DeviceCalibrateView::calibrateMagDoing bool ___calibrateMagDoing_19; // System.Single DeviceCalibrateView::calibrateMagStartTime float ___calibrateMagStartTime_20; // System.Int32 DeviceCalibrateView::flag_MagCalibarateOperateAndFinish int32_t ___flag_MagCalibarateOperateAndFinish_21; // System.Action DeviceCalibrateView::action_MagCalibarateOperateAndFinish Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_MagCalibarateOperateAndFinish_22; // System.Func`1 DeviceCalibrateView::action_OnClickMagCalibrateInterceptor Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___action_OnClickMagCalibrateInterceptor_23; // System.Int32 DeviceCalibrateView::flag_GyrCalibarateOperateAndFinish int32_t ___flag_GyrCalibarateOperateAndFinish_24; // System.Action DeviceCalibrateView::action_GyrCalibarateOperateAndFinish Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_GyrCalibarateOperateAndFinish_25; // System.Func`1 DeviceCalibrateView::action_OnClickGyrCalibrateInterceptor Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___action_OnClickGyrCalibrateInterceptor_26; // System.Boolean DeviceCalibrateView::gyrCalibrating bool ___gyrCalibrating_27; // System.Boolean DeviceCalibrateView::canUpdateGyrCalibrateProgress bool ___canUpdateGyrCalibrateProgress_28; public: inline static int32_t get_offset_of_btnGyrCalibrate_4() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___btnGyrCalibrate_4)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnGyrCalibrate_4() const { return ___btnGyrCalibrate_4; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnGyrCalibrate_4() { return &___btnGyrCalibrate_4; } inline void set_btnGyrCalibrate_4(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnGyrCalibrate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnGyrCalibrate_4), (void*)value); } inline static int32_t get_offset_of_progressGyrCalibrate_5() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___progressGyrCalibrate_5)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_progressGyrCalibrate_5() const { return ___progressGyrCalibrate_5; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_progressGyrCalibrate_5() { return &___progressGyrCalibrate_5; } inline void set_progressGyrCalibrate_5(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___progressGyrCalibrate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___progressGyrCalibrate_5), (void*)value); } inline static int32_t get_offset_of_progressMagCalibrate_6() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___progressMagCalibrate_6)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_progressMagCalibrate_6() const { return ___progressMagCalibrate_6; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_progressMagCalibrate_6() { return &___progressMagCalibrate_6; } inline void set_progressMagCalibrate_6(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___progressMagCalibrate_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___progressMagCalibrate_6), (void*)value); } inline static int32_t get_offset_of_prefab_MagInterferenceTipView_7() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___prefab_MagInterferenceTipView_7)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_prefab_MagInterferenceTipView_7() const { return ___prefab_MagInterferenceTipView_7; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_prefab_MagInterferenceTipView_7() { return &___prefab_MagInterferenceTipView_7; } inline void set_prefab_MagInterferenceTipView_7(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___prefab_MagInterferenceTipView_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefab_MagInterferenceTipView_7), (void*)value); } inline static int32_t get_offset_of_magReset_8() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___magReset_8)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_magReset_8() const { return ___magReset_8; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_magReset_8() { return &___magReset_8; } inline void set_magReset_8(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___magReset_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___magReset_8), (void*)value); } inline static int32_t get_offset_of_magTipOk_9() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___magTipOk_9)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_magTipOk_9() const { return ___magTipOk_9; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_magTipOk_9() { return &___magTipOk_9; } inline void set_magTipOk_9(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___magTipOk_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___magTipOk_9), (void*)value); } inline static int32_t get_offset_of_btnBack_10() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___btnBack_10)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnBack_10() const { return ___btnBack_10; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnBack_10() { return &___btnBack_10; } inline void set_btnBack_10(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnBack_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnBack_10), (void*)value); } inline static int32_t get_offset_of_btnNext_11() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___btnNext_11)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnNext_11() const { return ___btnNext_11; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnNext_11() { return &___btnNext_11; } inline void set_btnNext_11(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnNext_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnNext_11), (void*)value); } inline static int32_t get_offset_of_btnFinish_12() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___btnFinish_12)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnFinish_12() const { return ___btnFinish_12; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnFinish_12() { return &___btnFinish_12; } inline void set_btnFinish_12(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnFinish_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnFinish_12), (void*)value); } inline static int32_t get_offset_of_action_OnDestroy_13() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___action_OnDestroy_13)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_OnDestroy_13() const { return ___action_OnDestroy_13; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_OnDestroy_13() { return &___action_OnDestroy_13; } inline void set_action_OnDestroy_13(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_OnDestroy_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_OnDestroy_13), (void*)value); } inline static int32_t get_offset_of_deviceCalibrateItem_14() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___deviceCalibrateItem_14)); } inline int32_t get_deviceCalibrateItem_14() const { return ___deviceCalibrateItem_14; } inline int32_t* get_address_of_deviceCalibrateItem_14() { return &___deviceCalibrateItem_14; } inline void set_deviceCalibrateItem_14(int32_t value) { ___deviceCalibrateItem_14 = value; } inline static int32_t get_offset_of_deviceCalibrateItemForGuide_15() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___deviceCalibrateItemForGuide_15)); } inline DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C* get_deviceCalibrateItemForGuide_15() const { return ___deviceCalibrateItemForGuide_15; } inline DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C** get_address_of_deviceCalibrateItemForGuide_15() { return &___deviceCalibrateItemForGuide_15; } inline void set_deviceCalibrateItemForGuide_15(DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C* value) { ___deviceCalibrateItemForGuide_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceCalibrateItemForGuide_15), (void*)value); } inline static int32_t get_offset_of_guideIndex_16() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___guideIndex_16)); } inline int32_t get_guideIndex_16() const { return ___guideIndex_16; } inline int32_t* get_address_of_guideIndex_16() { return &___guideIndex_16; } inline void set_guideIndex_16(int32_t value) { ___guideIndex_16 = value; } inline static int32_t get_offset_of_guide_17() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___guide_17)); } inline bool get_guide_17() const { return ___guide_17; } inline bool* get_address_of_guide_17() { return &___guide_17; } inline void set_guide_17(bool value) { ___guide_17 = value; } inline static int32_t get_offset_of_calibrateMagDoing_19() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___calibrateMagDoing_19)); } inline bool get_calibrateMagDoing_19() const { return ___calibrateMagDoing_19; } inline bool* get_address_of_calibrateMagDoing_19() { return &___calibrateMagDoing_19; } inline void set_calibrateMagDoing_19(bool value) { ___calibrateMagDoing_19 = value; } inline static int32_t get_offset_of_calibrateMagStartTime_20() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___calibrateMagStartTime_20)); } inline float get_calibrateMagStartTime_20() const { return ___calibrateMagStartTime_20; } inline float* get_address_of_calibrateMagStartTime_20() { return &___calibrateMagStartTime_20; } inline void set_calibrateMagStartTime_20(float value) { ___calibrateMagStartTime_20 = value; } inline static int32_t get_offset_of_flag_MagCalibarateOperateAndFinish_21() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___flag_MagCalibarateOperateAndFinish_21)); } inline int32_t get_flag_MagCalibarateOperateAndFinish_21() const { return ___flag_MagCalibarateOperateAndFinish_21; } inline int32_t* get_address_of_flag_MagCalibarateOperateAndFinish_21() { return &___flag_MagCalibarateOperateAndFinish_21; } inline void set_flag_MagCalibarateOperateAndFinish_21(int32_t value) { ___flag_MagCalibarateOperateAndFinish_21 = value; } inline static int32_t get_offset_of_action_MagCalibarateOperateAndFinish_22() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___action_MagCalibarateOperateAndFinish_22)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_MagCalibarateOperateAndFinish_22() const { return ___action_MagCalibarateOperateAndFinish_22; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_MagCalibarateOperateAndFinish_22() { return &___action_MagCalibarateOperateAndFinish_22; } inline void set_action_MagCalibarateOperateAndFinish_22(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_MagCalibarateOperateAndFinish_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_MagCalibarateOperateAndFinish_22), (void*)value); } inline static int32_t get_offset_of_action_OnClickMagCalibrateInterceptor_23() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___action_OnClickMagCalibrateInterceptor_23)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get_action_OnClickMagCalibrateInterceptor_23() const { return ___action_OnClickMagCalibrateInterceptor_23; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of_action_OnClickMagCalibrateInterceptor_23() { return &___action_OnClickMagCalibrateInterceptor_23; } inline void set_action_OnClickMagCalibrateInterceptor_23(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ___action_OnClickMagCalibrateInterceptor_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_OnClickMagCalibrateInterceptor_23), (void*)value); } inline static int32_t get_offset_of_flag_GyrCalibarateOperateAndFinish_24() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___flag_GyrCalibarateOperateAndFinish_24)); } inline int32_t get_flag_GyrCalibarateOperateAndFinish_24() const { return ___flag_GyrCalibarateOperateAndFinish_24; } inline int32_t* get_address_of_flag_GyrCalibarateOperateAndFinish_24() { return &___flag_GyrCalibarateOperateAndFinish_24; } inline void set_flag_GyrCalibarateOperateAndFinish_24(int32_t value) { ___flag_GyrCalibarateOperateAndFinish_24 = value; } inline static int32_t get_offset_of_action_GyrCalibarateOperateAndFinish_25() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___action_GyrCalibarateOperateAndFinish_25)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_GyrCalibarateOperateAndFinish_25() const { return ___action_GyrCalibarateOperateAndFinish_25; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_GyrCalibarateOperateAndFinish_25() { return &___action_GyrCalibarateOperateAndFinish_25; } inline void set_action_GyrCalibarateOperateAndFinish_25(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_GyrCalibarateOperateAndFinish_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_GyrCalibarateOperateAndFinish_25), (void*)value); } inline static int32_t get_offset_of_action_OnClickGyrCalibrateInterceptor_26() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___action_OnClickGyrCalibrateInterceptor_26)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get_action_OnClickGyrCalibrateInterceptor_26() const { return ___action_OnClickGyrCalibrateInterceptor_26; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of_action_OnClickGyrCalibrateInterceptor_26() { return &___action_OnClickGyrCalibrateInterceptor_26; } inline void set_action_OnClickGyrCalibrateInterceptor_26(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ___action_OnClickGyrCalibrateInterceptor_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_OnClickGyrCalibrateInterceptor_26), (void*)value); } inline static int32_t get_offset_of_gyrCalibrating_27() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___gyrCalibrating_27)); } inline bool get_gyrCalibrating_27() const { return ___gyrCalibrating_27; } inline bool* get_address_of_gyrCalibrating_27() { return &___gyrCalibrating_27; } inline void set_gyrCalibrating_27(bool value) { ___gyrCalibrating_27 = value; } inline static int32_t get_offset_of_canUpdateGyrCalibrateProgress_28() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___canUpdateGyrCalibrateProgress_28)); } inline bool get_canUpdateGyrCalibrateProgress_28() const { return ___canUpdateGyrCalibrateProgress_28; } inline bool* get_address_of_canUpdateGyrCalibrateProgress_28() { return &___canUpdateGyrCalibrateProgress_28; } inline void set_canUpdateGyrCalibrateProgress_28(bool value) { ___canUpdateGyrCalibrateProgress_28 = value; } }; struct DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields { public: // DeviceCalibrateView DeviceCalibrateView::ins DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * ___ins_18; public: inline static int32_t get_offset_of_ins_18() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields, ___ins_18)); } inline DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * get_ins_18() const { return ___ins_18; } inline DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 ** get_address_of_ins_18() { return &___ins_18; } inline void set_ins_18(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * value) { ___ins_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_18), (void*)value); } }; // UnityStandardAssets.Water.Displace struct Displace_t1C2DB877EED29B900169184C462B5E611F665E23 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // UnityStandardAssets.Utility.DragRigidbody struct DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.SpringJoint UnityStandardAssets.Utility.DragRigidbody::m_SpringJoint SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF * ___m_SpringJoint_10; public: inline static int32_t get_offset_of_m_SpringJoint_10() { return static_cast(offsetof(DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB, ___m_SpringJoint_10)); } inline SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF * get_m_SpringJoint_10() const { return ___m_SpringJoint_10; } inline SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF ** get_address_of_m_SpringJoint_10() { return &___m_SpringJoint_10; } inline void set_m_SpringJoint_10(SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF * value) { ___m_SpringJoint_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SpringJoint_10), (void*)value); } }; // GameMgr struct GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // GameMode GameMgr::gameMode GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * ___gameMode_6; // System.Boolean GameMgr::gameOver bool ___gameOver_7; // System.Boolean GameMgr::guideFinish bool ___guideFinish_9; // System.Collections.Generic.HashSet`1 GameMgr::gamePauseLockers HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * ___gamePauseLockers_10; public: inline static int32_t get_offset_of_gameMode_6() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950, ___gameMode_6)); } inline GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * get_gameMode_6() const { return ___gameMode_6; } inline GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 ** get_address_of_gameMode_6() { return &___gameMode_6; } inline void set_gameMode_6(GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * value) { ___gameMode_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMode_6), (void*)value); } inline static int32_t get_offset_of_gameOver_7() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950, ___gameOver_7)); } inline bool get_gameOver_7() const { return ___gameOver_7; } inline bool* get_address_of_gameOver_7() { return &___gameOver_7; } inline void set_gameOver_7(bool value) { ___gameOver_7 = value; } inline static int32_t get_offset_of_guideFinish_9() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950, ___guideFinish_9)); } inline bool get_guideFinish_9() const { return ___guideFinish_9; } inline bool* get_address_of_guideFinish_9() { return &___guideFinish_9; } inline void set_guideFinish_9(bool value) { ___guideFinish_9 = value; } inline static int32_t get_offset_of_gamePauseLockers_10() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950, ___gamePauseLockers_10)); } inline HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * get_gamePauseLockers_10() const { return ___gamePauseLockers_10; } inline HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 ** get_address_of_gamePauseLockers_10() { return &___gamePauseLockers_10; } inline void set_gamePauseLockers_10(HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * value) { ___gamePauseLockers_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___gamePauseLockers_10), (void*)value); } }; struct GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields { public: // System.Boolean GameMgr::debugInEditor bool ___debugInEditor_4; // System.Int32 GameMgr::gameType int32_t ___gameType_5; // GameMgr GameMgr::ins GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * ___ins_8; public: inline static int32_t get_offset_of_debugInEditor_4() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields, ___debugInEditor_4)); } inline bool get_debugInEditor_4() const { return ___debugInEditor_4; } inline bool* get_address_of_debugInEditor_4() { return &___debugInEditor_4; } inline void set_debugInEditor_4(bool value) { ___debugInEditor_4 = value; } inline static int32_t get_offset_of_gameType_5() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields, ___gameType_5)); } inline int32_t get_gameType_5() const { return ___gameType_5; } inline int32_t* get_address_of_gameType_5() { return &___gameType_5; } inline void set_gameType_5(int32_t value) { ___gameType_5 = value; } inline static int32_t get_offset_of_ins_8() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields, ___ins_8)); } inline GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * get_ins_8() const { return ___ins_8; } inline GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 ** get_address_of_ins_8() { return &___ins_8; } inline void set_ins_8(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * value) { ___ins_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_8), (void*)value); } }; // GlobalEventCenter struct GlobalEventCenter_tDD01D61DC807A0254EEC1461B21B9A50D0308790 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Action GlobalEventCenter::onGameSceneLoad Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onGameSceneLoad_4; // System.Action GlobalEventCenter::onGameSceneDestroy Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onGameSceneDestroy_5; // System.Action`1 GlobalEventCenter::onSimulateMouseAwakeChanged Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * ___onSimulateMouseAwakeChanged_6; // System.Action`1 GlobalEventCenter::onDeviceCalibrateViewAwakeChanged Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * ___onDeviceCalibrateViewAwakeChanged_7; public: inline static int32_t get_offset_of_onGameSceneLoad_4() { return static_cast(offsetof(GlobalEventCenter_tDD01D61DC807A0254EEC1461B21B9A50D0308790, ___onGameSceneLoad_4)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onGameSceneLoad_4() const { return ___onGameSceneLoad_4; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onGameSceneLoad_4() { return &___onGameSceneLoad_4; } inline void set_onGameSceneLoad_4(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onGameSceneLoad_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onGameSceneLoad_4), (void*)value); } inline static int32_t get_offset_of_onGameSceneDestroy_5() { return static_cast(offsetof(GlobalEventCenter_tDD01D61DC807A0254EEC1461B21B9A50D0308790, ___onGameSceneDestroy_5)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onGameSceneDestroy_5() const { return ___onGameSceneDestroy_5; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onGameSceneDestroy_5() { return &___onGameSceneDestroy_5; } inline void set_onGameSceneDestroy_5(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onGameSceneDestroy_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onGameSceneDestroy_5), (void*)value); } inline static int32_t get_offset_of_onSimulateMouseAwakeChanged_6() { return static_cast(offsetof(GlobalEventCenter_tDD01D61DC807A0254EEC1461B21B9A50D0308790, ___onSimulateMouseAwakeChanged_6)); } inline Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * get_onSimulateMouseAwakeChanged_6() const { return ___onSimulateMouseAwakeChanged_6; } inline Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 ** get_address_of_onSimulateMouseAwakeChanged_6() { return &___onSimulateMouseAwakeChanged_6; } inline void set_onSimulateMouseAwakeChanged_6(Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * value) { ___onSimulateMouseAwakeChanged_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onSimulateMouseAwakeChanged_6), (void*)value); } inline static int32_t get_offset_of_onDeviceCalibrateViewAwakeChanged_7() { return static_cast(offsetof(GlobalEventCenter_tDD01D61DC807A0254EEC1461B21B9A50D0308790, ___onDeviceCalibrateViewAwakeChanged_7)); } inline Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * get_onDeviceCalibrateViewAwakeChanged_7() const { return ___onDeviceCalibrateViewAwakeChanged_7; } inline Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 ** get_address_of_onDeviceCalibrateViewAwakeChanged_7() { return &___onDeviceCalibrateViewAwakeChanged_7; } inline void set_onDeviceCalibrateViewAwakeChanged_7(Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * value) { ___onDeviceCalibrateViewAwakeChanged_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDeviceCalibrateViewAwakeChanged_7), (void*)value); } }; struct GlobalEventCenter_tDD01D61DC807A0254EEC1461B21B9A50D0308790_StaticFields { public: // GlobalEventCenter GlobalEventCenter::_ins GlobalEventCenter_tDD01D61DC807A0254EEC1461B21B9A50D0308790 * ____ins_8; public: inline static int32_t get_offset_of__ins_8() { return static_cast(offsetof(GlobalEventCenter_tDD01D61DC807A0254EEC1461B21B9A50D0308790_StaticFields, ____ins_8)); } inline GlobalEventCenter_tDD01D61DC807A0254EEC1461B21B9A50D0308790 * get__ins_8() const { return ____ins_8; } inline GlobalEventCenter_tDD01D61DC807A0254EEC1461B21B9A50D0308790 ** get_address_of__ins_8() { return &____ins_8; } inline void set__ins_8(GlobalEventCenter_tDD01D61DC807A0254EEC1461B21B9A50D0308790 * value) { ____ins_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_8), (void*)value); } }; // LoginMgr struct LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject LoginMgr::loginView GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___loginView_4; // UnityEngine.GameObject LoginMgr::registerView GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerView_5; public: inline static int32_t get_offset_of_loginView_4() { return static_cast(offsetof(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404, ___loginView_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_loginView_4() const { return ___loginView_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_loginView_4() { return &___loginView_4; } inline void set_loginView_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___loginView_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___loginView_4), (void*)value); } inline static int32_t get_offset_of_registerView_5() { return static_cast(offsetof(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404, ___registerView_5)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerView_5() const { return ___registerView_5; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerView_5() { return &___registerView_5; } inline void set_registerView_5(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerView_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerView_5), (void*)value); } }; struct LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields { public: // UserInfo LoginMgr::myUserInfo UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * ___myUserInfo_6; public: inline static int32_t get_offset_of_myUserInfo_6() { return static_cast(offsetof(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields, ___myUserInfo_6)); } inline UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * get_myUserInfo_6() const { return ___myUserInfo_6; } inline UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F ** get_address_of_myUserInfo_6() { return &___myUserInfo_6; } inline void set_myUserInfo_6(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * value) { ___myUserInfo_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___myUserInfo_6), (void*)value); } }; // NewUserGuider struct NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // HollowOutMask NewUserGuider::hollowOutMask HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * ___hollowOutMask_4; // UnityEngine.RectTransform NewUserGuider::iconPointerHit RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___iconPointerHit_5; // UnityEngine.RectTransform NewUserGuider::iconPointer RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___iconPointer_6; // UnityEngine.RectTransform NewUserGuider::frameTip RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___frameTip_7; // NewUserGuiderConfig NewUserGuider::config NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * ___config_8; // System.Boolean NewUserGuider::customPreparePass bool ___customPreparePass_9; // System.Boolean NewUserGuider::clickedWillPlayAudioBtn bool ___clickedWillPlayAudioBtn_10; // DG.Tweening.Sequence NewUserGuider::seq1 Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___seq1_11; // DG.Tweening.Sequence NewUserGuider::seq2 Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___seq2_12; // System.Action NewUserGuider::action_Update Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_Update_13; // System.Action NewUserGuider::action_OnDestroy Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_OnDestroy_14; // NewUserGuiderButton NewUserGuider::_newUserGuiderButton NewUserGuiderButton_t1D42666ECB8DCE43A03B21DDA281F1FB58DA52A7 * ____newUserGuiderButton_15; public: inline static int32_t get_offset_of_hollowOutMask_4() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ___hollowOutMask_4)); } inline HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * get_hollowOutMask_4() const { return ___hollowOutMask_4; } inline HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B ** get_address_of_hollowOutMask_4() { return &___hollowOutMask_4; } inline void set_hollowOutMask_4(HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * value) { ___hollowOutMask_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___hollowOutMask_4), (void*)value); } inline static int32_t get_offset_of_iconPointerHit_5() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ___iconPointerHit_5)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_iconPointerHit_5() const { return ___iconPointerHit_5; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_iconPointerHit_5() { return &___iconPointerHit_5; } inline void set_iconPointerHit_5(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___iconPointerHit_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___iconPointerHit_5), (void*)value); } inline static int32_t get_offset_of_iconPointer_6() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ___iconPointer_6)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_iconPointer_6() const { return ___iconPointer_6; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_iconPointer_6() { return &___iconPointer_6; } inline void set_iconPointer_6(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___iconPointer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___iconPointer_6), (void*)value); } inline static int32_t get_offset_of_frameTip_7() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ___frameTip_7)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_frameTip_7() const { return ___frameTip_7; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_frameTip_7() { return &___frameTip_7; } inline void set_frameTip_7(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___frameTip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___frameTip_7), (void*)value); } inline static int32_t get_offset_of_config_8() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ___config_8)); } inline NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * get_config_8() const { return ___config_8; } inline NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 ** get_address_of_config_8() { return &___config_8; } inline void set_config_8(NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * value) { ___config_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___config_8), (void*)value); } inline static int32_t get_offset_of_customPreparePass_9() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ___customPreparePass_9)); } inline bool get_customPreparePass_9() const { return ___customPreparePass_9; } inline bool* get_address_of_customPreparePass_9() { return &___customPreparePass_9; } inline void set_customPreparePass_9(bool value) { ___customPreparePass_9 = value; } inline static int32_t get_offset_of_clickedWillPlayAudioBtn_10() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ___clickedWillPlayAudioBtn_10)); } inline bool get_clickedWillPlayAudioBtn_10() const { return ___clickedWillPlayAudioBtn_10; } inline bool* get_address_of_clickedWillPlayAudioBtn_10() { return &___clickedWillPlayAudioBtn_10; } inline void set_clickedWillPlayAudioBtn_10(bool value) { ___clickedWillPlayAudioBtn_10 = value; } inline static int32_t get_offset_of_seq1_11() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ___seq1_11)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_seq1_11() const { return ___seq1_11; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_seq1_11() { return &___seq1_11; } inline void set_seq1_11(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___seq1_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq1_11), (void*)value); } inline static int32_t get_offset_of_seq2_12() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ___seq2_12)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_seq2_12() const { return ___seq2_12; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_seq2_12() { return &___seq2_12; } inline void set_seq2_12(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___seq2_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq2_12), (void*)value); } inline static int32_t get_offset_of_action_Update_13() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ___action_Update_13)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_Update_13() const { return ___action_Update_13; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_Update_13() { return &___action_Update_13; } inline void set_action_Update_13(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_Update_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_Update_13), (void*)value); } inline static int32_t get_offset_of_action_OnDestroy_14() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ___action_OnDestroy_14)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_OnDestroy_14() const { return ___action_OnDestroy_14; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_OnDestroy_14() { return &___action_OnDestroy_14; } inline void set_action_OnDestroy_14(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_OnDestroy_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_OnDestroy_14), (void*)value); } inline static int32_t get_offset_of__newUserGuiderButton_15() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ____newUserGuiderButton_15)); } inline NewUserGuiderButton_t1D42666ECB8DCE43A03B21DDA281F1FB58DA52A7 * get__newUserGuiderButton_15() const { return ____newUserGuiderButton_15; } inline NewUserGuiderButton_t1D42666ECB8DCE43A03B21DDA281F1FB58DA52A7 ** get_address_of__newUserGuiderButton_15() { return &____newUserGuiderButton_15; } inline void set__newUserGuiderButton_15(NewUserGuiderButton_t1D42666ECB8DCE43A03B21DDA281F1FB58DA52A7 * value) { ____newUserGuiderButton_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____newUserGuiderButton_15), (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); } }; // 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; } }; // 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; } }; // DeviceView struct DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: // UnityEngine.GameObject DeviceView::bowOptions GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___bowOptions_6; // UnityEngine.GameObject DeviceView::btnConnectBow GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___btnConnectBow_7; // System.Action DeviceView::action_OnClickGyr Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_OnClickGyr_9; // System.Action DeviceView::action_OnClickMag Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_OnClickMag_10; // BluetoothStatusEnum DeviceView::bowStatus int32_t ___bowStatus_11; public: inline static int32_t get_offset_of_bowOptions_6() { return static_cast(offsetof(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79, ___bowOptions_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_bowOptions_6() const { return ___bowOptions_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_bowOptions_6() { return &___bowOptions_6; } inline void set_bowOptions_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___bowOptions_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___bowOptions_6), (void*)value); } inline static int32_t get_offset_of_btnConnectBow_7() { return static_cast(offsetof(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79, ___btnConnectBow_7)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_btnConnectBow_7() const { return ___btnConnectBow_7; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_btnConnectBow_7() { return &___btnConnectBow_7; } inline void set_btnConnectBow_7(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___btnConnectBow_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnConnectBow_7), (void*)value); } inline static int32_t get_offset_of_action_OnClickGyr_9() { return static_cast(offsetof(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79, ___action_OnClickGyr_9)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_OnClickGyr_9() const { return ___action_OnClickGyr_9; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_OnClickGyr_9() { return &___action_OnClickGyr_9; } inline void set_action_OnClickGyr_9(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_OnClickGyr_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_OnClickGyr_9), (void*)value); } inline static int32_t get_offset_of_action_OnClickMag_10() { return static_cast(offsetof(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79, ___action_OnClickMag_10)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_OnClickMag_10() const { return ___action_OnClickMag_10; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_OnClickMag_10() { return &___action_OnClickMag_10; } inline void set_action_OnClickMag_10(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_OnClickMag_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_OnClickMag_10), (void*)value); } inline static int32_t get_offset_of_bowStatus_11() { return static_cast(offsetof(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79, ___bowStatus_11)); } inline int32_t get_bowStatus_11() const { return ___bowStatus_11; } inline int32_t* get_address_of_bowStatus_11() { return &___bowStatus_11; } inline void set_bowStatus_11(int32_t value) { ___bowStatus_11 = value; } }; struct DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_StaticFields { public: // DeviceView DeviceView::ins DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * ___ins_8; public: inline static int32_t get_offset_of_ins_8() { return static_cast(offsetof(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_StaticFields, ___ins_8)); } inline DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * get_ins_8() const { return ___ins_8; } inline DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 ** get_address_of_ins_8() { return &___ins_8; } inline void set_ins_8(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * value) { ___ins_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_8), (void*)value); } }; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // UnityEngine.Material UnityEngine.UI.Graphic::m_Material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_Material_6; // UnityEngine.Color UnityEngine.UI.Graphic::m_Color Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_Color_7; // System.Boolean UnityEngine.UI.Graphic::m_SkipLayoutUpdate bool ___m_SkipLayoutUpdate_8; // System.Boolean UnityEngine.UI.Graphic::m_SkipMaterialUpdate bool ___m_SkipMaterialUpdate_9; // System.Boolean UnityEngine.UI.Graphic::m_RaycastTarget bool ___m_RaycastTarget_10; // UnityEngine.Vector4 UnityEngine.UI.Graphic::m_RaycastPadding Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___m_RaycastPadding_11; // UnityEngine.RectTransform UnityEngine.UI.Graphic::m_RectTransform RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_RectTransform_12; // UnityEngine.CanvasRenderer UnityEngine.UI.Graphic::m_CanvasRenderer CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * ___m_CanvasRenderer_13; // UnityEngine.Canvas UnityEngine.UI.Graphic::m_Canvas Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * ___m_Canvas_14; // System.Boolean UnityEngine.UI.Graphic::m_VertsDirty bool ___m_VertsDirty_15; // System.Boolean UnityEngine.UI.Graphic::m_MaterialDirty bool ___m_MaterialDirty_16; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyLayoutCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyLayoutCallback_17; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyVertsCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyVertsCallback_18; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyMaterialCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyMaterialCallback_19; // UnityEngine.Mesh UnityEngine.UI.Graphic::m_CachedMesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___m_CachedMesh_22; // UnityEngine.Vector2[] UnityEngine.UI.Graphic::m_CachedUvs Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___m_CachedUvs_23; // UnityEngine.UI.CoroutineTween.TweenRunner`1 UnityEngine.UI.Graphic::m_ColorTweenRunner TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * ___m_ColorTweenRunner_24; // System.Boolean UnityEngine.UI.Graphic::k__BackingField bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; public: inline static int32_t get_offset_of_m_Material_6() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Material_6)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_Material_6() const { return ___m_Material_6; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_Material_6() { return &___m_Material_6; } inline void set_m_Material_6(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_Material_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Material_6), (void*)value); } inline static int32_t get_offset_of_m_Color_7() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Color_7)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_Color_7() const { return ___m_Color_7; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_Color_7() { return &___m_Color_7; } inline void set_m_Color_7(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_Color_7 = value; } inline static int32_t get_offset_of_m_SkipLayoutUpdate_8() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_SkipLayoutUpdate_8)); } inline bool get_m_SkipLayoutUpdate_8() const { return ___m_SkipLayoutUpdate_8; } inline bool* get_address_of_m_SkipLayoutUpdate_8() { return &___m_SkipLayoutUpdate_8; } inline void set_m_SkipLayoutUpdate_8(bool value) { ___m_SkipLayoutUpdate_8 = value; } inline static int32_t get_offset_of_m_SkipMaterialUpdate_9() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_SkipMaterialUpdate_9)); } inline bool get_m_SkipMaterialUpdate_9() const { return ___m_SkipMaterialUpdate_9; } inline bool* get_address_of_m_SkipMaterialUpdate_9() { return &___m_SkipMaterialUpdate_9; } inline void set_m_SkipMaterialUpdate_9(bool value) { ___m_SkipMaterialUpdate_9 = value; } inline static int32_t get_offset_of_m_RaycastTarget_10() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastTarget_10)); } inline bool get_m_RaycastTarget_10() const { return ___m_RaycastTarget_10; } inline bool* get_address_of_m_RaycastTarget_10() { return &___m_RaycastTarget_10; } inline void set_m_RaycastTarget_10(bool value) { ___m_RaycastTarget_10 = value; } inline static int32_t get_offset_of_m_RaycastPadding_11() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastPadding_11)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_m_RaycastPadding_11() const { return ___m_RaycastPadding_11; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_m_RaycastPadding_11() { return &___m_RaycastPadding_11; } inline void set_m_RaycastPadding_11(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___m_RaycastPadding_11 = value; } inline static int32_t get_offset_of_m_RectTransform_12() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RectTransform_12)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_RectTransform_12() const { return ___m_RectTransform_12; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_RectTransform_12() { return &___m_RectTransform_12; } inline void set_m_RectTransform_12(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_RectTransform_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RectTransform_12), (void*)value); } inline static int32_t get_offset_of_m_CanvasRenderer_13() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CanvasRenderer_13)); } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * get_m_CanvasRenderer_13() const { return ___m_CanvasRenderer_13; } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E ** get_address_of_m_CanvasRenderer_13() { return &___m_CanvasRenderer_13; } inline void set_m_CanvasRenderer_13(CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * value) { ___m_CanvasRenderer_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasRenderer_13), (void*)value); } inline static int32_t get_offset_of_m_Canvas_14() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Canvas_14)); } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * get_m_Canvas_14() const { return ___m_Canvas_14; } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA ** get_address_of_m_Canvas_14() { return &___m_Canvas_14; } inline void set_m_Canvas_14(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * value) { ___m_Canvas_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Canvas_14), (void*)value); } inline static int32_t get_offset_of_m_VertsDirty_15() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_VertsDirty_15)); } inline bool get_m_VertsDirty_15() const { return ___m_VertsDirty_15; } inline bool* get_address_of_m_VertsDirty_15() { return &___m_VertsDirty_15; } inline void set_m_VertsDirty_15(bool value) { ___m_VertsDirty_15 = value; } inline static int32_t get_offset_of_m_MaterialDirty_16() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_MaterialDirty_16)); } inline bool get_m_MaterialDirty_16() const { return ___m_MaterialDirty_16; } inline bool* get_address_of_m_MaterialDirty_16() { return &___m_MaterialDirty_16; } inline void set_m_MaterialDirty_16(bool value) { ___m_MaterialDirty_16 = value; } inline static int32_t get_offset_of_m_OnDirtyLayoutCallback_17() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyLayoutCallback_17)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyLayoutCallback_17() const { return ___m_OnDirtyLayoutCallback_17; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyLayoutCallback_17() { return &___m_OnDirtyLayoutCallback_17; } inline void set_m_OnDirtyLayoutCallback_17(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyLayoutCallback_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyLayoutCallback_17), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyVertsCallback_18() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyVertsCallback_18)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyVertsCallback_18() const { return ___m_OnDirtyVertsCallback_18; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyVertsCallback_18() { return &___m_OnDirtyVertsCallback_18; } inline void set_m_OnDirtyVertsCallback_18(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyVertsCallback_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyVertsCallback_18), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyMaterialCallback_19() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyMaterialCallback_19)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyMaterialCallback_19() const { return ___m_OnDirtyMaterialCallback_19; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyMaterialCallback_19() { return &___m_OnDirtyMaterialCallback_19; } inline void set_m_OnDirtyMaterialCallback_19(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyMaterialCallback_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyMaterialCallback_19), (void*)value); } inline static int32_t get_offset_of_m_CachedMesh_22() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CachedMesh_22)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_m_CachedMesh_22() const { return ___m_CachedMesh_22; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_m_CachedMesh_22() { return &___m_CachedMesh_22; } inline void set_m_CachedMesh_22(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___m_CachedMesh_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedMesh_22), (void*)value); } inline static int32_t get_offset_of_m_CachedUvs_23() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CachedUvs_23)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_m_CachedUvs_23() const { return ___m_CachedUvs_23; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_m_CachedUvs_23() { return &___m_CachedUvs_23; } inline void set_m_CachedUvs_23(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___m_CachedUvs_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedUvs_23), (void*)value); } inline static int32_t get_offset_of_m_ColorTweenRunner_24() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_ColorTweenRunner_24)); } inline TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * get_m_ColorTweenRunner_24() const { return ___m_ColorTweenRunner_24; } inline TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 ** get_address_of_m_ColorTweenRunner_24() { return &___m_ColorTweenRunner_24; } inline void set_m_ColorTweenRunner_24(TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * value) { ___m_ColorTweenRunner_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ColorTweenRunner_24), (void*)value); } inline static int32_t get_offset_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25)); } inline bool get_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() const { return ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; } inline bool* get_address_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() { return &___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; } inline void set_U3CuseLegacyMeshGenerationU3Ek__BackingField_25(bool value) { ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25 = value; } }; struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Graphic::s_DefaultUI Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_DefaultUI_4; // UnityEngine.Texture2D UnityEngine.UI.Graphic::s_WhiteTexture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___s_WhiteTexture_5; // UnityEngine.Mesh UnityEngine.UI.Graphic::s_Mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___s_Mesh_20; // UnityEngine.UI.VertexHelper UnityEngine.UI.Graphic::s_VertexHelper VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * ___s_VertexHelper_21; public: inline static int32_t get_offset_of_s_DefaultUI_4() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_DefaultUI_4)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_DefaultUI_4() const { return ___s_DefaultUI_4; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_DefaultUI_4() { return &___s_DefaultUI_4; } inline void set_s_DefaultUI_4(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_DefaultUI_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultUI_4), (void*)value); } inline static int32_t get_offset_of_s_WhiteTexture_5() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_WhiteTexture_5)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_s_WhiteTexture_5() const { return ___s_WhiteTexture_5; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_s_WhiteTexture_5() { return &___s_WhiteTexture_5; } inline void set_s_WhiteTexture_5(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___s_WhiteTexture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_WhiteTexture_5), (void*)value); } inline static int32_t get_offset_of_s_Mesh_20() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_Mesh_20)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_s_Mesh_20() const { return ___s_Mesh_20; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_s_Mesh_20() { return &___s_Mesh_20; } inline void set_s_Mesh_20(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___s_Mesh_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Mesh_20), (void*)value); } inline static int32_t get_offset_of_s_VertexHelper_21() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_VertexHelper_21)); } inline VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * get_s_VertexHelper_21() const { return ___s_VertexHelper_21; } inline VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 ** get_address_of_s_VertexHelper_21() { return &___s_VertexHelper_21; } inline void set_s_VertexHelper_21(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * value) { ___s_VertexHelper_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_VertexHelper_21), (void*)value); } }; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // System.Boolean UnityEngine.UI.Selectable::m_EnableCalled bool ___m_EnableCalled_6; // UnityEngine.UI.Navigation UnityEngine.UI.Selectable::m_Navigation Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A ___m_Navigation_7; // UnityEngine.UI.Selectable/Transition UnityEngine.UI.Selectable::m_Transition int32_t ___m_Transition_8; // UnityEngine.UI.ColorBlock UnityEngine.UI.Selectable::m_Colors ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 ___m_Colors_9; // UnityEngine.UI.SpriteState UnityEngine.UI.Selectable::m_SpriteState SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E ___m_SpriteState_10; // UnityEngine.UI.AnimationTriggers UnityEngine.UI.Selectable::m_AnimationTriggers AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * ___m_AnimationTriggers_11; // System.Boolean UnityEngine.UI.Selectable::m_Interactable bool ___m_Interactable_12; // UnityEngine.UI.Graphic UnityEngine.UI.Selectable::m_TargetGraphic Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___m_TargetGraphic_13; // System.Boolean UnityEngine.UI.Selectable::m_GroupsAllowInteraction bool ___m_GroupsAllowInteraction_14; // System.Int32 UnityEngine.UI.Selectable::m_CurrentIndex int32_t ___m_CurrentIndex_15; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerInsideU3Ek__BackingField_16; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerDownU3Ek__BackingField_17; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3ChasSelectionU3Ek__BackingField_18; // System.Collections.Generic.List`1 UnityEngine.UI.Selectable::m_CanvasGroupCache List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * ___m_CanvasGroupCache_19; public: inline static int32_t get_offset_of_m_EnableCalled_6() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_EnableCalled_6)); } inline bool get_m_EnableCalled_6() const { return ___m_EnableCalled_6; } inline bool* get_address_of_m_EnableCalled_6() { return &___m_EnableCalled_6; } inline void set_m_EnableCalled_6(bool value) { ___m_EnableCalled_6 = value; } inline static int32_t get_offset_of_m_Navigation_7() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Navigation_7)); } inline Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A get_m_Navigation_7() const { return ___m_Navigation_7; } inline Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A * get_address_of_m_Navigation_7() { return &___m_Navigation_7; } inline void set_m_Navigation_7(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A value) { ___m_Navigation_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnUp_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnDown_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnLeft_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnRight_5), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Transition_8() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Transition_8)); } inline int32_t get_m_Transition_8() const { return ___m_Transition_8; } inline int32_t* get_address_of_m_Transition_8() { return &___m_Transition_8; } inline void set_m_Transition_8(int32_t value) { ___m_Transition_8 = value; } inline static int32_t get_offset_of_m_Colors_9() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Colors_9)); } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 get_m_Colors_9() const { return ___m_Colors_9; } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 * get_address_of_m_Colors_9() { return &___m_Colors_9; } inline void set_m_Colors_9(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 value) { ___m_Colors_9 = value; } inline static int32_t get_offset_of_m_SpriteState_10() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_SpriteState_10)); } inline SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E get_m_SpriteState_10() const { return ___m_SpriteState_10; } inline SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E * get_address_of_m_SpriteState_10() { return &___m_SpriteState_10; } inline void set_m_SpriteState_10(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E value) { ___m_SpriteState_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_HighlightedSprite_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_PressedSprite_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_SelectedSprite_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_DisabledSprite_3), (void*)NULL); #endif } inline static int32_t get_offset_of_m_AnimationTriggers_11() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_AnimationTriggers_11)); } inline AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * get_m_AnimationTriggers_11() const { return ___m_AnimationTriggers_11; } inline AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 ** get_address_of_m_AnimationTriggers_11() { return &___m_AnimationTriggers_11; } inline void set_m_AnimationTriggers_11(AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * value) { ___m_AnimationTriggers_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AnimationTriggers_11), (void*)value); } inline static int32_t get_offset_of_m_Interactable_12() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Interactable_12)); } inline bool get_m_Interactable_12() const { return ___m_Interactable_12; } inline bool* get_address_of_m_Interactable_12() { return &___m_Interactable_12; } inline void set_m_Interactable_12(bool value) { ___m_Interactable_12 = value; } inline static int32_t get_offset_of_m_TargetGraphic_13() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_TargetGraphic_13)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_m_TargetGraphic_13() const { return ___m_TargetGraphic_13; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_m_TargetGraphic_13() { return &___m_TargetGraphic_13; } inline void set_m_TargetGraphic_13(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___m_TargetGraphic_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TargetGraphic_13), (void*)value); } inline static int32_t get_offset_of_m_GroupsAllowInteraction_14() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_GroupsAllowInteraction_14)); } inline bool get_m_GroupsAllowInteraction_14() const { return ___m_GroupsAllowInteraction_14; } inline bool* get_address_of_m_GroupsAllowInteraction_14() { return &___m_GroupsAllowInteraction_14; } inline void set_m_GroupsAllowInteraction_14(bool value) { ___m_GroupsAllowInteraction_14 = value; } inline static int32_t get_offset_of_m_CurrentIndex_15() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_CurrentIndex_15)); } inline int32_t get_m_CurrentIndex_15() const { return ___m_CurrentIndex_15; } inline int32_t* get_address_of_m_CurrentIndex_15() { return &___m_CurrentIndex_15; } inline void set_m_CurrentIndex_15(int32_t value) { ___m_CurrentIndex_15 = value; } inline static int32_t get_offset_of_U3CisPointerInsideU3Ek__BackingField_16() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3CisPointerInsideU3Ek__BackingField_16)); } inline bool get_U3CisPointerInsideU3Ek__BackingField_16() const { return ___U3CisPointerInsideU3Ek__BackingField_16; } inline bool* get_address_of_U3CisPointerInsideU3Ek__BackingField_16() { return &___U3CisPointerInsideU3Ek__BackingField_16; } inline void set_U3CisPointerInsideU3Ek__BackingField_16(bool value) { ___U3CisPointerInsideU3Ek__BackingField_16 = value; } inline static int32_t get_offset_of_U3CisPointerDownU3Ek__BackingField_17() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3CisPointerDownU3Ek__BackingField_17)); } inline bool get_U3CisPointerDownU3Ek__BackingField_17() const { return ___U3CisPointerDownU3Ek__BackingField_17; } inline bool* get_address_of_U3CisPointerDownU3Ek__BackingField_17() { return &___U3CisPointerDownU3Ek__BackingField_17; } inline void set_U3CisPointerDownU3Ek__BackingField_17(bool value) { ___U3CisPointerDownU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_U3ChasSelectionU3Ek__BackingField_18() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3ChasSelectionU3Ek__BackingField_18)); } inline bool get_U3ChasSelectionU3Ek__BackingField_18() const { return ___U3ChasSelectionU3Ek__BackingField_18; } inline bool* get_address_of_U3ChasSelectionU3Ek__BackingField_18() { return &___U3ChasSelectionU3Ek__BackingField_18; } inline void set_U3ChasSelectionU3Ek__BackingField_18(bool value) { ___U3ChasSelectionU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_m_CanvasGroupCache_19() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_CanvasGroupCache_19)); } inline List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * get_m_CanvasGroupCache_19() const { return ___m_CanvasGroupCache_19; } inline List_1_t34AA4AF4E7352129CA58045901530E41445AC16D ** get_address_of_m_CanvasGroupCache_19() { return &___m_CanvasGroupCache_19; } inline void set_m_CanvasGroupCache_19(List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * value) { ___m_CanvasGroupCache_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasGroupCache_19), (void*)value); } }; struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields { public: // UnityEngine.UI.Selectable[] UnityEngine.UI.Selectable::s_Selectables SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* ___s_Selectables_4; // System.Int32 UnityEngine.UI.Selectable::s_SelectableCount int32_t ___s_SelectableCount_5; public: inline static int32_t get_offset_of_s_Selectables_4() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields, ___s_Selectables_4)); } inline SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* get_s_Selectables_4() const { return ___s_Selectables_4; } inline SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535** get_address_of_s_Selectables_4() { return &___s_Selectables_4; } inline void set_s_Selectables_4(SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* value) { ___s_Selectables_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Selectables_4), (void*)value); } inline static int32_t get_offset_of_s_SelectableCount_5() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields, ___s_SelectableCount_5)); } inline int32_t get_s_SelectableCount_5() const { return ___s_SelectableCount_5; } inline int32_t* get_address_of_s_SelectableCount_5() { return &___s_SelectableCount_5; } inline void set_s_SelectableCount_5(int32_t value) { ___s_SelectableCount_5 = value; } }; // 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.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.DerObjectIdentifier[] struct DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F : public RuntimeArray { public: ALIGN_FIELD (8) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * m_Items[1]; public: inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** 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, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE : public RuntimeArray { public: ALIGN_FIELD (8) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * m_Items[1]; public: inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.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.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* 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, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = value; } }; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD : public RuntimeArray { public: ALIGN_FIELD (8) int16_t m_Items[1]; public: inline int16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int16_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value) { m_Items[index] = value; } }; // 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; } }; // DeviceCalibrateItem[] struct DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C : 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; } }; // UnityEngine.UI.Button[] struct ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B : public RuntimeArray { public: ALIGN_FIELD (8) Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * m_Items[1]; public: inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] struct ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF : public RuntimeArray { public: ALIGN_FIELD (8) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * m_Items[1]; public: inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED : public RuntimeArray { public: ALIGN_FIELD (8) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * m_Items[1]; public: inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Resources::Load(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Resources_Load_TisRuntimeObject_m83108B6D8808A0E83DE12FD220A87000D19AEE00_gshared (String_t* ___path0, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0) 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.Action`1::Invoke(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m94B1D693386EA0BD3C636939BDCE375EDEF91A04_gshared (Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * __this, bool ___obj0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mF1D0377D81949B2ADB6104D9994F7CEE1A1E5040_gshared (List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m95A49669D93F05BBC8D8B1CF78765058B4DE65F3_gshared (List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A * __this, int32_t ___item0, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD* List_1_ToArray_m1EAA14FB5725A2D681A681B5668EA068DDB71A4F_gshared (List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_mC8FCB6A53C017A6C13FC891B6BB1D78F9A77D5E3_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponentInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponentInChildren_TisRuntimeObject_m2DC5105404F597613BDFC5C8C87CE9931ED3D000_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // !0 System.Func`1::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_gshared (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * __this, const RuntimeMethod* method); // !!0 UnityEngine.Object::FindObjectOfType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_FindObjectOfType_TisRuntimeObject_mBE0814B07DA8DDD57407CC2F0C8051AEC27D34BC_gshared (const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void DeviceMgr::CacheDeviceConfig() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceMgr_CacheDeviceConfig_TisRuntimeObject_mE604DA650AA8D267C28DB130F6BA5DAE93C16F55_gshared (DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD * __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); // 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); // 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.Void System.ValueTuple`2::.ctor(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_2__ctor_mBABF7EBF37F40A20153104D68C2BD6FB6A777D20_gshared (ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 * __this, RuntimeObject * ___item10, RuntimeObject * ___item21, const RuntimeMethod* method); // !!0[] UnityEngine.GameObject::GetComponentsInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* GameObject_GetComponentsInChildren_TisRuntimeObject_mA1E82F334520DE046B771CAC0C1F053930738EC8_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, 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); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m45DB5340BC5312349874253DD3239546CB025D21_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_m3F41E32C976C3C48B3FC63FBFD3FBBC5B5F23EDD_gshared (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::FindIndex(System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_FindIndex_m061718A03D18B14CCA37F61408780DF866F3DE0C_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___match0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Void o0.SortedQueue`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedQueue_1__ctor_mC5D3F1E0C5B4DF41374583CD60BDB3CEBB2042C8_gshared (SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7 * __this, const RuntimeMethod* method); // System.Boolean o0.Geometry.Vector`1::op_Equality(o0.Geometry.Vector`1&,o0.Geometry.Vector`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_op_Equality_m130C8A1FFEF817DF1C7EF029A3CC0B943D78CF45_gshared (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b1, const RuntimeMethod* method); // !0 o0.Geometry.Vector`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_gshared (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * __this, const RuntimeMethod* method); // o0.Geometry.Vector`1 o0.Geometry.Vector`1::op_Subtraction(o0.Geometry.Vector`1&,o0.Geometry.Vector`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_op_Subtraction_mC240708A1626E606CC5DF2A9D44AF65EE5BC114C_gshared (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b1, const RuntimeMethod* method); // o0.Geometry.Vector`1 o0.Geometry.Vector`1::get_Zero() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_get_Zero_mE3FC9F40A6F2D2D0DF4C45C4CEF38E5080378891_gshared_inline (const RuntimeMethod* method); // System.Boolean o0.Geometry.Vector`1::op_Inequality(o0.Geometry.Vector`1&,o0.Geometry.Vector`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_op_Inequality_m245BB565581F0282FD802FCA40508CB71922D255_gshared (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b1, const RuntimeMethod* method); // o0.Geometry.Vector`1 o0.Geometry.Vector`1::op_Multiply(o0.Geometry.Vector`1&,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_gshared (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, double ___b1, const RuntimeMethod* method); // o0.Geometry.Vector`1 o0.Geometry.Vector`1::op_Division(o0.Geometry.Vector`1&,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E_gshared (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, double ___b1, const RuntimeMethod* method); // o0.Geometry.Vector`1 o0.Geometry.Vector`1::op_Addition(o0.Geometry.Vector`1&,o0.Geometry.Vector`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84_gshared (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b1, 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_m9DB4955B3DFD9CB23DBB6B6681B46CB7FB417446_gshared_inline (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * __this, const RuntimeMethod* method); // !0 o0.SortedQueue`1::Dequeue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double SortedQueue_1_Dequeue_m7032D46CB1086D726F571E035601A1AC8265E1E7_gshared (SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7 * __this, const RuntimeMethod* method); // System.Void o0.SortedQueue`1::Enqueue(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedQueue_1_Enqueue_m815C8AB7017922D28D53A91AB79A4A9903BF10B3_gshared (SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7 * __this, double ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mA0CE4C11D163EF853E9E6A0FD3C75486EF3A0F31_gshared (List_1_t760D7EED86247E3493CD5F22F0E822BF6AE1C2BC * __this, const RuntimeMethod* method); // !0 o0.SortedQueue`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double SortedQueue_1_get_Item_m113FF469378EB78CB37C35C6A96E9152D0F4B5F5_gshared (SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m974408F8845D8BEB09ACF2E9AA4F613D6BC9775E_gshared (List_1_t760D7EED86247E3493CD5F22F0E822BF6AE1C2BC * __this, double ___item0, const RuntimeMethod* method); // !!0 o0.Num.Extension::Mean(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Extension_Mean_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m30AA9E21CCDA64705077EC2625C58E8D69755B9B_gshared (RuntimeObject* ___a0, const RuntimeMethod* method); // o0.Geometry.Vector`1 o0.Geometry.Vector`1::get_Back() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_get_Back_m46232E293D4B9C2BAA8A211EFEBD5E849139C69F_gshared_inline (const RuntimeMethod* method); // !!0 DG.Tweening.TweenSettingsExtensions::SetUpdate(!!0,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TweenSettingsExtensions_SetUpdate_TisRuntimeObject_m7B426C4B27D21FC5CD7C922AB56185A32E9CD29D_gshared (RuntimeObject * ___t0, bool ___isIndependentUpdate1, 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); // 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); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::GetObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGraphicString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGraphicString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 * DerGraphicString_GetInstance_mF4F7983B3B5138A56A01312B537E1CFB1EF21CAE (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGraphicString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGraphicString__ctor_m6FBEBC6E3E8F855635F19144EBE63A22C50453E8 (DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encoding0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerStringBase__ctor_mDC4BCCB3F5A8E5FEA22C64E747B1678FC1DCA7EF (DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 * __this, 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.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Strings::FromByteArray(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_FromByteArray_m43248E0DD5B7410C1BC54F3CFB4D9CC9CCD48296 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteEncoded(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037 (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * __this, int32_t ___tag0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::GetHashCode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Arrays_GetHashCode_m8261AF075350B6360081F547285B872E81168C25 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.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.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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * DerIA5String_GetInstance_mA84EFDE9C888C9108855B22388CB274141E3D8F5 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerIA5String__ctor_m23C5374EE91378D05BF11689BABC6B6D02898077 (DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, 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.Asn1.DerIA5String::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerIA5String__ctor_m20C24C036ECE4AAD17D2BAC41842908769E2566E (DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * __this, String_t* ___str0, bool ___validate1, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String::IsIA5String(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerIA5String_IsIA5String_mA09597B7F101149D97DFF510913B3D52C3D9F0D9 (String_t* ___str0, 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.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String::GetOctets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerIA5String_GetOctets_mDBD80DBF06216326EB4A5FE0B42294BC05DDC090 (DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * __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.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.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 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::GetEnvironmentVariable(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_GetEnvironmentVariable_mCC8F194FEA94F2C72057AF82BD9D66F33C46DA0F (String_t* ___variable0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::EqualsIgnoreCase(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.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.DerInteger::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerInteger__ctor_m3FDD515FF469905F7EB1FD4DA74EBECB4132F435 (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF (Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ValueOf(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001 (int64_t ___value0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ToByteArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BigInteger_ToByteArray_mDF65B9AD203D0EAAFDCA509150E7D5A36215DFBC (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::AllowUnsafe() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerInteger_AllowUnsafe_m8D1FAE16DEEEFD735C05A216711984ABC33B6CC6 (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mDAEF646093F3D8F1B27EC4C29FE6559899C7BAA5 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___sign0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, const RuntimeMethod* method); // 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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Null::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Null__ctor_mB81A8B8023EFCF5E3C17F87463B712D5638250BC (Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerNull__ctor_m2EB8C660F2B42E7CF0C552273E123DE7028C2AE2 (DerNull_t020168AF07318033108544C00C803CD7AEB97239 * __this, int32_t ___dummy0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNumericString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNumericString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 * DerNumericString_GetInstance_m837C88CF770EC6C68395DFFAE3CA543DD9ED1BF3 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNumericString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerNumericString__ctor_mB543776CD145358C2EE931FB715C68B06E6BBA0D (DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNumericString::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerNumericString__ctor_mCBD36AB6EB27B38E65754B1DABCF630B76D23231 (DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 * __this, String_t* ___str0, bool ___validate1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNumericString::IsNumericString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerNumericString_IsNumericString_mF01C7B59F3A3F1E70D325D43D16BD8D9D77071B6 (String_t* ___str0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNumericString::GetOctets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerNumericString_GetOctets_mD5D1CD085F50FF7AD963C5ABE98873333E519BCA (DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 * __this, const RuntimeMethod* method); // System.Boolean System.Char::IsDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsDigit_mC19135099993954C820E030363B943034575F504 (Il2CppChar ___c0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::FromOctetString(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * DerObjectIdentifier_FromOctetString_mB2E32FA16C5D3ACC558C3444F9533D250DC2481B (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___enc0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * DerObjectIdentifier_GetInstance_mBE1F50C71CFA8B210307AFD39E62F8AF4D5E34FF (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::IsValidIdentifier(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerObjectIdentifier_IsValidIdentifier_mC5BA3CBD3D8587DB742CA5B08D8B1021D9E6F2C0 (String_t* ___identifier0, 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.FormatException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::IsValidBranchID(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerObjectIdentifier_IsValidBranchID_m82CD8A6B89DCF718F338C443CC8822779662DB45 (String_t* ___branchID0, int32_t ___start1, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::get_Id() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier__ctor_mDC687CD177DC32F239906639A16491F84291D144 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, String_t* ___branchID1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::StartsWith(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524 (String_t* ___source0, String_t* ___prefix1, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::MakeOidStringFromBytes(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerObjectIdentifier_MakeOidStringFromBytes_m25677014CFBD78C4B6268A4DC09FAD2E09CBFA92 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_BitLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.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.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ShiftRight(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ShiftRight_m24332C73CA4FF51A829E2F1AB89F0B3903CDF642 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___n0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.OidTokenizer::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OidTokenizer__ctor_mE7407C634CB216D1BAE80956E4F6C682EB044585 (OidTokenizer_tABE47BAA48E05B21F927C614B98786CFA77257F1 * __this, String_t* ___oid0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.OidTokenizer::NextToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* OidTokenizer_NextToken_mFC7017EAB920E53F0B792F71E4623A30DCA069BB (OidTokenizer_tABE47BAA48E05B21F927C614B98786CFA77257F1 * __this, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C (String_t* ___s0, const RuntimeMethod* method); // System.Int64 System.Int64::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int64_Parse_m324C1AE318F496D87AAED8CB5D9E6E6EA6FE4A45 (String_t* ___s0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::WriteField(System.IO.Stream,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier_WriteField_m465B2389AB6F5BE26D021C166482F54DB0AB2BB0 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outputStream0, int64_t ___fieldValue1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, String_t* ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Add_mC4685DAB012424EC6A0FF486D89CA5A538CB3937 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::WriteField(System.IO.Stream,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier_WriteField_m933CCDE624A395EE3619FCE7FB3B43D05DA5AE67 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outputStream0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___fieldValue1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.OidTokenizer::get_HasMoreTokens() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OidTokenizer_get_HasMoreTokens_mA8CCEAC53D6013939439CB997426199ED5CB1C44 (OidTokenizer_tABE47BAA48E05B21F927C614B98786CFA77257F1 * __this, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::DoOutput(System.IO.MemoryStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier_DoOutput_m632E73588BEA4E7F60C3CF730ADC40ABB204CF50 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___bOut0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::GetBody() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerObjectIdentifier_GetBody_mB7C63139186A8D9B5DE633F33B5BEEDAA66B153B (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m8DA7E8B858ADF12EF8CE62A4083B60510B1D1510 (StringBuilder_t * __this, int64_t ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Or(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Or_m889E0EBA2F763935FD92EAF79E95E9EF08143A25 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Subtract(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F (StringBuilder_t * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ShiftLeft(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___n0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier__ctor_m3FF2EA92C17C2A6BAD98B373880E74E81D65262A (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1OctetString__ctor_mEBE6F96733FD69C498D684A56A37C33314602DD5 (Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1OctetString__ctor_m34BFCD37066EEB21B7287E09C2096FC47F2169F9 (Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * __this, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteEncoded(System.Int32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOutputStream_WriteEncoded_mF0CFDAE76C8FD8F237FA565FF06E3825EE549CBB (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * __this, int32_t ___tag0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, int32_t ___offset2, int32_t ___length3, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DefiniteLengthInputStream::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DefiniteLengthInputStream_ToArray_m8BE05729C060408A59A3E8022AF332694C6B8C39 (DefiniteLengthInputStream_t9782A90F22C4E4FD33E1447BBAE2B1F79751450A * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2 (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m4A65916B1316FBF45ECDF1FF7FAC9E3CA30C112C (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream__ctor_mABD9C5C4D90ECA6D53111063AAA81181A2E11449 (FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteLength(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOutputStream_WriteLength_m0E4F86B329306D45ACC5A5E3F30A7BDC222B5162 (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * __this, int32_t ___length0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteTag(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOutputStream_WriteTag_m479C7211FAE7FAFD1DC1AAFD0A2136238DD89107 (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * __this, int32_t ___flags0, int32_t ___tagNo1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOutputStream_WriteNull_m1E359D1331B92D19C49B10704E44824DB8E4F11E (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * __this, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerPrintableString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerPrintableString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 * DerPrintableString_GetInstance_m38FDB77E482F08AB65F6FB23C32840959649231B (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerPrintableString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerPrintableString__ctor_m015BFD4BFD58156D11016546FAE5242581C7939C (DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerPrintableString::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerPrintableString__ctor_m8CA85E69FA4EE6A5A6C19B57126A0DBA6EDD4C76 (DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 * __this, String_t* ___str0, bool ___validate1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerPrintableString::IsPrintableString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerPrintableString_IsPrintableString_m2D091A0B1AF0E46BCE9561B99BC78D8F62DC4A33 (String_t* ___str0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerPrintableString::GetOctets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerPrintableString_GetOctets_m13C5532942B6AE908A2CBB57064C9CC38BB37186 (DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 * __this, const RuntimeMethod* method); // System.Boolean System.Char::IsLetterOrDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_m1C9B58CBEB1A3909369234582FA308E3C85F34D6 (Il2CppChar ___c0, 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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Sequence__ctor_m4E5952F2F6FF612CA75F13A7EAC9B55D2652CACC (Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Sequence_AddObject_m0EA94E29C186822E8ADA70BE4449228DB966A46D (Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * __this, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj0, 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); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOutputStream__ctor_m55EDBC509C2650190A2035182BF03DCB40124116 (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___os0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::Dispose(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_mDAFDA71D7496938B5DF404A9D61EAD156F51C963 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGenerator__ctor_mE2EED3EFBA70CB404F723E0A5EA1A7E32666069D (DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator::.ctor(System.IO.Stream,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGenerator__ctor_m8F33F9BDCA5F406E8BC976A518E03E91F6A98C6A (DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, int32_t ___tagNo1, bool ___isExplicit2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator::WriteDerEncoded(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGenerator_WriteDerEncoded_m7D6A4F9F4C65DE0A87CB88C478E1459256601937 (DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3 * __this, int32_t ___tag0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::ReadVector() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * Asn1StreamParser_ReadVector_mA14805B2A1D62972D2E6CF51ADBCC1228F383AB1 (Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * __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.DerSet::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSet__ctor_m1190E1CBCE507A6821032CF261FF7B4D1CED41FB (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, bool ___needsSorting1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Set__ctor_m9CAD10F5939F778AC30EB5EC556DF99C64D43970 (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Set_AddObject_m78A30EC8E84CC7706EF1B6A671B178F5D30BBB36 (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * __this, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::Sort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Set_Sort_m84CDCEFA12A0D30EE42A35E50145083D69053A4E (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSet__ctor_mAB1CF56A11D9FAFC0638A9EB49517F96CEF55DD0 (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerT61String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerT61String::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B * DerT61String_GetInstance_m3F46BD1E59960BE82348E6CB2B85E9A3CA275B65 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerT61String::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerT61String__ctor_mCC4BDAAD03972B796B3C9C6E922EC2CCCBE456BF (DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerT61String::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerT61String__ctor_m6C10AA8FAA272F3783B8ED2F41DA23F27EFE610B (DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B * __this, String_t* ___str0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerT61String::GetOctets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerT61String_GetOctets_mC87E8C53071083B6CC31B57FFF46B40B638B5DB5 (DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Strings::ToByteArray(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Strings_ToByteArray_m79BDFC45DF85C17DCB7A27A9FE2F939304A957BC (String_t* ___s0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1TaggedObject__ctor_mE6E7EB54D6C1D7E73402ED05B846258159D4F2F1 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, int32_t ___tagNo0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::.ctor(System.Boolean,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1TaggedObject__ctor_m2B2DF5BDB999280562B1FF27505294284C193645 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, bool ___explicitly0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Asn1TaggedObject_IsEmpty_m1935A553A238372EEBCB94CB61FAEF4835BFAE24 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::GetDerEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Asn1Encodable_GetDerEncoded_m30F357C2B994910EAC405FACBB5CA88181B3CD4E (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteEncoded(System.Int32,System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOutputStream_WriteEncoded_m6540A3114A9E58B9D748CDDDDC140DB1B5CA6A2E (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * __this, int32_t ___flags0, int32_t ___tagNo1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUniversalString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUniversalString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64 * DerUniversalString_GetInstance_m18B60894972DB03931C97237ADE2E00725B18DFF (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUniversalString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerUniversalString__ctor_m29E8A57B82F4DD443E740205EF528288F0133CCE (DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Object System.Array::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C (RuntimeArray * __this, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * DerUtcTime_GetInstance_mE16969AE1D919C9BA2A03ECD25A9EBF7F99044D3 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerUtcTime__ctor_m301F9F60F7DCCCFA5423DDCE1154C27343B5517D (DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method); // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::ToDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DerUtcTime_ToDateTime_m0FC9068AD7C79A110DC5A298306E389F160F961E (DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164 (const RuntimeMethod* method); // System.String System.DateTime::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_mE44033D2750D165DED2A17A927381872EF9FC986 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::get_TimeString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerUtcTime_get_TimeString_m0876F117C79315AC79279B8D7E3D299F7C5F4628 (DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * __this, const RuntimeMethod* method); // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::ParseDateString(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DerUtcTime_ParseDateString_m8F5FE4A7B939AD4DFE1DE8198DB638D7947A4F94 (DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * __this, String_t* ___dateStr0, String_t* ___formatStr1, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::get_AdjustedTimeString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerUtcTime_get_AdjustedTimeString_m9BE998C0DCCE1AD8103EC07BF2DA986E7BA13FA8 (DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * __this, const RuntimeMethod* method); // System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::get_InvariantInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * DateTimeFormatInfo_get_InvariantInfo_mF82BD33E66FDFBF82C9E9F58CDA7DDE568401F4B (const RuntimeMethod* method); // System.DateTime System.DateTime::ParseExact(System.String,System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_ParseExact_mBB8F709AF7361D848FC1A63453CE04837E97C53C (String_t* ___s0, String_t* ___format1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.DateTime System.DateTime::ToUniversalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_ToUniversalTime_mB5FB50E0AD0D9A2A917893A1655F51B174C7A6B3 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::GetOctets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerUtcTime_GetOctets_m4B5F5533A9A9BA1A43B5B93EDF86796FCEE4523A (DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * DerUtf8String_GetInstance_mFA869E7C94EF5349F0CCA598AEB3F2952432D5DE (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerUtf8String__ctor_mC2EF64703B23E77690470660DA5BA79DBDF71EC1 (DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E (const RuntimeMethod* method); // System.Void BestHTTP.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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVideotexString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVideotexString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B * DerVideotexString_GetInstance_m720521EF39AB950A0CF8CFA3916E63E7C8EF15F7 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVideotexString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerVideotexString__ctor_m2B4A67640837D0028525F609ED51913F6146B8F4 (DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encoding0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVisibleString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerVisibleString__ctor_m27851B43EF260955D7E0E929A6ABA5170233AF1F (DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVisibleString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVisibleString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 * DerVisibleString_GetInstance_m81ED755B7CE3A8832D0CA72539E4B1FAED4CF6CA (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVisibleString::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerVisibleString__ctor_m0B29454DC745DED101D9304756AC975F11599919 (DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 * __this, String_t* ___str0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVisibleString::GetOctets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerVisibleString_GetOctets_m54C886925913171738C1D6483E1113F1DA96A86B (DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::GetKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * __this, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::GenerateWorkingKey(System.Boolean,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* DesEngine_GenerateWorkingKey_mB2CB6BB205F33D56AE1E2EF66EDB27BCE588CCD2 (bool ___encrypting0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key1, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::DataLength(System.Byte[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, String_t* ___msg3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::OutputLength(System.Byte[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, String_t* ___msg3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::DesFunc(System.Int32[],System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEngine_DesFunc_m8E7B745B6F1694F51B2E711D629040C0C44DC498 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___wKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input1, int32_t ___inOff2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes3, int32_t ___outOff4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEngine__ctor_m3DD15482C3EB3121CFB785DBF836A17AA4D272AC (DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DesKeyGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesKeyGenerator__ctor_m0318F9396FE52437233AE828F8C4A9D1BCF8CF77 (DesKeyGenerator_tB0590B6920694602523C579F85A08C5582554C66 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DesKeyGenerator::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesKeyGenerator__ctor_mECA1529DAF150F68FC03328A04B1DEEEBA175C35 (DesKeyGenerator_tB0590B6920694602523C579F85A08C5582554C66 * __this, int32_t ___defaultStrength0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters::get_Random() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * KeyGenerationParameters_get_Random_m96B13620B3ECF5CEB64561A4DBCBC18AC6CB11F4_inline (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters::get_Strength() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyGenerationParameters_get_Strength_m1AF6C156C99D9FF48C71158A37331779DD65ABF9_inline (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * __this, const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesParameters::SetOddParity(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesParameters_SetOddParity_m44286E5908B4554DE3E58F01417293BEEF64944F (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesEdeParameters::IsWeakKey(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesEdeParameters_IsWeakKey_m3AEC99680628C54CC3F55BC965C559EDB2099B5E (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesEdeParameters::IsRealEdeKey(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesEdeParameters_IsRealEdeKey_m59E2DC4B969FBB9B155C85646E050602B3821844 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___offset1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesEdeParameters::IsWeakKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesEdeParameters_IsWeakKey_m8A65AF15412B6FD82FF051A1836F93F8DFD0BEBC (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesEdeParameters::FixKey(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DesEdeParameters_FixKey_m2680F88C7E34BC58B1D3B3BDF5FC96E3AA337E10 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___keyOff1, int32_t ___keyLen2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesParameters::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesParameters__ctor_m00F6A79B26D56D16DC6F6AAAEEC5978E9A18C42A (DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesParameters::IsWeakKey(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesParameters_IsWeakKey_m03C3BE82E127FB14AB53AB5C85CBB3AF10E21703 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___offset1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesEdeParameters::IsReal3Key(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesEdeParameters_IsReal3Key_m4E168D68446253171700C31DDE5AC71DC53F7DBC (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___offset1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesEdeParameters::IsReal2Key(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesEdeParameters_IsReal2Key_m0103571E96D8E3C88F8D8B9D7D73B789BB2425F8 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___offset1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEdeEngine__ctor_mAB1BB8534E14C4519586761748E3E4DCB9E62789 (DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CbcBlockCipher__ctor_m567F935ED6ADC603D0165394F5C7911380DA774D (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::get_Random() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ParametersWithRandom_get_Random_mF9C641B992B3D83AC3CE3E4E7AD7D56545538F91_inline (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureRandom__ctor_mAD42803A2428614D1F961A8BCC228B22958C978A (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParametersWithIV__ctor_mA22FB4E80EEE2091E9551DA8DCB33BD7549103F1 (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, RuntimeObject* ___parameters0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::GetIV() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ParametersWithIV_GetIV_m17D0EF646E07A2B81A17450A3342DEBB7C42603B (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ParametersWithIV_get_Parameters_m2B5701D391CF607292513A855051EEF3D8E705E8_inline (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::CalculateCmsKeyChecksum(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DesEdeWrapEngine_CalculateCmsKeyChecksum_m5AA7ECACA74CCDBFEA4E96BCDFED20CDC9AB28C1 (DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CbcBlockCipher_GetBlockSize_m9C9A7F47110AC192DC2FD00A9E48DBE9ACBE9BD5 (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CbcBlockCipher_Init_m02414897EDA97A225DB661584BCD3CCD132BD3CB (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CbcBlockCipher_ProcessBlock_m780496B003C64ECE7C09F51A8F67F9798F1463F8 (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::reverse(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DesEdeWrapEngine_reverse_m576BECC2195891D6D2B2BD0626EC58E5A44A6DEA (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.InvalidCipherTextException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043 (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::CheckCmsKeyChecksum(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesEdeWrapEngine_CheckCmsKeyChecksum_mFD4C4380F059E8F23C3B2E3EFD0D90BFE62DC812 (DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___checksum1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::ConstantTimeAreEqual(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Arrays_ConstantTimeAreEqual_mA8B0D8A56AE0903D0723D146FD1777A01E2014E4 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___b1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha1Digest__ctor_mE6504554318A0C272510B26A1ECA66AEB0F3C648 (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * __this, const RuntimeMethod* method); // System.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.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.CipherKeyGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CipherKeyGenerator__ctor_m82DFA76389FCFEE2FD3E00D077D680316B2D1543 (CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CipherKeyGenerator__ctor_m6680BB7C487A21EABFF4C8F6805DE5EE86C07728 (CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * __this, int32_t ___defaultStrength0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator::engineInit(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CipherKeyGenerator_engineInit_m08135A60CE9EEFD77BA9D7F4DC23D2D8486B0DBE (CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * __this, KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * ___parameters0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyParameter__ctor_m96EBA1A3EB3F4981F3C14E96086C7083DDE16E67 (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesParameters::IsWeakKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesParameters_IsWeakKey_m65C4E9B85665D96D618B7FBFD878D74C3826A677 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::.ctor(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyParameter__ctor_mA7E94BCEFAFE6F84602F24F9752CB2117CA7B8BF (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___keyOff1, int32_t ___keyLen2, const RuntimeMethod* method); // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesParameters::SetOddParity(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t DesParameters_SetOddParity_m880D30578FF09D87498E24B0CE79BBA36C8FFEA7 (uint8_t ___b0, const RuntimeMethod* method); // System.Void DeviceConfig::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceConfig__ctor_m672E7D9B01A312BF1D567CA4B62C539980AA6D81 (DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___exists0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // System.Void UnityEngine.Object::DontDestroyOnLoad(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DontDestroyOnLoad_m03007A68ABBA4CCD8C27B944964983395E7640F9 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___target0, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290 (const RuntimeMethod* method); // System.Void DeviceBatteryView::RequestBatteryForBow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceBatteryView_RequestBatteryForBow_m8D9D23A4774704E74357F3FAE25AA8E50CB39225 (DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF * __this, const RuntimeMethod* method); // System.Void DeviceBatteryView::RequestBatteryForArrow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceBatteryView_RequestBatteryForArrow_m48C99B4D4F2FB5BD8723672A33A0E7B35778019B (DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, String_t* ___n0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___value0, const RuntimeMethod* method); // System.Int64 JCUnityLib.TimeUtils::GetTimestamp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t TimeUtils_GetTimestamp_m4AE5DDA15BA52BE1D7C9CFB07491E0281142ACDC (const RuntimeMethod* method); // System.Void BluetoothAim::RequestBattery() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_RequestBattery_m4DE24EA7095E404101A1F2F4F666A93C1645D010 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, 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.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); // !!0 UnityEngine.Component::GetComponent() inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline 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); } // UnityEngine.Transform UnityEngine.Transform::get_parent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.UI.Image::set_fillAmount(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_fillAmount_m1D28CFC9B15A45AB6C561AA42BD8F305605E9E3C (Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // System.Void DeviceBowConfig::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceBowConfig__ctor_m2E08C5057B0960720B71F2E4130D44DEB4CADA85 (DeviceBowConfig_t1A64DCA64A4356F55F311AE3F8746E6C5E4CDAB2 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Resources::Load(System.String) inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6 (String_t* ___path0, const RuntimeMethod* method) { return (( GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_m83108B6D8808A0E83DE12FD220A87000D19AEE00_gshared)(___path0, method); } // !!0 UnityEngine.Object::Instantiate(!!0) inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___original0, const RuntimeMethod* method) { return (( GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m5E241FA6C20E2C54A2317FEE950354EB3BCE4454_gshared)(___original0, method); } // !!0 UnityEngine.GameObject::GetComponent() inline DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * GameObject_GetComponent_TisDeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_m38EB23301B9E3B65070943DB2C1F249325E83DE6 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // GlobalEventCenter GlobalEventCenter::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GlobalEventCenter_tDD01D61DC807A0254EEC1461B21B9A50D0308790 * GlobalEventCenter_get_ins_mAF52053A461D157902D3F19D18F0B944175B6CE0 (const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) inline void Action_1_Invoke_m94B1D693386EA0BD3C636939BDCE375EDEF91A04 (Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * __this, bool ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 *, bool, const RuntimeMethod*))Action_1_Invoke_m94B1D693386EA0BD3C636939BDCE375EDEF91A04_gshared)(__this, ___obj0, method); } // System.Void UnityEngine.Debug::LogError(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485 (RuntimeObject * ___message0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * Component_GetComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_mED8C9575844B41F67CB4C2B13685FC0174CB61BC (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // UnityEngine.UI.Button/ButtonClickedEvent UnityEngine.UI.Button::get_onClick() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * Button_get_onClick_m28BD8C670676D4E2B292B5A7F59387D4BF61F8F4_inline (Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction__ctor_m48C04C4C0F46918CF216A2410A4E58D31B6362BA (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent::AddListener(UnityEngine.Events.UnityAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_AddListener_m0ACFF0706176ECCB20E0BC2542D07396616F436D (UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * __this, UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___call0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * GameObject_GetComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_mAB159CED4EA42F6E700527382D795CCD31EF293F (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m3502BB68821D39365922C0A5B79C87441B101FE9 (List_1_t96E6EFAF1314A4D3D16CA588C49465FEB8944A71 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t96E6EFAF1314A4D3D16CA588C49465FEB8944A71 *, const RuntimeMethod*))List_1__ctor_mF1D0377D81949B2ADB6104D9994F7CEE1A1E5040_gshared)(__this, method); } // System.Boolean AimHandler::IsGyrCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AimHandler_IsGyrCompleted_m67FB05C7DE7044BCCFF1EB4E441F7FF5ADFAB314 (AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mD890F110776346340FEBC865E2D5DF0410327EB6 (List_1_t96E6EFAF1314A4D3D16CA588C49465FEB8944A71 * __this, int32_t ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t96E6EFAF1314A4D3D16CA588C49465FEB8944A71 *, int32_t, const RuntimeMethod*))List_1_Add_m95A49669D93F05BBC8D8B1CF78765058B4DE65F3_gshared)(__this, ___item0, method); } // System.Boolean AimHandler::IsMagCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AimHandler_IsMagCompleted_mD0B392ADC52DD8974532FD1E952C8B060AF8E91E (AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * __this, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() inline DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C* List_1_ToArray_m98EE261DB826B27C92F2440F5A4ABD53B74906A0 (List_1_t96E6EFAF1314A4D3D16CA588C49465FEB8944A71 * __this, const RuntimeMethod* method) { return (( DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C* (*) (List_1_t96E6EFAF1314A4D3D16CA588C49465FEB8944A71 *, const RuntimeMethod*))List_1_ToArray_m1EAA14FB5725A2D681A681B5668EA068DDB71A4F_gshared)(__this, method); } // System.Void UnityEngine.Events.UnityEvent::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_Invoke_mDA46AA9786AD4C34211C6C6ADFB0963DFF430AF5 (UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * __this, const RuntimeMethod* method); // System.Void DeviceCalibrateView::RefreshPage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceCalibrateView_RefreshPage_m2A6FBBC25BAAFE1C942AE3879575FA86AC2D6A49 (DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * __this, RuntimeObject* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F *, RuntimeObject*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.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.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); } // System.Void System.Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.UI.Selectable::get_interactable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Selectable_get_interactable_m4231515CC3C861B431AA22FE3345F831389B3840_inline (Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * __this, const RuntimeMethod* method); // System.Void DeviceCalibrateView::UpdateForGyr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceCalibrateView_UpdateForGyr_m744CD773590D0E0ECEA0CC849B1F3CB7870C3528 (DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * __this, const RuntimeMethod* method); // System.Void DeviceCalibrateView::UpdateForMag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceCalibrateView_UpdateForMag_mB924D28B3550425EECEB5D523073A8A600E2F3F5 (DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * __this, const RuntimeMethod* method); // System.Void DeviceCalibrateView::RefreshResetMagBtn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceCalibrateView_RefreshResetMagBtn_m6F79A2D655E9780F24A2E8128CCF8F1B136C649C (DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * __this, const RuntimeMethod* method); // System.Void DeviceCalibrateView::RefreshGyrBtn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceCalibrateView_RefreshGyrBtn_m94EBE3B70D73E5BE838C80463D065C54D41DB3BD (DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * __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_red() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_red_m9BD55EBF7A74A515330FA5F7AC7A67C8A8913DD8 (const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponentInChildren() inline TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * GameObject_GetComponentInChildren_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m394A07B8EE2A4A198924AD2695D6C745B719A4D3 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponentInChildren_TisRuntimeObject_m2DC5105404F597613BDFC5C8C87CE9931ED3D000_gshared)(__this, method); } // System.Void TextAutoLanguage::SetText(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage_SetText_m264297EA5645ACD12DBC9F5D09AC27C1E3E4DF55 (TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * __this, int32_t ___textID0, const RuntimeMethod* method); // System.Boolean UnityEngine.ColorUtility::TryParseHtmlString(System.String,UnityEngine.Color&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorUtility_TryParseHtmlString_m69BEFAF655920930399471B79CF668FC3BAD4069 (String_t* ___htmlString0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * ___color1, const RuntimeMethod* method); // !0 System.Func`1::Invoke() inline bool Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79 (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * __this, const RuntimeMethod* method) { return (( bool (*) (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *, const RuntimeMethod*))Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_gshared)(__this, method); } // PopupMgr PopupMgr::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D (const RuntimeMethod* method); // System.String TextAutoLanguage2::GetTextByKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2 (String_t* ___textKey0, const RuntimeMethod* method); // System.Void PopupMgr::ShowTipTop(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMgr_ShowTipTop_m258B2C95347BD8E1B9114FB76341F42977DF376E (PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * __this, String_t* ___text0, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_realtimeSinceStartup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_realtimeSinceStartup_m5228CC1C1E57213D4148E965499072EA70D8C02B (const RuntimeMethod* method); // System.Void AimHandler::ResetMag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AimHandler_ResetMag_mFE03B5966FA3F8578C7056D68FB688892591DA6C (AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * __this, const RuntimeMethod* method); // System.Void DeviceCalibrateView::interactableAllSkipBtns(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceCalibrateView_interactableAllSkipBtns_m5D3F529A7F45611109671764C346ACA8B2D0F37D (DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::FloorToInt(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m9164D538D17B8C3C8A6C4E4FA95032F757D9091E (float ___f0, const RuntimeMethod* method); // System.Void DeviceCalibrateView::CancelResetMag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceCalibrateView_CancelResetMag_m89218E8B78229294BE0FB49C41011AF6845EC264 (DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Object::FindObjectOfType() inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * Object_FindObjectOfType_TisNewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D_m2718C282B7DB983FD92C573CA156F71B1CB485D1 (const RuntimeMethod* method) { return (( NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * (*) (const RuntimeMethod*))Object_FindObjectOfType_TisRuntimeObject_mBE0814B07DA8DDD57407CC2F0C8051AEC27D34BC_gshared)(method); } // System.Boolean UnityEngine.GameObject::get_activeSelf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void JCUnityLib.CanvasUtils::PlusSortOrder(UnityEngine.GameObject,UnityEngine.GameObject,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasUtils_PlusSortOrder_m77200A5B48407463FAD393892692EEAEC362C11E (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___src0, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___des1, int32_t ___plusValue2, const RuntimeMethod* method); // System.String System.Single::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010 (float* __this, const RuntimeMethod* method); // System.Void AimHandler::ResetGyr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AimHandler_ResetGyr_m333BDCF099CCBF0646F63CF7AA274AFF565B89BA (AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * __this, const RuntimeMethod* method); // System.Void AimHandler::CalibrateGyr(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AimHandler_CalibrateGyr_mA6BE9161E16FA32C6682138A5B282AF492D1B428 (AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * __this, bool ___calibration0, const RuntimeMethod* method); // System.Collections.IEnumerator AimHandler::SaveGyr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AimHandler_SaveGyr_mE2BC7642D690EB33DF94834038002C610702F79D (AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * __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 DeviceCalibrateView::FinishGyrCalibrate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceCalibrateView_FinishGyrCalibrate_m890575F49BBAA5BCF07EBCC059A7C82D47A33866 (DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * __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); // !!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.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); // !!0 UnityEngine.Component::GetComponentInChildren() inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * Component_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mCBD44A97260E33F58E2FBBD76E0432C8F120C30E (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared)(__this, method); } // UnityEngine.Color UnityEngine.Color::get_gray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_gray_m34BEEC2EEF30819B433125EF748CE22BE17C9B6E (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); } // 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.Void GameMgr::FinishDeviceCalibrateGuide() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMgr_FinishDeviceCalibrateGuide_m01D5567DE90E89AF21CD30BC091EFC31E0BBBAD1 (GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * __this, const RuntimeMethod* method); // System.Void DeviceMgr::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceMgr__ctor_m2190536D661CA1939CFB3A4A204F95FEBF96C93F (DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method); // System.Void DeviceMgr::CacheDeviceConfig() inline void DeviceMgr_CacheDeviceConfig_TisDeviceBow1000_t0EF7BAE6DDE06D5D503E705D7A51BDD0F29EBE93_m103C0689ED9493F5677E8E2FD2F5E47139360AD5 (DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD * __this, const RuntimeMethod* method) { (( void (*) (DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD *, const RuntimeMethod*))DeviceMgr_CacheDeviceConfig_TisRuntimeObject_mE604DA650AA8D267C28DB130F6BA5DAE93C16F55_gshared)(__this, method); } // System.Void DeviceMgr::CacheDeviceConfig() inline void DeviceMgr_CacheDeviceConfig_TisDeviceBow1001_tEA0B36582713E0D210DCC371566C3C76C394B294_m170AACE8DD0E0437094FA0A18654C61D44BDE1FB (DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD * __this, const RuntimeMethod* method) { (( void (*) (DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD *, const RuntimeMethod*))DeviceMgr_CacheDeviceConfig_TisRuntimeObject_mE604DA650AA8D267C28DB130F6BA5DAE93C16F55_gshared)(__this, method); } // System.Void DeviceMgr::CacheDeviceConfig() inline void DeviceMgr_CacheDeviceConfig_TisDeviceArrow2000_t40174AFE2CB1DD2FC897FA7A20114AAED437E4EF_m6D0AC84C04CDFC5CE48D47FEF02D4EF98207C105 (DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD * __this, const RuntimeMethod* method) { (( void (*) (DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD *, const RuntimeMethod*))DeviceMgr_CacheDeviceConfig_TisRuntimeObject_mE604DA650AA8D267C28DB130F6BA5DAE93C16F55_gshared)(__this, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m8BC8A2581B2C2A70088BBC9E060DC93A8ACFFEFC_inline (List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void DeviceInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceInfo__ctor_m7865DACF47799AAA9E905FFA495746E6A4922040 (DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mB0346D84F4C7D5B55AAD091B2B88FC5AC21D048D (List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * __this, DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C *, DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Void UserInfo::Save() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfo_Save_m323F53BFDC5C16BF8EF60E7AC354D6A58B14C4E3 (UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t383FB9FD8367860500752C2F3ECA68A0C1370BAB List_1_GetEnumerator_mCBE81EC3BA60DA780C86C16056C3CC947FB04134 (List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * __this, const RuntimeMethod* method) { return (( Enumerator_t383FB9FD8367860500752C2F3ECA68A0C1370BAB (*) (List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * Enumerator_get_Current_mAD2067598114DA1D17C28E4CF2F82E481E322B6E_inline (Enumerator_t383FB9FD8367860500752C2F3ECA68A0C1370BAB * __this, const RuntimeMethod* method) { return (( DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * (*) (Enumerator_t383FB9FD8367860500752C2F3ECA68A0C1370BAB *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m137A6A07B0A1D4E36D414B4CB5CE1319797133F6 (Enumerator_t383FB9FD8367860500752C2F3ECA68A0C1370BAB * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t383FB9FD8367860500752C2F3ECA68A0C1370BAB *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mFD0DA417B7DB36F99F8F180097010A4E335DA34D (Enumerator_t383FB9FD8367860500752C2F3ECA68A0C1370BAB * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t383FB9FD8367860500752C2F3ECA68A0C1370BAB *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Collections.Generic.List`1 DeviceMgr::GetMyDeviceList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * DeviceMgr_GetMyDeviceList_mBCE7C63C1035B711E489DF8446ED473BBFA3F7B4 (DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD * __this, const RuntimeMethod* method); // System.Void System.ValueTuple`2::.ctor(!0,!1) inline void ValueTuple_2__ctor_mA8692E0E9761BBBCE8612270684EC1486302FBB0 (ValueTuple_2_t628FFF20CED3CB683ABE4C2A98582BAC4015E6A3 * __this, DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * ___item10, DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * ___item21, const RuntimeMethod* method) { (( void (*) (ValueTuple_2_t628FFF20CED3CB683ABE4C2A98582BAC4015E6A3 *, DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 *, DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 *, const RuntimeMethod*))ValueTuple_2__ctor_mBABF7EBF37F40A20153104D68C2BD6FB6A777D20_gshared)(__this, ___item10, ___item21, method); } // !!0[] UnityEngine.GameObject::GetComponentsInChildren() inline ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B* GameObject_GetComponentsInChildren_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_m9D506A2F2FA511065B22557C035B07AFA60023E8 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B* (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponentsInChildren_TisRuntimeObject_mA1E82F334520DE046B771CAC0C1F053930738EC8_gshared)(__this, method); } // System.Void DeviceView/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_m277F1703B65213384DFF0A47984E273690184960 (U3CU3Ec__DisplayClass5_0_t420579EBBF2AEC9C2FEA7C54E0145B5C73F404CA * __this, const RuntimeMethod* method); // System.Void DeviceView::UpdateBtnForConnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceView_UpdateBtnForConnect_m75C81BB63CDA8F109F715D8A14520E7B2A7B3F10 (DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * __this, const RuntimeMethod* method); // System.ValueTuple`2 BluetoothStatus::GetStatusInfo(BluetoothStatusEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_tED99005EBBF29E55290BEF1B5F6F0DF89ACA43C8 BluetoothStatus_GetStatusInfo_m34CC5BBFE1E0C86326F7AB136CCD10E5DCB62A7D (int32_t ___status0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.GameObject::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // !0 JCUnityLib.ViewManager`1::get_Instance() inline ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B (const RuntimeMethod* method) { return (( ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * (*) (const RuntimeMethod*))ViewManager_1_get_Instance_mDDFA9B6B6B06ACF449DE7D293C43C6B815BA5A0C_gshared)(method); } // !!0[] System.Array::Empty() inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline (const RuntimeMethod* method) { return (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // System.Void AudioMgr::PlayBtn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6 (AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * __this, const RuntimeMethod* method); // System.Void JCUnityLib.ViewBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViewBase__ctor_mB64BDE24E8F888C9A324D2BFFF2C4C1FC338590A (ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC * __this, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.Digest::set_Uri(System.Uri) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Digest_set_Uri_mAE784152BC88A1165969DD1BEC627CD533474392_inline (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.Digest::set_Algorithm(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Digest_set_Algorithm_m24FB434567740ED4822F307398652DA62118AE4F_inline (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.Digest::set_Type(BestHTTP.Authentication.AuthenticationTypes) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Digest_set_Type_mB2CE7C45C3D94981621EC39285EE2AAA5D066AF0_inline (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.Digest::set_Stale(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Digest_set_Stale_m5AE76963F36954C1FC9FAFF422925166B47B259E_inline (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.Digest::set_Opaque(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Digest_set_Opaque_mEC90E73DD7438E6656A7A9D94986016AFF0CF7B8_inline (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.Digest::set_HA1Sess(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Digest_set_HA1Sess_m97E8584221EF8CF42AB03D73A2151994749C64C6_inline (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.Digest::set_NonceCount(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Digest_set_NonceCount_m94CFDDA55B27F86E1A8C5D40198B2637B4392D25_inline (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.Digest::set_QualityOfProtections(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Digest_set_QualityOfProtections_mBCBD95FB0BE42DF55F0D4C8E4F4947EECD785456_inline (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Collections.Generic.List`1 BestHTTP.Authentication.Digest::get_ProtectedUris() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * Digest_get_ProtectedUris_m570499D24FA3DB49D49280ADFBE102C16CDA1A1D_inline (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m1E4AF39A1050CD8394AA202B04F2B07267435640 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared)(__this, method); } // System.Void BestHTTP.Extensions.WWWAuthenticateHeaderParser::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWAuthenticateHeaderParser__ctor_m8407B57239E20C4189CA25A48868EBA54182E3DE (WWWAuthenticateHeaderParser_t846210CA09DE58583B3C08379660E7C5F4D78BD3 * __this, String_t* ___headerValue0, const RuntimeMethod* method); // System.Collections.Generic.List`1 BestHTTP.Extensions.KeyValuePairList::get_Values() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * KeyValuePairList_get_Values_mE8EA12BD772DCFDAFAF1D435DFFAEB26A31F7D42_inline (KeyValuePairList_tFB05264C65689BEB0A93912EE115844C33E3FF0F * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tAAA06188F3A556FC7566993C866CDF75AF6994DB List_1_GetEnumerator_m3703E0647821A0C8F9AB4D147FBD1FFEE38022DE (List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * __this, const RuntimeMethod* method) { return (( Enumerator_tAAA06188F3A556FC7566993C866CDF75AF6994DB (*) (List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * Enumerator_get_Current_m653080440AD1ED79A0F95E26F0A52049450614FA_inline (Enumerator_tAAA06188F3A556FC7566993C866CDF75AF6994DB * __this, const RuntimeMethod* method) { return (( HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * (*) (Enumerator_tAAA06188F3A556FC7566993C866CDF75AF6994DB *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // System.String BestHTTP.Extensions.HeaderValue::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HeaderValue_get_Key_mAF2366B71EAC8430909C5CC2DBD6E855ED62347A_inline (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, const RuntimeMethod* method); // System.UInt32 ::ComputeStringHash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_mD94B0E22EF32AD3DFD277ED8E911B5DFA4CDB91E (String_t* ___s0, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.String BestHTTP.Extensions.HeaderValue::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HeaderValue_get_Value_mE536CEFE35202D5F10D7594E0A12C6D46CA8DFFF_inline (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.Digest::set_Realm(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Digest_set_Realm_mC1E6D7B6420A1D9DA837BD988AD1A47447EAF83C_inline (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C (String_t* ___value0, const RuntimeMethod* method); // System.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.Authentication.Digest::set_ProtectedUris(System.Collections.Generic.List`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Digest_set_ProtectedUris_mB573005FFB203D3BA62A2E842D2378CF3C5C713B_inline (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___value0, const RuntimeMethod* method); // System.String BestHTTP.Extensions.Extensions::Read(System.String,System.Int32&,System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_Read_m129960E72C886A09445E2F5B5F85E798C5427327 (String_t* ___str0, int32_t* ___pos1, Il2CppChar ___block2, bool ___needResult3, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, String_t* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, String_t*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Void BestHTTP.Authentication.Digest::set_Nonce(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Digest_set_Nonce_m9DFEE24E77DDD5A688077A92B4C8A01AEA95527A_inline (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Boolean::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Boolean_Parse_m97AFBD113AE4629041678100C5A595F3529C7F7D (String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m923031411E6D7139261011338F9423C7A05BAA10 (Enumerator_tAAA06188F3A556FC7566993C866CDF75AF6994DB * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tAAA06188F3A556FC7566993C866CDF75AF6994DB *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m77C70ED6B56ED1A7C2D623AA40D1F0C08998DAA3 (Enumerator_tAAA06188F3A556FC7566993C866CDF75AF6994DB * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tAAA06188F3A556FC7566993C866CDF75AF6994DB *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // BestHTTP.Authentication.AuthenticationTypes BestHTTP.Authentication.Digest::get_Type() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Digest_get_Type_m31E5DF43220B441C89029F7CAD5288033ED727F2_inline (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, const RuntimeMethod* method); // System.String BestHTTP.Authentication.Credentials::get_UserName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Credentials_get_UserName_m0E433C7364AF87FA9DE5F186207C9B3D67A5F19F_inline (Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * __this, const RuntimeMethod* method); // System.String BestHTTP.Authentication.Credentials::get_Password() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Credentials_get_Password_m2103AC3CE5EFC8EFAAF5F411D7333225BE69C847_inline (Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * __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); // System.String System.Convert::ToBase64String(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inArray0, const RuntimeMethod* method); // System.Int32 BestHTTP.Authentication.Digest::get_NonceCount() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Digest_get_NonceCount_m0E4B6EED7D0D7F8E197EF428F035B9C9E8E22FE4_inline (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, const RuntimeMethod* method); // System.Void System.Random::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__ctor_m4372E46E0155A2BA0FA18FB6C0244C6AF650FBB4 (Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * __this, int32_t ___Seed0, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m5398ED0B6625B75CAF70C63B3CF2CE47D3C1B184 (int32_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.String BestHTTP.Authentication.Digest::get_Algorithm() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Digest_get_Algorithm_m31B1384186A5CD7A57EB6E24B74E584B91DD6883_inline (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, const RuntimeMethod* method); // System.String BestHTTP.Extensions.Extensions::TrimAndLower(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_TrimAndLower_m57F2DA71ED82DBAA2AE6D6F08144F55493B5C262 (String_t* ___str0, const RuntimeMethod* method); // System.String BestHTTP.Authentication.Digest::get_Realm() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Digest_get_Realm_mB0D58227F3204E2F98B5699460FE1C210180C12B_inline (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.String BestHTTP.Extensions.Extensions::CalculateMD5Hash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_CalculateMD5Hash_mA2589CA161BCE8F43AED6BCB2B058B6CEDB35449 (String_t* ___input0, const RuntimeMethod* method); // System.String BestHTTP.Authentication.Digest::get_HA1Sess() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Digest_get_HA1Sess_m6ACA46C7314E08BAB21AA22CF538BC3D8B3B6A2C_inline (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, const RuntimeMethod* method); // System.String BestHTTP.Authentication.Digest::get_Nonce() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Digest_get_Nonce_m94FBCE2BD805CEC82BBC89BBFCB656707E6B2BB0_inline (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mCED6767EA5FEE6F15ABCD5B4F9150D1284C2795B (String_t* ___format0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.String BestHTTP.Authentication.Digest::get_QualityOfProtections() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Digest_get_QualityOfProtections_m6EAB17381C6028401CA02DCB0EDD33219710E215_inline (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, const RuntimeMethod* method); // BestHTTP.HTTPMethods BestHTTP.HTTPRequest::get_MethodType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t HTTPRequest_get_MethodType_m9C6ADC126D0A5C7737A80457239C5E26D79C8B67_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.String System.String::ToUpper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpper_m4BC629F8059C3E0C4E3F7C7E04DB50EBB0C1A05A (String_t* __this, const RuntimeMethod* method); // System.Uri BestHTTP.HTTPRequest::get_CurrentUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HTTPRequest_get_CurrentUri_mF08CB7FC8F25CCCC9128FFE014B19E17B74D8264 (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.String BestHTTP.Extensions.Extensions::GetRequestPathAndQueryURL(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_GetRequestPathAndQueryURL_m619A1B3BF9E17F16BA55B9B5AD36A47D5F7445E6 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method); // System.String System.Uri::get_Host() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Int32 System.Uri::get_Port() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m23A08BF55EC1DC7421B99E6E77544DDF5900099C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Boolean System.String::Contains(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Byte[] BestHTTP.HTTPRequest::GetEntityBody() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HTTPRequest_GetEntityBody_m2B09072FFC8B6FB56FAEE738B4302593FAF2C67B (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.String BestHTTP.Extensions.Extensions::CalculateMD5Hash(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_CalculateMD5Hash_mC9C6E098F8069425874409AEA07D369A57D89A51 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, const RuntimeMethod* method); // System.String BestHTTP.Authentication.Digest::get_Opaque() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Digest_get_Opaque_mE2B9EF9DE07B897EA57AF744D204199CECCC25BC_inline (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.Uri BestHTTP.Authentication.Digest::get_Uri() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * Digest_get_Uri_mEBB1421246226F25E354710D0D4A98145465DF0C_inline (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, const RuntimeMethod* method); // System.Int32 System.String::CompareOrdinal(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m1C7F94040504F35C89EBC8826D77FEA81B9C2C0E (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline String_t* List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( String_t* (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // 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.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); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DigestInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestInfo__ctor_m297442DC6E1D7E5CA7130607928A4904F74E4D50 (DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, 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.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.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigestInputBuffer/DigStream::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigStream__ctor_m7E9F3CB51ADF6124533CE7373E71B73E49B5E39F (DigStream_t58D71D79633F905B6B3A900877F6D10D43E594FC * __this, RuntimeObject* ___d0, 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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator::DigestUpdate(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestRandomGenerator_DigestUpdate_m480FEA1C89DC8B731358463AF04F35BEDC7CEB71 (DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inSeed0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator::DigestDoFinal(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestRandomGenerator_DigestDoFinal_m76463C94B03D16A00FB3389FEFD03E1CD9B8AB93 (DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___result0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator::DigestAddCounter(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestRandomGenerator_DigestAddCounter_m4D7D922CCAE9DCC488FD4DA04B4B07DF423C3D85 (DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4 * __this, int64_t ___seedVal0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator::NextBytes(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestRandomGenerator_NextBytes_m716D0776CBCE491E909C4183315DB1256C02EC8F (DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___start1, int32_t ___len2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator::GenerateState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestRandomGenerator_GenerateState_m385DF2CDF87BA7D38D57DEAA2AA9D9B40B6CE8ED (DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator::CycleSeed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestRandomGenerator_CycleSeed_m566952C268EE0AD68C61162E1066F5C2B6CC1D19 (DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::UInt64_To_LE(System.UInt64,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pack_UInt64_To_LE_m69C7DD6FFD136D25DD3770DBA39204E305D7B1D8 (uint64_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseOutputStream__ctor_m7802B08CCF6C19EE509CD8CD10D98142DC57C993 (BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_mB84DC1A600D308B9D8B91C3309BB19B6C7D821D2 (Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22 * __this, String_t* ___key0, Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22 *, String_t*, Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 **, const RuntimeMethod*))Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, method); } // System.Boolean BestHTTP.Authentication.Digest::IsUriProtected(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Digest_IsUriProtected_mBCCB5A590A5E72CA235089512CA05A84244A75C9 (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.Digest::.ctor(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Digest__ctor_mDD125AD3E2437A390C606B31F98EAE3AB6C73D12 (Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m253B221DED3873353E381B927A21C215A07C706C (Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22 * __this, String_t* ___key0, Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22 *, String_t*, Digest_tECBB0FFA62FFE1D74BB3E5FD1C60635385FCE734 *, const RuntimeMethod*))Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_mD337A79F0F4C18D508FD857D4005522D8E2356F9 (Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m45DB5340BC5312349874253DD3239546CB025D21_gshared)(__this, ___key0, method); } // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_m4D81A60A3C9A9F425B13CEE1AC43A357335E8B0B (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.String System.String::ToLower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D (String_t* __this, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.DigestStore/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_mF5B8DA8432CE5F652A88B50100861D65865EEF13 (U3CU3Ec__DisplayClass6_0_tA0ED0E6FCCDD1BE2D5B3058D806DDC3253D44908 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) inline void Predicate_1__ctor_m6B6D8E35C0E83BBC784E881CCFA837ED78F48F14 (Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m3F41E32C976C3C48B3FC63FBFD3FBBC5B5F23EDD_gshared)(__this, ___object0, ___method1, method); } // System.Int32 System.Collections.Generic.List`1::FindIndex(System.Predicate`1) inline int32_t List_1_FindIndex_m53831DB002E9F413EE69D6722F54A54D11FE8CB4 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 * ___match0, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 *, const RuntimeMethod*))List_1_FindIndex_m061718A03D18B14CCA37F61408780DF866F3DE0C_gshared)(__this, ___match0, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m5485A2636DF423D43E6F3B0E270C272F39756046 (Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void System.IO.Stream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method); // System.Void System.IO.Stream::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Close_mC34AF5832AD2E47C5E8F9D44E969C45F6F0A9A13 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method); // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateHashtable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06 (const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Enum BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Enums::GetArbitraryValue(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enum_t23B90B40F60E677A8025267341651C94AE079CDA * Enums_GetArbitraryValue_mB4E40FD5BB9672242C93D2A7179404B3A93C788F (Type_t * ___enumType0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::ToUpperInvariant(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158 (String_t* ___s0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DigestUtilities::GetDigest(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DigestUtilities_GetDigest_mE5288E6C70B2783BA075196BD74CD848834BAC67 (String_t* ___algorithm0, const RuntimeMethod* method); // System.Enum BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Enums::GetEnumValue(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enum_t23B90B40F60E677A8025267341651C94AE079CDA * Enums_GetEnumValue_mAFF6774B20C5D23B79FFA9F405512027DD3A9BD2 (Type_t * ___enumType0, String_t* ___s1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2bDigest::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blake2bDigest__ctor_m35659D09A0E19C00F46435919ECC7CE828CDD756 (Blake2bDigest_t06F255DEF539644523DF633B286A4A3CE15E2BB3 * __this, int32_t ___digestSize0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Blake2sDigest::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blake2sDigest__ctor_m65385403A2C35286387011AC4F225EA06427D0DB (Blake2sDigest_t80375121A6B53FC3BBE98FE06D699C231FA23D83 * __this, int32_t ___digestBits0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest__ctor_m7A19852B8B9FC2B2D7F7067ECD4E988B60B71BF2 (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, int32_t ___hashSizeBits0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gost3411Digest__ctor_mCEC236F7FC6DE0CB9915CE407744E9D97C9D64F3 (Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GOST3411_2012_256Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GOST3411_2012_256Digest__ctor_mE3F143B76319DE659175114EC0F807460DF10E47 (GOST3411_2012_256Digest_t8FFF043ED3DD5AE7652F44EAD62AF88BD059C700 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GOST3411_2012_512Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GOST3411_2012_512Digest__ctor_mC2D00AE5D27339BF51B80CDA56DF85B212AF81DB (GOST3411_2012_512Digest_t73A941C0238AFB0021532FFD31E6F795891F945B * __this, 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.MD2Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2Digest__ctor_m57BD766881CF1BB25E4247F66DD4E681AD969DAC (MD2Digest_tE97575A1FE161C3EF2E20EB0566460A3050492C5 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD4Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Digest__ctor_mB060C431649EE7ABC5C1914F7F500321EA517C5C (MD4Digest_tF232136F3F3E2082FDDF0243F4A84FA229285615 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5Digest__ctor_m26C687501CC97E024B00F8C074790F3756E2BC58 (MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.NullDigest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullDigest__ctor_m2CDC49E91B55B309967491BC55BBBCF9E71CC0AB (NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD128Digest__ctor_mEDCE03C6F7DFAB5C2E1BA2E72F98AAE825A7DAC9 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD160Digest__ctor_m83D3A2192ED48296B459F02132F842BE43B1FBC1 (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD256Digest__ctor_mAE3B87C5474B1E45CD87F968B1ED298385B3C2CE (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD320Digest__ctor_m5F2A30742EC24C8F4BAB11A741125E54FC7E9E43 (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, const RuntimeMethod* method); // 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); // 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); // 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); // 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); // 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); // 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.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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SM3Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM3Digest__ctor_m93F82618354C54BE43E8F6800E68AF832F8C23A9 (SM3Digest_t9802824E7E114C596151E84635AF5775CCBEF23E * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.TigerDigest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TigerDigest__ctor_m2B1F0F32D76F0A54701A1C53584BDC7BE63CF4D2 (TigerDigest_t34D31576483DFA021100D2889BE7B2621A9F82E2 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhirlpoolDigest__ctor_m3F2F6BD14D7E2BC2ACB7560D68F77C6C5A861D24 (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityUtilityException__ctor_mB63BE0B4E219F9F856A46F58A141561F023CE057 (SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * __this, String_t* ___message0, const RuntimeMethod* method); // 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); // 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.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::IsTlsV12(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TlsUtilities_IsTlsV12_m5D10CAF7D91A0D6E16130EEB505F51BB48749885 (RuntimeObject* ___context0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm::Parse(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * SignatureAndHashAlgorithm_Parse_mAF8E82E071BDDE42D2658D53BE9755AA88B3E324 (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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigitallySigned::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigitallySigned__ctor_m4AB7FE3E8FFF72EFAA5F1945EB61B27B60916C45 (DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288 * __this, SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * ___algorithm0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryString__ctor_m9BBDCF416252DAF8423FA311D067E3372C6DB4E4 (DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * __this, DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 * ___str0, 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.Boolean UnityEngine.Behaviour::get_enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Behaviour_get_enabled_m08077AB79934634E1EAE909C2B482BEF4C15A800 (Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Water.Displace::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Displace_OnEnable_m952A8DDD7BF19B262520923CACCAE21927044BD8 (Displace_t1C2DB877EED29B900169184C462B5E611F665E23 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Water.Displace::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Displace_OnDisable_m344E8D36AD672D92E465CD50F28E512A817B8B08 (Displace_t1C2DB877EED29B900169184C462B5E611F665E23 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Shader::EnableKeyword(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shader_EnableKeyword_m9AC58243D7FBD69DD73D13B73085E0B24E4ECFCE (String_t* ___keyword0, const RuntimeMethod* method); // System.Void UnityEngine.Shader::DisableKeyword(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shader_DisableKeyword_mA6360809F3D85D7D0CAE3EE3C9A85987EC60DBCF (String_t* ___keyword0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerIA5String__ctor_m64058D0AAF67093B2130AB78176C4DE98C07535A (DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * __this, String_t* ___str0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBmpString::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBmpString__ctor_m6D140F8209524825E577C88DB610F61F88DA53B2 (DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444 * __this, String_t* ___str0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DisplayText::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayText__ctor_mA5C54B8CC7F5E92A4F53C37464D2203B7B17184D (DisplayText_t7C562267B4FB96178D4F98B25DFDDEC65870B768 * __this, RuntimeObject* ___contents0, const RuntimeMethod* method); // System.Void o0.SortedQueue`1::.ctor() inline void SortedQueue_1__ctor_mC5D3F1E0C5B4DF41374583CD60BDB3CEBB2042C8 (SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7 * __this, const RuntimeMethod* method) { (( void (*) (SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7 *, const RuntimeMethod*))SortedQueue_1__ctor_mC5D3F1E0C5B4DF41374583CD60BDB3CEBB2042C8_gshared)(__this, method); } // System.Boolean o0.Geometry.Vector`1::op_Equality(o0.Geometry.Vector`1&,o0.Geometry.Vector`1&) inline bool Vector_1_op_Equality_m130C8A1FFEF817DF1C7EF029A3CC0B943D78CF45 (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b1, const RuntimeMethod* method) { return (( bool (*) (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, const RuntimeMethod*))Vector_1_op_Equality_m130C8A1FFEF817DF1C7EF029A3CC0B943D78CF45_gshared)(___a0, ___b1, method); } // !0 o0.Geometry.Vector`1::get_Length() inline double Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6 (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * __this, const RuntimeMethod* method) { return (( double (*) (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, const RuntimeMethod*))Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_gshared)(__this, method); } // o0.Geometry.Vector`1 o0.Geometry.Vector`1::op_Subtraction(o0.Geometry.Vector`1&,o0.Geometry.Vector`1&) inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_op_Subtraction_mC240708A1626E606CC5DF2A9D44AF65EE5BC114C (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b1, const RuntimeMethod* method) { return (( Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 (*) (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, const RuntimeMethod*))Vector_1_op_Subtraction_mC240708A1626E606CC5DF2A9D44AF65EE5BC114C_gshared)(___a0, ___b1, method); } // o0.Geometry.Vector`1 o0.Geometry.Vector`1::get_Zero() inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_get_Zero_mE3FC9F40A6F2D2D0DF4C45C4CEF38E5080378891_inline (const RuntimeMethod* method) { return (( Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 (*) (const RuntimeMethod*))Vector_1_get_Zero_mE3FC9F40A6F2D2D0DF4C45C4CEF38E5080378891_gshared_inline)(method); } // System.Boolean o0.Geometry.Vector`1::op_Inequality(o0.Geometry.Vector`1&,o0.Geometry.Vector`1&) inline bool Vector_1_op_Inequality_m245BB565581F0282FD802FCA40508CB71922D255 (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b1, const RuntimeMethod* method) { return (( bool (*) (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, const RuntimeMethod*))Vector_1_op_Inequality_m245BB565581F0282FD802FCA40508CB71922D255_gshared)(___a0, ___b1, method); } // o0.Geometry.Vector`1 o0.Geometry.Vector`1::op_Multiply(o0.Geometry.Vector`1&,System.Double) inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54 (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, double ___b1, const RuntimeMethod* method) { return (( Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 (*) (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, double, const RuntimeMethod*))Vector_1_op_Multiply_mAA32457AE08E76DD5CCFCCC7357292984658ED54_gshared)(___a0, ___b1, method); } // o0.Geometry.Quaternion o0.Geometry.Quaternion::Euler(o0.Geometry.Vector`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 Quaternion_Euler_m1C31D04A0F85F120AB2843A94B09879E5BCCBBD3 (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___v0, const RuntimeMethod* method); // o0.Geometry.Quaternion o0.Geometry.Quaternion::op_UnaryNegation(o0.Geometry.Quaternion&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 Quaternion_op_UnaryNegation_m59346CB928A3174482269E8C948E38129A26871D (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * ___a0, const RuntimeMethod* method); // o0.Geometry.Vector`1 o0.Geometry.Quaternion::op_Multiply(o0.Geometry.Quaternion&,o0.Geometry.Vector`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Quaternion_op_Multiply_m409AC6560F2E0A99C8287E8C17CD771DCF3C21F6 (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b1, const RuntimeMethod* method); // o0.Geometry.Vector`1 o0.Geometry.Vector`1::op_Division(o0.Geometry.Vector`1&,!0) inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, double ___b1, const RuntimeMethod* method) { return (( Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 (*) (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, double, const RuntimeMethod*))Vector_1_op_Division_m4BE4E61039061A04800DDC3E2D6053D978195E7E_gshared)(___a0, ___b1, method); } // o0.Geometry.Vector`1 o0.Geometry.Vector`1::op_Addition(o0.Geometry.Vector`1&,o0.Geometry.Vector`1&) inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84 (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___a0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * ___b1, const RuntimeMethod* method) { return (( Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 (*) (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *, const RuntimeMethod*))Vector_1_op_Addition_m51A925752D06997FF68A6A10705F45452B8C0E84_gshared)(___a0, ___b1, method); } // System.Int32 System.Collections.Generic.Queue`1::get_Count() inline int32_t Queue_1_get_Count_m9DB4955B3DFD9CB23DBB6B6681B46CB7FB417446_inline (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 *, const RuntimeMethod*))Queue_1_get_Count_m9DB4955B3DFD9CB23DBB6B6681B46CB7FB417446_gshared_inline)(__this, method); } // !0 o0.SortedQueue`1::Dequeue() inline double SortedQueue_1_Dequeue_m7032D46CB1086D726F571E035601A1AC8265E1E7 (SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7 * __this, const RuntimeMethod* method) { return (( double (*) (SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7 *, const RuntimeMethod*))SortedQueue_1_Dequeue_m7032D46CB1086D726F571E035601A1AC8265E1E7_gshared)(__this, method); } // System.Void o0.SortedQueue`1::Enqueue(!0) inline void SortedQueue_1_Enqueue_m815C8AB7017922D28D53A91AB79A4A9903BF10B3 (SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7 * __this, double ___item0, const RuntimeMethod* method) { (( void (*) (SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7 *, double, const RuntimeMethod*))SortedQueue_1_Enqueue_m815C8AB7017922D28D53A91AB79A4A9903BF10B3_gshared)(__this, ___item0, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mA0CE4C11D163EF853E9E6A0FD3C75486EF3A0F31 (List_1_t760D7EED86247E3493CD5F22F0E822BF6AE1C2BC * __this, const RuntimeMethod* method) { (( void (*) (List_1_t760D7EED86247E3493CD5F22F0E822BF6AE1C2BC *, const RuntimeMethod*))List_1__ctor_mA0CE4C11D163EF853E9E6A0FD3C75486EF3A0F31_gshared)(__this, method); } // !0 o0.SortedQueue`1::get_Item(System.Int32) inline double SortedQueue_1_get_Item_m113FF469378EB78CB37C35C6A96E9152D0F4B5F5 (SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( double (*) (SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7 *, int32_t, const RuntimeMethod*))SortedQueue_1_get_Item_m113FF469378EB78CB37C35C6A96E9152D0F4B5F5_gshared)(__this, ___index0, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m974408F8845D8BEB09ACF2E9AA4F613D6BC9775E (List_1_t760D7EED86247E3493CD5F22F0E822BF6AE1C2BC * __this, double ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t760D7EED86247E3493CD5F22F0E822BF6AE1C2BC *, double, const RuntimeMethod*))List_1_Add_m974408F8845D8BEB09ACF2E9AA4F613D6BC9775E_gshared)(__this, ___item0, method); } // !!0 o0.Num.Extension::Mean(System.Collections.Generic.IEnumerable`1) inline double Extension_Mean_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m30AA9E21CCDA64705077EC2625C58E8D69755B9B (RuntimeObject* ___a0, const RuntimeMethod* method) { return (( double (*) (RuntimeObject*, const RuntimeMethod*))Extension_Mean_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m30AA9E21CCDA64705077EC2625C58E8D69755B9B_gshared)(___a0, method); } // o0.Geometry.Quaternion o0.Geometry.Quaternion::get_Inversed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 Quaternion_get_Inversed_m378DA69D51E6AD5A8E2EA781EB3CC214CE7774D1 (Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * __this, const RuntimeMethod* method); // o0.Geometry.Vector`1 o0.Geometry.Vector`1::get_Back() inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Vector_1_get_Back_m46232E293D4B9C2BAA8A211EFEBD5E849139C69F_inline (const RuntimeMethod* method) { return (( Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 (*) (const RuntimeMethod*))Vector_1_get_Back_m46232E293D4B9C2BAA8A211EFEBD5E849139C69F_gshared_inline)(method); } // o0.Geometry.Vector`1 o0.Bow.DistanceToAxis::GyrToSpeed(o0.Geometry.Vector`1,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 DistanceToAxis_GyrToSpeed_m7F64E97B296638651EF056F91184BFA63CA2299C (DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968 * __this, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Gyr0, double ___GapMS1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * DistributionPoint_GetInstance_mA11AC6B6F01585968764AECDF226A835FB356C9F (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DistributionPoint__ctor_mD2D47532D6305A62AA372299FBA2E94036123727 (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * Asn1TaggedObject_GetInstance_m7245B39FCEB8EA160AEFF9F8F724A71CB2EB47A8 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::get_TagNo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * DistributionPointName_GetInstance_m4A79023AF0103F8C86F74622C20EAD8D6E2C27D6 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * DerBitString_GetInstance_m82AAB8A2C1D248221D54C6A66DEFF6F3DC0C19FE (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ReasonFlags::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReasonFlags__ctor_m5F6BD9F93372AE12F97AE94B00ED9DAF5E632221 (ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * __this, DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___reasons0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * GeneralNames_GetInstance_mD5CB2577FFA51AD2E2DEFBAA115F44512F1370CB (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // !!0[] System.Array::Empty() inline Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline (const RuntimeMethod* method) { return (( Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject::.ctor(System.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.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.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.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint::appendObject(System.Text.StringBuilder,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DistributionPoint_appendObject_mE2E146857B20535616201913C8FC2EC083BE6F2F (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * __this, StringBuilder_t * ___buf0, String_t* ___sep1, String_t* ___name2, String_t* ___val3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * Asn1TaggedObject_GetInstance_mFE2DDBAAF7F21848F1A3E051246A3CB1188F44AF (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * DistributionPointName_GetInstance_m36A6FD601E5C7EC81D461407F9EFF1C5BFEF77B7 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DistributionPointName__ctor_mAA5352A64426E51BB46F84D8702E709053CC60C7 (DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * __this, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DistributionPointName__ctor_m1E411C122659DEEEA72AC98972A7EFCBCC1A1015 (DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * __this, int32_t ___type0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___name1, 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.X509.DistributionPointName::appendObject(System.Text.StringBuilder,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DistributionPointName_appendObject_m7CB8E56B941ECCAE38B31188F8DDDF6CC196D902 (DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * __this, StringBuilder_t * ___buf0, String_t* ___sep1, String_t* ___name2, String_t* ___val3, const RuntimeMethod* method); // DG.Tweening.Sequence DG.Tweening.DOTween::Sequence() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * DOTween_Sequence_m83221E315CE42CCE7B80D126A549114C86BC388D (const RuntimeMethod* method); // DG.Tweening.Sequence DG.Tweening.TweenSettingsExtensions::PrependInterval(DG.Tweening.Sequence,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * TweenSettingsExtensions_PrependInterval_mF91C39268775A123FCCE526262C391CB826B8B9B (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___s0, float ___interval1, const RuntimeMethod* method); // DG.Tweening.Sequence DG.Tweening.TweenSettingsExtensions::AppendCallback(DG.Tweening.Sequence,DG.Tweening.TweenCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * TweenSettingsExtensions_AppendCallback_m056A9F025C67DB07A403E70BED916DCDDF8671E6 (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___s0, TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___callback1, const RuntimeMethod* method); // !!0 DG.Tweening.TweenSettingsExtensions::SetUpdate(!!0,System.Boolean) inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0 (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___t0, bool ___isIndependentUpdate1, const RuntimeMethod* method) { return (( Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * (*) (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E *, bool, const RuntimeMethod*))TweenSettingsExtensions_SetUpdate_TisRuntimeObject_m7B426C4B27D21FC5CD7C922AB56185A32E9CD29D_gshared)(___t0, ___isIndependentUpdate1, method); } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate__ctor_m93E48E3221B2224E0DF3CA906C3EF1F4B0EBB402 (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateParser__ctor_m25758CA99259833BE3DF47D56D48106D7D424256 (X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::ReadCertificate(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * X509CertificateParser_ReadCertificate_m000AD793B41CECA257A31BC57E84D232C9C4F0EE (X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DotNetUtilities::GetDsaKeyPair(System.Security.Cryptography.DSAParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * DotNetUtilities_GetDsaKeyPair_m08396657B55A0BAD379FDBB1B49F3F9F88F2BFB4 (DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 ___dp0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaValidationParameters__ctor_mD14D1F92826EE235050E9772433BD704DE854A67 (DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed0, int32_t ___counter1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaParameters__ctor_mD0A1C1A700ADB7941555556B1F7A0E2CD7F265D3 (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g2, DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * ___parameters3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaPublicKeyParameters__ctor_mCE26A1766E3B5A728500CE48CEFB95E8ACBF00BF (DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y0, DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * ___parameters1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPrivateKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaPrivateKeyParameters__ctor_mCDC04F6D9E1E6DCDF109BD94AAE4366C9ACEF45E (DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * ___parameters1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricCipherKeyPair__ctor_mE5C700D8655EB14E3EC3610B2367603C325D2637 (AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___publicParameter0, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateParameter1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DotNetUtilities::GetDsaPublicKey(System.Security.Cryptography.DSAParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * DotNetUtilities_GetDsaPublicKey_m616CD722CF3B5396A7751FA62BCE02406858AC02 (DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 ___dp0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DotNetUtilities::GetRsaKeyPair(System.Security.Cryptography.RSAParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * DotNetUtilities_GetRsaKeyPair_m88989DE24F94F0395D7C791693B19638BC38235C (RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 ___rp0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters::.ctor(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaKeyParameters__ctor_m34764C2C540696F151C2502BECBBEA734F70F45E (RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * __this, bool ___isPrivate0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___modulus1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___exponent2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaPrivateCrtKeyParameters__ctor_m9E1CDCF6C98BCFBD3972DE545FC496E847CEE17E (RsaPrivateCrtKeyParameters_tA9185E010DB8134822436B7526FAAEA7708FFCA6 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___modulus0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___publicExponent1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___privateExponent2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p3, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q4, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___dP5, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___dQ6, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___qInv7, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DotNetUtilities::GetRsaPublicKey(System.Security.Cryptography.RSAParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * DotNetUtilities_GetRsaPublicKey_m48EC8F501A0EE55C218C054011A81C0A84A32526 (RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 ___rp0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DotNetUtilities::GetDsaKeyPair(System.Security.Cryptography.DSA) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * DotNetUtilities_GetDsaKeyPair_m04FFB632FA36C672AFA794F876828000EDF8D3B4 (DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * ___dsa0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DotNetUtilities::GetRsaKeyPair(System.Security.Cryptography.RSA) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * DotNetUtilities_GetRsaKeyPair_m008AD64C583A219A8834978FFD05BC8D75783DDB (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * ___rsa0, const RuntimeMethod* method); // System.Security.Cryptography.RSAParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DotNetUtilities::ToRSAParameters(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 DotNetUtilities_ToRSAParameters_m8356BF351D620E42D6C5BDD6C5DB36501CA0AC51 (RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * ___rsaKey0, const RuntimeMethod* method); // System.Security.Cryptography.RSA BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DotNetUtilities::CreateRSAProvider(System.Security.Cryptography.RSAParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * DotNetUtilities_CreateRSAProvider_mE2ACB169CAB136110EBD0BB72E81A9CC53CC9ED7 (RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 ___rp0, const RuntimeMethod* method); // System.Security.Cryptography.RSA BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DotNetUtilities::CreateRSAProvider(System.Security.Cryptography.RSAParameters,System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * DotNetUtilities_CreateRSAProvider_m020DC8A80791FCEA22655859D26C59347DC0EE3C (RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 ___rp0, CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * ___csp1, const RuntimeMethod* method); // System.Security.Cryptography.RSAParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DotNetUtilities::ToRSAParameters(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 DotNetUtilities_ToRSAParameters_mE79BDEF4ADF6210A30EA5A0E94675CAFFBBDECFD (RsaPrivateCrtKeyParameters_tA9185E010DB8134822436B7526FAAEA7708FFCA6 * ___privKey0, const RuntimeMethod* method); // System.Security.Cryptography.RSAParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DotNetUtilities::ToRSAParameters(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 DotNetUtilities_ToRSAParameters_m0F373EDAF07F76B01095C90E328C194FAD09B9BA (RsaPrivateKeyStructure_tEBAF070C7C3370B960215F537F3B94B693B66D25 * ___privKey0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters::get_Modulus() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaKeyParameters_get_Modulus_m8C8BDA5DBD2FF688103C0B23BF5C7C320F31C41C_inline (RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ToByteArrayUnsigned() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BigInteger_ToByteArrayUnsigned_mA50192424BCADACC368E6DC187BF5C8E9DB1DE27 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.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.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters::get_Exponent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaKeyParameters_get_Exponent_m21F569575AA358CF9B770D3C7C4D26DF1AF76A62_inline (RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DotNetUtilities::ConvertRSAParametersField(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DotNetUtilities_ConvertRSAParametersField_mB8EACC4F2592879A20B5CA7C9871E0131E4D1995 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n0, int32_t ___size1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters::get_PublicExponent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaPrivateCrtKeyParameters_get_PublicExponent_mB9BFB7A450E910DA91E71C19DF6752D32CAF0173_inline (RsaPrivateCrtKeyParameters_tA9185E010DB8134822436B7526FAAEA7708FFCA6 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters::get_P() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaPrivateCrtKeyParameters_get_P_m4F1247B04DFFF64E88689C1C214A0995CDCA8A9A_inline (RsaPrivateCrtKeyParameters_tA9185E010DB8134822436B7526FAAEA7708FFCA6 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters::get_Q() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaPrivateCrtKeyParameters_get_Q_m5CB6D24481976CA1CF19ABA3E31EC2F8D823E43A_inline (RsaPrivateCrtKeyParameters_tA9185E010DB8134822436B7526FAAEA7708FFCA6 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters::get_DP() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaPrivateCrtKeyParameters_get_DP_mE6A6134B9BF3462AC94144205F8BD7D813F6D8AA_inline (RsaPrivateCrtKeyParameters_tA9185E010DB8134822436B7526FAAEA7708FFCA6 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters::get_DQ() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaPrivateCrtKeyParameters_get_DQ_mA5F795CD92995882074DA28DA91397EC9B07827F_inline (RsaPrivateCrtKeyParameters_tA9185E010DB8134822436B7526FAAEA7708FFCA6 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters::get_QInv() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaPrivateCrtKeyParameters_get_QInv_mECC04A84DB7470515BE2EB0E29B06A8F4FD62D97_inline (RsaPrivateCrtKeyParameters_tA9185E010DB8134822436B7526FAAEA7708FFCA6 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure::get_Modulus() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaPrivateKeyStructure_get_Modulus_mB0A1B9A167747982D0B9E8253A6786B880CD2D1E_inline (RsaPrivateKeyStructure_tEBAF070C7C3370B960215F537F3B94B693B66D25 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure::get_PublicExponent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaPrivateKeyStructure_get_PublicExponent_m453049B34A51D675F166EFC55E2E118C8338AFA2_inline (RsaPrivateKeyStructure_tEBAF070C7C3370B960215F537F3B94B693B66D25 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure::get_Prime1() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaPrivateKeyStructure_get_Prime1_m114FC4313F497D1C3334BBD2941AC63E06B5F7A6_inline (RsaPrivateKeyStructure_tEBAF070C7C3370B960215F537F3B94B693B66D25 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure::get_Prime2() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaPrivateKeyStructure_get_Prime2_m148029104CF59F400EA414E8AAA5262C89F0582E_inline (RsaPrivateKeyStructure_tEBAF070C7C3370B960215F537F3B94B693B66D25 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure::get_PrivateExponent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaPrivateKeyStructure_get_PrivateExponent_mFF32B87CE59C45FA297D66E88397145BC2A0AF00_inline (RsaPrivateKeyStructure_tEBAF070C7C3370B960215F537F3B94B693B66D25 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure::get_Exponent1() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaPrivateKeyStructure_get_Exponent1_m45D8547DFC0786E95D87F22CB412EF41F5912E52_inline (RsaPrivateKeyStructure_tEBAF070C7C3370B960215F537F3B94B693B66D25 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure::get_Exponent2() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaPrivateKeyStructure_get_Exponent2_m80F4A814E9A7C93DD3AE3FCD359FEFA23607952B_inline (RsaPrivateKeyStructure_tEBAF070C7C3370B960215F537F3B94B693B66D25 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure::get_Coefficient() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaPrivateKeyStructure_get_Coefficient_m5EFC8A35E6B58E4D059190ADE2DE5E9C32B4A586_inline (RsaPrivateKeyStructure_tEBAF070C7C3370B960215F537F3B94B693B66D25 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CspParameters::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_mA5F11E1EA0F0841876916834296DD6C49A0D5978 (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, const RuntimeMethod* method); // System.Guid System.Guid::NewGuid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t Guid_NewGuid_m5BD19325820690ED6ECA31D67BC2CD474DC4FDB0 (const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor(System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_m044CC794956315D9C47B26A043EE435534EFFAB1 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * ___parameters0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::TestBit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_TestBit_mC6B170A76F955C7A3839E85559A34EF0D9276D36 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___n0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.AbstractECMultiplier::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractECMultiplier__ctor_m898F1EE1A85F4E552860CB418F1D64A0B33C0C01 (AbstractECMultiplier_t54253743E31DE46FD22E58679B9792D44DA770B5 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Input::GetMouseButtonDown(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetMouseButtonDown_m466D81FDCC87C9CB07557B39DCB435EB691F1EF3 (int32_t ___button0, const RuntimeMethod* method); // UnityEngine.Camera UnityStandardAssets.Utility.DragRigidbody::FindCamera() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * DragRigidbody_FindCamera_mA0D3F9E16A4AF7F01F5C847118F95116FD1E3ABE (DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Input::get_mousePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Input_get_mousePosition_m79528BC2F30C57054641F709C855130AE586AC0E (const RuntimeMethod* method); // UnityEngine.Ray UnityEngine.Camera::ScreenPointToRay(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 Camera_ScreenPointToRay_mD385213935A81030EDC604A39FD64761077CFBAB (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___pos0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Ray::get_origin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Ray_get_origin_m0C1B2BFF99CDF5231AC29AC031C161F55B53C1D0 (Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Ray::get_direction() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Ray_get_direction_m2B31F86F19B64474A901B28D3808011AE7A13EFC (Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Physics::Raycast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit&,System.Single,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Physics_Raycast_mCBD5F7D498C246713EDDBB446E97205DA206C49C (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___origin0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___direction1, RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * ___hitInfo2, float ___maxDistance3, int32_t ___layerMask4, const RuntimeMethod* method); // UnityEngine.Rigidbody UnityEngine.RaycastHit::get_rigidbody() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * RaycastHit_get_rigidbody_mE48E45893FDAFD03162C6A73AAF02C6CB0E079FB (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Rigidbody::get_isKinematic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rigidbody_get_isKinematic_m597B48C45021313B6C6C4B126E405EF566C5C80C (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_mDF8BF31EAE3E03F24421531B25FB4BEDB7C87144 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, String_t* ___name0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * GameObject_AddComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m50FA737A846BAE97090E44831F677BEEB12DC980 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared)(__this, method); } // !!0 UnityEngine.GameObject::AddComponent() inline SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF * GameObject_AddComponent_TisSpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF_m2AA464DD0910A70EE4BDBD6997C3284905AB9D20 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared)(__this, method); } // System.Void UnityEngine.Rigidbody::set_isKinematic(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_isKinematic_mCF74D680205544826F2DE2CAB929C9F25409A311 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, bool ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.RaycastHit::get_point() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E RaycastHit_get_point_m32F7282CBB2E13393A33BAD046BDA218E48DD21E (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_position(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6 (const RuntimeMethod* method); // System.Void UnityEngine.Joint::set_anchor(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Joint_set_anchor_m3A05D61F5EF40CDAE51C6C32FC42533BA049BA47 (Joint_t085126F36196FC982700F4EA8466CF10C90EC15E * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void UnityEngine.SpringJoint::set_spring(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpringJoint_set_spring_mD13E36119ECED2503EBD1C04AEBBD75B91757429 (SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.SpringJoint::set_damper(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpringJoint_set_damper_m48539DD75A85D3CF6E57A058D71FF17C2F96DD7B (SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.SpringJoint::set_maxDistance(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpringJoint_set_maxDistance_m1490994DABABA9CA28431AB8CF53DCF0C5C7DD00 (SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Joint::set_connectedBody(UnityEngine.Rigidbody) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Joint_set_connectedBody_m572C6C32E2FC5263AECDC460D50E5B0F79727B30 (Joint_t085126F36196FC982700F4EA8466CF10C90EC15E * __this, Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___value0, const RuntimeMethod* method); // System.Single UnityEngine.RaycastHit::get_distance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RaycastHit_get_distance_m85FCA98D7957C3BF1D449CA1B48C116CCD6226FA (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * __this, const RuntimeMethod* method); // UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * MonoBehaviour_StartCoroutine_m81C113F45C28D065C9E31DD6D7566D1BF10CF851 (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, String_t* ___methodName0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void UnityStandardAssets.Utility.DragRigidbody/d__8::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDragObjectU3Ed__8__ctor_mE581CFDFA1541B920A9073BD407B17197AA22C4F (U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // UnityEngine.Camera UnityEngine.Camera::get_main() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * Camera_get_main_mC337C621B91591CEF89504C97EF64D717C12871C (const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m90616B2D8ACC645F389750FAE4F9A75BC5D82454 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidKeyException__ctor_m8237DB4630E307D5BF4496918D1F5A07DC10E5CF (InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * __this, String_t* ___message0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::get_P() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameters_get_P_mA6C35D7CCBF79E522515CDB351B76961C2CD7A0C_inline (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGenerationParameters__ctor_m57645A39098F4DEA2AEFB8676E1EDCB298FC65C2 (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random0, int32_t ___strength1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyGenerationParameters::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * DsaKeyGenerationParameters_get_Parameters_mB1A9BF07621A4BC8E09775D550A115B9107B2A6F_inline (DsaKeyGenerationParameters_t57C22A37BCA6CFC07DE9424908F5F405C3135967 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::get_Q() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameters_get_Q_mDDEA980729D10045F0EFFF72E018FBB6AEFEB433_inline (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaKeyPairGenerator::GeneratePrivateKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaKeyPairGenerator_GeneratePrivateKey_m97AC87D61C6CCB6F9DACD5C11FFF40BE35C31949 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q0, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::get_G() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameters_get_G_m01D4CB03D0E50BE67CF67A1D8FA6394C35A106F9_inline (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaKeyPairGenerator::CalculatePublicKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaKeyPairGenerator_CalculatePublicKey_m58D7629B4B9A14C69A147E550E85D15E245B4567 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.BigIntegers::CreateRandomInRange(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigIntegers_CreateRandomInRange_m97CB7CE0D042CD444A5E00FDF5664C42A4AD6C92 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___min0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___max1, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities::GetNafWeight(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WNafUtilities_GetNafWeight_mD371F3DCFFBD1DE801D437296138ED687539EF8B (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___k0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ModPow(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ModPow_mC9A62D287BD35E7645E234EDAE8020614A434ED2 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___e0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m1, const RuntimeMethod* method); // 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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGraphicString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGraphicString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 * DerGraphicString_GetInstance_mF4F7983B3B5138A56A01312B537E1CFB1EF21CAE (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 * V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (obj == null || obj is DerGraphicString) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 *)IsInstClass((RuntimeObject*)L_1, DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (DerGraphicString)obj; RuntimeObject * L_2 = ___obj0; return ((DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 *)CastclassClass((RuntimeObject*)L_2, DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40_il2cpp_TypeInfo_var)); } IL_0012: { // if (obj is byte[]) RuntimeObject * L_3 = ___obj0; if (!((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)IsInst((RuntimeObject*)L_3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))) { goto IL_0049; } } IL_001a: try {// begin try (depth: 1) // return (DerGraphicString)FromByteArray((byte[])obj); RuntimeObject * L_4 = ___obj0; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_5; L_5 = Asn1Object_FromByteArray_m2DB00E0C5F68F2C4C3CA24B1F3075BC8DA9AD989(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = ((DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 *)CastclassClass((RuntimeObject*)L_5, DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40_il2cpp_TypeInfo_var)); goto IL_0064; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002d; } throw e; } CATCH_002d: {// begin catch(System.Exception) // catch (Exception e) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new ArgumentException("encoding error in GetInstance: " + e.ToString(), "obj"); Exception_t * L_6 = V_1; NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5D40E563CD83A04EBDBEB2548B0DB7F0691D2237)), 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*)&DerGraphicString_GetInstance_mF4F7983B3B5138A56A01312B537E1CFB1EF21CAE_RuntimeMethod_var))); }// end catch (depth: 1) IL_0049: { // throw new ArgumentException("illegal object in GetInstance: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_10 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_11; L_11 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_10, /*hidden argument*/NULL); String_t* L_12; L_12 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AEB5F8FF57BB3B2AD163E00335FACD4923E929A)), L_11, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_13, L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerGraphicString_GetInstance_mF4F7983B3B5138A56A01312B537E1CFB1EF21CAE_RuntimeMethod_var))); } IL_0064: { // } DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 * L_14 = V_0; return L_14; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGraphicString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGraphicString::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 * DerGraphicString_GetInstance_mD0C86D4B928194B5703068458161D996E5380360 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_0 = NULL; { // Asn1Object o = obj.GetObject(); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; NullCheck(L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (isExplicit || o is DerGraphicString) bool L_2 = ___isExplicit1; if (L_2) { goto IL_0012; } } { Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3 = V_0; if (!((DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 *)IsInstClass((RuntimeObject*)L_3, DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40_il2cpp_TypeInfo_var))) { goto IL_0019; } } IL_0012: { // return GetInstance(o); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = V_0; DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 * L_5; L_5 = DerGraphicString_GetInstance_mF4F7983B3B5138A56A01312B537E1CFB1EF21CAE(L_4, /*hidden argument*/NULL); return L_5; } IL_0019: { // return new DerGraphicString(((Asn1OctetString)o).GetOctets()); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6 = V_0; NullCheck(((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_6, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, ((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_6, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 * L_8 = (DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 *)il2cpp_codegen_object_new(DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40_il2cpp_TypeInfo_var); DerGraphicString__ctor_m6FBEBC6E3E8F855635F19144EBE63A22C50453E8(L_8, L_7, /*hidden argument*/NULL); return L_8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGraphicString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGraphicString__ctor_m6FBEBC6E3E8F855635F19144EBE63A22C50453E8 (DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encoding0, 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 DerGraphicString(byte[] encoding) DerStringBase__ctor_mDC4BCCB3F5A8E5FEA22C64E747B1678FC1DCA7EF(__this, /*hidden argument*/NULL); // this.mString = Arrays.Clone(encoding); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___encoding0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_0, /*hidden argument*/NULL); __this->set_mString_2(L_1); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGraphicString::GetString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerGraphicString_GetString_m46E6EBE0471888E5064E0784A2E783549B6C7BF5 (DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 * __this, const RuntimeMethod* method) { { // return Strings.FromByteArray(mString); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_mString_2(); String_t* L_1; L_1 = Strings_FromByteArray_m43248E0DD5B7410C1BC54F3CFB4D9CC9CCD48296(L_0, /*hidden argument*/NULL); return L_1; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGraphicString::GetOctets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerGraphicString_GetOctets_m62DE1757DDF5B0446E90A9F9C0A159043D4E2951 (DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Arrays.Clone(mString); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_mString_2(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGraphicString::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGraphicString_Encode_m1AF64E0F01CB7CABF9B0681AD8061CAEE7F3AF76 (DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { { // derOut.WriteEncoded(Asn1Tags.GraphicString, mString); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_0 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_mString_2(); NullCheck(L_0); DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037(L_0, ((int32_t)25), L_1, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGraphicString::Asn1GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DerGraphicString_Asn1GetHashCode_m1562D0F7D5B4ED8E5F9BD3D379CC8C58ADE2FA88 (DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Arrays.GetHashCode(mString); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_mString_2(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Arrays_GetHashCode_m8261AF075350B6360081F547285B872E81168C25(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGraphicString::Asn1Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerGraphicString_Asn1Equals_m694001997F60403C07CC72A0FED9C4736F6CE1CC (DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Object0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 * V_0 = NULL; { // DerGraphicString other = asn1Object as DerGraphicString; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___asn1Object0; V_0 = ((DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 *)IsInstClass((RuntimeObject*)L_0, DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40_il2cpp_TypeInfo_var)); // if (other == null) DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 * L_1 = V_0; if (L_1) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // return Arrays.AreEqual(mString, other.mString); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_mString_2(); DerGraphicString_t809A3886B58986DF477D4B5A296BD562935E7A40 * L_3 = V_0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3->get_mString_2(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_5; L_5 = Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246(L_2, L_4, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * DerIA5String_GetInstance_mA84EFDE9C888C9108855B22388CB274141E3D8F5 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is DerIA5String) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 *)IsInstClass((RuntimeObject*)L_1, DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (DerIA5String)obj; RuntimeObject * L_2 = ___obj0; return ((DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 *)CastclassClass((RuntimeObject*)L_2, DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2_il2cpp_TypeInfo_var)); } IL_0012: { // throw new ArgumentException("illegal object in GetInstance: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj)); RuntimeObject * L_3 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_4; L_4 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AEB5F8FF57BB3B2AD163E00335FACD4923E929A)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerIA5String_GetInstance_mA84EFDE9C888C9108855B22388CB274141E3D8F5_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * DerIA5String_GetInstance_mF2AD5686A167EC61466FB8491A46F249840F478C (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_0 = NULL; { // Asn1Object o = obj.GetObject(); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; NullCheck(L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (isExplicit || o is DerIA5String) bool L_2 = ___isExplicit1; if (L_2) { goto IL_0012; } } { Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3 = V_0; if (!((DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 *)IsInstClass((RuntimeObject*)L_3, DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2_il2cpp_TypeInfo_var))) { goto IL_0019; } } IL_0012: { // return GetInstance(o); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = V_0; DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * L_5; L_5 = DerIA5String_GetInstance_mA84EFDE9C888C9108855B22388CB274141E3D8F5(L_4, /*hidden argument*/NULL); return L_5; } IL_0019: { // return new DerIA5String(((Asn1OctetString)o).GetOctets()); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6 = V_0; NullCheck(((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_6, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, ((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_6, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * L_8 = (DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 *)il2cpp_codegen_object_new(DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2_il2cpp_TypeInfo_var); DerIA5String__ctor_m23C5374EE91378D05BF11689BABC6B6D02898077(L_8, L_7, /*hidden argument*/NULL); return L_8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerIA5String__ctor_m23C5374EE91378D05BF11689BABC6B6D02898077 (DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method) { { // : this(Strings.FromAsciiByteArray(str), false) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___str0; String_t* L_1; L_1 = Strings_FromAsciiByteArray_m91E8E1048396DDD9629BA341D7D9D696F6025A70(L_0, /*hidden argument*/NULL); DerIA5String__ctor_m20C24C036ECE4AAD17D2BAC41842908769E2566E(__this, L_1, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerIA5String__ctor_m64058D0AAF67093B2130AB78176C4DE98C07535A (DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * __this, String_t* ___str0, const RuntimeMethod* method) { { // : this(str, false) String_t* L_0 = ___str0; DerIA5String__ctor_m20C24C036ECE4AAD17D2BAC41842908769E2566E(__this, L_0, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerIA5String__ctor_m20C24C036ECE4AAD17D2BAC41842908769E2566E (DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * __this, String_t* ___str0, bool ___validate1, const RuntimeMethod* method) { { // public DerIA5String( // string str, // bool validate) DerStringBase__ctor_mDC4BCCB3F5A8E5FEA22C64E747B1678FC1DCA7EF(__this, /*hidden argument*/NULL); // if (str == null) String_t* L_0 = ___str0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("str"); 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*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerIA5String__ctor_m20C24C036ECE4AAD17D2BAC41842908769E2566E_RuntimeMethod_var))); } IL_0014: { // if (validate && !IsIA5String(str)) bool L_2 = ___validate1; if (!L_2) { goto IL_002f; } } { String_t* L_3 = ___str0; bool L_4; L_4 = DerIA5String_IsIA5String_mA09597B7F101149D97DFF510913B3D52C3D9F0D9(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_002f; } } { // throw new ArgumentException("string contains illegal characters", "str"); 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*)&_stringLiteral685AD70D8A66C556404E2CFEDD2B4DB8C13CB3A0)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerIA5String__ctor_m20C24C036ECE4AAD17D2BAC41842908769E2566E_RuntimeMethod_var))); } IL_002f: { // this.str = str; String_t* L_6 = ___str0; __this->set_str_2(L_6); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String::GetString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerIA5String_GetString_mBCD7FDC10BC561B634B1101E8F54B12C07EF61E4 (DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * __this, const RuntimeMethod* method) { { // return str; String_t* L_0 = __this->get_str_2(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String::GetOctets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerIA5String_GetOctets_mDBD80DBF06216326EB4A5FE0B42294BC05DDC090 (DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * __this, const RuntimeMethod* method) { { // return Strings.ToAsciiByteArray(str); String_t* L_0 = __this->get_str_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Strings_ToAsciiByteArray_m00A6AE5ADF958F281F45360B2C57264611926803(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerIA5String_Encode_m6DA5518DA92AC487E5DE374D2AD318122CFA79A5 (DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { { // derOut.WriteEncoded(Asn1Tags.IA5String, GetOctets()); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_0 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = DerIA5String_GetOctets_mDBD80DBF06216326EB4A5FE0B42294BC05DDC090(__this, /*hidden argument*/NULL); NullCheck(L_0); DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037(L_0, ((int32_t)22), L_1, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String::Asn1GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DerIA5String_Asn1GetHashCode_m7C1E7B5834F96D2DEF85DE5E4BB7B9C88C5D3F76 (DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * __this, const RuntimeMethod* method) { { // return this.str.GetHashCode(); String_t* L_0 = __this->get_str_2(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String::Asn1Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerIA5String_Asn1Equals_mC594F8BE4F84A18540EFBADC6D692B6E787292BD (DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Object0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * V_0 = NULL; { // DerIA5String other = asn1Object as DerIA5String; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___asn1Object0; V_0 = ((DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 *)IsInstClass((RuntimeObject*)L_0, DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2_il2cpp_TypeInfo_var)); // if (other == null) DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * L_1 = V_0; if (L_1) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // return this.str.Equals(other.str); String_t* L_2 = __this->get_str_2(); DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get_str_2(); NullCheck(L_2); bool L_5; L_5 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String::IsIA5String(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerIA5String_IsIA5String_mA09597B7F101149D97DFF510913B3D52C3D9F0D9 (String_t* ___str0, const RuntimeMethod* method) { String_t* V_0 = NULL; int32_t V_1 = 0; { // foreach (char ch in str) String_t* L_0 = ___str0; V_0 = L_0; V_1 = 0; goto IL_0017; } IL_0006: { // foreach (char ch in str) String_t* L_1 = V_0; int32_t L_2 = V_1; NullCheck(L_1); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, L_2, /*hidden argument*/NULL); // if (ch > 0x007f) if ((((int32_t)L_3) <= ((int32_t)((int32_t)127)))) { goto IL_0013; } } { // return false; return (bool)0; } IL_0013: { int32_t L_4 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0017: { // foreach (char ch in str) int32_t L_5 = V_1; String_t* L_6 = V_0; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0006; } } { // return true; return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::AllowUnsafe() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerInteger_AllowUnsafe_m8D1FAE16DEEEFD735C05A216711984ABC33B6CC6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4AEC733FA9D793EDE5D372FE6B5FC7B8D3F412BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // string allowUnsafeValue = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetEnvironmentVariable(AllowUnsafeProperty); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); String_t* L_0; L_0 = Platform_GetEnvironmentVariable_mCC8F194FEA94F2C72057AF82BD9D66F33C46DA0F(_stringLiteral4AEC733FA9D793EDE5D372FE6B5FC7B8D3F412BA, /*hidden argument*/NULL); V_0 = L_0; // return allowUnsafeValue != null && BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase("true", allowUnsafeValue); String_t* L_1 = V_0; if (!L_1) { goto IL_001a; } } { String_t* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_3; L_3 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, L_2, /*hidden argument*/NULL); return L_3; } IL_001a: { return (bool)0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is DerInteger) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)IsInstClass((RuntimeObject*)L_1, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (DerInteger)obj; RuntimeObject * L_2 = ___obj0; return ((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)CastclassClass((RuntimeObject*)L_2, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var)); } IL_0012: { // throw new ArgumentException("illegal object in GetInstance: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj)); RuntimeObject * L_3 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_4; L_4 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AEB5F8FF57BB3B2AD163E00335FACD4923E929A)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DerInteger_GetInstance_mBE61A36F9174D4745983FEC17EF7EDD02EE4C0D4 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_0 = NULL; { // if (obj == null) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("obj"); 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*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerInteger_GetInstance_mBE61A36F9174D4745983FEC17EF7EDD02EE4C0D4_RuntimeMethod_var))); } IL_000e: { // Asn1Object o = obj.GetObject(); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_2 = ___obj0; NullCheck(L_2); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3; L_3 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_2, /*hidden argument*/NULL); V_0 = L_3; // if (isExplicit || o is DerInteger) bool L_4 = ___isExplicit1; if (L_4) { goto IL_0020; } } { Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_5 = V_0; if (!((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)IsInstClass((RuntimeObject*)L_5, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var))) { goto IL_0027; } } IL_0020: { // return GetInstance(o); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6 = V_0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_7; L_7 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_6, /*hidden argument*/NULL); return L_7; } IL_0027: { // return new DerInteger(Asn1OctetString.GetInstance(o).GetOctets()); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_8 = V_0; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_9; L_9 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_8, /*hidden argument*/NULL); NullCheck(L_9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10; L_10 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_9); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_11 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m3FDD515FF469905F7EB1FD4DA74EBECB4132F435(L_11, L_10, /*hidden argument*/NULL); return L_11; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public DerInteger( // int value) Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // bytes = BigInteger.ValueOf(value).ToByteArray(); int32_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(((int64_t)((int64_t)L_0)), /*hidden argument*/NULL); NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = BigInteger_ToByteArray_mDF65B9AD203D0EAAFDCA509150E7D5A36215DFBC(L_1, /*hidden argument*/NULL); __this->set_bytes_3(L_2); // } return; } } // 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) { { // public DerInteger( // BigInteger value) Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // if (value == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___value0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("value"); 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0_RuntimeMethod_var))); } IL_0014: { // bytes = value.ToByteArray(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___value0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = BigInteger_ToByteArray_mDF65B9AD203D0EAAFDCA509150E7D5A36215DFBC(L_2, /*hidden argument*/NULL); __this->set_bytes_3(L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerInteger__ctor_m3FDD515FF469905F7EB1FD4DA74EBECB4132F435 (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, 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 DerInteger( // byte[] bytes) Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // if (bytes.Length > 1) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bytes0; NullCheck(L_0); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) <= ((int32_t)1))) { goto IL_0043; } } { // if ((bytes[0] == 0 && (bytes[1] & 0x80) == 0) // || (bytes[0] == (byte)0xff && (bytes[1] & 0x80) != 0)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes0; NullCheck(L_1); int32_t L_2 = 0; uint8_t L_3 = (L_1)->GetAt(static_cast(L_2)); if (L_3) { goto IL_001c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bytes0; NullCheck(L_4); int32_t L_5 = 1; uint8_t L_6 = (L_4)->GetAt(static_cast(L_5)); if (!((int32_t)((int32_t)L_6&(int32_t)((int32_t)128)))) { goto IL_0031; } } IL_001c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___bytes0; NullCheck(L_7); int32_t L_8 = 0; uint8_t L_9 = (L_7)->GetAt(static_cast(L_8)); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)255))))) { goto IL_0043; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___bytes0; NullCheck(L_10); int32_t L_11 = 1; uint8_t L_12 = (L_10)->GetAt(static_cast(L_11)); if (!((int32_t)((int32_t)L_12&(int32_t)((int32_t)128)))) { goto IL_0043; } } IL_0031: { // if (!AllowUnsafe()) bool L_13; L_13 = DerInteger_AllowUnsafe_m8D1FAE16DEEEFD735C05A216711984ABC33B6CC6(/*hidden argument*/NULL); if (L_13) { goto IL_0043; } } { // throw new ArgumentException("malformed integer"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_14 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8FD6C6EA3D619B0001280DD3FBC48E3113882264)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerInteger__ctor_m3FDD515FF469905F7EB1FD4DA74EBECB4132F435_RuntimeMethod_var))); } IL_0043: { // this.bytes = Arrays.Clone(bytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___bytes0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16; L_16 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_15, /*hidden argument*/NULL); __this->set_bytes_3(L_16); // } return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return new BigInteger(bytes); } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_bytes_3(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mDAEF646093F3D8F1B27EC4C29FE6559899C7BAA5(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::get_PositiveValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DerInteger_get_PositiveValue_m8732018F1F65AC4ECD83CD058341C9363AD5754B (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return new BigInteger(1, bytes); } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_bytes_3(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_1, 1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerInteger_Encode_mE3A09E69C317C108BAED983AFA8E463E0BCEE74F (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { { // derOut.WriteEncoded(Asn1Tags.Integer, bytes); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_0 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_bytes_3(); NullCheck(L_0); DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037(L_0, 2, L_1, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::Asn1GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DerInteger_Asn1GetHashCode_m5E34E309B1C7E1BADD1EE914BF29E8B0AF9E683C (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Arrays.GetHashCode(bytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_bytes_3(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Arrays_GetHashCode_m8261AF075350B6360081F547285B872E81168C25(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::Asn1Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerInteger_Asn1Equals_m9D7D80A97C75722C32734B2BF11D330C43216951 (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Object0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * V_0 = NULL; { // DerInteger other = asn1Object as DerInteger; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___asn1Object0; V_0 = ((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)IsInstClass((RuntimeObject*)L_0, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var)); // if (other == null) DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_1 = V_0; if (L_1) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // return Arrays.AreEqual(this.bytes, other.bytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_bytes_3(); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_3 = V_0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3->get_bytes_3(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_5; L_5 = Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246(L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerInteger_ToString_m79AC8887027670264E332B1B837125DB24CB8C82 (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, const RuntimeMethod* method) { { // return Value.ToString(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0; L_0 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerNull__ctor_mE4F7AED425B2A3F40064C7511513699CE966B986 (DerNull_t020168AF07318033108544C00C803CD7AEB97239 * __this, 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; } { // byte[] zeroBytes = new byte[0]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_zeroBytes_3(L_0); // public DerNull() Asn1Null__ctor_mB81A8B8023EFCF5E3C17F87463B712D5638250BC(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerNull__ctor_m2EB8C660F2B42E7CF0C552273E123DE7028C2AE2 (DerNull_t020168AF07318033108544C00C803CD7AEB97239 * __this, int32_t ___dummy0, 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; } { // byte[] zeroBytes = new byte[0]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_zeroBytes_3(L_0); // protected internal DerNull(int dummy) Asn1Null__ctor_mB81A8B8023EFCF5E3C17F87463B712D5638250BC(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerNull_Encode_m07717D18BE6404C892D0482E79093621B407CE4F (DerNull_t020168AF07318033108544C00C803CD7AEB97239 * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { { // derOut.WriteEncoded(Asn1Tags.Null, zeroBytes); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_0 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_zeroBytes_3(); NullCheck(L_0); DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037(L_0, 5, L_1, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::Asn1Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerNull_Asn1Equals_m07C8D0DB48CE590947EDD8AA8BAC8D2A60176401 (DerNull_t020168AF07318033108544C00C803CD7AEB97239 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Object0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return asn1Object is DerNull; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___asn1Object0; return (bool)((!(((RuntimeObject*)(DerNull_t020168AF07318033108544C00C803CD7AEB97239 *)((DerNull_t020168AF07318033108544C00C803CD7AEB97239 *)IsInstClass((RuntimeObject*)L_0, DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::Asn1GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DerNull_Asn1GetHashCode_m188D85C15A46A356D3A6A73956B27983CDE41E22 (DerNull_t020168AF07318033108544C00C803CD7AEB97239 * __this, const RuntimeMethod* method) { { // return -1; return (-1); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerNull__cctor_m4D8BBF22C9BF6226105F8B00DDE521EAD09A5622 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly DerNull Instance = new DerNull(0); DerNull_t020168AF07318033108544C00C803CD7AEB97239 * L_0 = (DerNull_t020168AF07318033108544C00C803CD7AEB97239 *)il2cpp_codegen_object_new(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); DerNull__ctor_m2EB8C660F2B42E7CF0C552273E123DE7028C2AE2(L_0, 0, /*hidden argument*/NULL); ((DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields*)il2cpp_codegen_static_fields_for(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var))->set_Instance_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNumericString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNumericString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 * DerNumericString_GetInstance_m837C88CF770EC6C68395DFFAE3CA543DD9ED1BF3 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerNumericString_tBC93689419794115F79AC727A0E483A597F36038_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is DerNumericString) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 *)IsInstClass((RuntimeObject*)L_1, DerNumericString_tBC93689419794115F79AC727A0E483A597F36038_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (DerNumericString)obj; RuntimeObject * L_2 = ___obj0; return ((DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 *)CastclassClass((RuntimeObject*)L_2, DerNumericString_tBC93689419794115F79AC727A0E483A597F36038_il2cpp_TypeInfo_var)); } IL_0012: { // throw new ArgumentException("illegal object in GetInstance: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj)); RuntimeObject * L_3 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_4; L_4 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AEB5F8FF57BB3B2AD163E00335FACD4923E929A)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerNumericString_GetInstance_m837C88CF770EC6C68395DFFAE3CA543DD9ED1BF3_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNumericString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNumericString::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 * DerNumericString_GetInstance_mFD724CA1CB1802D5E53E74590566D701A4DCEB12 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerNumericString_tBC93689419794115F79AC727A0E483A597F36038_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_0 = NULL; { // Asn1Object o = obj.GetObject(); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; NullCheck(L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (isExplicit || o is DerNumericString) bool L_2 = ___isExplicit1; if (L_2) { goto IL_0012; } } { Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3 = V_0; if (!((DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 *)IsInstClass((RuntimeObject*)L_3, DerNumericString_tBC93689419794115F79AC727A0E483A597F36038_il2cpp_TypeInfo_var))) { goto IL_0019; } } IL_0012: { // return GetInstance(o); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = V_0; DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 * L_5; L_5 = DerNumericString_GetInstance_m837C88CF770EC6C68395DFFAE3CA543DD9ED1BF3(L_4, /*hidden argument*/NULL); return L_5; } IL_0019: { // return new DerNumericString(Asn1OctetString.GetInstance(o).GetOctets()); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6 = V_0; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_7; L_7 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_6, /*hidden argument*/NULL); NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_7); DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 * L_9 = (DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 *)il2cpp_codegen_object_new(DerNumericString_tBC93689419794115F79AC727A0E483A597F36038_il2cpp_TypeInfo_var); DerNumericString__ctor_mB543776CD145358C2EE931FB715C68B06E6BBA0D(L_9, L_8, /*hidden argument*/NULL); return L_9; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNumericString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerNumericString__ctor_mB543776CD145358C2EE931FB715C68B06E6BBA0D (DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method) { { // : this(Strings.FromAsciiByteArray(str), false) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___str0; String_t* L_1; L_1 = Strings_FromAsciiByteArray_m91E8E1048396DDD9629BA341D7D9D696F6025A70(L_0, /*hidden argument*/NULL); DerNumericString__ctor_mCBD36AB6EB27B38E65754B1DABCF630B76D23231(__this, L_1, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNumericString::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerNumericString__ctor_m4A8CAFA69C1ADFDCC7119582B7C88F6B7B90ED5E (DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 * __this, String_t* ___str0, const RuntimeMethod* method) { { // : this(str, false) String_t* L_0 = ___str0; DerNumericString__ctor_mCBD36AB6EB27B38E65754B1DABCF630B76D23231(__this, L_0, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNumericString::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerNumericString__ctor_mCBD36AB6EB27B38E65754B1DABCF630B76D23231 (DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 * __this, String_t* ___str0, bool ___validate1, const RuntimeMethod* method) { { // public DerNumericString( // string str, // bool validate) DerStringBase__ctor_mDC4BCCB3F5A8E5FEA22C64E747B1678FC1DCA7EF(__this, /*hidden argument*/NULL); // if (str == null) String_t* L_0 = ___str0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("str"); 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*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerNumericString__ctor_mCBD36AB6EB27B38E65754B1DABCF630B76D23231_RuntimeMethod_var))); } IL_0014: { // if (validate && !IsNumericString(str)) bool L_2 = ___validate1; if (!L_2) { goto IL_002f; } } { String_t* L_3 = ___str0; bool L_4; L_4 = DerNumericString_IsNumericString_mF01C7B59F3A3F1E70D325D43D16BD8D9D77071B6(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_002f; } } { // throw new ArgumentException("string contains illegal characters", "str"); 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*)&_stringLiteral685AD70D8A66C556404E2CFEDD2B4DB8C13CB3A0)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerNumericString__ctor_mCBD36AB6EB27B38E65754B1DABCF630B76D23231_RuntimeMethod_var))); } IL_002f: { // this.str = str; String_t* L_6 = ___str0; __this->set_str_2(L_6); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNumericString::GetString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerNumericString_GetString_mDC1B45A12F566F5DCF1C92AB0CC76518AEC576F8 (DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 * __this, const RuntimeMethod* method) { { // return str; String_t* L_0 = __this->get_str_2(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNumericString::GetOctets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerNumericString_GetOctets_mD5D1CD085F50FF7AD963C5ABE98873333E519BCA (DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 * __this, const RuntimeMethod* method) { { // return Strings.ToAsciiByteArray(str); String_t* L_0 = __this->get_str_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Strings_ToAsciiByteArray_m00A6AE5ADF958F281F45360B2C57264611926803(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNumericString::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerNumericString_Encode_m7F417508253806DD768E17B3DAD639D4FF9A2BE7 (DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { { // derOut.WriteEncoded(Asn1Tags.NumericString, GetOctets()); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_0 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = DerNumericString_GetOctets_mD5D1CD085F50FF7AD963C5ABE98873333E519BCA(__this, /*hidden argument*/NULL); NullCheck(L_0); DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037(L_0, ((int32_t)18), L_1, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNumericString::Asn1Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerNumericString_Asn1Equals_mB2A64446829BA0BBEEDAB71330526C6B391C93BD (DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Object0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerNumericString_tBC93689419794115F79AC727A0E483A597F36038_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 * V_0 = NULL; { // DerNumericString other = asn1Object as DerNumericString; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___asn1Object0; V_0 = ((DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 *)IsInstClass((RuntimeObject*)L_0, DerNumericString_tBC93689419794115F79AC727A0E483A597F36038_il2cpp_TypeInfo_var)); // if (other == null) DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 * L_1 = V_0; if (L_1) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // return this.str.Equals(other.str); String_t* L_2 = __this->get_str_2(); DerNumericString_tBC93689419794115F79AC727A0E483A597F36038 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get_str_2(); NullCheck(L_2); bool L_5; L_5 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNumericString::IsNumericString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerNumericString_IsNumericString_mF01C7B59F3A3F1E70D325D43D16BD8D9D77071B6 (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { // foreach (char ch in str) String_t* L_0 = ___str0; V_0 = L_0; V_1 = 0; goto IL_0026; } IL_0006: { // foreach (char ch in str) String_t* L_1 = V_0; int32_t L_2 = V_1; NullCheck(L_1); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, L_2, /*hidden argument*/NULL); V_2 = L_3; // if (ch > 0x007f || (ch != ' ' && !char.IsDigit(ch))) Il2CppChar L_4 = V_2; if ((((int32_t)L_4) > ((int32_t)((int32_t)127)))) { goto IL_0020; } } { Il2CppChar L_5 = V_2; if ((((int32_t)L_5) == ((int32_t)((int32_t)32)))) { goto IL_0022; } } { Il2CppChar L_6 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_7; L_7 = Char_IsDigit_mC19135099993954C820E030363B943034575F504(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0022; } } IL_0020: { // return false; return (bool)0; } IL_0022: { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0026: { // foreach (char ch in str) int32_t L_9 = V_1; String_t* L_10 = V_0; NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0006; } } { // return true; return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * DerObjectIdentifier_GetInstance_mBE1F50C71CFA8B210307AFD39E62F8AF4D5E34FF (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is DerObjectIdentifier) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)IsInstClass((RuntimeObject*)L_1, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (DerObjectIdentifier) obj; RuntimeObject * L_2 = ___obj0; return ((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)CastclassClass((RuntimeObject*)L_2, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var)); } IL_0012: { // if (obj is byte[]) RuntimeObject * L_3 = ___obj0; if (!((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)IsInst((RuntimeObject*)L_3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))) { goto IL_0026; } } { // return FromOctetString((byte[])obj); RuntimeObject * L_4 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5; L_5 = DerObjectIdentifier_FromOctetString_mB2E32FA16C5D3ACC558C3444F9533D250DC2481B(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException("illegal object in GetInstance: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_6 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AEB5F8FF57BB3B2AD163E00335FACD4923E929A)), 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*)&DerObjectIdentifier_GetInstance_mBE1F50C71CFA8B210307AFD39E62F8AF4D5E34FF_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * DerObjectIdentifier_GetInstance_m7BF5A44DABE601CF169DD59A867E3DCF90C75C82 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_0 = NULL; { // Asn1Object o = obj.GetObject(); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; NullCheck(L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (explicitly || o is DerObjectIdentifier) bool L_2 = ___explicitly1; if (L_2) { goto IL_0012; } } { Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3 = V_0; if (!((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)IsInstClass((RuntimeObject*)L_3, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var))) { goto IL_0019; } } IL_0012: { // return GetInstance(o); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5; L_5 = DerObjectIdentifier_GetInstance_mBE1F50C71CFA8B210307AFD39E62F8AF4D5E34FF(L_4, /*hidden argument*/NULL); return L_5; } IL_0019: { // return FromOctetString(Asn1OctetString.GetInstance(o).GetOctets()); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6 = V_0; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_7; L_7 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_6, /*hidden argument*/NULL); NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_7); IL2CPP_RUNTIME_CLASS_INIT(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_9; L_9 = DerObjectIdentifier_FromOctetString_mB2E32FA16C5D3ACC558C3444F9533D250DC2481B(L_8, /*hidden argument*/NULL); return L_9; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public DerObjectIdentifier( // string identifier) Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // if (identifier == null) String_t* L_0 = ___identifier0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("identifier"); 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*)&_stringLiteral00B8A49A0353D350D3914D9B4B8223F51C1CB133)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD_RuntimeMethod_var))); } IL_0014: { // if (!IsValidIdentifier(identifier)) String_t* L_2 = ___identifier0; IL2CPP_RUNTIME_CLASS_INIT(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); bool L_3; L_3 = DerObjectIdentifier_IsValidIdentifier_mC5BA3CBD3D8587DB742CA5B08D8B1021D9E6F2C0(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0032; } } { // throw new FormatException("string " + identifier + " not an OID"); String_t* L_4 = ___identifier0; String_t* L_5; L_5 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD3798848984341AD707904D6BC0A66A58CC808C9)), L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8B0EC0BC55E7D698E7E21162F662A340731EFC86)), /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_6 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD_RuntimeMethod_var))); } IL_0032: { // this.identifier = identifier; String_t* L_7 = ___identifier0; __this->set_identifier_2(L_7); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier__ctor_mDC687CD177DC32F239906639A16491F84291D144 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, String_t* ___branchID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } { // internal DerObjectIdentifier(DerObjectIdentifier oid, string branchID) Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // if (!IsValidBranchID(branchID, 0)) String_t* L_0 = ___branchID1; IL2CPP_RUNTIME_CLASS_INIT(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); bool L_1; L_1 = DerObjectIdentifier_IsValidBranchID_m82CD8A6B89DCF718F338C443CC8822779662DB45(L_0, 0, /*hidden argument*/NULL); if (L_1) { goto IL_002a; } } { // throw new ArgumentException("string " + branchID + " not a valid OID branch", "branchID"); String_t* L_2 = ___branchID1; String_t* L_3; L_3 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD3798848984341AD707904D6BC0A66A58CC808C9)), L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral31D93A0F683420B4B6DF27273601CFDB169D50EC)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFD8727ECE2A497DA940EF3D629FF09FF51296D56)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerObjectIdentifier__ctor_mDC687CD177DC32F239906639A16491F84291D144_RuntimeMethod_var))); } IL_002a: { // this.identifier = oid.Id + "." + branchID; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ___oid0; NullCheck(L_5); String_t* L_6; L_6 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_5, /*hidden argument*/NULL); String_t* L_7 = ___branchID1; String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_6, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, L_7, /*hidden argument*/NULL); __this->set_identifier_2(L_8); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::get_Id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, const RuntimeMethod* method) { { // get { return identifier; } String_t* L_0 = __this->get_identifier_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * DerObjectIdentifier_Branch_m1E1B0A406A7EFABCE30C74EE390EE72DFF914466 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, String_t* ___branchID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new DerObjectIdentifier(this, branchID); String_t* L_0 = ___branchID0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_mDC687CD177DC32F239906639A16491F84291D144(L_1, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::On(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerObjectIdentifier_On_m458C7120B638E6CE95BBA008A8AD1E5DF0B0353B (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___stem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { // string id = Id, stemId = stem.Id; String_t* L_0; L_0 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(__this, /*hidden argument*/NULL); V_0 = L_0; // string id = Id, stemId = stem.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ___stem0; NullCheck(L_1); String_t* L_2; L_2 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_1, /*hidden argument*/NULL); V_1 = L_2; // return id.Length > stemId.Length && id[stemId.Length] == '.' && BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.StartsWith(id, stemId); String_t* L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); String_t* L_5 = V_1; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)L_6))) { goto IL_0034; } } { String_t* L_7 = V_0; String_t* L_8 = V_1; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); NullCheck(L_7); Il2CppChar L_10; L_10 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_7, L_9, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)46))))) { goto IL_0034; } } { String_t* L_11 = V_0; String_t* L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_13; L_13 = Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524(L_11, L_12, /*hidden argument*/NULL); return L_13; } IL_0034: { return (bool)0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier__ctor_m3FF2EA92C17C2A6BAD98B373880E74E81D65262A (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal DerObjectIdentifier(byte[] bytes) Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // this.identifier = MakeOidStringFromBytes(bytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bytes0; IL2CPP_RUNTIME_CLASS_INIT(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); String_t* L_1; L_1 = DerObjectIdentifier_MakeOidStringFromBytes_m25677014CFBD78C4B6268A4DC09FAD2E09CBFA92(L_0, /*hidden argument*/NULL); __this->set_identifier_2(L_1); // this.body = Arrays.Clone(bytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___bytes0; 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_body_3(L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::WriteField(System.IO.Stream,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier_WriteField_m465B2389AB6F5BE26D021C166482F54DB0AB2BB0 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outputStream0, int64_t ___fieldValue1, 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; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { // byte[] result = new byte[9]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9)); V_0 = L_0; // int pos = 8; V_1 = 8; // result[pos] = (byte)(fieldValue & 0x7f); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = V_0; int32_t L_2 = V_1; int64_t L_3 = ___fieldValue1; NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)L_3&(int64_t)((int64_t)((int64_t)((int32_t)127)))))))); goto IL_002e; } IL_0015: { // fieldValue >>= 7; int64_t L_4 = ___fieldValue1; ___fieldValue1 = ((int64_t)((int64_t)L_4>>(int32_t)7)); // result[--pos] = (byte)((fieldValue & 0x7f) | 0x80); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; int32_t L_6 = V_1; int32_t L_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)); V_1 = L_7; int64_t L_8 = ___fieldValue1; NullCheck(L_5); (L_5)->SetAt(static_cast(L_7), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_8&(int64_t)((int64_t)((int64_t)((int32_t)127)))))|(int64_t)((int64_t)((int64_t)((int32_t)128)))))))); } IL_002e: { // while (fieldValue >= (1L << 7)) int64_t L_9 = ___fieldValue1; if ((((int64_t)L_9) >= ((int64_t)((int64_t)((int64_t)((int32_t)128)))))) { goto IL_0015; } } { // outputStream.Write(result, pos, 9 - pos); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_10 = ___outputStream0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; int32_t L_12 = V_1; int32_t L_13 = V_1; NullCheck(L_10); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_10, L_11, L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)9), (int32_t)L_13))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::WriteField(System.IO.Stream,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier_WriteField_m933CCDE624A395EE3619FCE7FB3B43D05DA5AE67 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outputStream0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___fieldValue1, 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; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; { // int byteCount = (fieldValue.BitLength + 6) / 7; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___fieldValue1; NullCheck(L_0); int32_t L_1; L_1 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_0, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)6))/(int32_t)7)); // if (byteCount == 0) int32_t L_2 = V_0; if (L_2) { goto IL_0016; } } { // outputStream.WriteByte(0); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = ___outputStream0; NullCheck(L_3); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_3, (uint8_t)0); // } return; } IL_0016: { // BigInteger tmpValue = fieldValue; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ___fieldValue1; V_1 = L_4; // byte[] tmp = new byte[byteCount]; int32_t L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_5); V_2 = L_6; // for (int i = byteCount-1; i >= 0; i--) int32_t L_7 = V_0; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); goto IL_0044; } IL_0025: { // tmp[i] = (byte) ((tmpValue.IntValue & 0x7f) | 0x80); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_2; int32_t L_9 = V_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = V_1; NullCheck(L_10); int32_t L_11; L_11 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_10, /*hidden argument*/NULL); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)127)))|(int32_t)((int32_t)128)))))); // tmpValue = tmpValue.ShiftRight(7); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = V_1; NullCheck(L_12); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13; L_13 = BigInteger_ShiftRight_m24332C73CA4FF51A829E2F1AB89F0B3903CDF642(L_12, 7, /*hidden argument*/NULL); V_1 = L_13; // for (int i = byteCount-1; i >= 0; i--) int32_t L_14 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)); } IL_0044: { // for (int i = byteCount-1; i >= 0; i--) int32_t L_15 = V_3; if ((((int32_t)L_15) >= ((int32_t)0))) { goto IL_0025; } } { // tmp[byteCount-1] &= 0x7f; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_2; int32_t L_17 = V_0; NullCheck(L_16); uint8_t* L_18 = ((L_16)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1))))); int32_t L_19 = *((uint8_t*)L_18); *((int8_t*)L_18) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)127))))); // outputStream.Write(tmp, 0, tmp.Length); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_20 = ___outputStream0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_2; NullCheck(L_22); NullCheck(L_20); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_20, L_21, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::DoOutput(System.IO.MemoryStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier_DoOutput_m632E73588BEA4E7F60C3CF730ADC40ABB204CF50 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___bOut0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OidTokenizer_tABE47BAA48E05B21F927C614B98786CFA77257F1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OidTokenizer_tABE47BAA48E05B21F927C614B98786CFA77257F1 * V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; { // OidTokenizer tok = new OidTokenizer(identifier); String_t* L_0 = __this->get_identifier_2(); OidTokenizer_tABE47BAA48E05B21F927C614B98786CFA77257F1 * L_1 = (OidTokenizer_tABE47BAA48E05B21F927C614B98786CFA77257F1 *)il2cpp_codegen_object_new(OidTokenizer_tABE47BAA48E05B21F927C614B98786CFA77257F1_il2cpp_TypeInfo_var); OidTokenizer__ctor_mE7407C634CB216D1BAE80956E4F6C682EB044585(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // string token = tok.NextToken(); OidTokenizer_tABE47BAA48E05B21F927C614B98786CFA77257F1 * L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = OidTokenizer_NextToken_mFC7017EAB920E53F0B792F71E4623A30DCA069BB(L_2, /*hidden argument*/NULL); V_1 = L_3; // int first = int.Parse(token) * 40; String_t* L_4 = V_1; int32_t L_5; L_5 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_4, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)((int32_t)40))); // token = tok.NextToken(); OidTokenizer_tABE47BAA48E05B21F927C614B98786CFA77257F1 * L_6 = V_0; NullCheck(L_6); String_t* L_7; L_7 = OidTokenizer_NextToken_mFC7017EAB920E53F0B792F71E4623A30DCA069BB(L_6, /*hidden argument*/NULL); V_1 = L_7; // if (token.Length <= 18) String_t* L_8 = V_1; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) > ((int32_t)((int32_t)18)))) { goto IL_0040; } } { // WriteField(bOut, first + Int64.Parse(token)); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_10 = ___bOut0; int32_t L_11 = V_2; String_t* L_12 = V_1; int64_t L_13; L_13 = Int64_Parse_m324C1AE318F496D87AAED8CB5D9E6E6EA6FE4A45(L_12, /*hidden argument*/NULL); DerObjectIdentifier_WriteField_m465B2389AB6F5BE26D021C166482F54DB0AB2BB0(__this, L_10, ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)L_11)), (int64_t)L_13)), /*hidden argument*/NULL); // } goto IL_0088; } IL_0040: { // WriteField(bOut, new BigInteger(token).Add(BigInteger.ValueOf(first))); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_14 = ___bOut0; String_t* L_15 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_16, L_15, /*hidden argument*/NULL); int32_t L_17 = V_2; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_18; L_18 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(((int64_t)((int64_t)L_17)), /*hidden argument*/NULL); NullCheck(L_16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_19; L_19 = BigInteger_Add_mC4685DAB012424EC6A0FF486D89CA5A538CB3937(L_16, L_18, /*hidden argument*/NULL); DerObjectIdentifier_WriteField_m933CCDE624A395EE3619FCE7FB3B43D05DA5AE67(__this, L_14, L_19, /*hidden argument*/NULL); goto IL_0088; } IL_005b: { // token = tok.NextToken(); OidTokenizer_tABE47BAA48E05B21F927C614B98786CFA77257F1 * L_20 = V_0; NullCheck(L_20); String_t* L_21; L_21 = OidTokenizer_NextToken_mFC7017EAB920E53F0B792F71E4623A30DCA069BB(L_20, /*hidden argument*/NULL); V_1 = L_21; // if (token.Length <= 18) String_t* L_22 = V_1; NullCheck(L_22); int32_t L_23; L_23 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_22, /*hidden argument*/NULL); if ((((int32_t)L_23) > ((int32_t)((int32_t)18)))) { goto IL_007b; } } { // WriteField(bOut, Int64.Parse(token)); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_24 = ___bOut0; String_t* L_25 = V_1; int64_t L_26; L_26 = Int64_Parse_m324C1AE318F496D87AAED8CB5D9E6E6EA6FE4A45(L_25, /*hidden argument*/NULL); DerObjectIdentifier_WriteField_m465B2389AB6F5BE26D021C166482F54DB0AB2BB0(__this, L_24, L_26, /*hidden argument*/NULL); // } goto IL_0088; } IL_007b: { // WriteField(bOut, new BigInteger(token)); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_27 = ___bOut0; String_t* L_28 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_29 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_29, L_28, /*hidden argument*/NULL); DerObjectIdentifier_WriteField_m933CCDE624A395EE3619FCE7FB3B43D05DA5AE67(__this, L_27, L_29, /*hidden argument*/NULL); } IL_0088: { // while (tok.HasMoreTokens) OidTokenizer_tABE47BAA48E05B21F927C614B98786CFA77257F1 * L_30 = V_0; NullCheck(L_30); bool L_31; L_31 = OidTokenizer_get_HasMoreTokens_mA8CCEAC53D6013939439CB997426199ED5CB1C44(L_30, /*hidden argument*/NULL); if (L_31) { goto IL_005b; } } { // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::GetBody() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerObjectIdentifier_GetBody_mB7C63139186A8D9B5DE633F33B5BEEDAA66B153B (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __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; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * V_0 = NULL; bool V_1 = false; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (this) V_0 = __this; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) { DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_1), /*hidden argument*/NULL); // if (body == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_body_3(); if (L_1) { goto IL_002d; } } IL_0014: { // MemoryStream bOut = new MemoryStream(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_2 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_2, /*hidden argument*/NULL); V_2 = L_2; // DoOutput(bOut); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_3 = V_2; DerObjectIdentifier_DoOutput_m632E73588BEA4E7F60C3CF730ADC40ABB204CF50(__this, L_3, /*hidden argument*/NULL); // body = bOut.ToArray(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_4 = V_2; NullCheck(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_4); __this->set_body_3(L_5); } IL_002d: { // } IL2CPP_LEAVE(0x39, FINALLY_002f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002f; } FINALLY_002f: {// begin finally (depth: 1) { bool L_6 = V_1; if (!L_6) { goto IL_0038; } } IL_0032: { DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_7, /*hidden argument*/NULL); } IL_0038: { IL2CPP_END_FINALLY(47) } }// end finally (depth: 1) IL2CPP_CLEANUP(47) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x39, IL_0039) } IL_0039: { // return body; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_body_3(); return L_8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier_Encode_mA6CD8E5273D3028566CD7EDE150CFC3BA1BD2BFC (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { { // derOut.WriteEncoded(Asn1Tags.ObjectIdentifier, GetBody()); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_0 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = DerObjectIdentifier_GetBody_mB7C63139186A8D9B5DE633F33B5BEEDAA66B153B(__this, /*hidden argument*/NULL); NullCheck(L_0); DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037(L_0, 6, L_1, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Asn1GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DerObjectIdentifier_Asn1GetHashCode_m268E6BF38ABAA9A17F0410D680015BF82CFE4E6E (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, const RuntimeMethod* method) { { // return identifier.GetHashCode(); String_t* L_0 = __this->get_identifier_2(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Asn1Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerObjectIdentifier_Asn1Equals_m11DB33BF3283EC5FC0A7A7B55F25E32CDDB7B39C (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Object0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * V_0 = NULL; { // DerObjectIdentifier other = asn1Object as DerObjectIdentifier; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___asn1Object0; V_0 = ((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)IsInstClass((RuntimeObject*)L_0, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var)); // if (other == null) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = V_0; if (L_1) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // return this.identifier.Equals(other.identifier); String_t* L_2 = __this->get_identifier_2(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get_identifier_2(); NullCheck(L_2); bool L_5; L_5 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerObjectIdentifier_ToString_m16000EBC07FB9824227311520A415E4626B47DA7 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, const RuntimeMethod* method) { { // return identifier; String_t* L_0 = __this->get_identifier_2(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::IsValidBranchID(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerObjectIdentifier_IsValidBranchID_m82CD8A6B89DCF718F338C443CC8822779662DB45 (String_t* ___branchID0, int32_t ___start1, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { // bool periodAllowed = false; V_0 = (bool)0; // int pos = branchID.Length; String_t* L_0 = ___branchID0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); V_1 = L_1; goto IL_0031; } IL_000b: { // char ch = branchID[pos]; String_t* L_2 = ___branchID0; int32_t L_3 = V_1; NullCheck(L_2); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; // if ('0' <= ch && ch <= '9') Il2CppChar L_5 = V_2; if ((((int32_t)((int32_t)48)) > ((int32_t)L_5))) { goto IL_0021; } } { Il2CppChar L_6 = V_2; if ((((int32_t)L_6) > ((int32_t)((int32_t)57)))) { goto IL_0021; } } { // periodAllowed = true; V_0 = (bool)1; // continue; goto IL_0031; } IL_0021: { // if (ch == '.') Il2CppChar L_7 = V_2; if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)46))))) { goto IL_002f; } } { // if (!periodAllowed) bool L_8 = V_0; if (L_8) { goto IL_002b; } } { // return false; return (bool)0; } IL_002b: { // periodAllowed = false; V_0 = (bool)0; // continue; goto IL_0031; } IL_002f: { // return false; return (bool)0; } IL_0031: { // while (--pos >= start) int32_t L_9 = V_1; int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); V_1 = L_10; int32_t L_11 = ___start1; if ((((int32_t)L_10) >= ((int32_t)L_11))) { goto IL_000b; } } { // return periodAllowed; bool L_12 = V_0; return L_12; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::IsValidIdentifier(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerObjectIdentifier_IsValidIdentifier_mC5BA3CBD3D8587DB742CA5B08D8B1021D9E6F2C0 (String_t* ___identifier0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { // if (identifier.Length < 3 || identifier[1] != '.') String_t* L_0 = ___identifier0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)3))) { goto IL_0014; } } { String_t* L_2 = ___identifier0; NullCheck(L_2); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, 1, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)46)))) { goto IL_0016; } } IL_0014: { // return false; return (bool)0; } IL_0016: { // char first = identifier[0]; String_t* L_4 = ___identifier0; NullCheck(L_4); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, 0, /*hidden argument*/NULL); V_0 = L_5; // if (first < '0' || first > '2') Il2CppChar L_6 = V_0; if ((((int32_t)L_6) < ((int32_t)((int32_t)48)))) { goto IL_0028; } } { Il2CppChar L_7 = V_0; if ((((int32_t)L_7) <= ((int32_t)((int32_t)50)))) { goto IL_002a; } } IL_0028: { // return false; return (bool)0; } IL_002a: { // return IsValidBranchID(identifier, 2); String_t* L_8 = ___identifier0; IL2CPP_RUNTIME_CLASS_INIT(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); bool L_9; L_9 = DerObjectIdentifier_IsValidBranchID_m82CD8A6B89DCF718F338C443CC8822779662DB45(L_8, 2, /*hidden argument*/NULL); return L_9; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::MakeOidStringFromBytes(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerObjectIdentifier_MakeOidStringFromBytes_m25677014CFBD78C4B6268A4DC09FAD2E09CBFA92 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int64_t V_1 = 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; { // StringBuilder objId = new StringBuilder(); StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_0 = L_0; // long value = 0; V_1 = ((int64_t)((int64_t)0)); // BigInteger bigValue = null; V_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)NULL; // bool first = true; V_3 = (bool)1; // for (int i = 0; i != bytes.Length; i++) V_4 = 0; goto IL_00fb; } IL_0015: { // int b = bytes[i]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes0; int32_t L_2 = V_4; NullCheck(L_1); int32_t L_3 = L_2; uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_5 = L_4; // if (value <= LONG_LIMIT) int64_t L_5 = V_1; if ((((int64_t)L_5) > ((int64_t)((int64_t)72057594037927808LL)))) { goto IL_0092; } } { // value += (b & 0x7f); int64_t L_6 = V_1; int32_t L_7 = V_5; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_6, (int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)127))))))); // if ((b & 0x80) == 0) // end of number reached int32_t L_8 = V_5; if (((int32_t)((int32_t)L_8&(int32_t)((int32_t)128)))) { goto IL_008c; } } { // if (first) bool L_9 = V_3; if (!L_9) { goto IL_0076; } } { // if (value < 40) int64_t L_10 = V_1; if ((((int64_t)L_10) >= ((int64_t)((int64_t)((int64_t)((int32_t)40)))))) { goto IL_004e; } } { // objId.Append('0'); StringBuilder_t * L_11 = V_0; NullCheck(L_11); StringBuilder_t * L_12; L_12 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_11, ((int32_t)48), /*hidden argument*/NULL); // } goto IL_0074; } IL_004e: { // else if (value < 80) int64_t L_13 = V_1; if ((((int64_t)L_13) >= ((int64_t)((int64_t)((int64_t)((int32_t)80)))))) { goto IL_0065; } } { // objId.Append('1'); StringBuilder_t * L_14 = V_0; NullCheck(L_14); StringBuilder_t * L_15; L_15 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_14, ((int32_t)49), /*hidden argument*/NULL); // value -= 40; int64_t L_16 = V_1; V_1 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_16, (int64_t)((int64_t)((int64_t)((int32_t)40))))); // } goto IL_0074; } IL_0065: { // objId.Append('2'); StringBuilder_t * L_17 = V_0; NullCheck(L_17); StringBuilder_t * L_18; L_18 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_17, ((int32_t)50), /*hidden argument*/NULL); // value -= 80; int64_t L_19 = V_1; V_1 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_19, (int64_t)((int64_t)((int64_t)((int32_t)80))))); } IL_0074: { // first = false; V_3 = (bool)0; } IL_0076: { // objId.Append('.'); StringBuilder_t * L_20 = V_0; NullCheck(L_20); StringBuilder_t * L_21; L_21 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_20, ((int32_t)46), /*hidden argument*/NULL); // objId.Append(value); StringBuilder_t * L_22 = V_0; int64_t L_23 = V_1; NullCheck(L_22); StringBuilder_t * L_24; L_24 = StringBuilder_Append_m8DA7E8B858ADF12EF8CE62A4083B60510B1D1510(L_22, L_23, /*hidden argument*/NULL); // value = 0; V_1 = ((int64_t)((int64_t)0)); // } goto IL_00f5; } IL_008c: { // value <<= 7; int64_t L_25 = V_1; V_1 = ((int64_t)((int64_t)L_25<<(int32_t)7)); // } goto IL_00f5; } IL_0092: { // if (bigValue == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_26 = V_2; if (L_26) { goto IL_009c; } } { // bigValue = BigInteger.ValueOf(value); int64_t L_27 = V_1; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_28; L_28 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(L_27, /*hidden argument*/NULL); V_2 = L_28; } IL_009c: { // bigValue = bigValue.Or(BigInteger.ValueOf(b & 0x7f)); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_29 = V_2; int32_t L_30 = V_5; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_31; L_31 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(((int64_t)((int64_t)((int32_t)((int32_t)L_30&(int32_t)((int32_t)127))))), /*hidden argument*/NULL); NullCheck(L_29); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_32; L_32 = BigInteger_Or_m889E0EBA2F763935FD92EAF79E95E9EF08143A25(L_29, L_31, /*hidden argument*/NULL); V_2 = L_32; // if ((b & 0x80) == 0) int32_t L_33 = V_5; if (((int32_t)((int32_t)L_33&(int32_t)((int32_t)128)))) { goto IL_00ed; } } { // if (first) bool L_34 = V_3; if (!L_34) { goto IL_00d5; } } { // objId.Append('2'); StringBuilder_t * L_35 = V_0; NullCheck(L_35); StringBuilder_t * L_36; L_36 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_35, ((int32_t)50), /*hidden argument*/NULL); // bigValue = bigValue.Subtract(BigInteger.ValueOf(80)); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_37 = V_2; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_38; L_38 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(((int64_t)((int64_t)((int32_t)80))), /*hidden argument*/NULL); NullCheck(L_37); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_39; L_39 = BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C(L_37, L_38, /*hidden argument*/NULL); V_2 = L_39; // first = false; V_3 = (bool)0; } IL_00d5: { // objId.Append('.'); StringBuilder_t * L_40 = V_0; NullCheck(L_40); StringBuilder_t * L_41; L_41 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_40, ((int32_t)46), /*hidden argument*/NULL); // objId.Append(bigValue); StringBuilder_t * L_42 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_43 = V_2; NullCheck(L_42); StringBuilder_t * L_44; L_44 = StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F(L_42, L_43, /*hidden argument*/NULL); // bigValue = null; V_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)NULL; // value = 0; V_1 = ((int64_t)((int64_t)0)); // } goto IL_00f5; } IL_00ed: { // bigValue = bigValue.ShiftLeft(7); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_45 = V_2; NullCheck(L_45); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_46; L_46 = BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C(L_45, 7, /*hidden argument*/NULL); V_2 = L_46; } IL_00f5: { // for (int i = 0; i != bytes.Length; i++) int32_t L_47 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_00fb: { // for (int i = 0; i != bytes.Length; i++) int32_t L_48 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = ___bytes0; NullCheck(L_49); if ((!(((uint32_t)L_48) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_49)->max_length))))))) { goto IL_0015; } } { // return objId.ToString(); StringBuilder_t * L_50 = V_0; NullCheck(L_50); String_t* L_51; L_51 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_50); return L_51; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::FromOctetString(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * DerObjectIdentifier_FromOctetString_mB2E32FA16C5D3ACC558C3444F9533D250DC2481B (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___enc0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* V_1 = NULL; bool V_2 = false; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * V_3 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * V_4 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // int hashCode = Arrays.GetHashCode(enc); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___enc0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Arrays_GetHashCode_m8261AF075350B6360081F547285B872E81168C25(L_0, /*hidden argument*/NULL); // int first = hashCode & 1023; V_0 = ((int32_t)((int32_t)L_1&(int32_t)((int32_t)1023))); // lock (cache) IL2CPP_RUNTIME_CLASS_INIT(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* L_2 = ((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields*)il2cpp_codegen_static_fields_for(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var))->get_cache_5(); V_1 = L_2; V_2 = (bool)0; } IL_0015: try {// begin try (depth: 1) { DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* L_3 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4((RuntimeObject *)(RuntimeObject *)L_3, (bool*)(&V_2), /*hidden argument*/NULL); // DerObjectIdentifier entry = cache[first]; IL2CPP_RUNTIME_CLASS_INIT(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* L_4 = ((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields*)il2cpp_codegen_static_fields_for(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var))->get_cache_5(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7 = (L_4)->GetAt(static_cast(L_6)); V_3 = L_7; // if (entry != null && Arrays.AreEqual(enc, entry.GetBody())) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_8 = V_3; if (!L_8) { goto IL_003b; } } IL_0028: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___enc0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_10 = V_3; NullCheck(L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11; L_11 = DerObjectIdentifier_GetBody_mB7C63139186A8D9B5DE633F33B5BEEDAA66B153B(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_12; L_12 = Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246(L_9, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_003b; } } IL_0036: { // return entry; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_13 = V_3; V_4 = L_13; IL2CPP_LEAVE(0x5B, FINALLY_0051); } IL_003b: { // return cache[first] = new DerObjectIdentifier(enc); IL2CPP_RUNTIME_CLASS_INIT(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* L_14 = ((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields*)il2cpp_codegen_static_fields_for(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var))->get_cache_5(); int32_t L_15 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___enc0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_17 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m3FF2EA92C17C2A6BAD98B373880E74E81D65262A(L_17, L_16, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_18 = L_17; V_5 = L_18; NullCheck(L_14); ArrayElementTypeCheck (L_14, L_18); (L_14)->SetAt(static_cast(L_15), (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)L_18); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_19 = V_5; V_4 = L_19; IL2CPP_LEAVE(0x5B, FINALLY_0051); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0051; } FINALLY_0051: {// begin finally (depth: 1) { bool L_20 = V_2; if (!L_20) { goto IL_005a; } } IL_0054: { DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* L_21 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A((RuntimeObject *)(RuntimeObject *)L_21, /*hidden argument*/NULL); } IL_005a: { IL2CPP_END_FINALLY(81) } }// end finally (depth: 1) IL2CPP_CLEANUP(81) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5B, IL_005b) } IL_005b: { // } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_22 = V_4; return L_22; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier__cctor_mF99C7D27DC1B5182CA9C252DD4FCBA784A8131C2 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly DerObjectIdentifier[] cache = new DerObjectIdentifier[1024]; DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* L_0 = (DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F*)(DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F*)SZArrayNew(DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1024)); ((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields*)il2cpp_codegen_static_fields_for(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var))->set_cache_5(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2 (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method) { { // : base(str) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___str0; Asn1OctetString__ctor_mEBE6F96733FD69C498D684A56A37C33314602DD5(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOctetString__ctor_m64FE8AEC387DB720BB3CE37C7BC6250152FF9914 (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * __this, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj0, const RuntimeMethod* method) { { // : base(obj) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = ___obj0; Asn1OctetString__ctor_m34BFCD37066EEB21B7287E09C2096FC47F2169F9(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOctetString_Encode_m550E310EA36242EF8E8A4E7DCFA64F6A2E72C484 (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { { // derOut.WriteEncoded(Asn1Tags.OctetString, str); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_0 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)__this)->get_str_2(); NullCheck(L_0); DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037(L_0, 4, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOctetString_Encode_mB586C25ABA4B4B87B6D5F1E6B755083BB29824F6 (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, int32_t ___offset2, int32_t ___length3, const RuntimeMethod* method) { { // derOut.WriteEncoded(Asn1Tags.OctetString, bytes, offset, length); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_0 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes1; int32_t L_2 = ___offset2; int32_t L_3 = ___length3; NullCheck(L_0); DerOutputStream_WriteEncoded_mF0CFDAE76C8FD8F237FA565FF06E3825EE549CBB(L_0, 4, L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetStringParser::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DefiniteLengthInputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOctetStringParser__ctor_mF129C05553A52F855987DF9A5BC06411B171EA9D (DerOctetStringParser_tB50530D2774E28DBAA5F6BC783EAAD08AD32EFD8 * __this, DefiniteLengthInputStream_t9782A90F22C4E4FD33E1447BBAE2B1F79751450A * ___stream0, const RuntimeMethod* method) { { // internal DerOctetStringParser( // DefiniteLengthInputStream stream) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.stream = stream; DefiniteLengthInputStream_t9782A90F22C4E4FD33E1447BBAE2B1F79751450A * L_0 = ___stream0; __this->set_stream_0(L_0); // } return; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetStringParser::GetOctetStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * DerOctetStringParser_GetOctetStream_m988508E8CC3265E6171F02B18F839D9EF7C1EE04 (DerOctetStringParser_tB50530D2774E28DBAA5F6BC783EAAD08AD32EFD8 * __this, const RuntimeMethod* method) { { // return stream; DefiniteLengthInputStream_t9782A90F22C4E4FD33E1447BBAE2B1F79751450A * L_0 = __this->get_stream_0(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetStringParser::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * DerOctetStringParser_ToAsn1Object_mD0FE26039DF2A46EB1D212BB9A7B99875DDAADE2 (DerOctetStringParser_tB50530D2774E28DBAA5F6BC783EAAD08AD32EFD8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_0 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // return new DerOctetString(stream.ToArray()); DefiniteLengthInputStream_t9782A90F22C4E4FD33E1447BBAE2B1F79751450A * L_0 = __this->get_stream_0(); NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = DefiniteLengthInputStream_ToArray_m8BE05729C060408A59A3E8022AF332694C6B8C39(L_0, /*hidden argument*/NULL); DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_2 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_002b; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0013; } throw e; } CATCH_0013: {// begin catch(System.IO.IOException) // catch (IOException e) V_1 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new InvalidOperationException("IOException converting stream to byte array: " + e.Message, e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_3 = V_1; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_3); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D28804279657C68C7AB17B67ADDC08F01AC0B73)), L_4, /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_6 = V_1; InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_7 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m4A65916B1316FBF45ECDF1FF7FAC9E3CA30C112C(L_7, L_5, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerOctetStringParser_ToAsn1Object_mD0FE26039DF2A46EB1D212BB9A7B99875DDAADE2_RuntimeMethod_var))); }// end catch (depth: 1) IL_002b: { // } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_8 = V_0; return L_8; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOutputStream__ctor_m55EDBC509C2650190A2035182BF03DCB40124116 (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___os0, const RuntimeMethod* method) { { // : base(os) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___os0; FilterStream__ctor_mABD9C5C4D90ECA6D53111063AAA81181A2E11449(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteLength(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOutputStream_WriteLength_m0E4F86B329306D45ACC5A5E3F30A7BDC222B5162 (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * __this, int32_t ___length0, const RuntimeMethod* method) { int32_t V_0 = 0; uint32_t V_1 = 0; int32_t V_2 = 0; { // if (length > 127) int32_t L_0 = ___length0; if ((((int32_t)L_0) <= ((int32_t)((int32_t)127)))) { goto IL_0042; } } { // int size = 1; V_0 = 1; // uint val = (uint)length; int32_t L_1 = ___length0; V_1 = L_1; goto IL_000f; } IL_000b: { // size++; int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_000f: { // while ((val >>= 8) != 0) uint32_t L_3 = V_1; int32_t L_4 = ((int32_t)((uint32_t)L_3>>8)); V_1 = L_4; if (L_4) { goto IL_000b; } } { // WriteByte((byte)(size | 0x80)); int32_t L_5 = V_0; VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, __this, (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_5|(int32_t)((int32_t)128)))))); // for (int i = (size - 1) * 8; i >= 0; i -= 8) int32_t L_6 = V_0; V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)8)); goto IL_003d; } IL_002c: { // WriteByte((byte)(length >> i)); int32_t L_7 = ___length0; int32_t L_8 = V_2; VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, __this, (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_7>>(int32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)31)))))))); // for (int i = (size - 1) * 8; i >= 0; i -= 8) int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)8)); } IL_003d: { // for (int i = (size - 1) * 8; i >= 0; i -= 8) int32_t L_10 = V_2; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_002c; } } { // } return; } IL_0042: { // WriteByte((byte)length); int32_t L_11 = ___length0; VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, __this, (uint8_t)((int32_t)((uint8_t)L_11))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteEncoded(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037 (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * __this, int32_t ___tag0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, const RuntimeMethod* method) { { // WriteByte((byte)tag); int32_t L_0 = ___tag0; VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, __this, (uint8_t)((int32_t)((uint8_t)L_0))); // WriteLength(bytes.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes1; NullCheck(L_1); DerOutputStream_WriteLength_m0E4F86B329306D45ACC5A5E3F30A7BDC222B5162(__this, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); // Write(bytes, 0, bytes.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___bytes1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___bytes1; NullCheck(L_3); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, __this, L_2, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteEncoded(System.Int32,System.Byte,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOutputStream_WriteEncoded_mAE840105FAD2663B80239C478DFEF1DB3C1F71B7 (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * __this, int32_t ___tag0, uint8_t ___first1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes2, const RuntimeMethod* method) { { // WriteByte((byte)tag); int32_t L_0 = ___tag0; VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, __this, (uint8_t)((int32_t)((uint8_t)L_0))); // WriteLength(bytes.Length + 1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes2; NullCheck(L_1); DerOutputStream_WriteLength_m0E4F86B329306D45ACC5A5E3F30A7BDC222B5162(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), (int32_t)1)), /*hidden argument*/NULL); // WriteByte(first); uint8_t L_2 = ___first1; VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, __this, L_2); // Write(bytes, 0, bytes.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___bytes2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bytes2; NullCheck(L_4); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, __this, L_3, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteEncoded(System.Int32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOutputStream_WriteEncoded_mF0CFDAE76C8FD8F237FA565FF06E3825EE549CBB (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * __this, int32_t ___tag0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, int32_t ___offset2, int32_t ___length3, const RuntimeMethod* method) { { // WriteByte((byte)tag); int32_t L_0 = ___tag0; VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, __this, (uint8_t)((int32_t)((uint8_t)L_0))); // WriteLength(length); int32_t L_1 = ___length3; DerOutputStream_WriteLength_m0E4F86B329306D45ACC5A5E3F30A7BDC222B5162(__this, L_1, /*hidden argument*/NULL); // Write(bytes, offset, length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___bytes1; int32_t L_3 = ___offset2; int32_t L_4 = ___length3; VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, __this, L_2, L_3, L_4); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteTag(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOutputStream_WriteTag_m479C7211FAE7FAFD1DC1AAFD0A2136238DD89107 (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * __this, int32_t ___flags0, int32_t ___tagNo1, 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; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { // if (tagNo < 31) int32_t L_0 = ___tagNo1; if ((((int32_t)L_0) >= ((int32_t)((int32_t)31)))) { goto IL_0010; } } { // WriteByte((byte)(flags | tagNo)); int32_t L_1 = ___flags0; int32_t L_2 = ___tagNo1; VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, __this, (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_1|(int32_t)L_2))))); // } return; } IL_0010: { // WriteByte((byte)(flags | 0x1f)); int32_t L_3 = ___flags0; VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, __this, (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_3|(int32_t)((int32_t)31)))))); // if (tagNo < 128) int32_t L_4 = ___tagNo1; if ((((int32_t)L_4) >= ((int32_t)((int32_t)128)))) { goto IL_002c; } } { // WriteByte((byte)tagNo); int32_t L_5 = ___tagNo1; VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, __this, (uint8_t)((int32_t)((uint8_t)L_5))); // } return; } IL_002c: { // byte[] stack = new byte[5]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)5); V_0 = L_6; // int pos = stack.Length; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; NullCheck(L_7); V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))); // stack[--pos] = (byte)(tagNo & 0x7F); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); V_1 = L_10; int32_t L_11 = ___tagNo1; NullCheck(L_8); (L_8)->SetAt(static_cast(L_10), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)127)))))); } IL_0043: { // tagNo >>= 7; int32_t L_12 = ___tagNo1; ___tagNo1 = ((int32_t)((int32_t)L_12>>(int32_t)7)); // stack[--pos] = (byte)(tagNo & 0x7F | 0x80); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; int32_t L_14 = V_1; int32_t L_15 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)); V_1 = L_15; int32_t L_16 = ___tagNo1; NullCheck(L_13); (L_13)->SetAt(static_cast(L_15), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_16&(int32_t)((int32_t)127)))|(int32_t)((int32_t)128)))))); // while (tagNo > 127); int32_t L_17 = ___tagNo1; if ((((int32_t)L_17) > ((int32_t)((int32_t)127)))) { goto IL_0043; } } { // Write(stack, pos, stack.Length - pos); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_0; int32_t L_19 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_0; NullCheck(L_20); int32_t L_21 = V_1; VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, __this, L_18, L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))), (int32_t)L_21))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteEncoded(System.Int32,System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOutputStream_WriteEncoded_m6540A3114A9E58B9D748CDDDDC140DB1B5CA6A2E (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * __this, int32_t ___flags0, int32_t ___tagNo1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes2, const RuntimeMethod* method) { { // WriteTag(flags, tagNo); int32_t L_0 = ___flags0; int32_t L_1 = ___tagNo1; DerOutputStream_WriteTag_m479C7211FAE7FAFD1DC1AAFD0A2136238DD89107(__this, L_0, L_1, /*hidden argument*/NULL); // WriteLength(bytes.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___bytes2; NullCheck(L_2); DerOutputStream_WriteLength_m0E4F86B329306D45ACC5A5E3F30A7BDC222B5162(__this, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), /*hidden argument*/NULL); // Write(bytes, 0, bytes.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___bytes2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bytes2; NullCheck(L_4); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, __this, L_3, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOutputStream_WriteNull_m1E359D1331B92D19C49B10704E44824DB8E4F11E (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * __this, const RuntimeMethod* method) { { // WriteByte(Asn1Tags.Null); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, __this, (uint8_t)5); // WriteByte(0x00); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, __this, (uint8_t)0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOutputStream_WriteObject_mEF287EAAD463654300D75FF83D4A5EE793F5D68E (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null) RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_000a; } } { // WriteNull(); DerOutputStream_WriteNull_m1E359D1331B92D19C49B10704E44824DB8E4F11E(__this, /*hidden argument*/NULL); // } return; } IL_000a: { // else if (obj is Asn1Object) RuntimeObject * L_1 = ___obj0; if (!((Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC *)IsInstClass((RuntimeObject*)L_1, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC_il2cpp_TypeInfo_var))) { goto IL_001f; } } { // ((Asn1Object)obj).Encode(this); RuntimeObject * L_2 = ___obj0; NullCheck(((Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC *)CastclassClass((RuntimeObject*)L_2, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC_il2cpp_TypeInfo_var))); VirtualActionInvoker1< DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * >::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) */, ((Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC *)CastclassClass((RuntimeObject*)L_2, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC_il2cpp_TypeInfo_var)), __this); // } return; } IL_001f: { // else if (obj is Asn1Encodable) RuntimeObject * L_3 = ___obj0; if (!((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)IsInstClass((RuntimeObject*)L_3, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))) { goto IL_0039; } } { // ((Asn1Encodable)obj).ToAsn1Object().Encode(this); RuntimeObject * L_4 = ___obj0; NullCheck(((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_4, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_5; L_5 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_4, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); NullCheck(L_5); VirtualActionInvoker1< DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * >::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) */, L_5, __this); // } return; } IL_0039: { // throw new IOException("object not Asn1Object"); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_6 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral087FD1A725F377AB3C85310DE8E01C6156F71B8F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerOutputStream_WriteObject_mEF287EAAD463654300D75FF83D4A5EE793F5D68E_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOutputStream_WriteObject_mE1E92842D969D3C467C32854FAB718EEBA03BEB0 (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * __this, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj0, const RuntimeMethod* method) { { // if (obj == null) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = ___obj0; if (L_0) { goto IL_000a; } } { // WriteNull(); DerOutputStream_WriteNull_m1E359D1331B92D19C49B10704E44824DB8E4F11E(__this, /*hidden argument*/NULL); // } return; } IL_000a: { // obj.ToAsn1Object().Encode(this); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1 = ___obj0; NullCheck(L_1); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_2; L_2 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_1); NullCheck(L_2); VirtualActionInvoker1< DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * >::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) */, L_2, __this); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOutputStream_WriteObject_mD616CE81E66D3B197EC608FF167A34DD228444EE (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___obj0, const RuntimeMethod* method) { { // if (obj == null) Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___obj0; if (L_0) { goto IL_000a; } } { // WriteNull(); DerOutputStream_WriteNull_m1E359D1331B92D19C49B10704E44824DB8E4F11E(__this, /*hidden argument*/NULL); // } return; } IL_000a: { // obj.Encode(this); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1 = ___obj0; NullCheck(L_1); VirtualActionInvoker1< DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * >::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) */, L_1, __this); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerPrintableString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerPrintableString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 * DerPrintableString_GetInstance_m38FDB77E482F08AB65F6FB23C32840959649231B (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is DerPrintableString) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 *)IsInstClass((RuntimeObject*)L_1, DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (DerPrintableString)obj; RuntimeObject * L_2 = ___obj0; return ((DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 *)CastclassClass((RuntimeObject*)L_2, DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205_il2cpp_TypeInfo_var)); } IL_0012: { // throw new ArgumentException("illegal object in GetInstance: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj)); RuntimeObject * L_3 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_4; L_4 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AEB5F8FF57BB3B2AD163E00335FACD4923E929A)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerPrintableString_GetInstance_m38FDB77E482F08AB65F6FB23C32840959649231B_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerPrintableString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerPrintableString::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 * DerPrintableString_GetInstance_mEDC6E1C25E11DCD9A64FF58068A8C9BDBF1FEEDE (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_0 = NULL; { // Asn1Object o = obj.GetObject(); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; NullCheck(L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (isExplicit || o is DerPrintableString) bool L_2 = ___isExplicit1; if (L_2) { goto IL_0012; } } { Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3 = V_0; if (!((DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 *)IsInstClass((RuntimeObject*)L_3, DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205_il2cpp_TypeInfo_var))) { goto IL_0019; } } IL_0012: { // return GetInstance(o); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = V_0; DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 * L_5; L_5 = DerPrintableString_GetInstance_m38FDB77E482F08AB65F6FB23C32840959649231B(L_4, /*hidden argument*/NULL); return L_5; } IL_0019: { // return new DerPrintableString(Asn1OctetString.GetInstance(o).GetOctets()); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6 = V_0; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_7; L_7 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_6, /*hidden argument*/NULL); NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_7); DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 * L_9 = (DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 *)il2cpp_codegen_object_new(DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205_il2cpp_TypeInfo_var); DerPrintableString__ctor_m015BFD4BFD58156D11016546FAE5242581C7939C(L_9, L_8, /*hidden argument*/NULL); return L_9; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerPrintableString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerPrintableString__ctor_m015BFD4BFD58156D11016546FAE5242581C7939C (DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method) { { // : this(Strings.FromAsciiByteArray(str), false) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___str0; String_t* L_1; L_1 = Strings_FromAsciiByteArray_m91E8E1048396DDD9629BA341D7D9D696F6025A70(L_0, /*hidden argument*/NULL); DerPrintableString__ctor_m8CA85E69FA4EE6A5A6C19B57126A0DBA6EDD4C76(__this, L_1, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerPrintableString::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerPrintableString__ctor_m4E4231FB8E12609F727833B26CD4E479E57879A9 (DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 * __this, String_t* ___str0, const RuntimeMethod* method) { { // : this(str, false) String_t* L_0 = ___str0; DerPrintableString__ctor_m8CA85E69FA4EE6A5A6C19B57126A0DBA6EDD4C76(__this, L_0, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerPrintableString::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerPrintableString__ctor_m8CA85E69FA4EE6A5A6C19B57126A0DBA6EDD4C76 (DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 * __this, String_t* ___str0, bool ___validate1, const RuntimeMethod* method) { { // public DerPrintableString( // string str, // bool validate) DerStringBase__ctor_mDC4BCCB3F5A8E5FEA22C64E747B1678FC1DCA7EF(__this, /*hidden argument*/NULL); // if (str == null) String_t* L_0 = ___str0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("str"); 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*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerPrintableString__ctor_m8CA85E69FA4EE6A5A6C19B57126A0DBA6EDD4C76_RuntimeMethod_var))); } IL_0014: { // if (validate && !IsPrintableString(str)) bool L_2 = ___validate1; if (!L_2) { goto IL_002f; } } { String_t* L_3 = ___str0; bool L_4; L_4 = DerPrintableString_IsPrintableString_m2D091A0B1AF0E46BCE9561B99BC78D8F62DC4A33(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_002f; } } { // throw new ArgumentException("string contains illegal characters", "str"); 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*)&_stringLiteral685AD70D8A66C556404E2CFEDD2B4DB8C13CB3A0)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerPrintableString__ctor_m8CA85E69FA4EE6A5A6C19B57126A0DBA6EDD4C76_RuntimeMethod_var))); } IL_002f: { // this.str = str; String_t* L_6 = ___str0; __this->set_str_2(L_6); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerPrintableString::GetString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerPrintableString_GetString_mF471961EDA16D53F496A2E63F0F8A3363313ADB9 (DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 * __this, const RuntimeMethod* method) { { // return str; String_t* L_0 = __this->get_str_2(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerPrintableString::GetOctets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerPrintableString_GetOctets_m13C5532942B6AE908A2CBB57064C9CC38BB37186 (DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 * __this, const RuntimeMethod* method) { { // return Strings.ToAsciiByteArray(str); String_t* L_0 = __this->get_str_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Strings_ToAsciiByteArray_m00A6AE5ADF958F281F45360B2C57264611926803(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerPrintableString::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerPrintableString_Encode_m719BEF184B4F99FB0B8461F335F6AA54FE0C77E6 (DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { { // derOut.WriteEncoded(Asn1Tags.PrintableString, GetOctets()); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_0 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = DerPrintableString_GetOctets_m13C5532942B6AE908A2CBB57064C9CC38BB37186(__this, /*hidden argument*/NULL); NullCheck(L_0); DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037(L_0, ((int32_t)19), L_1, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerPrintableString::Asn1Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerPrintableString_Asn1Equals_mC7009875ECF3609126C3EF43AE7B9B8BE8DA7EC7 (DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Object0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 * V_0 = NULL; { // DerPrintableString other = asn1Object as DerPrintableString; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___asn1Object0; V_0 = ((DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 *)IsInstClass((RuntimeObject*)L_0, DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205_il2cpp_TypeInfo_var)); // if (other == null) DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 * L_1 = V_0; if (L_1) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // return this.str.Equals(other.str); String_t* L_2 = __this->get_str_2(); DerPrintableString_t9CB2F58B355139C935A860E004FA76FD3E381205 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get_str_2(); NullCheck(L_2); bool L_5; L_5 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerPrintableString::IsPrintableString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerPrintableString_IsPrintableString_m2D091A0B1AF0E46BCE9561B99BC78D8F62DC4A33 (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { // foreach (char ch in str) String_t* L_0 = ___str0; V_0 = L_0; V_1 = 0; goto IL_0082; } IL_0006: { // foreach (char ch in str) String_t* L_1 = V_0; int32_t L_2 = V_1; NullCheck(L_1); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, L_2, /*hidden argument*/NULL); V_2 = L_3; // if (ch > 0x007f) Il2CppChar L_4 = V_2; if ((((int32_t)L_4) <= ((int32_t)((int32_t)127)))) { goto IL_0015; } } { // return false; return (bool)0; } IL_0015: { // if (char.IsLetterOrDigit(ch)) Il2CppChar L_5 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_6; L_6 = Char_IsLetterOrDigit_m1C9B58CBEB1A3909369234582FA308E3C85F34D6(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_007e; } } { Il2CppChar L_7 = V_2; if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)58))))) { goto IL_0072; } } { Il2CppChar L_8 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)32)))) { case 0: { goto IL_007e; } case 1: { goto IL_007c; } case 2: { goto IL_007c; } case 3: { goto IL_007c; } case 4: { goto IL_007c; } case 5: { goto IL_007c; } case 6: { goto IL_007c; } case 7: { goto IL_007e; } case 8: { goto IL_007e; } case 9: { goto IL_007e; } case 10: { goto IL_007c; } case 11: { goto IL_007e; } case 12: { goto IL_007e; } case 13: { goto IL_007e; } case 14: { goto IL_007e; } case 15: { goto IL_007e; } } } { Il2CppChar L_9 = V_2; if ((((int32_t)L_9) == ((int32_t)((int32_t)58)))) { goto IL_007e; } } { goto IL_007c; } IL_0072: { Il2CppChar L_10 = V_2; if ((((int32_t)L_10) == ((int32_t)((int32_t)61)))) { goto IL_007e; } } { Il2CppChar L_11 = V_2; if ((((int32_t)L_11) == ((int32_t)((int32_t)63)))) { goto IL_007e; } } IL_007c: { // return false; return (bool)0; } IL_007e: { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0082: { // foreach (char ch in str) int32_t L_13 = V_1; String_t* L_14 = V_0; NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_14, /*hidden argument*/NULL); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_0006; } } { // return true; return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::FromVector(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * DerSequence_FromVector_m2DF1F710703F4A851692EF9D4952D0CE6C7D7119 (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return v.Count < 1 ? Empty : new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_0 = ___v0; NullCheck(L_0); int32_t L_1; L_1 = Asn1EncodableVector_get_Count_mCCEFC474E851EBDF0BF73458FA7437326226111C(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_0010; } } { Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_2 = ___v0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_3 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_3, L_2, /*hidden argument*/NULL); return L_3; } IL_0010: { IL2CPP_RUNTIME_CLASS_INIT(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_4 = ((DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields*)il2cpp_codegen_static_fields_for(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var))->get_Empty_3(); return L_4; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_mDAFDA71D7496938B5DF404A9D61EAD156F51C963 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, const RuntimeMethod* method) { { // : base(0) Asn1Sequence__ctor_m4E5952F2F6FF612CA75F13A7EAC9B55D2652CACC(__this, 0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_m8EB3146F62BFBDDB9A823CCEDA96A894B787E0F7 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj0, const RuntimeMethod* method) { { // : base(1) Asn1Sequence__ctor_m4E5952F2F6FF612CA75F13A7EAC9B55D2652CACC(__this, 1, /*hidden argument*/NULL); // AddObject(obj); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = ___obj0; Asn1Sequence_AddObject_m0EA94E29C186822E8ADA70BE4449228DB966A46D(__this, L_0, /*hidden argument*/NULL); // } return; } } // 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) { Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* V_0 = NULL; int32_t V_1 = 0; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_2 = NULL; { // : base(v.Length) Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = ___v0; NullCheck(L_0); Asn1Sequence__ctor_m4E5952F2F6FF612CA75F13A7EAC9B55D2652CACC(__this, ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), /*hidden argument*/NULL); // foreach (Asn1Encodable ae in v) Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = ___v0; V_0 = L_1; V_1 = 0; goto IL_001e; } IL_000f: { // foreach (Asn1Encodable ae in v) Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_5 = (L_2)->GetAt(static_cast(L_4)); V_2 = L_5; // AddObject(ae); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_6 = V_2; Asn1Sequence_AddObject_m0EA94E29C186822E8ADA70BE4449228DB966A46D(__this, L_6, /*hidden argument*/NULL); int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_001e: { // foreach (Asn1Encodable ae in v) int32_t L_8 = V_1; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_9 = V_0; NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))) { goto IL_000f; } } { // } return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // : base(v.Count) Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_0 = ___v0; NullCheck(L_0); int32_t L_1; L_1 = Asn1EncodableVector_get_Count_mCCEFC474E851EBDF0BF73458FA7437326226111C(L_0, /*hidden argument*/NULL); Asn1Sequence__ctor_m4E5952F2F6FF612CA75F13A7EAC9B55D2652CACC(__this, L_1, /*hidden argument*/NULL); // foreach (Asn1Encodable ae in v) Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_2 = ___v0; NullCheck(L_2); RuntimeObject* L_3; L_3 = Asn1EncodableVector_GetEnumerator_m25530BEA0FC789BCAF782E6F868A05561CCF6242(L_2, /*hidden argument*/NULL); V_0 = L_3; } IL_0013: try {// begin try (depth: 1) { goto IL_0028; } IL_0015: { // foreach (Asn1Encodable ae in v) RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_1 = ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_5, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var)); // AddObject(ae); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_6 = V_1; Asn1Sequence_AddObject_m0EA94E29C186822E8ADA70BE4449228DB966A46D(__this, L_6, /*hidden argument*/NULL); } IL_0028: { // foreach (Asn1Encodable ae in v) RuntimeObject* L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0015; } } IL_0030: { IL2CPP_LEAVE(0x43, FINALLY_0032); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0032; } FINALLY_0032: {// begin finally (depth: 1) { RuntimeObject* L_9 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_2; if (!L_10) { goto IL_0042; } } IL_003c: { RuntimeObject* L_11 = V_2; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_0042: { IL2CPP_END_FINALLY(50) } }// end finally (depth: 1) IL2CPP_CLEANUP(50) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x43, IL_0043) } IL_0043: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence_Encode_m235D5188BEB30768C625665915EA84402AED8E7D (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; RuntimeObject* V_3 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // MemoryStream bOut = 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; // DerOutputStream dOut = new DerOutputStream(bOut); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = V_0; DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_2 = (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 *)il2cpp_codegen_object_new(DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305_il2cpp_TypeInfo_var); DerOutputStream__ctor_m55EDBC509C2650190A2035182BF03DCB40124116(L_2, L_1, /*hidden argument*/NULL); V_1 = L_2; // foreach (Asn1Encodable obj in this) RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, __this); V_3 = L_3; } IL_0014: try {// begin try (depth: 1) { goto IL_002b; } IL_0016: { // foreach (Asn1Encodable obj in this) RuntimeObject* L_4 = V_3; 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_4 = ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_5, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var)); // dOut.WriteObject(obj); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_6 = V_1; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7 = V_4; NullCheck(L_6); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(35 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_6, L_7); } IL_002b: { // foreach (Asn1Encodable obj in this) RuntimeObject* L_8 = V_3; NullCheck(L_8); bool L_9; L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_8); if (L_9) { goto IL_0016; } } IL_0033: { IL2CPP_LEAVE(0x49, FINALLY_0035); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0035; } FINALLY_0035: {// begin finally (depth: 1) { RuntimeObject* L_10 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_10, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_11 = V_5; if (!L_11) { goto IL_0048; } } IL_0041: { RuntimeObject* L_12 = V_5; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_12); } IL_0048: { IL2CPP_END_FINALLY(53) } }// end finally (depth: 1) IL2CPP_CLEANUP(53) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x49, IL_0049) } IL_0049: { // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(dOut); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_13, /*hidden argument*/NULL); // byte[] bytes = bOut.ToArray(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_14 = V_0; NullCheck(L_14); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15; L_15 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_14); V_2 = L_15; // derOut.WriteEncoded(Asn1Tags.Sequence | Asn1Tags.Constructed, bytes); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_16 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_2; NullCheck(L_16); DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037(L_16, ((int32_t)48), L_17, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__cctor_m8820D9E14D532CCF07F39FC373ABC47DB64FD90D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly DerSequence Empty = new DerSequence(); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_0 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mDAFDA71D7496938B5DF404A9D61EAD156F51C963(L_0, /*hidden argument*/NULL); ((DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields*)il2cpp_codegen_static_fields_for(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var))->set_Empty_3(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequenceGenerator::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequenceGenerator__ctor_mEEDD56452CD816003C4EFD38C53E32D19C9E75FC (DerSequenceGenerator_tC02C7D06F9D4644F46320096EB854CC9946556B0 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, 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; } { // private readonly MemoryStream _bOut = 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); __this->set__bOut_4(L_0); // : base(outStream) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___outStream0; DerGenerator__ctor_mE2EED3EFBA70CB404F723E0A5EA1A7E32666069D(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequenceGenerator::.ctor(System.IO.Stream,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequenceGenerator__ctor_mEF7ECD60729DD8AD7F7ADAF879CE309C859ADCDB (DerSequenceGenerator_tC02C7D06F9D4644F46320096EB854CC9946556B0 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, int32_t ___tagNo1, bool ___isExplicit2, 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; } { // private readonly MemoryStream _bOut = 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); __this->set__bOut_4(L_0); // : base(outStream, tagNo, isExplicit) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___outStream0; int32_t L_2 = ___tagNo1; bool L_3 = ___isExplicit2; DerGenerator__ctor_m8F33F9BDCA5F406E8BC976A518E03E91F6A98C6A(__this, L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequenceGenerator::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequenceGenerator_AddObject_m60ED94D73AD52C2C70BADFDFFC36D574B3A81D7A (DerSequenceGenerator_tC02C7D06F9D4644F46320096EB854CC9946556B0 * __this, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // new DerOutputStream(_bOut).WriteObject(obj); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = __this->get__bOut_4(); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_1 = (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 *)il2cpp_codegen_object_new(DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305_il2cpp_TypeInfo_var); DerOutputStream__ctor_m55EDBC509C2650190A2035182BF03DCB40124116(L_1, L_0, /*hidden argument*/NULL); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_2 = ___obj0; NullCheck(L_1); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(35 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_1, L_2); // } return; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequenceGenerator::GetRawOutputStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * DerSequenceGenerator_GetRawOutputStream_m6EADD34BFFF2C403D9251CB3B198A1497C1AAF3A (DerSequenceGenerator_tC02C7D06F9D4644F46320096EB854CC9946556B0 * __this, const RuntimeMethod* method) { { // return _bOut; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = __this->get__bOut_4(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequenceGenerator::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequenceGenerator_Close_mEF8CF1C276312764ADAD99B7727AB2B8BCE10277 (DerSequenceGenerator_tC02C7D06F9D4644F46320096EB854CC9946556B0 * __this, const RuntimeMethod* method) { { // WriteDerEncoded(Asn1Tags.Constructed | Asn1Tags.Sequence, _bOut.ToArray()); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = __this->get__bOut_4(); NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_0); DerGenerator_WriteDerEncoded_m7D6A4F9F4C65DE0A87CB88C478E1459256601937(__this, ((int32_t)48), L_1, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequenceParser::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequenceParser__ctor_m11630577970F7930C7B07AD8C1EA03277309816C (DerSequenceParser_tD100158BA4A192546E858FDFC4841051409DE670 * __this, Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * ___parser0, const RuntimeMethod* method) { { // internal DerSequenceParser( // Asn1StreamParser parser) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this._parser = parser; Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * L_0 = ___parser0; __this->set__parser_0(L_0); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequenceParser::ReadObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DerSequenceParser_ReadObject_mBC3D4910643D242E54DFC1D6CD73BBCBB291F2A5 (DerSequenceParser_tD100158BA4A192546E858FDFC4841051409DE670 * __this, const RuntimeMethod* method) { { // return _parser.ReadObject(); Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * L_0 = __this->get__parser_0(); NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::ReadObject() */, L_0); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequenceParser::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * DerSequenceParser_ToAsn1Object_mF8E9E851AC9C91C3D7BD10B840694DB7BD7D584C (DerSequenceParser_tD100158BA4A192546E858FDFC4841051409DE670 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new DerSequence(_parser.ReadVector()); Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * L_0 = __this->get__parser_0(); NullCheck(L_0); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1; L_1 = Asn1StreamParser_ReadVector_mA14805B2A1D62972D2E6CF51ADBCC1228F383AB1(L_0, /*hidden argument*/NULL); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_2 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_2, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet::FromVector(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * DerSet_FromVector_m66E55719D8114E63A5AAE26451EAFFAE47A6324D (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return v.Count < 1 ? Empty : new DerSet(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_0 = ___v0; NullCheck(L_0); int32_t L_1; L_1 = Asn1EncodableVector_get_Count_mCCEFC474E851EBDF0BF73458FA7437326226111C(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_0010; } } { Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_2 = ___v0; DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_3 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_m5B1AB970E74D1618F0D607E8F3F9BCC5E8DB261F(L_3, L_2, /*hidden argument*/NULL); return L_3; } IL_0010: { IL2CPP_RUNTIME_CLASS_INIT(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_4 = ((DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_StaticFields*)il2cpp_codegen_static_fields_for(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var))->get_Empty_3(); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet::FromVector(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * DerSet_FromVector_m83F0758E045DEA414854BBE3A7535138757108D4 (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, bool ___needsSorting1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return v.Count < 1 ? Empty : new DerSet(v, needsSorting); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_0 = ___v0; NullCheck(L_0); int32_t L_1; L_1 = Asn1EncodableVector_get_Count_mCCEFC474E851EBDF0BF73458FA7437326226111C(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_0011; } } { Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_2 = ___v0; bool L_3 = ___needsSorting1; DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_4 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_m1190E1CBCE507A6821032CF261FF7B4D1CED41FB(L_4, L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_5 = ((DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_StaticFields*)il2cpp_codegen_static_fields_for(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var))->get_Empty_3(); return L_5; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSet__ctor_mAB1CF56A11D9FAFC0638A9EB49517F96CEF55DD0 (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * __this, const RuntimeMethod* method) { { // : base(0) Asn1Set__ctor_m9CAD10F5939F778AC30EB5EC556DF99C64D43970(__this, 0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSet__ctor_m0232CC126A2D97423101D1B2B37887B5A37DE3F5 (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * __this, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj0, const RuntimeMethod* method) { { // : base(1) Asn1Set__ctor_m9CAD10F5939F778AC30EB5EC556DF99C64D43970(__this, 1, /*hidden argument*/NULL); // AddObject(obj); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = ___obj0; Asn1Set_AddObject_m78A30EC8E84CC7706EF1B6A671B178F5D30BBB36(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSet__ctor_m13B883AB34E30E14BA57D8715F731601BF9B6C1A (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method) { Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* V_0 = NULL; int32_t V_1 = 0; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_2 = NULL; { // : base(v.Length) Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = ___v0; NullCheck(L_0); Asn1Set__ctor_m9CAD10F5939F778AC30EB5EC556DF99C64D43970(__this, ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), /*hidden argument*/NULL); // foreach (Asn1Encodable o in v) Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = ___v0; V_0 = L_1; V_1 = 0; goto IL_001e; } IL_000f: { // foreach (Asn1Encodable o in v) Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_5 = (L_2)->GetAt(static_cast(L_4)); V_2 = L_5; // AddObject(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_6 = V_2; Asn1Set_AddObject_m78A30EC8E84CC7706EF1B6A671B178F5D30BBB36(__this, L_6, /*hidden argument*/NULL); int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_001e: { // foreach (Asn1Encodable o in v) int32_t L_8 = V_1; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_9 = V_0; NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))) { goto IL_000f; } } { // Sort(); Asn1Set_Sort_m84CDCEFA12A0D30EE42A35E50145083D69053A4E(__this, /*hidden argument*/NULL); // } return; } } // 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) { { // : this(v, true) Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_0 = ___v0; DerSet__ctor_m1190E1CBCE507A6821032CF261FF7B4D1CED41FB(__this, L_0, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSet__ctor_m1190E1CBCE507A6821032CF261FF7B4D1CED41FB (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, bool ___needsSorting1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // : base(v.Count) Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_0 = ___v0; NullCheck(L_0); int32_t L_1; L_1 = Asn1EncodableVector_get_Count_mCCEFC474E851EBDF0BF73458FA7437326226111C(L_0, /*hidden argument*/NULL); Asn1Set__ctor_m9CAD10F5939F778AC30EB5EC556DF99C64D43970(__this, L_1, /*hidden argument*/NULL); // foreach (Asn1Encodable o in v) Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_2 = ___v0; NullCheck(L_2); RuntimeObject* L_3; L_3 = Asn1EncodableVector_GetEnumerator_m25530BEA0FC789BCAF782E6F868A05561CCF6242(L_2, /*hidden argument*/NULL); V_0 = L_3; } IL_0013: try {// begin try (depth: 1) { goto IL_0028; } IL_0015: { // foreach (Asn1Encodable o in v) RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_1 = ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_5, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var)); // AddObject(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_6 = V_1; Asn1Set_AddObject_m78A30EC8E84CC7706EF1B6A671B178F5D30BBB36(__this, L_6, /*hidden argument*/NULL); } IL_0028: { // foreach (Asn1Encodable o in v) RuntimeObject* L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0015; } } IL_0030: { IL2CPP_LEAVE(0x43, FINALLY_0032); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0032; } FINALLY_0032: {// begin finally (depth: 1) { RuntimeObject* L_9 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_2; if (!L_10) { goto IL_0042; } } IL_003c: { RuntimeObject* L_11 = V_2; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_0042: { IL2CPP_END_FINALLY(50) } }// end finally (depth: 1) IL2CPP_CLEANUP(50) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x43, IL_0043) } IL_0043: { // if (needsSorting) bool L_12 = ___needsSorting1; if (!L_12) { goto IL_004c; } } { // Sort(); Asn1Set_Sort_m84CDCEFA12A0D30EE42A35E50145083D69053A4E(__this, /*hidden argument*/NULL); } IL_004c: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSet_Encode_mAB8000906A5131456C6F3B7779AB2F94904BB403 (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; RuntimeObject* V_3 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // MemoryStream bOut = 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; // DerOutputStream dOut = new DerOutputStream(bOut); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = V_0; DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_2 = (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 *)il2cpp_codegen_object_new(DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305_il2cpp_TypeInfo_var); DerOutputStream__ctor_m55EDBC509C2650190A2035182BF03DCB40124116(L_2, L_1, /*hidden argument*/NULL); V_1 = L_2; // foreach (Asn1Encodable obj in this) RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::GetEnumerator() */, __this); V_3 = L_3; } IL_0014: try {// begin try (depth: 1) { goto IL_002b; } IL_0016: { // foreach (Asn1Encodable obj in this) RuntimeObject* L_4 = V_3; 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_4 = ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_5, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var)); // dOut.WriteObject(obj); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_6 = V_1; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7 = V_4; NullCheck(L_6); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(35 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_6, L_7); } IL_002b: { // foreach (Asn1Encodable obj in this) RuntimeObject* L_8 = V_3; NullCheck(L_8); bool L_9; L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_8); if (L_9) { goto IL_0016; } } IL_0033: { IL2CPP_LEAVE(0x49, FINALLY_0035); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0035; } FINALLY_0035: {// begin finally (depth: 1) { RuntimeObject* L_10 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_10, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_11 = V_5; if (!L_11) { goto IL_0048; } } IL_0041: { RuntimeObject* L_12 = V_5; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_12); } IL_0048: { IL2CPP_END_FINALLY(53) } }// end finally (depth: 1) IL2CPP_CLEANUP(53) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x49, IL_0049) } IL_0049: { // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(dOut); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_13, /*hidden argument*/NULL); // byte[] bytes = bOut.ToArray(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_14 = V_0; NullCheck(L_14); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15; L_15 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_14); V_2 = L_15; // derOut.WriteEncoded(Asn1Tags.Set | Asn1Tags.Constructed, bytes); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_16 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_2; NullCheck(L_16); DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037(L_16, ((int32_t)49), L_17, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSet__cctor_mE0DBB7E16D8890F50AFFACB1CB469A8FEA2FEFAE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly DerSet Empty = new DerSet(); DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_0 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_mAB1CF56A11D9FAFC0638A9EB49517F96CEF55DD0(L_0, /*hidden argument*/NULL); ((DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_StaticFields*)il2cpp_codegen_static_fields_for(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var))->set_Empty_3(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSetGenerator::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSetGenerator__ctor_m3A06A6A598C95F469C3DB9F11BBCBC7BF5C29511 (DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, 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; } { // private readonly MemoryStream _bOut = 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); __this->set__bOut_4(L_0); // : base(outStream) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___outStream0; DerGenerator__ctor_mE2EED3EFBA70CB404F723E0A5EA1A7E32666069D(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSetGenerator::.ctor(System.IO.Stream,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSetGenerator__ctor_m520B30FD799BA906BEC017B7DF88FAB106D29D4A (DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, int32_t ___tagNo1, bool ___isExplicit2, 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; } { // private readonly MemoryStream _bOut = 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); __this->set__bOut_4(L_0); // : base(outStream, tagNo, isExplicit) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___outStream0; int32_t L_2 = ___tagNo1; bool L_3 = ___isExplicit2; DerGenerator__ctor_m8F33F9BDCA5F406E8BC976A518E03E91F6A98C6A(__this, L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSetGenerator::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSetGenerator_AddObject_m3C0AF50C1A0D89A4D4854706E4B86590D7349BA5 (DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A * __this, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // new DerOutputStream(_bOut).WriteObject(obj); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = __this->get__bOut_4(); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_1 = (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 *)il2cpp_codegen_object_new(DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305_il2cpp_TypeInfo_var); DerOutputStream__ctor_m55EDBC509C2650190A2035182BF03DCB40124116(L_1, L_0, /*hidden argument*/NULL); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_2 = ___obj0; NullCheck(L_1); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(35 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_1, L_2); // } return; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSetGenerator::GetRawOutputStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * DerSetGenerator_GetRawOutputStream_mA23A63B200FEDC379723C7402A1F46CA17CFF943 (DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A * __this, const RuntimeMethod* method) { { // return _bOut; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = __this->get__bOut_4(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSetGenerator::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSetGenerator_Close_mCFE47E175E939FBBC2CC219496631BEDFA959CB4 (DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A * __this, const RuntimeMethod* method) { { // WriteDerEncoded(Asn1Tags.Constructed | Asn1Tags.Set, _bOut.ToArray()); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = __this->get__bOut_4(); NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_0); DerGenerator_WriteDerEncoded_m7D6A4F9F4C65DE0A87CB88C478E1459256601937(__this, ((int32_t)49), L_1, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSetParser::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSetParser__ctor_m1675BA057C1D574F3F828672B4C998CAEA481578 (DerSetParser_t0543829042CDEF32C72D0D528D8EC21F85194547 * __this, Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * ___parser0, const RuntimeMethod* method) { { // internal DerSetParser( // Asn1StreamParser parser) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this._parser = parser; Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * L_0 = ___parser0; __this->set__parser_0(L_0); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSetParser::ReadObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DerSetParser_ReadObject_mAF7829C8E46D9CC1A628F8852FD5044FA98A3609 (DerSetParser_t0543829042CDEF32C72D0D528D8EC21F85194547 * __this, const RuntimeMethod* method) { { // return _parser.ReadObject(); Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * L_0 = __this->get__parser_0(); NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::ReadObject() */, L_0); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSetParser::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * DerSetParser_ToAsn1Object_mCE2266A3C68FE2275FF8405056FDD168D1FB80FC (DerSetParser_t0543829042CDEF32C72D0D528D8EC21F85194547 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new DerSet(_parser.ReadVector(), false); Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * L_0 = __this->get__parser_0(); NullCheck(L_0); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1; L_1 = Asn1StreamParser_ReadVector_mA14805B2A1D62972D2E6CF51ADBCC1228F383AB1(L_0, /*hidden argument*/NULL); DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_2 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_m1190E1CBCE507A6821032CF261FF7B4D1CED41FB(L_2, L_1, (bool)0, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerStringBase__ctor_mDC4BCCB3F5A8E5FEA22C64E747B1678FC1DCA7EF (DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 * __this, const RuntimeMethod* method) { { // protected DerStringBase() Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerStringBase_ToString_m254C21E9E2E44B27873E36FB927BC92A3887C6D9 (DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 * __this, const RuntimeMethod* method) { { // return GetString(); String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase::GetString() */, __this); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase::Asn1GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DerStringBase_Asn1GetHashCode_mE8720718C96A09C51EC1E818E84A76A5B7E12A55 (DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 * __this, const RuntimeMethod* method) { { // return GetString().GetHashCode(); String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase::GetString() */, __this); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerT61String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerT61String::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B * DerT61String_GetInstance_m3F46BD1E59960BE82348E6CB2B85E9A3CA275B65 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is DerT61String) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B *)IsInstClass((RuntimeObject*)L_1, DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (DerT61String)obj; RuntimeObject * L_2 = ___obj0; return ((DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B *)CastclassClass((RuntimeObject*)L_2, DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B_il2cpp_TypeInfo_var)); } IL_0012: { // throw new ArgumentException("illegal object in GetInstance: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj)); RuntimeObject * L_3 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_4; L_4 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AEB5F8FF57BB3B2AD163E00335FACD4923E929A)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerT61String_GetInstance_m3F46BD1E59960BE82348E6CB2B85E9A3CA275B65_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerT61String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerT61String::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B * DerT61String_GetInstance_m482F51C5A15B5DE4E68AD199C1755FAF382BCCB5 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_0 = NULL; { // Asn1Object o = obj.GetObject(); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; NullCheck(L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (isExplicit || o is DerT61String) bool L_2 = ___isExplicit1; if (L_2) { goto IL_0012; } } { Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3 = V_0; if (!((DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B *)IsInstClass((RuntimeObject*)L_3, DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B_il2cpp_TypeInfo_var))) { goto IL_0019; } } IL_0012: { // return GetInstance(o); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = V_0; DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B * L_5; L_5 = DerT61String_GetInstance_m3F46BD1E59960BE82348E6CB2B85E9A3CA275B65(L_4, /*hidden argument*/NULL); return L_5; } IL_0019: { // return new DerT61String(Asn1OctetString.GetInstance(o).GetOctets()); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6 = V_0; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_7; L_7 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_6, /*hidden argument*/NULL); NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_7); DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B * L_9 = (DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B *)il2cpp_codegen_object_new(DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B_il2cpp_TypeInfo_var); DerT61String__ctor_mCC4BDAAD03972B796B3C9C6E922EC2CCCBE456BF(L_9, L_8, /*hidden argument*/NULL); return L_9; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerT61String::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerT61String__ctor_mCC4BDAAD03972B796B3C9C6E922EC2CCCBE456BF (DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method) { { // : this(Strings.FromByteArray(str)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___str0; String_t* L_1; L_1 = Strings_FromByteArray_m43248E0DD5B7410C1BC54F3CFB4D9CC9CCD48296(L_0, /*hidden argument*/NULL); DerT61String__ctor_m6C10AA8FAA272F3783B8ED2F41DA23F27EFE610B(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerT61String::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerT61String__ctor_m6C10AA8FAA272F3783B8ED2F41DA23F27EFE610B (DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B * __this, String_t* ___str0, const RuntimeMethod* method) { { // public DerT61String( // string str) DerStringBase__ctor_mDC4BCCB3F5A8E5FEA22C64E747B1678FC1DCA7EF(__this, /*hidden argument*/NULL); // if (str == null) String_t* L_0 = ___str0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("str"); 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*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerT61String__ctor_m6C10AA8FAA272F3783B8ED2F41DA23F27EFE610B_RuntimeMethod_var))); } IL_0014: { // this.str = str; String_t* L_2 = ___str0; __this->set_str_2(L_2); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerT61String::GetString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerT61String_GetString_mC1A90444C755B3FC6F1B6A52B447956BF3E555B5 (DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B * __this, const RuntimeMethod* method) { { // return str; String_t* L_0 = __this->get_str_2(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerT61String::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerT61String_Encode_mED7A9BA5EDB9A5466FD288D14008EF06F6A4ABC3 (DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { { // derOut.WriteEncoded(Asn1Tags.T61String, GetOctets()); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_0 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = DerT61String_GetOctets_mC87E8C53071083B6CC31B57FFF46B40B638B5DB5(__this, /*hidden argument*/NULL); NullCheck(L_0); DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037(L_0, ((int32_t)20), L_1, /*hidden argument*/NULL); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerT61String::GetOctets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerT61String_GetOctets_mC87E8C53071083B6CC31B57FFF46B40B638B5DB5 (DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B * __this, const RuntimeMethod* method) { { // return Strings.ToByteArray(str); String_t* L_0 = __this->get_str_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Strings_ToByteArray_m79BDFC45DF85C17DCB7A27A9FE2F939304A957BC(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerT61String::Asn1Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerT61String_Asn1Equals_m02CE8058A51440F1329130969639B944D5622F8D (DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Object0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B * V_0 = NULL; { // DerT61String other = asn1Object as DerT61String; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___asn1Object0; V_0 = ((DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B *)IsInstClass((RuntimeObject*)L_0, DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B_il2cpp_TypeInfo_var)); // if (other == null) DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B * L_1 = V_0; if (L_1) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // return this.str.Equals(other.str); String_t* L_2 = __this->get_str_2(); DerT61String_tC5281E6C3A7FC9574F3D4349E9F0E488887FAC7B * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get_str_2(); NullCheck(L_2); bool L_5; L_5 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_2, L_4, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.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) { { // : base(tagNo, obj) int32_t L_0 = ___tagNo0; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1 = ___obj1; Asn1TaggedObject__ctor_mE6E7EB54D6C1D7E73402ED05B846258159D4F2F1(__this, L_0, L_1, /*hidden argument*/NULL); // } return; } } // 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) { { // : base(explicitly, tagNo, obj) bool L_0 = ___explicitly0; int32_t L_1 = ___tagNo1; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_2 = ___obj2; Asn1TaggedObject__ctor_m2B2DF5BDB999280562B1FF27505294284C193645(__this, L_0, L_1, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerTaggedObject__ctor_m0282BF763C26C8815E588311D53C1DAA66D1F652 (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * __this, int32_t ___tagNo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(false, tagNo, DerSequence.Empty) int32_t L_0 = ___tagNo0; IL2CPP_RUNTIME_CLASS_INIT(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_1 = ((DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields*)il2cpp_codegen_static_fields_for(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var))->get_Empty_3(); Asn1TaggedObject__ctor_m2B2DF5BDB999280562B1FF27505294284C193645(__this, (bool)0, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerTaggedObject_Encode_m88F7D0D95FCB172952D4F662BA5C9DB98D74F1F1 (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, 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; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { // if (!IsEmpty()) bool L_0; L_0 = Asn1TaggedObject_IsEmpty_m1935A553A238372EEBCB94CB61FAEF4835BFAE24(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0057; } } { // byte[] bytes = obj.GetDerEncoded(); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1 = ((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)__this)->get_obj_4(); NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = Asn1Encodable_GetDerEncoded_m30F357C2B994910EAC405FACBB5CA88181B3CD4E(L_1, /*hidden argument*/NULL); V_0 = L_2; // if (explicitly) bool L_3 = ((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)__this)->get_explicitly_3(); if (!L_3) { goto IL_002f; } } { // derOut.WriteEncoded(Asn1Tags.Constructed | Asn1Tags.Tagged, tagNo, bytes); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_4 = ___derOut0; int32_t L_5 = ((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)__this)->get_tagNo_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; NullCheck(L_4); DerOutputStream_WriteEncoded_m6540A3114A9E58B9D748CDDDDC140DB1B5CA6A2E(L_4, ((int32_t)160), L_5, L_6, /*hidden argument*/NULL); // } return; } IL_002f: { // int flags = (bytes[0] & Asn1Tags.Constructed) | Asn1Tags.Tagged; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; NullCheck(L_7); int32_t L_8 = 0; uint8_t L_9 = (L_7)->GetAt(static_cast(L_8)); V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_9&(int32_t)((int32_t)32)))|(int32_t)((int32_t)128))); // derOut.WriteTag(flags, tagNo); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_10 = ___derOut0; int32_t L_11 = V_1; int32_t L_12 = ((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)__this)->get_tagNo_2(); NullCheck(L_10); DerOutputStream_WriteTag_m479C7211FAE7FAFD1DC1AAFD0A2136238DD89107(L_10, L_11, L_12, /*hidden argument*/NULL); // derOut.Write(bytes, 1, bytes.Length - 1); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_13 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_0; NullCheck(L_15); NullCheck(L_13); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_13, L_14, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), (int32_t)1))); // } return; } IL_0057: { // derOut.WriteEncoded(Asn1Tags.Constructed | Asn1Tags.Tagged, tagNo, new byte[0]); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_16 = ___derOut0; int32_t L_17 = ((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)__this)->get_tagNo_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)0); NullCheck(L_16); DerOutputStream_WriteEncoded_m6540A3114A9E58B9D748CDDDDC140DB1B5CA6A2E(L_16, ((int32_t)160), L_17, L_18, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUniversalString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUniversalString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64 * DerUniversalString_GetInstance_m18B60894972DB03931C97237ADE2E00725B18DFF (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is DerUniversalString) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64 *)IsInstClass((RuntimeObject*)L_1, DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (DerUniversalString)obj; RuntimeObject * L_2 = ___obj0; return ((DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64 *)CastclassClass((RuntimeObject*)L_2, DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64_il2cpp_TypeInfo_var)); } IL_0012: { // throw new ArgumentException("illegal object in GetInstance: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj)); RuntimeObject * L_3 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_4; L_4 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AEB5F8FF57BB3B2AD163E00335FACD4923E929A)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerUniversalString_GetInstance_m18B60894972DB03931C97237ADE2E00725B18DFF_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUniversalString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUniversalString::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64 * DerUniversalString_GetInstance_m14C51664CB4E0C41CDC1618DFC634C04A87B4A19 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_0 = NULL; { // Asn1Object o = obj.GetObject(); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; NullCheck(L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (isExplicit || o is DerUniversalString) bool L_2 = ___isExplicit1; if (L_2) { goto IL_0012; } } { Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3 = V_0; if (!((DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64 *)IsInstClass((RuntimeObject*)L_3, DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64_il2cpp_TypeInfo_var))) { goto IL_0019; } } IL_0012: { // return GetInstance(o); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64_il2cpp_TypeInfo_var); DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64 * L_5; L_5 = DerUniversalString_GetInstance_m18B60894972DB03931C97237ADE2E00725B18DFF(L_4, /*hidden argument*/NULL); return L_5; } IL_0019: { // return new DerUniversalString(Asn1OctetString.GetInstance(o).GetOctets()); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6 = V_0; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_7; L_7 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_6, /*hidden argument*/NULL); NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_7); DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64 * L_9 = (DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64 *)il2cpp_codegen_object_new(DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64_il2cpp_TypeInfo_var); DerUniversalString__ctor_m29E8A57B82F4DD443E740205EF528288F0133CCE(L_9, L_8, /*hidden argument*/NULL); return L_9; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUniversalString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerUniversalString__ctor_m29E8A57B82F4DD443E740205EF528288F0133CCE (DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method) { { // public DerUniversalString( // byte[] str) DerStringBase__ctor_mDC4BCCB3F5A8E5FEA22C64E747B1678FC1DCA7EF(__this, /*hidden argument*/NULL); // if (str == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___str0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("str"); 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*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerUniversalString__ctor_m29E8A57B82F4DD443E740205EF528288F0133CCE_RuntimeMethod_var))); } IL_0014: { // this.str = str; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___str0; __this->set_str_3(L_2); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUniversalString::GetString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerUniversalString_GetString_mBC5CC971392DDAA03E3C6E973FBE2EC639F04A36 (DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; uint32_t V_3 = 0; { // StringBuilder buffer = new StringBuilder("#"); StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77(L_0, _stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3, /*hidden argument*/NULL); V_0 = L_0; // byte[] enc = GetDerEncoded(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Asn1Encodable_GetDerEncoded_m30F357C2B994910EAC405FACBB5CA88181B3CD4E(__this, /*hidden argument*/NULL); V_1 = L_1; // for (int i = 0; i != enc.Length; i++) V_2 = 0; goto IL_0044; } IL_0016: { // uint ubyte = enc[i]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_1; int32_t L_3 = V_2; NullCheck(L_2); int32_t L_4 = L_3; uint8_t L_5 = (L_2)->GetAt(static_cast(L_4)); V_3 = L_5; // buffer.Append(table[(ubyte >> 4) & 0xf]); StringBuilder_t * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = ((DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64_StaticFields*)il2cpp_codegen_static_fields_for(DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64_il2cpp_TypeInfo_var))->get_table_2(); uint32_t L_8 = V_3; NullCheck(L_7); int32_t L_9 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_8>>4))&(int32_t)((int32_t)15))); uint16_t L_10 = (uint16_t)(L_7)->GetAt(static_cast(L_9)); NullCheck(L_6); StringBuilder_t * L_11; L_11 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_6, L_10, /*hidden argument*/NULL); // buffer.Append(table[enc[i] & 0xf]); StringBuilder_t * L_12 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = ((DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64_StaticFields*)il2cpp_codegen_static_fields_for(DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64_il2cpp_TypeInfo_var))->get_table_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_1; int32_t L_15 = V_2; NullCheck(L_14); int32_t L_16 = L_15; uint8_t L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_13); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)15))); uint16_t L_19 = (uint16_t)(L_13)->GetAt(static_cast(L_18)); NullCheck(L_12); StringBuilder_t * L_20; L_20 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_12, L_19, /*hidden argument*/NULL); // for (int i = 0; i != enc.Length; i++) int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0044: { // for (int i = 0; i != enc.Length; i++) int32_t L_22 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_1; NullCheck(L_23); if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))))))) { goto IL_0016; } } { // return buffer.ToString(); StringBuilder_t * L_24 = V_0; NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_24); return L_25; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUniversalString::GetOctets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerUniversalString_GetOctets_m07CCC8CF8698F156B81BC9F32DDAE482A7E5CA63 (DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64 * __this, 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; } { // return (byte[]) str.Clone(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_str_3(); NullCheck((RuntimeArray *)(RuntimeArray *)L_0); RuntimeObject * L_1; L_1 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL); return ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUniversalString::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerUniversalString_Encode_mA53D0E3AF71142671694E0734946B80D4EB1460D (DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64 * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { { // derOut.WriteEncoded(Asn1Tags.UniversalString, this.str); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_0 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_str_3(); NullCheck(L_0); DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037(L_0, ((int32_t)28), L_1, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUniversalString::Asn1Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerUniversalString_Asn1Equals_mD54A2D249369015BD984339263E585DDFB81C39E (DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Object0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64 * V_0 = NULL; { // DerUniversalString other = asn1Object as DerUniversalString; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___asn1Object0; V_0 = ((DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64 *)IsInstClass((RuntimeObject*)L_0, DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64_il2cpp_TypeInfo_var)); // if (other == null) DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64 * L_1 = V_0; if (L_1) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // return Arrays.AreEqual(this.str, other.str); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_str_3(); DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64 * L_3 = V_0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3->get_str_3(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_5; L_5 = Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246(L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUniversalString::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerUniversalString__cctor_m10084778CE66D009DE8D936A377E902F281ADF41 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50_FieldInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly char[] table = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' }; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64_StaticFields*)il2cpp_codegen_static_fields_for(DerUniversalString_t0E7AFBDE06F4E1151BD6B777252018BCD9F5CC64_il2cpp_TypeInfo_var))->set_table_2(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * DerUtcTime_GetInstance_mE16969AE1D919C9BA2A03ECD25A9EBF7F99044D3 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is DerUtcTime) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 *)IsInstClass((RuntimeObject*)L_1, DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (DerUtcTime)obj; RuntimeObject * L_2 = ___obj0; return ((DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 *)CastclassClass((RuntimeObject*)L_2, DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15_il2cpp_TypeInfo_var)); } IL_0012: { // throw new ArgumentException("illegal object in GetInstance: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj)); RuntimeObject * L_3 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_4; L_4 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AEB5F8FF57BB3B2AD163E00335FACD4923E929A)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerUtcTime_GetInstance_mE16969AE1D919C9BA2A03ECD25A9EBF7F99044D3_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * DerUtcTime_GetInstance_mCAB4136C77AD71EE2E80BBA7B8B9290C73029045 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_0 = NULL; { // Asn1Object o = obj.GetObject(); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; NullCheck(L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (isExplicit || o is DerUtcTime) bool L_2 = ___isExplicit1; if (L_2) { goto IL_0012; } } { Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3 = V_0; if (!((DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 *)IsInstClass((RuntimeObject*)L_3, DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15_il2cpp_TypeInfo_var))) { goto IL_0019; } } IL_0012: { // return GetInstance(o); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = V_0; DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * L_5; L_5 = DerUtcTime_GetInstance_mE16969AE1D919C9BA2A03ECD25A9EBF7F99044D3(L_4, /*hidden argument*/NULL); return L_5; } IL_0019: { // return new DerUtcTime(((Asn1OctetString)o).GetOctets()); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6 = V_0; NullCheck(((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_6, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, ((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_6, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * L_8 = (DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 *)il2cpp_codegen_object_new(DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15_il2cpp_TypeInfo_var); DerUtcTime__ctor_m301F9F60F7DCCCFA5423DDCE1154C27343B5517D(L_8, L_7, /*hidden argument*/NULL); return L_8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerUtcTime__ctor_m37EA5CF60FECFA088345312C01DC53704293085E (DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * __this, String_t* ___time0, const RuntimeMethod* method) { FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // public DerUtcTime( // string time) Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // if (time == null) String_t* L_0 = ___time0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("time"); 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*)&_stringLiteral51C6279E31F7483126B79E3000116001A915B690)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerUtcTime__ctor_m37EA5CF60FECFA088345312C01DC53704293085E_RuntimeMethod_var))); } IL_0014: { // this.time = time; String_t* L_2 = ___time0; __this->set_time_2(L_2); } IL_001b: try {// begin try (depth: 1) // ToDateTime(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; L_3 = DerUtcTime_ToDateTime_m0FC9068AD7C79A110DC5A298306E389F160F961E(__this, /*hidden argument*/NULL); // } goto IL_003b; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0024; } throw e; } CATCH_0024: {// begin catch(System.FormatException) // catch (FormatException e) V_0 = ((FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)IL2CPP_GET_ACTIVE_EXCEPTION(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)); // throw new ArgumentException("invalid date string: " + e.Message); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_4 = V_0; NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_4); String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFA2D6743666999DD62BADDE7D2A768DBA1CD81F0)), L_5, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerUtcTime__ctor_m37EA5CF60FECFA088345312C01DC53704293085E_RuntimeMethod_var))); }// end catch (depth: 1) IL_003b: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::.ctor(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerUtcTime__ctor_m76732E68D289DE5D560024714933B674C415BAF5 (DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral210CC9538965F8ABF6E188A4EF04DF93962CF964); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral234D19ACC97DBDDB4C2351D9B583DDC8AD958380); s_Il2CppMethodInitialized = true; } { // public DerUtcTime( // DateTime time) Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // this.time = time.ToString("yyMMddHHmmss", CultureInfo.InvariantCulture) + "Z"; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_1; L_1 = DateTime_ToString_mE44033D2750D165DED2A17A927381872EF9FC986((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___time0), _stringLiteral210CC9538965F8ABF6E188A4EF04DF93962CF964, L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_1, _stringLiteral234D19ACC97DBDDB4C2351D9B583DDC8AD958380, /*hidden argument*/NULL); __this->set_time_2(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerUtcTime__ctor_m301F9F60F7DCCCFA5423DDCE1154C27343B5517D (DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method) { { // internal DerUtcTime( // byte[] bytes) Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // this.time = Strings.FromAsciiByteArray(bytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bytes0; String_t* L_1; L_1 = Strings_FromAsciiByteArray_m91E8E1048396DDD9629BA341D7D9D696F6025A70(L_0, /*hidden argument*/NULL); __this->set_time_2(L_1); // } return; } } // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::ToDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DerUtcTime_ToDateTime_m0FC9068AD7C79A110DC5A298306E389F160F961E (DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A758692A50C8664F8A65B9E10AB0DAD93B1D007); s_Il2CppMethodInitialized = true; } { // return ParseDateString(TimeString, @"yyMMddHHmmss'GMT'zzz"); String_t* L_0; L_0 = DerUtcTime_get_TimeString_m0876F117C79315AC79279B8D7E3D299F7C5F4628(__this, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; L_1 = DerUtcTime_ParseDateString_m8F5FE4A7B939AD4DFE1DE8198DB638D7947A4F94(__this, L_0, _stringLiteral6A758692A50C8664F8A65B9E10AB0DAD93B1D007, /*hidden argument*/NULL); return L_1; } } // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::ToAdjustedDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DerUtcTime_ToAdjustedDateTime_mC4BC410E2CA0F9EB195704CD3E9A8B334F862BED (DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD4C10B3E565E62E85AA3B2CE577ADFE2C73E767); s_Il2CppMethodInitialized = true; } { // return ParseDateString(AdjustedTimeString, @"yyyyMMddHHmmss'GMT'zzz"); String_t* L_0; L_0 = DerUtcTime_get_AdjustedTimeString_m9BE998C0DCCE1AD8103EC07BF2DA986E7BA13FA8(__this, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; L_1 = DerUtcTime_ParseDateString_m8F5FE4A7B939AD4DFE1DE8198DB638D7947A4F94(__this, L_0, _stringLiteralAD4C10B3E565E62E85AA3B2CE577ADFE2C73E767, /*hidden argument*/NULL); return L_1; } } // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::ParseDateString(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DerUtcTime_ParseDateString_m8F5FE4A7B939AD4DFE1DE8198DB638D7947A4F94 (DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * __this, String_t* ___dateStr0, String_t* ___formatStr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); { // DateTime dt = DateTime.ParseExact( // dateStr, // formatStr, // DateTimeFormatInfo.InvariantInfo); String_t* L_0 = ___dateStr0; String_t* L_1 = ___formatStr1; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var); DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_2; L_2 = DateTimeFormatInfo_get_InvariantInfo_mF82BD33E66FDFBF82C9E9F58CDA7DDE568401F4B(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; L_3 = DateTime_ParseExact_mBB8F709AF7361D848FC1A63453CE04837E97C53C(L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; // return dt.ToUniversalTime(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4; L_4 = DateTime_ToUniversalTime_mB5FB50E0AD0D9A2A917893A1655F51B174C7A6B3((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), /*hidden argument*/NULL); return L_4; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::get_TimeString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerUtcTime_get_TimeString_m0876F117C79315AC79279B8D7E3D299F7C5F4628 (DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral021879D78CA57372896EB05C695F1B301352DF77); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6124FC5476DE1BA44C6586080ABDD87C285C5107); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC9B3D1C8DE32EE51FF0CC1DAD0CE02EBE286ACB1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE5C37D372367C69DCD30FE688631A1B0CE49EA73); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { // if (time.IndexOf('-') < 0 && time.IndexOf('+') < 0) String_t* L_0 = __this->get_time_2(); NullCheck(L_0); int32_t L_1; L_1 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_0, ((int32_t)45), /*hidden argument*/NULL); if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0061; } } { String_t* L_2 = __this->get_time_2(); NullCheck(L_2); int32_t L_3; L_3 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_2, ((int32_t)43), /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0061; } } { // if (time.Length == 11) String_t* L_4 = __this->get_time_2(); NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)11))))) { goto IL_0048; } } { // return time.Substring(0, 10) + "00GMT+00:00"; String_t* L_6 = __this->get_time_2(); NullCheck(L_6); String_t* L_7; L_7 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_6, 0, ((int32_t)10), /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_7, _stringLiteral021879D78CA57372896EB05C695F1B301352DF77, /*hidden argument*/NULL); return L_8; } IL_0048: { // return time.Substring(0, 12) + "GMT+00:00"; String_t* L_9 = __this->get_time_2(); NullCheck(L_9); String_t* L_10; L_10 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_9, 0, ((int32_t)12), /*hidden argument*/NULL); String_t* L_11; L_11 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_10, _stringLiteral6124FC5476DE1BA44C6586080ABDD87C285C5107, /*hidden argument*/NULL); return L_11; } IL_0061: { // int index = time.IndexOf('-'); String_t* L_12 = __this->get_time_2(); NullCheck(L_12); int32_t L_13; L_13 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_12, ((int32_t)45), /*hidden argument*/NULL); V_0 = L_13; // if (index < 0) int32_t L_14 = V_0; if ((((int32_t)L_14) >= ((int32_t)0))) { goto IL_0081; } } { // index = time.IndexOf('+'); String_t* L_15 = __this->get_time_2(); NullCheck(L_15); int32_t L_16; L_16 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_15, ((int32_t)43), /*hidden argument*/NULL); V_0 = L_16; } IL_0081: { // string d = time; String_t* L_17 = __this->get_time_2(); V_1 = L_17; // if (index == time.Length - 3) int32_t L_18 = V_0; String_t* L_19 = __this->get_time_2(); NullCheck(L_19); int32_t L_20; L_20 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_19, /*hidden argument*/NULL); if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)3)))))) { goto IL_00a4; } } { // d += "00"; String_t* L_21 = V_1; String_t* L_22; L_22 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_21, _stringLiteralE5C37D372367C69DCD30FE688631A1B0CE49EA73, /*hidden argument*/NULL); V_1 = L_22; } IL_00a4: { // if (index == 10) int32_t L_23 = V_0; if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)10))))) { goto IL_00e9; } } { // return d.Substring(0, 10) + "00GMT" + d.Substring(10, 3) + ":" + d.Substring(13, 2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_24 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_25 = L_24; String_t* L_26 = V_1; NullCheck(L_26); String_t* L_27; L_27 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_26, 0, ((int32_t)10), /*hidden argument*/NULL); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_27); (L_25)->SetAt(static_cast(0), (String_t*)L_27); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_28 = L_25; NullCheck(L_28); ArrayElementTypeCheck (L_28, _stringLiteralC9B3D1C8DE32EE51FF0CC1DAD0CE02EBE286ACB1); (L_28)->SetAt(static_cast(1), (String_t*)_stringLiteralC9B3D1C8DE32EE51FF0CC1DAD0CE02EBE286ACB1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_29 = L_28; String_t* L_30 = V_1; NullCheck(L_30); String_t* L_31; L_31 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_30, ((int32_t)10), 3, /*hidden argument*/NULL); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_31); (L_29)->SetAt(static_cast(2), (String_t*)L_31); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_32 = L_29; NullCheck(L_32); ArrayElementTypeCheck (L_32, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); (L_32)->SetAt(static_cast(3), (String_t*)_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_33 = L_32; String_t* L_34 = V_1; NullCheck(L_34); String_t* L_35; L_35 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_34, ((int32_t)13), 2, /*hidden argument*/NULL); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_35); (L_33)->SetAt(static_cast(4), (String_t*)L_35); String_t* L_36; L_36 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_33, /*hidden argument*/NULL); return L_36; } IL_00e9: { // return d.Substring(0, 12) + "GMT" + d.Substring(12, 3) + ":" + d.Substring(15, 2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_37 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_38 = L_37; String_t* L_39 = V_1; NullCheck(L_39); String_t* L_40; L_40 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_39, 0, ((int32_t)12), /*hidden argument*/NULL); NullCheck(L_38); ArrayElementTypeCheck (L_38, L_40); (L_38)->SetAt(static_cast(0), (String_t*)L_40); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_41 = L_38; NullCheck(L_41); ArrayElementTypeCheck (L_41, _stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735); (L_41)->SetAt(static_cast(1), (String_t*)_stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_42 = L_41; String_t* L_43 = V_1; NullCheck(L_43); String_t* L_44; L_44 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_43, ((int32_t)12), 3, /*hidden argument*/NULL); NullCheck(L_42); ArrayElementTypeCheck (L_42, L_44); (L_42)->SetAt(static_cast(2), (String_t*)L_44); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_45 = L_42; NullCheck(L_45); ArrayElementTypeCheck (L_45, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); (L_45)->SetAt(static_cast(3), (String_t*)_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_46 = L_45; String_t* L_47 = V_1; NullCheck(L_47); String_t* L_48; L_48 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_47, ((int32_t)15), 2, /*hidden argument*/NULL); NullCheck(L_46); ArrayElementTypeCheck (L_46, L_48); (L_46)->SetAt(static_cast(4), (String_t*)L_48); String_t* L_49; L_49 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_46, /*hidden argument*/NULL); return L_49; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::get_AdjustedTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerUtcTime_get_AdjustedTime_mFEA7F624CC6E2B7FB7B7F0F08CF3D5C510675663 (DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * __this, const RuntimeMethod* method) { { // get { return AdjustedTimeString; } String_t* L_0; L_0 = DerUtcTime_get_AdjustedTimeString_m9BE998C0DCCE1AD8103EC07BF2DA986E7BA13FA8(__this, /*hidden argument*/NULL); return L_0; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::get_AdjustedTimeString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerUtcTime_get_AdjustedTimeString_m9BE998C0DCCE1AD8103EC07BF2DA986E7BA13FA8 (DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral521FB55423CC068B92B5E8453A36DF0D6CBDD93F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA1F8C30AF9A614832E6AEAE94C81E0CB4D21FA81); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* G_B3_0 = NULL; { // string d = TimeString; String_t* L_0; L_0 = DerUtcTime_get_TimeString_m0876F117C79315AC79279B8D7E3D299F7C5F4628(__this, /*hidden argument*/NULL); V_0 = L_0; // string c = d[0] < '5' ? "20" : "19"; String_t* L_1 = V_0; NullCheck(L_1); Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, 0, /*hidden argument*/NULL); if ((((int32_t)L_2) < ((int32_t)((int32_t)53)))) { goto IL_0019; } } { G_B3_0 = _stringLiteralA1F8C30AF9A614832E6AEAE94C81E0CB4D21FA81; goto IL_001e; } IL_0019: { G_B3_0 = _stringLiteral521FB55423CC068B92B5E8453A36DF0D6CBDD93F; } IL_001e: { // return c + d; String_t* L_3 = V_0; String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B3_0, L_3, /*hidden argument*/NULL); return L_4; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::GetOctets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerUtcTime_GetOctets_m4B5F5533A9A9BA1A43B5B93EDF86796FCEE4523A (DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * __this, const RuntimeMethod* method) { { // return Strings.ToAsciiByteArray(time); String_t* L_0 = __this->get_time_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Strings_ToAsciiByteArray_m00A6AE5ADF958F281F45360B2C57264611926803(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerUtcTime_Encode_m3D0161498C6649E0009542F61B4EE84ECB3581CA (DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { { // derOut.WriteEncoded(Asn1Tags.UtcTime, GetOctets()); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_0 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = DerUtcTime_GetOctets_m4B5F5533A9A9BA1A43B5B93EDF86796FCEE4523A(__this, /*hidden argument*/NULL); NullCheck(L_0); DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037(L_0, ((int32_t)23), L_1, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::Asn1Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerUtcTime_Asn1Equals_mEC8AC77586DDD2CA3E3DA638583F1117A195D750 (DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Object0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * V_0 = NULL; { // DerUtcTime other = asn1Object as DerUtcTime; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___asn1Object0; V_0 = ((DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 *)IsInstClass((RuntimeObject*)L_0, DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15_il2cpp_TypeInfo_var)); // if (other == null) DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * L_1 = V_0; if (L_1) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // return this.time.Equals(other.time); String_t* L_2 = __this->get_time_2(); DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get_time_2(); NullCheck(L_2); bool L_5; L_5 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::Asn1GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DerUtcTime_Asn1GetHashCode_m7CF7BA7599C83578F49F8C6256D88711E58F02A1 (DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * __this, const RuntimeMethod* method) { { // return time.GetHashCode(); String_t* L_0 = __this->get_time_2(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerUtcTime_ToString_m575BF7EFA6920897D0628A0C96D46A81CDBD47BF (DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 * __this, const RuntimeMethod* method) { { // return time; String_t* L_0 = __this->get_time_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * DerUtf8String_GetInstance_mFA869E7C94EF5349F0CCA598AEB3F2952432D5DE (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is DerUtf8String) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 *)IsInstClass((RuntimeObject*)L_1, DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (DerUtf8String)obj; RuntimeObject * L_2 = ___obj0; return ((DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 *)CastclassClass((RuntimeObject*)L_2, DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113_il2cpp_TypeInfo_var)); } IL_0012: { // throw new ArgumentException("illegal object in GetInstance: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj)); RuntimeObject * L_3 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_4; L_4 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AEB5F8FF57BB3B2AD163E00335FACD4923E929A)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerUtf8String_GetInstance_mFA869E7C94EF5349F0CCA598AEB3F2952432D5DE_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * DerUtf8String_GetInstance_m13ED83C513BE6F9A98C4553C1665C06738E59010 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_0 = NULL; { // Asn1Object o = obj.GetObject(); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; NullCheck(L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (isExplicit || o is DerUtf8String) bool L_2 = ___isExplicit1; if (L_2) { goto IL_0012; } } { Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3 = V_0; if (!((DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 *)IsInstClass((RuntimeObject*)L_3, DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113_il2cpp_TypeInfo_var))) { goto IL_0019; } } IL_0012: { // return GetInstance(o); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = V_0; DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * L_5; L_5 = DerUtf8String_GetInstance_mFA869E7C94EF5349F0CCA598AEB3F2952432D5DE(L_4, /*hidden argument*/NULL); return L_5; } IL_0019: { // return new DerUtf8String(Asn1OctetString.GetInstance(o).GetOctets()); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6 = V_0; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_7; L_7 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_6, /*hidden argument*/NULL); NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_7); DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * L_9 = (DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 *)il2cpp_codegen_object_new(DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113_il2cpp_TypeInfo_var); DerUtf8String__ctor_mC2EF64703B23E77690470660DA5BA79DBDF71EC1(L_9, L_8, /*hidden argument*/NULL); return L_9; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerUtf8String__ctor_mC2EF64703B23E77690470660DA5BA79DBDF71EC1 (DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method) { { // : this(Encoding.UTF8.GetString(str, 0, str.Length)) Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0; L_0 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___str0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___str0; NullCheck(L_2); NullCheck(L_0); String_t* L_3; L_3 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(36 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); DerUtf8String__ctor_m1DBE822AAD7BA1747E5F632DF89ED4FBAB8ACD95(__this, L_3, /*hidden argument*/NULL); // } return; } } // 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) { { // public DerUtf8String( // string str) DerStringBase__ctor_mDC4BCCB3F5A8E5FEA22C64E747B1678FC1DCA7EF(__this, /*hidden argument*/NULL); // if (str == null) String_t* L_0 = ___str0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("str"); 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*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerUtf8String__ctor_m1DBE822AAD7BA1747E5F632DF89ED4FBAB8ACD95_RuntimeMethod_var))); } IL_0014: { // this.str = str; String_t* L_2 = ___str0; __this->set_str_2(L_2); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String::GetString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerUtf8String_GetString_m3057DBC30B87B2EC783875C840DD182D008FAC18 (DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * __this, const RuntimeMethod* method) { { // return str; String_t* L_0 = __this->get_str_2(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String::Asn1Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerUtf8String_Asn1Equals_m94EC2B0307689F92CD46953E1B36C3FA58961EC4 (DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Object0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * V_0 = NULL; { // DerUtf8String other = asn1Object as DerUtf8String; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___asn1Object0; V_0 = ((DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 *)IsInstClass((RuntimeObject*)L_0, DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113_il2cpp_TypeInfo_var)); // if (other == null) DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * L_1 = V_0; if (L_1) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // return this.str.Equals(other.str); String_t* L_2 = __this->get_str_2(); DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get_str_2(); NullCheck(L_2); bool L_5; L_5 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerUtf8String_Encode_m7962391686F86B4F92D7D90F33F9B61A2D315879 (DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { { // derOut.WriteEncoded(Asn1Tags.Utf8String, Encoding.UTF8.GetBytes(str)); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_0 = ___derOut0; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_1; L_1 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); String_t* L_2 = __this->get_str_2(); NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_1, L_2); NullCheck(L_0); DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037(L_0, ((int32_t)12), L_3, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVideotexString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVideotexString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B * DerVideotexString_GetInstance_m720521EF39AB950A0CF8CFA3916E63E7C8EF15F7 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B * V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (obj == null || obj is DerVideotexString) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B *)IsInstClass((RuntimeObject*)L_1, DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (DerVideotexString)obj; RuntimeObject * L_2 = ___obj0; return ((DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B *)CastclassClass((RuntimeObject*)L_2, DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B_il2cpp_TypeInfo_var)); } IL_0012: { // if (obj is byte[]) RuntimeObject * L_3 = ___obj0; if (!((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)IsInst((RuntimeObject*)L_3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))) { goto IL_0049; } } IL_001a: try {// begin try (depth: 1) // return (DerVideotexString)FromByteArray((byte[])obj); RuntimeObject * L_4 = ___obj0; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_5; L_5 = Asn1Object_FromByteArray_m2DB00E0C5F68F2C4C3CA24B1F3075BC8DA9AD989(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = ((DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B *)CastclassClass((RuntimeObject*)L_5, DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B_il2cpp_TypeInfo_var)); goto IL_0064; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002d; } throw e; } CATCH_002d: {// begin catch(System.Exception) // catch (Exception e) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new ArgumentException("encoding error in GetInstance: " + e.ToString(), "obj"); Exception_t * L_6 = V_1; NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5D40E563CD83A04EBDBEB2548B0DB7F0691D2237)), 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*)&DerVideotexString_GetInstance_m720521EF39AB950A0CF8CFA3916E63E7C8EF15F7_RuntimeMethod_var))); }// end catch (depth: 1) IL_0049: { // throw new ArgumentException("illegal object in GetInstance: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_10 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_11; L_11 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_10, /*hidden argument*/NULL); String_t* L_12; L_12 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AEB5F8FF57BB3B2AD163E00335FACD4923E929A)), L_11, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_13, L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerVideotexString_GetInstance_m720521EF39AB950A0CF8CFA3916E63E7C8EF15F7_RuntimeMethod_var))); } IL_0064: { // } DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B * L_14 = V_0; return L_14; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVideotexString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVideotexString::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B * DerVideotexString_GetInstance_m7EED2EE719666E3002FEE79B1F1A692DAEA632D8 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_0 = NULL; { // Asn1Object o = obj.GetObject(); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; NullCheck(L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (isExplicit || o is DerVideotexString) bool L_2 = ___isExplicit1; if (L_2) { goto IL_0012; } } { Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3 = V_0; if (!((DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B *)IsInstClass((RuntimeObject*)L_3, DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B_il2cpp_TypeInfo_var))) { goto IL_0019; } } IL_0012: { // return GetInstance(o); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = V_0; DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B * L_5; L_5 = DerVideotexString_GetInstance_m720521EF39AB950A0CF8CFA3916E63E7C8EF15F7(L_4, /*hidden argument*/NULL); return L_5; } IL_0019: { // return new DerVideotexString(((Asn1OctetString)o).GetOctets()); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6 = V_0; NullCheck(((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_6, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, ((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_6, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B * L_8 = (DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B *)il2cpp_codegen_object_new(DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B_il2cpp_TypeInfo_var); DerVideotexString__ctor_m2B4A67640837D0028525F609ED51913F6146B8F4(L_8, L_7, /*hidden argument*/NULL); return L_8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVideotexString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerVideotexString__ctor_m2B4A67640837D0028525F609ED51913F6146B8F4 (DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encoding0, 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 DerVideotexString(byte[] encoding) DerStringBase__ctor_mDC4BCCB3F5A8E5FEA22C64E747B1678FC1DCA7EF(__this, /*hidden argument*/NULL); // this.mString = Arrays.Clone(encoding); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___encoding0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_0, /*hidden argument*/NULL); __this->set_mString_2(L_1); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVideotexString::GetString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerVideotexString_GetString_mFFCB95CDF2B76215410F834B51A0DA2CA5468A00 (DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B * __this, const RuntimeMethod* method) { { // return Strings.FromByteArray(mString); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_mString_2(); String_t* L_1; L_1 = Strings_FromByteArray_m43248E0DD5B7410C1BC54F3CFB4D9CC9CCD48296(L_0, /*hidden argument*/NULL); return L_1; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVideotexString::GetOctets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerVideotexString_GetOctets_m56D7E5573EC5775A6CE1847174BA44855A0DD1AC (DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Arrays.Clone(mString); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_mString_2(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVideotexString::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerVideotexString_Encode_mE55DE07BE521AB830D43DBA6AE84F8435430C127 (DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { { // derOut.WriteEncoded(Asn1Tags.VideotexString, mString); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_0 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_mString_2(); NullCheck(L_0); DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037(L_0, ((int32_t)21), L_1, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVideotexString::Asn1GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DerVideotexString_Asn1GetHashCode_m1052E49CDD1394D63022B92223F874D42D188E77 (DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Arrays.GetHashCode(mString); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_mString_2(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Arrays_GetHashCode_m8261AF075350B6360081F547285B872E81168C25(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVideotexString::Asn1Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerVideotexString_Asn1Equals_m0B2D5A3544A46E0D526AA21D1184B192C1622173 (DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Object0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B * V_0 = NULL; { // DerVideotexString other = asn1Object as DerVideotexString; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___asn1Object0; V_0 = ((DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B *)IsInstClass((RuntimeObject*)L_0, DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B_il2cpp_TypeInfo_var)); // if (other == null) DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B * L_1 = V_0; if (L_1) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // return Arrays.AreEqual(mString, other.mString); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_mString_2(); DerVideotexString_tDA053F3C99D819C686CB62F8C63A8A1925A41E9B * L_3 = V_0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3->get_mString_2(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_5; L_5 = Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246(L_2, L_4, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVisibleString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVisibleString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 * DerVisibleString_GetInstance_m81ED755B7CE3A8832D0CA72539E4B1FAED4CF6CA (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is DerVisibleString) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 *)IsInstClass((RuntimeObject*)L_1, DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (DerVisibleString)obj; RuntimeObject * L_2 = ___obj0; return ((DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 *)CastclassClass((RuntimeObject*)L_2, DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6_il2cpp_TypeInfo_var)); } IL_0012: { // if (obj is Asn1OctetString) RuntimeObject * L_3 = ___obj0; if (!((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)IsInstClass((RuntimeObject*)L_3, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))) { goto IL_002b; } } { // return new DerVisibleString(((Asn1OctetString)obj).GetOctets()); RuntimeObject * L_4 = ___obj0; NullCheck(((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_4, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, ((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_4, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 * L_6 = (DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 *)il2cpp_codegen_object_new(DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6_il2cpp_TypeInfo_var); DerVisibleString__ctor_m27851B43EF260955D7E0E929A6ABA5170233AF1F(L_6, L_5, /*hidden argument*/NULL); return L_6; } IL_002b: { // if (obj is Asn1TaggedObject) RuntimeObject * L_7 = ___obj0; if (!((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)IsInstClass((RuntimeObject*)L_7, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))) { goto IL_0044; } } { // return GetInstance(((Asn1TaggedObject)obj).GetObject()); RuntimeObject * L_8 = ___obj0; NullCheck(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_8, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_9; L_9 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_8, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 * L_10; L_10 = DerVisibleString_GetInstance_m81ED755B7CE3A8832D0CA72539E4B1FAED4CF6CA(L_9, /*hidden argument*/NULL); return L_10; } IL_0044: { // throw new ArgumentException("illegal object in GetInstance: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj)); RuntimeObject * L_11 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_12; L_12 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_11, /*hidden argument*/NULL); String_t* L_13; L_13 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AEB5F8FF57BB3B2AD163E00335FACD4923E929A)), L_12, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_14 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerVisibleString_GetInstance_m81ED755B7CE3A8832D0CA72539E4B1FAED4CF6CA_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVisibleString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVisibleString::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 * DerVisibleString_GetInstance_m17B9CB4F5126AEAC3A9F3BC5660C1ED05F7E654B (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method) { { // return GetInstance(obj.GetObject()); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; NullCheck(L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_0, /*hidden argument*/NULL); DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 * L_2; L_2 = DerVisibleString_GetInstance_m81ED755B7CE3A8832D0CA72539E4B1FAED4CF6CA(L_1, /*hidden argument*/NULL); return L_2; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVisibleString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerVisibleString__ctor_m27851B43EF260955D7E0E929A6ABA5170233AF1F (DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method) { { // : this(Strings.FromAsciiByteArray(str)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___str0; String_t* L_1; L_1 = Strings_FromAsciiByteArray_m91E8E1048396DDD9629BA341D7D9D696F6025A70(L_0, /*hidden argument*/NULL); DerVisibleString__ctor_m0B29454DC745DED101D9304756AC975F11599919(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVisibleString::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerVisibleString__ctor_m0B29454DC745DED101D9304756AC975F11599919 (DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 * __this, String_t* ___str0, const RuntimeMethod* method) { { // public DerVisibleString( // string str) DerStringBase__ctor_mDC4BCCB3F5A8E5FEA22C64E747B1678FC1DCA7EF(__this, /*hidden argument*/NULL); // if (str == null) String_t* L_0 = ___str0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("str"); 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*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerVisibleString__ctor_m0B29454DC745DED101D9304756AC975F11599919_RuntimeMethod_var))); } IL_0014: { // this.str = str; String_t* L_2 = ___str0; __this->set_str_2(L_2); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVisibleString::GetString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerVisibleString_GetString_m995562EB6CB6EB473D6D30CE47BAB1F819F95F7D (DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 * __this, const RuntimeMethod* method) { { // return str; String_t* L_0 = __this->get_str_2(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVisibleString::GetOctets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerVisibleString_GetOctets_m54C886925913171738C1D6483E1113F1DA96A86B (DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 * __this, const RuntimeMethod* method) { { // return Strings.ToAsciiByteArray(str); String_t* L_0 = __this->get_str_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Strings_ToAsciiByteArray_m00A6AE5ADF958F281F45360B2C57264611926803(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVisibleString::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerVisibleString_Encode_mBC7983DA97AD4117B146708F19387312009CA59F (DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { { // derOut.WriteEncoded(Asn1Tags.VisibleString, GetOctets()); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_0 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = DerVisibleString_GetOctets_m54C886925913171738C1D6483E1113F1DA96A86B(__this, /*hidden argument*/NULL); NullCheck(L_0); DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037(L_0, ((int32_t)26), L_1, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVisibleString::Asn1Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerVisibleString_Asn1Equals_m165EF9784FA5FF8E06E17934C3F4AC55F9F53B70 (DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Object0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 * V_0 = NULL; { // DerVisibleString other = asn1Object as DerVisibleString; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___asn1Object0; V_0 = ((DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 *)IsInstClass((RuntimeObject*)L_0, DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6_il2cpp_TypeInfo_var)); // if (other == null) DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 * L_1 = V_0; if (L_1) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // return this.str.Equals(other.str); String_t* L_2 = __this->get_str_2(); DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get_str_2(); NullCheck(L_2); bool L_5; L_5 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerVisibleString::Asn1GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DerVisibleString_Asn1GetHashCode_m4F7B4A4132BE7E50B1FD3FB17A99A8BCC5296826 (DerVisibleString_tD2C7BDB698BDA2E6248B748723954EF6BF8DBFD6 * __this, const RuntimeMethod* method) { { // return this.str.GetHashCode(); String_t* L_0 = __this->get_str_2(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEdeEngine_Init_mBF5EEA687667C5AEA8557C9D999A7840F66CAECB (DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; { // if (!(parameters is KeyParameter)) RuntimeObject* L_0 = ___parameters1; if (((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)IsInstClass((RuntimeObject*)L_0, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))) { goto IL_001e; } } { // throw new ArgumentException("invalid parameter passed to DESede init - " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(parameters)); RuntimeObject* L_1 = ___parameters1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_2; L_2 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07A562F3A51B05DD4D12A1374F0E33FFB7F430BE)), L_2, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DesEdeEngine_Init_mBF5EEA687667C5AEA8557C9D999A7840F66CAECB_RuntimeMethod_var))); } IL_001e: { // byte[] keyMaster = ((KeyParameter)parameters).GetKey(); RuntimeObject* L_5 = ___parameters1; NullCheck(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_5, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_5, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_6; // if (keyMaster.Length != 24 && keyMaster.Length != 16) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; NullCheck(L_7); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))) == ((int32_t)((int32_t)24)))) { goto IL_0043; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; NullCheck(L_8); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))) == ((int32_t)((int32_t)16)))) { goto IL_0043; } } { // throw new ArgumentException("key size must be 16 or 24 bytes."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF526C41B5D102629F36504CCC315D6C68C84CCEC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DesEdeEngine_Init_mBF5EEA687667C5AEA8557C9D999A7840F66CAECB_RuntimeMethod_var))); } IL_0043: { // this.forEncryption = forEncryption; bool L_10 = ___forEncryption0; __this->set_forEncryption_18(L_10); // byte[] key1 = new byte[8]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)8); V_1 = L_11; // Array.Copy(keyMaster, 0, key1, 0, key1.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_1; NullCheck(L_14); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_12, 0, (RuntimeArray *)(RuntimeArray *)L_13, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))), /*hidden argument*/NULL); // workingKey1 = GenerateWorkingKey(forEncryption, key1); bool L_15 = ___forEncryption0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17; L_17 = DesEngine_GenerateWorkingKey_mB2CB6BB205F33D56AE1E2EF66EDB27BCE588CCD2(L_15, L_16, /*hidden argument*/NULL); __this->set_workingKey1_15(L_17); // byte[] key2 = new byte[8]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)8); V_2 = L_18; // Array.Copy(keyMaster, 8, key2, 0, key2.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_2; NullCheck(L_21); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_19, 8, (RuntimeArray *)(RuntimeArray *)L_20, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))), /*hidden argument*/NULL); // workingKey2 = GenerateWorkingKey(!forEncryption, key2); bool L_22 = ___forEncryption0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_24; L_24 = DesEngine_GenerateWorkingKey_mB2CB6BB205F33D56AE1E2EF66EDB27BCE588CCD2((bool)((((int32_t)L_22) == ((int32_t)0))? 1 : 0), L_23, /*hidden argument*/NULL); __this->set_workingKey2_16(L_24); // if (keyMaster.Length == 24) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_0; NullCheck(L_25); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))) == ((uint32_t)((int32_t)24))))) { goto IL_00b6; } } { // byte[] key3 = new byte[8]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)8); V_3 = L_26; // Array.Copy(keyMaster, 16, key3, 0, key3.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_3; NullCheck(L_29); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_27, ((int32_t)16), (RuntimeArray *)(RuntimeArray *)L_28, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length))), /*hidden argument*/NULL); // workingKey3 = GenerateWorkingKey(forEncryption, key3); bool L_30 = ___forEncryption0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = V_3; IL2CPP_RUNTIME_CLASS_INIT(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_32; L_32 = DesEngine_GenerateWorkingKey_mB2CB6BB205F33D56AE1E2EF66EDB27BCE588CCD2(L_30, L_31, /*hidden argument*/NULL); __this->set_workingKey3_17(L_32); // } return; } IL_00b6: { // workingKey3 = workingKey1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_33 = __this->get_workingKey1_15(); __this->set_workingKey3_17(L_33); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DesEdeEngine_get_AlgorithmName_mC06057F2B59CA17C044C5514ED27AA99804BC62C (DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB19634932BB7856F4D81F8177AF846DD0F91CA97); s_Il2CppMethodInitialized = true; } { // get { return "DESede"; } return _stringLiteralB19634932BB7856F4D81F8177AF846DD0F91CA97; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DesEdeEngine_GetBlockSize_m1D556A97FA8925009991911B464B85ADDE623D7D (DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B * __this, const RuntimeMethod* method) { { // return BLOCK_SIZE; return 8; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DesEdeEngine_ProcessBlock_mDFECA7FCD9EF1038B4FD9FFED9C47808045B09E0 (DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // if (workingKey1 == null) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_workingKey1_15(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("DESede engine not initialised"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral078964E4B28C800CC1686D6A2D7301406865C2C7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DesEdeEngine_ProcessBlock_mDFECA7FCD9EF1038B4FD9FFED9C47808045B09E0_RuntimeMethod_var))); } IL_0013: { // Check.DataLength(input, inOff, BLOCK_SIZE, "input buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; int32_t L_3 = ___inOff1; Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F(L_2, L_3, 8, _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED, /*hidden argument*/NULL); // Check.OutputLength(output, outOff, BLOCK_SIZE, "output buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output2; int32_t L_5 = ___outOff3; Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_4, L_5, 8, _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2, /*hidden argument*/NULL); // byte[] temp = new byte[BLOCK_SIZE]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)8); V_0 = L_6; // if (forEncryption) bool L_7 = __this->get_forEncryption_18(); if (!L_7) { goto IL_006d; } } { // DesFunc(workingKey1, input, inOff, temp, 0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = __this->get_workingKey1_15(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___input0; int32_t L_10 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); DesEngine_DesFunc_m8E7B745B6F1694F51B2E711D629040C0C44DC498(L_8, L_9, L_10, L_11, 0, /*hidden argument*/NULL); // DesFunc(workingKey2, temp, 0, temp, 0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = __this->get_workingKey2_16(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; DesEngine_DesFunc_m8E7B745B6F1694F51B2E711D629040C0C44DC498(L_12, L_13, 0, L_14, 0, /*hidden argument*/NULL); // DesFunc(workingKey3, temp, 0, output, outOff); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = __this->get_workingKey3_17(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___output2; int32_t L_18 = ___outOff3; DesEngine_DesFunc_m8E7B745B6F1694F51B2E711D629040C0C44DC498(L_15, L_16, 0, L_17, L_18, /*hidden argument*/NULL); // } goto IL_009b; } IL_006d: { // DesFunc(workingKey3, input, inOff, temp, 0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = __this->get_workingKey3_17(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___input0; int32_t L_21 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); DesEngine_DesFunc_m8E7B745B6F1694F51B2E711D629040C0C44DC498(L_19, L_20, L_21, L_22, 0, /*hidden argument*/NULL); // DesFunc(workingKey2, temp, 0, temp, 0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_23 = __this->get_workingKey2_16(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_0; DesEngine_DesFunc_m8E7B745B6F1694F51B2E711D629040C0C44DC498(L_23, L_24, 0, L_25, 0, /*hidden argument*/NULL); // DesFunc(workingKey1, temp, 0, output, outOff); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_26 = __this->get_workingKey1_15(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = ___output2; int32_t L_29 = ___outOff3; DesEngine_DesFunc_m8E7B745B6F1694F51B2E711D629040C0C44DC498(L_26, L_27, 0, L_28, L_29, /*hidden argument*/NULL); } IL_009b: { // return BLOCK_SIZE; return 8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEdeEngine_Reset_m118B1D41585D1C41A50ED368A6B7F17E82D26608 (DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B * __this, const RuntimeMethod* method) { { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEdeEngine__ctor_mAB1BB8534E14C4519586761748E3E4DCB9E62789 (DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); DesEngine__ctor_m3DD15482C3EB3121CFB785DBF836A17AA4D272AC(__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.Generators.DesEdeKeyGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEdeKeyGenerator__ctor_mA29CAEC637E09AB17A4BCEB9314A8F1CDA438EB8 (DesEdeKeyGenerator_t1FF7344F14831C630B6552EA65C43B86BA6F2613 * __this, const RuntimeMethod* method) { { // public DesEdeKeyGenerator() DesKeyGenerator__ctor_m0318F9396FE52437233AE828F8C4A9D1BCF8CF77(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DesEdeKeyGenerator::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEdeKeyGenerator__ctor_mDF044A8DA74FABDF5A4529559DC4E7CB51271B45 (DesEdeKeyGenerator_t1FF7344F14831C630B6552EA65C43B86BA6F2613 * __this, int32_t ___defaultStrength0, const RuntimeMethod* method) { { // : base(defaultStrength) int32_t L_0 = ___defaultStrength0; DesKeyGenerator__ctor_mECA1529DAF150F68FC03328A04B1DEEEBA175C35(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DesEdeKeyGenerator::engineInit(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEdeKeyGenerator_engineInit_mE14F79DE05642CD8C0494FF777A1CF997917FE51 (DesEdeKeyGenerator_t1FF7344F14831C630B6552EA65C43B86BA6F2613 * __this, KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * ___parameters0, const RuntimeMethod* method) { int32_t V_0 = 0; { // this.random = parameters.Random; KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * L_0 = ___parameters0; NullCheck(L_0); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_1; L_1 = KeyGenerationParameters_get_Random_m96B13620B3ECF5CEB64561A4DBCBC18AC6CB11F4_inline(L_0, /*hidden argument*/NULL); ((CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 *)__this)->set_random_0(L_1); // this.strength = (parameters.Strength + 7) / 8; KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * L_2 = ___parameters0; NullCheck(L_2); int32_t L_3; L_3 = KeyGenerationParameters_get_Strength_m1AF6C156C99D9FF48C71158A37331779DD65ABF9_inline(L_2, /*hidden argument*/NULL); ((CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 *)__this)->set_strength_1(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)7))/(int32_t)8))); // if (strength == 0 || strength == (168 / 8)) int32_t L_4 = ((CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 *)__this)->get_strength_1(); if (!L_4) { goto IL_002e; } } { int32_t L_5 = ((CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 *)__this)->get_strength_1(); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)21))))) { goto IL_0037; } } IL_002e: { // strength = DesEdeParameters.DesEdeKeyLength; ((CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 *)__this)->set_strength_1(((int32_t)24)); // } return; } IL_0037: { // else if (strength == (112 / 8)) int32_t L_6 = ((CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 *)__this)->get_strength_1(); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)14))))) { goto IL_004a; } } { // strength = 2 * DesEdeParameters.DesKeyLength; ((CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 *)__this)->set_strength_1(((int32_t)16)); // } return; } IL_004a: { // else if (strength != DesEdeParameters.DesEdeKeyLength // && strength != (2 * DesEdeParameters.DesKeyLength)) int32_t L_7 = ((CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 *)__this)->get_strength_1(); if ((((int32_t)L_7) == ((int32_t)((int32_t)24)))) { goto IL_00a7; } } { int32_t L_8 = ((CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 *)__this)->get_strength_1(); if ((((int32_t)L_8) == ((int32_t)((int32_t)16)))) { goto IL_00a7; } } { // throw new ArgumentException("DESede key must be " // + (DesEdeParameters.DesEdeKeyLength * 8) + " or " // + (2 * 8 * DesEdeParameters.DesKeyLength) // + " bits long."); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF61A75191EDC36E7F5B6029C933D4C764F147DE4))); (L_10)->SetAt(static_cast(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF61A75191EDC36E7F5B6029C933D4C764F147DE4))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = L_10; V_0 = ((int32_t)192); String_t* L_12; L_12 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(1), (String_t*)L_12); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE885205DA2ED2F044021264F91527DF50C05E68))); (L_13)->SetAt(static_cast(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE885205DA2ED2F044021264F91527DF50C05E68))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = L_13; V_0 = ((int32_t)128); String_t* L_15; L_15 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(3), (String_t*)L_15); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = L_14; NullCheck(L_16); ArrayElementTypeCheck (L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral302E958A42046957586D826FC43C186BE0800772))); (L_16)->SetAt(static_cast(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral302E958A42046957586D826FC43C186BE0800772))); String_t* L_17; L_17 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_16, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_18 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DesEdeKeyGenerator_engineInit_mE14F79DE05642CD8C0494FF777A1CF997917FE51_RuntimeMethod_var))); } IL_00a7: { // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DesEdeKeyGenerator::engineGenerateKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DesEdeKeyGenerator_engineGenerateKey_m5A80063D6A2F3A9A993D0859E3AF8D6379041637 (DesEdeKeyGenerator_t1FF7344F14831C630B6552EA65C43B86BA6F2613 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] newKey = new byte[strength]; int32_t L_0 = ((CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 *)__this)->get_strength_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; } IL_000c: { // random.NextBytes(newKey); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_2 = ((CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 *)__this)->get_random_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; NullCheck(L_2); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(9 /* System.Void System.Random::NextBytes(System.Byte[]) */, L_2, L_3); // DesEdeParameters.SetOddParity(newKey); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); DesParameters_SetOddParity_m44286E5908B4554DE3E58F01417293BEEF64944F(L_4, /*hidden argument*/NULL); // while (DesEdeParameters.IsWeakKey(newKey, 0, newKey.Length) || !DesEdeParameters.IsRealEdeKey(newKey, 0)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = DesEdeParameters_IsWeakKey_m3AEC99680628C54CC3F55BC965C559EDB2099B5E(L_5, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), /*hidden argument*/NULL); if (L_7) { goto IL_000c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; bool L_9; L_9 = DesEdeParameters_IsRealEdeKey_m59E2DC4B969FBB9B155C85646E050602B3821844(L_8, 0, /*hidden argument*/NULL); if (!L_9) { goto IL_000c; } } { // return newKey; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; 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.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesEdeParameters::FixKey(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DesEdeParameters_FixKey_m2680F88C7E34BC58B1D3B3BDF5FC96E3AA337E10 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___keyOff1, int32_t ___keyLen2, 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; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] tmp = new byte[24]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)24)); V_0 = L_0; int32_t L_1 = ___keyLen2; if ((((int32_t)L_1) == ((int32_t)((int32_t)16)))) { goto IL_0014; } } { int32_t L_2 = ___keyLen2; if ((((int32_t)L_2) == ((int32_t)((int32_t)24)))) { goto IL_002c; } } { goto IL_0039; } IL_0014: { // Array.Copy(key, keyOff, tmp, 0, 16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___key0; int32_t L_4 = ___keyOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_3, L_4, (RuntimeArray *)(RuntimeArray *)L_5, 0, ((int32_t)16), /*hidden argument*/NULL); // Array.Copy(key, keyOff, tmp, 16, 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___key0; int32_t L_7 = ___keyOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_6, L_7, (RuntimeArray *)(RuntimeArray *)L_8, ((int32_t)16), 8, /*hidden argument*/NULL); // break; goto IL_0055; } IL_002c: { // Array.Copy(key, keyOff, tmp, 0, 24); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___key0; int32_t L_10 = ___keyOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_9, L_10, (RuntimeArray *)(RuntimeArray *)L_11, 0, ((int32_t)24), /*hidden argument*/NULL); // break; goto IL_0055; } IL_0039: { // throw new ArgumentException("Bad length for DESede key: " + keyLen, "keyLen"); String_t* L_12; L_12 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___keyLen2), /*hidden argument*/NULL); String_t* L_13; L_13 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD91A0A0A71D78D00734BB42245D7BEAF0E4B9D5D)), L_12, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_14 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_14, L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8F9B7501515E2A09F052F2F28B58523841134766)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DesEdeParameters_FixKey_m2680F88C7E34BC58B1D3B3BDF5FC96E3AA337E10_RuntimeMethod_var))); } IL_0055: { // if (IsWeakKey(tmp)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_0; bool L_16; L_16 = DesEdeParameters_IsWeakKey_m8A65AF15412B6FD82FF051A1836F93F8DFD0BEBC(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0068; } } { // throw new ArgumentException("attempt to create weak DESede key"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_17 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF279D3A1C3470D20DE6CF024C5477FC3B81B34)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DesEdeParameters_FixKey_m2680F88C7E34BC58B1D3B3BDF5FC96E3AA337E10_RuntimeMethod_var))); } IL_0068: { // return tmp; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_0; return L_18; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesEdeParameters::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEdeParameters__ctor_m3695D9F5FDC4A2EE6A39D7772BCC13082799D3BD (DesEdeParameters_t568F95409D286F8D272E7F6E74AACD750481913C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(FixKey(key, 0, key.Length)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___key0; NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = DesEdeParameters_FixKey_m2680F88C7E34BC58B1D3B3BDF5FC96E3AA337E10(L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); DesParameters__ctor_m00F6A79B26D56D16DC6F6AAAEEC5978E9A18C42A(__this, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesEdeParameters::.ctor(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEdeParameters__ctor_m8F1B5DD23559C588FFBD00EFA64EA7927EB9D902 (DesEdeParameters_t568F95409D286F8D272E7F6E74AACD750481913C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___keyOff1, int32_t ___keyLen2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(FixKey(key, keyOff, keyLen)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; int32_t L_1 = ___keyOff1; int32_t L_2 = ___keyLen2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = DesEdeParameters_FixKey_m2680F88C7E34BC58B1D3B3BDF5FC96E3AA337E10(L_0, L_1, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); DesParameters__ctor_m00F6A79B26D56D16DC6F6AAAEEC5978E9A18C42A(__this, L_3, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesEdeParameters::IsWeakKey(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesEdeParameters_IsWeakKey_m3AEC99680628C54CC3F55BC965C559EDB2099B5E (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = offset; i < length; i += DesKeyLength) int32_t L_0 = ___offset1; V_0 = L_0; goto IL_0013; } IL_0004: { // if (DesParameters.IsWeakKey(key, i)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___key0; int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); bool L_3; L_3 = DesParameters_IsWeakKey_m03C3BE82E127FB14AB53AB5C85CBB3AF10E21703(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_000f; } } { // return true; return (bool)1; } IL_000f: { // for (int i = offset; i < length; i += DesKeyLength) int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)8)); } IL_0013: { // for (int i = offset; i < length; i += DesKeyLength) int32_t L_5 = V_0; int32_t L_6 = ___length2; if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_0004; } } { // return false; return (bool)0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesEdeParameters::IsWeakKey(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesEdeParameters_IsWeakKey_m9D29BBB046CFC1FC8A99480460F9CCE2950E3C48 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___offset1, const RuntimeMethod* method) { { // return IsWeakKey(key, offset, key.Length - offset); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; int32_t L_1 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___key0; NullCheck(L_2); int32_t L_3 = ___offset1; bool L_4; L_4 = DesEdeParameters_IsWeakKey_m3AEC99680628C54CC3F55BC965C559EDB2099B5E(L_0, L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), (int32_t)L_3)), /*hidden argument*/NULL); return L_4; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesEdeParameters::IsWeakKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesEdeParameters_IsWeakKey_m8A65AF15412B6FD82FF051A1836F93F8DFD0BEBC (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method) { { // return IsWeakKey(key, 0, key.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___key0; NullCheck(L_1); bool L_2; L_2 = DesEdeParameters_IsWeakKey_m3AEC99680628C54CC3F55BC965C559EDB2099B5E(L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); return L_2; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesEdeParameters::IsRealEdeKey(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesEdeParameters_IsRealEdeKey_m59E2DC4B969FBB9B155C85646E050602B3821844 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___offset1, const RuntimeMethod* method) { { // return key.Length == 16 ? IsReal2Key(key, offset) : IsReal3Key(key, offset); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; NullCheck(L_0); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) == ((int32_t)((int32_t)16)))) { goto IL_000f; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___key0; int32_t L_2 = ___offset1; bool L_3; L_3 = DesEdeParameters_IsReal3Key_m4E168D68446253171700C31DDE5AC71DC53F7DBC(L_1, L_2, /*hidden argument*/NULL); return L_3; } IL_000f: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___key0; int32_t L_5 = ___offset1; bool L_6; L_6 = DesEdeParameters_IsReal2Key_m0103571E96D8E3C88F8D8B9D7D73B789BB2425F8(L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesEdeParameters::IsReal2Key(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesEdeParameters_IsReal2Key_m0103571E96D8E3C88F8D8B9D7D73B789BB2425F8 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___offset1, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; { // bool isValid = false; V_0 = (bool)0; // for (int i = offset; i != offset + 8; i++) int32_t L_0 = ___offset1; V_1 = L_0; goto IL_001a; } IL_0006: { // isValid |= (key[i] != key[i + 8]); bool L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___key0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; uint8_t L_5 = (L_2)->GetAt(static_cast(L_4)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___key0; int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)8)); uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); V_0 = (bool)((int32_t)((int32_t)L_1|(int32_t)((((int32_t)((((int32_t)L_5) == ((int32_t)L_9))? 1 : 0)) == ((int32_t)0))? 1 : 0))); // for (int i = offset; i != offset + 8; i++) int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_001a: { // for (int i = offset; i != offset + 8; i++) int32_t L_11 = V_1; int32_t L_12 = ___offset1; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)8)))))) { goto IL_0006; } } { // return isValid; bool L_13 = V_0; return L_13; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesEdeParameters::IsReal3Key(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesEdeParameters_IsReal3Key_m4E168D68446253171700C31DDE5AC71DC53F7DBC (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___offset1, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; bool V_2 = false; int32_t V_3 = 0; { // bool diff12 = false, diff13 = false, diff23 = false; V_0 = (bool)0; // bool diff12 = false, diff13 = false, diff23 = false; V_1 = (bool)0; // bool diff12 = false, diff13 = false, diff23 = false; V_2 = (bool)0; // for (int i = offset; i != offset + 8; i++) int32_t L_0 = ___offset1; V_3 = L_0; goto IL_0042; } IL_000a: { // diff12 |= (key[i] != key[i + 8]); bool L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___key0; int32_t L_3 = V_3; NullCheck(L_2); int32_t L_4 = L_3; uint8_t L_5 = (L_2)->GetAt(static_cast(L_4)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___key0; int32_t L_7 = V_3; NullCheck(L_6); int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)8)); uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); V_0 = (bool)((int32_t)((int32_t)L_1|(int32_t)((((int32_t)((((int32_t)L_5) == ((int32_t)L_9))? 1 : 0)) == ((int32_t)0))? 1 : 0))); // diff13 |= (key[i] != key[i + 16]); bool L_10 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___key0; int32_t L_12 = V_3; NullCheck(L_11); int32_t L_13 = L_12; uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___key0; int32_t L_16 = V_3; NullCheck(L_15); int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)((int32_t)16))); uint8_t L_18 = (L_15)->GetAt(static_cast(L_17)); V_1 = (bool)((int32_t)((int32_t)L_10|(int32_t)((((int32_t)((((int32_t)L_14) == ((int32_t)L_18))? 1 : 0)) == ((int32_t)0))? 1 : 0))); // diff23 |= (key[i + 8] != key[i + 16]); bool L_19 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___key0; int32_t L_21 = V_3; NullCheck(L_20); int32_t L_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)8)); uint8_t L_23 = (L_20)->GetAt(static_cast(L_22)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ___key0; int32_t L_25 = V_3; NullCheck(L_24); int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)((int32_t)16))); uint8_t L_27 = (L_24)->GetAt(static_cast(L_26)); V_2 = (bool)((int32_t)((int32_t)L_19|(int32_t)((((int32_t)((((int32_t)L_23) == ((int32_t)L_27))? 1 : 0)) == ((int32_t)0))? 1 : 0))); // for (int i = offset; i != offset + 8; i++) int32_t L_28 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0042: { // for (int i = offset; i != offset + 8; i++) int32_t L_29 = V_3; int32_t L_30 = ___offset1; if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)8)))))) { goto IL_000a; } } { // return diff12 && diff13 && diff23; bool L_31 = V_0; bool L_32 = V_1; bool L_33 = V_2; return (bool)((int32_t)((int32_t)((int32_t)((int32_t)L_31&(int32_t)L_32))&(int32_t)L_33)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEdeWrapEngine_Init_m4DAB033E1B7411B76A3DD529B5733E12B7A68F6A (DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8 * __this, bool ___forWrapping0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * V_0 = NULL; { // this.forWrapping = forWrapping; bool L_0 = ___forWrapping0; __this->set_forWrapping_4(L_0); // this.engine = new CbcBlockCipher(new DesEdeEngine()); DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B * L_1 = (DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B *)il2cpp_codegen_object_new(DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B_il2cpp_TypeInfo_var); DesEdeEngine__ctor_mAB1BB8534E14C4519586761748E3E4DCB9E62789(L_1, /*hidden argument*/NULL); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_2 = (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 *)il2cpp_codegen_object_new(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30_il2cpp_TypeInfo_var); CbcBlockCipher__ctor_m567F935ED6ADC603D0165394F5C7911380DA774D(L_2, L_1, /*hidden argument*/NULL); __this->set_engine_0(L_2); // if (parameters is ParametersWithRandom) RuntimeObject* L_3 = ___parameters1; if (!((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)IsInstClass((RuntimeObject*)L_3, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var))) { goto IL_0035; } } { // ParametersWithRandom pr = (ParametersWithRandom) parameters; RuntimeObject* L_4 = ___parameters1; // parameters = pr.Parameters; ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * L_5 = ((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)CastclassClass((RuntimeObject*)L_4, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var)); NullCheck(L_5); RuntimeObject* L_6; L_6 = ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline(L_5, /*hidden argument*/NULL); ___parameters1 = L_6; // sr = pr.Random; NullCheck(L_5); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_7; L_7 = ParametersWithRandom_get_Random_mF9C641B992B3D83AC3CE3E4E7AD7D56545538F91_inline(L_5, /*hidden argument*/NULL); V_0 = L_7; // } goto IL_003b; } IL_0035: { // sr = new SecureRandom(); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_8 = (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 *)il2cpp_codegen_object_new(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); SecureRandom__ctor_mAD42803A2428614D1F961A8BCC228B22958C978A(L_8, /*hidden argument*/NULL); V_0 = L_8; } IL_003b: { // if (parameters is KeyParameter) RuntimeObject* L_9 = ___parameters1; if (!((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)IsInstClass((RuntimeObject*)L_9, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))) { goto IL_008a; } } { // this.param = (KeyParameter) parameters; RuntimeObject* L_10 = ___parameters1; __this->set_param_1(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_10, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))); // if (this.forWrapping) bool L_11 = __this->get_forWrapping_4(); if (!L_11) { goto IL_00ee; } } { // this.iv = new byte[8]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)8); __this->set_iv_3(L_12); // sr.NextBytes(iv); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_13 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get_iv_3(); NullCheck(L_13); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(9 /* System.Void System.Random::NextBytes(System.Byte[]) */, L_13, L_14); // this.paramPlusIV = new ParametersWithIV(this.param, this.iv); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_15 = __this->get_param_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = __this->get_iv_3(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_17 = (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)il2cpp_codegen_object_new(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); ParametersWithIV__ctor_mA22FB4E80EEE2091E9551DA8DCB33BD7549103F1(L_17, L_15, L_16, /*hidden argument*/NULL); __this->set_paramPlusIV_2(L_17); // } return; } IL_008a: { // else if (parameters is ParametersWithIV) RuntimeObject* L_18 = ___parameters1; if (!((ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)IsInstClass((RuntimeObject*)L_18, ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var))) { goto IL_00ee; } } { // if (!forWrapping) bool L_19 = ___forWrapping0; if (L_19) { goto IL_00a0; } } { // throw new ArgumentException("You should not supply an IV for unwrapping"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_20 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7B8599FC60C1CB6E010C304BEDAB3F1C9F2613A0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DesEdeWrapEngine_Init_m4DAB033E1B7411B76A3DD529B5733E12B7A68F6A_RuntimeMethod_var))); } IL_00a0: { // this.paramPlusIV = (ParametersWithIV) parameters; RuntimeObject* L_21 = ___parameters1; __this->set_paramPlusIV_2(((ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)CastclassClass((RuntimeObject*)L_21, ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var))); // this.iv = this.paramPlusIV.GetIV(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_22 = __this->get_paramPlusIV_2(); NullCheck(L_22); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23; L_23 = ParametersWithIV_GetIV_m17D0EF646E07A2B81A17450A3342DEBB7C42603B(L_22, /*hidden argument*/NULL); __this->set_iv_3(L_23); // this.param = (KeyParameter) this.paramPlusIV.Parameters; ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_24 = __this->get_paramPlusIV_2(); NullCheck(L_24); RuntimeObject* L_25; L_25 = ParametersWithIV_get_Parameters_m2B5701D391CF607292513A855051EEF3D8E705E8_inline(L_24, /*hidden argument*/NULL); __this->set_param_1(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_25, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))); // if (this.iv.Length != 8) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = __this->get_iv_3(); NullCheck(L_26); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))) == ((int32_t)8))) { goto IL_00ee; } } { // throw new ArgumentException("IV is not 8 octets", "parameters"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_27 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_27, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB38BD6540168B3F80FC1E0ED60F43650A552E50)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC611A012636D51B5EBBC7ADEBD3C8631EA8DAF13)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DesEdeWrapEngine_Init_m4DAB033E1B7411B76A3DD529B5733E12B7A68F6A_RuntimeMethod_var))); } IL_00ee: { // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DesEdeWrapEngine_get_AlgorithmName_mC6050054EF4FE7CB4B8B2E0830A1A31F8E349A97 (DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB19634932BB7856F4D81F8177AF846DD0F91CA97); s_Il2CppMethodInitialized = true; } { // get { return "DESede"; } return _stringLiteralB19634932BB7856F4D81F8177AF846DD0F91CA97; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::Wrap(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DesEdeWrapEngine_Wrap_mC126BBA1F25E1F3C2F78C7BC93A6E1C46AD97658 (DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_5 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; { // if (!forWrapping) bool L_0 = __this->get_forWrapping_4(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("Not initialized for wrapping"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB2D94F054CFFA4959E5BFD39650F74A8C73B2C92)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DesEdeWrapEngine_Wrap_mC126BBA1F25E1F3C2F78C7BC93A6E1C46AD97658_RuntimeMethod_var))); } IL_0013: { // byte[] keyToBeWrapped = new byte[length]; int32_t L_2 = ___length2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; // Array.Copy(input, inOff, keyToBeWrapped, 0, length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___input0; int32_t L_5 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; int32_t L_7 = ___length2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_4, L_5, (RuntimeArray *)(RuntimeArray *)L_6, 0, L_7, /*hidden argument*/NULL); // byte[] CKS = CalculateCmsKeyChecksum(keyToBeWrapped); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = DesEdeWrapEngine_CalculateCmsKeyChecksum_m5AA7ECACA74CCDBFEA4E96BCDFED20CDC9AB28C1(__this, L_8, /*hidden argument*/NULL); V_1 = L_9; // byte[] WKCKS = new byte[keyToBeWrapped.Length + CKS.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; NullCheck(L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_1; NullCheck(L_11); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))); V_2 = L_12; // Array.Copy(keyToBeWrapped, 0, WKCKS, 0, keyToBeWrapped.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_0; NullCheck(L_15); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_13, 0, (RuntimeArray *)(RuntimeArray *)L_14, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), /*hidden argument*/NULL); // Array.Copy(CKS, 0, WKCKS, keyToBeWrapped.Length, CKS.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_0; NullCheck(L_18); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_1; NullCheck(L_19); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_16, 0, (RuntimeArray *)(RuntimeArray *)L_17, ((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))), ((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))), /*hidden argument*/NULL); // int blockSize = engine.GetBlockSize(); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_20 = __this->get_engine_0(); NullCheck(L_20); int32_t L_21; L_21 = CbcBlockCipher_GetBlockSize_m9C9A7F47110AC192DC2FD00A9E48DBE9ACBE9BD5(L_20, /*hidden argument*/NULL); V_3 = L_21; // if (WKCKS.Length % blockSize != 0) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_2; NullCheck(L_22); int32_t L_23 = V_3; if (!((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))%(int32_t)L_23))) { goto IL_0071; } } { // throw new InvalidOperationException("Not multiple of block length"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_24 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC7BC5720D92831EEF195351553329E90EA1D7B6D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DesEdeWrapEngine_Wrap_mC126BBA1F25E1F3C2F78C7BC93A6E1C46AD97658_RuntimeMethod_var))); } IL_0071: { // engine.Init(true, paramPlusIV); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_25 = __this->get_engine_0(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_26 = __this->get_paramPlusIV_2(); NullCheck(L_25); CbcBlockCipher_Init_m02414897EDA97A225DB661584BCD3CCD132BD3CB(L_25, (bool)1, L_26, /*hidden argument*/NULL); // byte [] TEMP1 = new byte[WKCKS.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_2; NullCheck(L_27); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))); V_4 = L_28; // for (int currentBytePos = 0; currentBytePos != WKCKS.Length; currentBytePos += blockSize) V_8 = 0; goto IL_00ab; } IL_0092: { // engine.ProcessBlock(WKCKS, currentBytePos, TEMP1, currentBytePos); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_29 = __this->get_engine_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = V_2; int32_t L_31 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = V_4; int32_t L_33 = V_8; NullCheck(L_29); int32_t L_34; L_34 = CbcBlockCipher_ProcessBlock_m780496B003C64ECE7C09F51A8F67F9798F1463F8(L_29, L_30, L_31, L_32, L_33, /*hidden argument*/NULL); // for (int currentBytePos = 0; currentBytePos != WKCKS.Length; currentBytePos += blockSize) int32_t L_35 = V_8; int32_t L_36 = V_3; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36)); } IL_00ab: { // for (int currentBytePos = 0; currentBytePos != WKCKS.Length; currentBytePos += blockSize) int32_t L_37 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = V_2; NullCheck(L_38); if ((!(((uint32_t)L_37) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length))))))) { goto IL_0092; } } { // byte[] TEMP2 = new byte[this.iv.Length + TEMP1.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = __this->get_iv_3(); NullCheck(L_39); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = V_4; NullCheck(L_40); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length))), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length)))))); V_5 = L_41; // Array.Copy(this.iv, 0, TEMP2, 0, this.iv.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42 = __this->get_iv_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = __this->get_iv_3(); NullCheck(L_44); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_42, 0, (RuntimeArray *)(RuntimeArray *)L_43, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length))), /*hidden argument*/NULL); // Array.Copy(TEMP1, 0, TEMP2, this.iv.Length, TEMP1.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = __this->get_iv_3(); NullCheck(L_47); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = V_4; NullCheck(L_48); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_45, 0, (RuntimeArray *)(RuntimeArray *)L_46, ((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length))), ((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length))), /*hidden argument*/NULL); // byte[] TEMP3 = reverse(TEMP2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = V_5; IL2CPP_RUNTIME_CLASS_INIT(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50; L_50 = DesEdeWrapEngine_reverse_m576BECC2195891D6D2B2BD0626EC58E5A44A6DEA(L_49, /*hidden argument*/NULL); V_6 = L_50; // ParametersWithIV param2 = new ParametersWithIV(this.param, IV2); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_51 = __this->get_param_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52 = ((DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8_StaticFields*)il2cpp_codegen_static_fields_for(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8_il2cpp_TypeInfo_var))->get_IV2_5(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_53 = (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)il2cpp_codegen_object_new(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); ParametersWithIV__ctor_mA22FB4E80EEE2091E9551DA8DCB33BD7549103F1(L_53, L_51, L_52, /*hidden argument*/NULL); V_7 = L_53; // this.engine.Init(true, param2); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_54 = __this->get_engine_0(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_55 = V_7; NullCheck(L_54); CbcBlockCipher_Init_m02414897EDA97A225DB661584BCD3CCD132BD3CB(L_54, (bool)1, L_55, /*hidden argument*/NULL); // for (int currentBytePos = 0; currentBytePos != TEMP3.Length; currentBytePos += blockSize) V_9 = 0; goto IL_013b; } IL_0121: { // engine.ProcessBlock(TEMP3, currentBytePos, TEMP3, currentBytePos); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_56 = __this->get_engine_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_57 = V_6; int32_t L_58 = V_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_59 = V_6; int32_t L_60 = V_9; NullCheck(L_56); int32_t L_61; L_61 = CbcBlockCipher_ProcessBlock_m780496B003C64ECE7C09F51A8F67F9798F1463F8(L_56, L_57, L_58, L_59, L_60, /*hidden argument*/NULL); // for (int currentBytePos = 0; currentBytePos != TEMP3.Length; currentBytePos += blockSize) int32_t L_62 = V_9; int32_t L_63 = V_3; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)L_63)); } IL_013b: { // for (int currentBytePos = 0; currentBytePos != TEMP3.Length; currentBytePos += blockSize) int32_t L_64 = V_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_65 = V_6; NullCheck(L_65); if ((!(((uint32_t)L_64) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_65)->max_length))))))) { goto IL_0121; } } { // return TEMP3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = V_6; return L_66; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::Unwrap(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DesEdeWrapEngine_Unwrap_mA1F6A2ECAE79605F741AE5DEF67503BDEAAE6478 (DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_5 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; { // if (forWrapping) bool L_0 = __this->get_forWrapping_4(); if (!L_0) { goto IL_0013; } } { // throw new InvalidOperationException("Not set for unwrapping"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7CB44EA744A3060D01211672D5FF225D29CC2B31)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DesEdeWrapEngine_Unwrap_mA1F6A2ECAE79605F741AE5DEF67503BDEAAE6478_RuntimeMethod_var))); } IL_0013: { // if (input == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; if (L_2) { goto IL_0021; } } { // throw new InvalidCipherTextException("Null pointer as ciphertext"); InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * L_3 = (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var))); InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCC4153577DC6301E1F6FFF8598C112823A34E145)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DesEdeWrapEngine_Unwrap_mA1F6A2ECAE79605F741AE5DEF67503BDEAAE6478_RuntimeMethod_var))); } IL_0021: { // int blockSize = engine.GetBlockSize(); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_4 = __this->get_engine_0(); NullCheck(L_4); int32_t L_5; L_5 = CbcBlockCipher_GetBlockSize_m9C9A7F47110AC192DC2FD00A9E48DBE9ACBE9BD5(L_4, /*hidden argument*/NULL); V_0 = L_5; // if (length % blockSize != 0) int32_t L_6 = ___length2; int32_t L_7 = V_0; if (!((int32_t)((int32_t)L_6%(int32_t)L_7))) { goto IL_0049; } } { // throw new InvalidCipherTextException("Ciphertext not multiple of " + blockSize); String_t* L_8; L_8 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_9; L_9 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0920A6AABBEFA13D4437110676BB9315863FF7ED)), L_8, /*hidden argument*/NULL); InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * L_10 = (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var))); InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DesEdeWrapEngine_Unwrap_mA1F6A2ECAE79605F741AE5DEF67503BDEAAE6478_RuntimeMethod_var))); } IL_0049: { // ParametersWithIV param2 = new ParametersWithIV(this.param, IV2); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_11 = __this->get_param_1(); IL2CPP_RUNTIME_CLASS_INIT(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ((DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8_StaticFields*)il2cpp_codegen_static_fields_for(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8_il2cpp_TypeInfo_var))->get_IV2_5(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_13 = (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)il2cpp_codegen_object_new(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); ParametersWithIV__ctor_mA22FB4E80EEE2091E9551DA8DCB33BD7549103F1(L_13, L_11, L_12, /*hidden argument*/NULL); V_1 = L_13; // this.engine.Init(false, param2); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_14 = __this->get_engine_0(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_15 = V_1; NullCheck(L_14); CbcBlockCipher_Init_m02414897EDA97A225DB661584BCD3CCD132BD3CB(L_14, (bool)0, L_15, /*hidden argument*/NULL); // byte [] TEMP3 = new byte[length]; int32_t L_16 = ___length2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_16); V_2 = L_17; // for (int currentBytePos = 0; currentBytePos != TEMP3.Length; currentBytePos += blockSize) V_8 = 0; goto IL_008d; } IL_0073: { // engine.ProcessBlock(input, inOff + currentBytePos, TEMP3, currentBytePos); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_18 = __this->get_engine_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___input0; int32_t L_20 = ___inOff1; int32_t L_21 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_2; int32_t L_23 = V_8; NullCheck(L_18); int32_t L_24; L_24 = CbcBlockCipher_ProcessBlock_m780496B003C64ECE7C09F51A8F67F9798F1463F8(L_18, L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)), L_22, L_23, /*hidden argument*/NULL); // for (int currentBytePos = 0; currentBytePos != TEMP3.Length; currentBytePos += blockSize) int32_t L_25 = V_8; int32_t L_26 = V_0; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)); } IL_008d: { // for (int currentBytePos = 0; currentBytePos != TEMP3.Length; currentBytePos += blockSize) int32_t L_27 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_2; NullCheck(L_28); if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length))))))) { goto IL_0073; } } { // byte[] TEMP2 = reverse(TEMP3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30; L_30 = DesEdeWrapEngine_reverse_m576BECC2195891D6D2B2BD0626EC58E5A44A6DEA(L_29, /*hidden argument*/NULL); V_3 = L_30; // this.iv = new byte[8]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)8); __this->set_iv_3(L_31); // byte[] TEMP1 = new byte[TEMP2.Length - 8]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = V_3; NullCheck(L_32); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length))), (int32_t)8))); V_4 = L_33; // Array.Copy(TEMP2, 0, this.iv, 0, 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = __this->get_iv_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_34, 0, (RuntimeArray *)(RuntimeArray *)L_35, 0, 8, /*hidden argument*/NULL); // Array.Copy(TEMP2, 8, TEMP1, 0, TEMP2.Length - 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = V_3; NullCheck(L_38); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_36, 8, (RuntimeArray *)(RuntimeArray *)L_37, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length))), (int32_t)8)), /*hidden argument*/NULL); // this.paramPlusIV = new ParametersWithIV(this.param, this.iv); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_39 = __this->get_param_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = __this->get_iv_3(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_41 = (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)il2cpp_codegen_object_new(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); ParametersWithIV__ctor_mA22FB4E80EEE2091E9551DA8DCB33BD7549103F1(L_41, L_39, L_40, /*hidden argument*/NULL); __this->set_paramPlusIV_2(L_41); // this.engine.Init(false, this.paramPlusIV); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_42 = __this->get_engine_0(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_43 = __this->get_paramPlusIV_2(); NullCheck(L_42); CbcBlockCipher_Init_m02414897EDA97A225DB661584BCD3CCD132BD3CB(L_42, (bool)0, L_43, /*hidden argument*/NULL); // byte[] WKCKS = new byte[TEMP1.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = V_4; NullCheck(L_44); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length)))); V_5 = L_45; // for (int currentBytePos = 0; currentBytePos != WKCKS.Length; currentBytePos += blockSize) V_9 = 0; goto IL_0124; } IL_010a: { // engine.ProcessBlock(TEMP1, currentBytePos, WKCKS, currentBytePos); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_46 = __this->get_engine_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = V_4; int32_t L_48 = V_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = V_5; int32_t L_50 = V_9; NullCheck(L_46); int32_t L_51; L_51 = CbcBlockCipher_ProcessBlock_m780496B003C64ECE7C09F51A8F67F9798F1463F8(L_46, L_47, L_48, L_49, L_50, /*hidden argument*/NULL); // for (int currentBytePos = 0; currentBytePos != WKCKS.Length; currentBytePos += blockSize) int32_t L_52 = V_9; int32_t L_53 = V_0; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)L_53)); } IL_0124: { // for (int currentBytePos = 0; currentBytePos != WKCKS.Length; currentBytePos += blockSize) int32_t L_54 = V_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_55 = V_5; NullCheck(L_55); if ((!(((uint32_t)L_54) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_55)->max_length))))))) { goto IL_010a; } } { // byte[] result = new byte[WKCKS.Length - 8]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_56 = V_5; NullCheck(L_56); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_57 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_56)->max_length))), (int32_t)8))); V_6 = L_57; // byte[] CKStoBeVerified = new byte[8]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_58 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)8); V_7 = L_58; // Array.Copy(WKCKS, 0, result, 0, WKCKS.Length - 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_59 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_60 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_61 = V_5; NullCheck(L_61); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_59, 0, (RuntimeArray *)(RuntimeArray *)L_60, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_61)->max_length))), (int32_t)8)), /*hidden argument*/NULL); // Array.Copy(WKCKS, WKCKS.Length - 8, CKStoBeVerified, 0, 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_62 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63 = V_5; NullCheck(L_63); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64 = V_7; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_62, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_63)->max_length))), (int32_t)8)), (RuntimeArray *)(RuntimeArray *)L_64, 0, 8, /*hidden argument*/NULL); // if (!CheckCmsKeyChecksum(result, CKStoBeVerified)) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_65 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = V_7; bool L_67; L_67 = DesEdeWrapEngine_CheckCmsKeyChecksum_mFD4C4380F059E8F23C3B2E3EFD0D90BFE62DC812(__this, L_65, L_66, /*hidden argument*/NULL); if (L_67) { goto IL_017a; } } { // throw new InvalidCipherTextException( // "Checksum inside ciphertext is corrupted"); InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * L_68 = (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var))); InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043(L_68, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral10B049D9030EED71568DBA6470C98D793E1C4E3F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_68, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DesEdeWrapEngine_Unwrap_mA1F6A2ECAE79605F741AE5DEF67503BDEAAE6478_RuntimeMethod_var))); } IL_017a: { // return result; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_69 = V_6; return L_69; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::CalculateCmsKeyChecksum(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DesEdeWrapEngine_CalculateCmsKeyChecksum_m5AA7ECACA74CCDBFEA4E96BCDFED20CDC9AB28C1 (DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // sha1.BlockUpdate(key, 0, key.Length); RuntimeObject* L_0 = __this->get_sha1_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___key0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___key0; NullCheck(L_2); NullCheck(L_0); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0, L_1, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); // sha1.DoFinal(digest, 0); RuntimeObject* L_3 = __this->get_sha1_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_digest_7(); NullCheck(L_3); int32_t L_5; L_5 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_3, L_4, 0); // byte[] result = new byte[8]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)8); V_0 = L_6; // Array.Copy(digest, 0, result, 0, 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_digest_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_7, 0, (RuntimeArray *)(RuntimeArray *)L_8, 0, 8, /*hidden argument*/NULL); // return result; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_0; return L_9; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::CheckCmsKeyChecksum(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesEdeWrapEngine_CheckCmsKeyChecksum_mFD4C4380F059E8F23C3B2E3EFD0D90BFE62DC812 (DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___checksum1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Arrays.ConstantTimeAreEqual(CalculateCmsKeyChecksum(key), checksum); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = DesEdeWrapEngine_CalculateCmsKeyChecksum_m5AA7ECACA74CCDBFEA4E96BCDFED20CDC9AB28C1(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___checksum1; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_3; L_3 = Arrays_ConstantTimeAreEqual_mA8B0D8A56AE0903D0723D146FD1777A01E2014E4(L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::reverse(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DesEdeWrapEngine_reverse_m576BECC2195891D6D2B2BD0626EC58E5A44A6DEA (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, 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; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { // byte[] result = new byte[bs.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bs0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))); V_0 = L_1; // for (int i = 0; i < bs.Length; i++) V_1 = 0; goto IL_001d; } IL_000d: { // result[i] = bs[bs.Length - (i + 1)]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; int32_t L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bs0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___bs0; NullCheck(L_5); int32_t L_6 = V_1; NullCheck(L_4); int32_t L_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)))); uint8_t L_8 = (L_4)->GetAt(static_cast(L_7)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (uint8_t)L_8); // for (int i = 0; i < bs.Length; i++) int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_001d: { // for (int i = 0; i < bs.Length; i++) int32_t L_10 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___bs0; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_000d; } } { // return result; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEdeWrapEngine__ctor_mA95780BDE495A5AEF214DE9D1D3997E880C4C05C (DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly IDigest sha1 = new Sha1Digest(); Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_0 = (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 *)il2cpp_codegen_object_new(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var); Sha1Digest__ctor_mE6504554318A0C272510B26A1ECA66AEB0F3C648(L_0, /*hidden argument*/NULL); __this->set_sha1_6(L_0); // private readonly byte[] digest = new byte[20]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); __this->set_digest_7(L_1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEdeWrapEngine__cctor_mAF52BA63FC33A28E20F854B4B245F7D52244DDE2 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276_FieldInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly byte[] IV2 = { (byte) 0x4a, (byte) 0xdd, (byte) 0xa2, // (byte) 0x2c, (byte) 0x79, (byte) 0xe8, // (byte) 0x21, (byte) 0x05 }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8_StaticFields*)il2cpp_codegen_static_fields_for(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8_il2cpp_TypeInfo_var))->set_IV2_5(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::GetWorkingKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* DesEngine_GetWorkingKey_m3A4435E9A0FC5761B357EDF9932DD3AAE2F9F704 (DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B * __this, const RuntimeMethod* method) { { // return workingKey; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_workingKey_1(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEngine_Init_m681748D0DBAFD3598C362F5409F7D8A183ACBFDB (DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!(parameters is KeyParameter)) RuntimeObject* L_0 = ___parameters1; if (((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)IsInstClass((RuntimeObject*)L_0, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))) { goto IL_001e; } } { // throw new ArgumentException("invalid parameter passed to DES init - " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(parameters)); RuntimeObject* L_1 = ___parameters1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_2; L_2 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66EE10F67D5F35019C27E068A866A2360D5E333C)), L_2, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DesEngine_Init_m681748D0DBAFD3598C362F5409F7D8A183ACBFDB_RuntimeMethod_var))); } IL_001e: { // workingKey = GenerateWorkingKey(forEncryption, ((KeyParameter)parameters).GetKey()); bool L_5 = ___forEncryption0; RuntimeObject* L_6 = ___parameters1; NullCheck(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_6, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_6, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8; L_8 = DesEngine_GenerateWorkingKey_mB2CB6BB205F33D56AE1E2EF66EDB27BCE588CCD2(L_5, L_7, /*hidden argument*/NULL); __this->set_workingKey_1(L_8); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DesEngine_get_AlgorithmName_mD0D7C1B296512597092E930AA56A6E99C1582667 (DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD0EAD579F4BA2AF0880E986F927DEA09057BEB6); s_Il2CppMethodInitialized = true; } { // get { return "DES"; } return _stringLiteralAD0EAD579F4BA2AF0880E986F927DEA09057BEB6; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::get_IsPartialBlockOkay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesEngine_get_IsPartialBlockOkay_mFE134E6B1312752BE2669723F0EA389B56866CAF (DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DesEngine_GetBlockSize_m8CDC2AE860E5E9E85C9025BB48AD4A1734DF2E43 (DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B * __this, const RuntimeMethod* method) { { // return BLOCK_SIZE; return 8; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DesEngine_ProcessBlock_m76AE09E76AC9B0AA8947ABA5A594B04016EB929B (DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED); s_Il2CppMethodInitialized = true; } { // if (workingKey == null) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_workingKey_1(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("DES engine not initialised"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral33F2CC7839A677A431358D89A63C32E05AF52B6D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DesEngine_ProcessBlock_m76AE09E76AC9B0AA8947ABA5A594B04016EB929B_RuntimeMethod_var))); } IL_0013: { // Check.DataLength(input, inOff, BLOCK_SIZE, "input buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; int32_t L_3 = ___inOff1; Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F(L_2, L_3, 8, _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED, /*hidden argument*/NULL); // Check.OutputLength(output, outOff, BLOCK_SIZE, "output buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output2; int32_t L_5 = ___outOff3; Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_4, L_5, 8, _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2, /*hidden argument*/NULL); // DesFunc(workingKey, input, inOff, output, outOff); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = __this->get_workingKey_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___input0; int32_t L_8 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___output2; int32_t L_10 = ___outOff3; IL2CPP_RUNTIME_CLASS_INIT(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); DesEngine_DesFunc_m8E7B745B6F1694F51B2E711D629040C0C44DC498(L_6, L_7, L_8, L_9, L_10, /*hidden argument*/NULL); // return BLOCK_SIZE; return 8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEngine_Reset_mACF6CBA490FA5D52E7E2E920C09BC33985894D64 (DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B * __this, const RuntimeMethod* method) { { // } return; } } // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::GenerateWorkingKey(System.Boolean,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* DesEngine_GenerateWorkingKey_mB2CB6BB205F33D56AE1E2EF66EDB27BCE588CCD2 (bool ___encrypting0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* V_1 = NULL; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; { // int[] newKey = new int[32]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); V_0 = L_0; // bool[] pc1m = new bool[56]; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_1 = (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)SZArrayNew(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)56)); V_1 = L_1; // bool[] pcr = new bool[56]; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_2 = (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)SZArrayNew(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)56)); V_2 = L_2; // for (int j = 0; j < 56; j++ ) V_3 = 0; goto IL_0040; } IL_001c: { // int l = pc1[j]; IL2CPP_RUNTIME_CLASS_INIT(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_pc1_4(); int32_t L_4 = V_3; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); V_4 = L_6; // pc1m[j] = ((key[(uint) l >> 3] & bytebit[l & 07]) != 0); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_7 = V_1; int32_t L_8 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___key1; int32_t L_10 = V_4; NullCheck(L_9); int32_t L_11 = ((int32_t)((uint32_t)L_10>>3)); uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_13 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_bytebit_2(); int32_t L_14 = V_4; NullCheck(L_13); int32_t L_15 = ((int32_t)((int32_t)L_14&(int32_t)7)); int16_t L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (bool)((!(((uint32_t)((int32_t)((int32_t)L_12&(int32_t)L_16))) <= ((uint32_t)0)))? 1 : 0)); // for (int j = 0; j < 56; j++ ) int32_t L_17 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0040: { // for (int j = 0; j < 56; j++ ) int32_t L_18 = V_3; if ((((int32_t)L_18) < ((int32_t)((int32_t)56)))) { goto IL_001c; } } { // for (int i = 0; i < 16; i++) V_5 = 0; goto IL_0142; } IL_004d: { // if (encrypting) bool L_19 = ___encrypting0; if (!L_19) { goto IL_0058; } } { // m = i << 1; int32_t L_20 = V_5; V_7 = ((int32_t)((int32_t)L_20<<(int32_t)1)); // } goto IL_0061; } IL_0058: { // m = (15 - i) << 1; int32_t L_21 = V_5; V_7 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)15), (int32_t)L_21))<<(int32_t)1)); } IL_0061: { // n = m + 1; int32_t L_22 = V_7; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); // newKey[m] = newKey[n] = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_23 = V_0; int32_t L_24 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_25 = V_0; int32_t L_26 = V_8; int32_t L_27 = 0; V_9 = L_27; NullCheck(L_25); (L_25)->SetAt(static_cast(L_26), (int32_t)L_27); int32_t L_28 = V_9; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (int32_t)L_28); // for (int j = 0; j < 28; j++) V_10 = 0; goto IL_00a8; } IL_007a: { // l = j + totrot[i]; int32_t L_29 = V_10; IL2CPP_RUNTIME_CLASS_INIT(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_totrot_5(); int32_t L_31 = V_5; NullCheck(L_30); int32_t L_32 = L_31; uint8_t L_33 = (L_30)->GetAt(static_cast(L_32)); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_33)); // if ( l < 28 ) int32_t L_34 = V_6; if ((((int32_t)L_34) >= ((int32_t)((int32_t)28)))) { goto IL_0097; } } { // pcr[j] = pc1m[l]; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_35 = V_2; int32_t L_36 = V_10; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_37 = V_1; int32_t L_38 = V_6; NullCheck(L_37); int32_t L_39 = L_38; uint8_t L_40 = (uint8_t)(L_37)->GetAt(static_cast(L_39)); NullCheck(L_35); (L_35)->SetAt(static_cast(L_36), (bool)L_40); // } goto IL_00a2; } IL_0097: { // pcr[j] = pc1m[l - 28]; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_41 = V_2; int32_t L_42 = V_10; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_43 = V_1; int32_t L_44 = V_6; NullCheck(L_43); int32_t L_45 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)((int32_t)28))); uint8_t L_46 = (uint8_t)(L_43)->GetAt(static_cast(L_45)); NullCheck(L_41); (L_41)->SetAt(static_cast(L_42), (bool)L_46); } IL_00a2: { // for (int j = 0; j < 28; j++) int32_t L_47 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_00a8: { // for (int j = 0; j < 28; j++) int32_t L_48 = V_10; if ((((int32_t)L_48) < ((int32_t)((int32_t)28)))) { goto IL_007a; } } { // for (int j = 28; j < 56; j++) V_11 = ((int32_t)28); goto IL_00e2; } IL_00b4: { // l = j + totrot[i]; int32_t L_49 = V_11; IL2CPP_RUNTIME_CLASS_INIT(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_totrot_5(); int32_t L_51 = V_5; NullCheck(L_50); int32_t L_52 = L_51; uint8_t L_53 = (L_50)->GetAt(static_cast(L_52)); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)L_53)); // if (l < 56 ) int32_t L_54 = V_6; if ((((int32_t)L_54) >= ((int32_t)((int32_t)56)))) { goto IL_00d1; } } { // pcr[j] = pc1m[l]; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_55 = V_2; int32_t L_56 = V_11; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_57 = V_1; int32_t L_58 = V_6; NullCheck(L_57); int32_t L_59 = L_58; uint8_t L_60 = (uint8_t)(L_57)->GetAt(static_cast(L_59)); NullCheck(L_55); (L_55)->SetAt(static_cast(L_56), (bool)L_60); // } goto IL_00dc; } IL_00d1: { // pcr[j] = pc1m[l - 28]; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_61 = V_2; int32_t L_62 = V_11; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_63 = V_1; int32_t L_64 = V_6; NullCheck(L_63); int32_t L_65 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)((int32_t)28))); uint8_t L_66 = (uint8_t)(L_63)->GetAt(static_cast(L_65)); NullCheck(L_61); (L_61)->SetAt(static_cast(L_62), (bool)L_66); } IL_00dc: { // for (int j = 28; j < 56; j++) int32_t L_67 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_00e2: { // for (int j = 28; j < 56; j++) int32_t L_68 = V_11; if ((((int32_t)L_68) < ((int32_t)((int32_t)56)))) { goto IL_00b4; } } { // for (int j = 0; j < 24; j++) V_12 = 0; goto IL_0136; } IL_00ed: { // if (pcr[pc2[j]]) BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_69 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_70 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_pc2_6(); int32_t L_71 = V_12; NullCheck(L_70); int32_t L_72 = L_71; uint8_t L_73 = (L_70)->GetAt(static_cast(L_72)); NullCheck(L_69); uint8_t L_74 = L_73; uint8_t L_75 = (uint8_t)(L_69)->GetAt(static_cast(L_74)); if (!L_75) { goto IL_010d; } } { // newKey[m] |= bigbyte[j]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_76 = V_0; int32_t L_77 = V_7; NullCheck(L_76); int32_t* L_78 = ((L_76)->GetAddressAt(static_cast(L_77))); int32_t L_79 = *((int32_t*)L_78); IL2CPP_RUNTIME_CLASS_INIT(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_80 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_bigbyte_3(); int32_t L_81 = V_12; NullCheck(L_80); int32_t L_82 = L_81; int32_t L_83 = (L_80)->GetAt(static_cast(L_82)); *((int32_t*)L_78) = (int32_t)((int32_t)((int32_t)L_79|(int32_t)L_83)); } IL_010d: { // if (pcr[pc2[j + 24]]) BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_84 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_85 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_pc2_6(); int32_t L_86 = V_12; NullCheck(L_85); int32_t L_87 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)((int32_t)24))); uint8_t L_88 = (L_85)->GetAt(static_cast(L_87)); NullCheck(L_84); uint8_t L_89 = L_88; uint8_t L_90 = (uint8_t)(L_84)->GetAt(static_cast(L_89)); if (!L_90) { goto IL_0130; } } { // newKey[n] |= bigbyte[j]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_91 = V_0; int32_t L_92 = V_8; NullCheck(L_91); int32_t* L_93 = ((L_91)->GetAddressAt(static_cast(L_92))); int32_t L_94 = *((int32_t*)L_93); IL2CPP_RUNTIME_CLASS_INIT(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_95 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_bigbyte_3(); int32_t L_96 = V_12; NullCheck(L_95); int32_t L_97 = L_96; int32_t L_98 = (L_95)->GetAt(static_cast(L_97)); *((int32_t*)L_93) = (int32_t)((int32_t)((int32_t)L_94|(int32_t)L_98)); } IL_0130: { // for (int j = 0; j < 24; j++) int32_t L_99 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1)); } IL_0136: { // for (int j = 0; j < 24; j++) int32_t L_100 = V_12; if ((((int32_t)L_100) < ((int32_t)((int32_t)24)))) { goto IL_00ed; } } { // for (int i = 0; i < 16; i++) int32_t L_101 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1)); } IL_0142: { // for (int i = 0; i < 16; i++) int32_t L_102 = V_5; if ((((int32_t)L_102) < ((int32_t)((int32_t)16)))) { goto IL_004d; } } { // for (int i = 0; i != 32; i += 2) V_13 = 0; goto IL_01c0; } IL_0150: { // i1 = newKey[i]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_103 = V_0; int32_t L_104 = V_13; NullCheck(L_103); int32_t L_105 = L_104; int32_t L_106 = (L_103)->GetAt(static_cast(L_105)); V_14 = L_106; // i2 = newKey[i + 1]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_107 = V_0; int32_t L_108 = V_13; NullCheck(L_107); int32_t L_109 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1)); int32_t L_110 = (L_107)->GetAt(static_cast(L_109)); V_15 = L_110; // newKey[i] = (int) ( (uint) ((i1 & 0x00fc0000) << 6) | // (uint) ((i1 & 0x00000fc0) << 10) | // ((uint) (i2 & 0x00fc0000) >> 10) | // ((uint) (i2 & 0x00000fc0) >> 6)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_111 = V_0; int32_t L_112 = V_13; int32_t L_113 = V_14; int32_t L_114 = V_14; int32_t L_115 = V_15; int32_t L_116 = V_15; NullCheck(L_111); (L_111)->SetAt(static_cast(L_112), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_113&(int32_t)((int32_t)16515072)))<<(int32_t)6))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_114&(int32_t)((int32_t)4032)))<<(int32_t)((int32_t)10)))))|(int32_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_115&(int32_t)((int32_t)16515072)))>>((int32_t)10)))))|(int32_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_116&(int32_t)((int32_t)4032)))>>6))))); // newKey[i + 1] = (int) ( (uint) ((i1 & 0x0003f000) << 12) | // (uint) ((i1 & 0x0000003f) << 16) | // ((uint) (i2 & 0x0003f000) >> 4) | // (uint) (i2 & 0x0000003f)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_117 = V_0; int32_t L_118 = V_13; int32_t L_119 = V_14; int32_t L_120 = V_14; int32_t L_121 = V_15; int32_t L_122 = V_15; NullCheck(L_117); (L_117)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)1))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_119&(int32_t)((int32_t)258048)))<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_120&(int32_t)((int32_t)63)))<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_121&(int32_t)((int32_t)258048)))>>4))))|(int32_t)((int32_t)((int32_t)L_122&(int32_t)((int32_t)63)))))); // for (int i = 0; i != 32; i += 2) int32_t L_123 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)2)); } IL_01c0: { // for (int i = 0; i != 32; i += 2) int32_t L_124 = V_13; if ((!(((uint32_t)L_124) == ((uint32_t)((int32_t)32))))) { goto IL_0150; } } { // return newKey; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_125 = V_0; return L_125; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::DesFunc(System.Int32[],System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEngine_DesFunc_m8E7B745B6F1694F51B2E711D629040C0C44DC498 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___wKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input1, int32_t ___inOff2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes3, int32_t ___outOff4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; int32_t V_3 = 0; uint32_t V_4 = 0; { // uint left = Pack.BE_To_UInt32(input, inOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input1; int32_t L_1 = ___inOff2; uint32_t L_2; L_2 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // uint right = Pack.BE_To_UInt32(input, inOff + 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___input1; int32_t L_4 = ___inOff2; uint32_t L_5; L_5 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)4)), /*hidden argument*/NULL); V_1 = L_5; // work = ((left >> 4) ^ right) & 0x0f0f0f0f; uint32_t L_6 = V_0; uint32_t L_7 = V_1; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_6>>4))^(int32_t)L_7))&(int32_t)((int32_t)252645135))); // right ^= work; uint32_t L_8 = V_1; uint32_t L_9 = V_2; V_1 = ((int32_t)((int32_t)L_8^(int32_t)L_9)); // left ^= (work << 4); uint32_t L_10 = V_0; uint32_t L_11 = V_2; V_0 = ((int32_t)((int32_t)L_10^(int32_t)((int32_t)((int32_t)L_11<<(int32_t)4)))); // work = ((left >> 16) ^ right) & 0x0000ffff; uint32_t L_12 = V_0; uint32_t L_13 = V_1; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_12>>((int32_t)16)))^(int32_t)L_13))&(int32_t)((int32_t)65535))); // right ^= work; uint32_t L_14 = V_1; uint32_t L_15 = V_2; V_1 = ((int32_t)((int32_t)L_14^(int32_t)L_15)); // left ^= (work << 16); uint32_t L_16 = V_0; uint32_t L_17 = V_2; V_0 = ((int32_t)((int32_t)L_16^(int32_t)((int32_t)((int32_t)L_17<<(int32_t)((int32_t)16))))); // work = ((right >> 2) ^ left) & 0x33333333; uint32_t L_18 = V_1; uint32_t L_19 = V_0; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_18>>2))^(int32_t)L_19))&(int32_t)((int32_t)858993459))); // left ^= work; uint32_t L_20 = V_0; uint32_t L_21 = V_2; V_0 = ((int32_t)((int32_t)L_20^(int32_t)L_21)); // right ^= (work << 2); uint32_t L_22 = V_1; uint32_t L_23 = V_2; V_1 = ((int32_t)((int32_t)L_22^(int32_t)((int32_t)((int32_t)L_23<<(int32_t)2)))); // work = ((right >> 8) ^ left) & 0x00ff00ff; uint32_t L_24 = V_1; uint32_t L_25 = V_0; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_24>>8))^(int32_t)L_25))&(int32_t)((int32_t)16711935))); // left ^= work; uint32_t L_26 = V_0; uint32_t L_27 = V_2; V_0 = ((int32_t)((int32_t)L_26^(int32_t)L_27)); // right ^= (work << 8); uint32_t L_28 = V_1; uint32_t L_29 = V_2; V_1 = ((int32_t)((int32_t)L_28^(int32_t)((int32_t)((int32_t)L_29<<(int32_t)8)))); // right = (right << 1) | (right >> 31); uint32_t L_30 = V_1; uint32_t L_31 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_30<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_31>>((int32_t)31))))); // work = (left ^ right) & 0xaaaaaaaa; uint32_t L_32 = V_0; uint32_t L_33 = V_1; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_32^(int32_t)L_33))&(int32_t)((int32_t)-1431655766))); // left ^= work; uint32_t L_34 = V_0; uint32_t L_35 = V_2; V_0 = ((int32_t)((int32_t)L_34^(int32_t)L_35)); // right ^= work; uint32_t L_36 = V_1; uint32_t L_37 = V_2; V_1 = ((int32_t)((int32_t)L_36^(int32_t)L_37)); // left = (left << 1) | (left >> 31); uint32_t L_38 = V_0; uint32_t L_39 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_38<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_39>>((int32_t)31))))); // for (int round = 0; round < 8; round++) V_3 = 0; goto IL_01e7; } IL_0097: { // work = (right << 28) | (right >> 4); uint32_t L_40 = V_1; uint32_t L_41 = V_1; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_40<<(int32_t)((int32_t)28)))|(int32_t)((int32_t)((uint32_t)L_41>>4)))); // work ^= (uint)wKey[round * 4 + 0]; uint32_t L_42 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_43 = ___wKey0; int32_t L_44 = V_3; NullCheck(L_43); int32_t L_45 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_44, (int32_t)4)); int32_t L_46 = (L_43)->GetAt(static_cast(L_45)); V_2 = ((int32_t)((int32_t)L_42^(int32_t)L_46)); // fval = SP7[work & 0x3f]; IL2CPP_RUNTIME_CLASS_INIT(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_47 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_SP7_13(); uint32_t L_48 = V_2; NullCheck(L_47); int32_t L_49 = ((int32_t)((int32_t)L_48&(int32_t)((int32_t)63))); uint32_t L_50 = (L_47)->GetAt(static_cast(L_49)); V_4 = L_50; // fval |= SP5[(work >> 8) & 0x3f]; uint32_t L_51 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_52 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_SP5_11(); uint32_t L_53 = V_2; NullCheck(L_52); int32_t L_54 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_53>>8))&(int32_t)((int32_t)63))); uint32_t L_55 = (L_52)->GetAt(static_cast(L_54)); V_4 = ((int32_t)((int32_t)L_51|(int32_t)L_55)); // fval |= SP3[(work >> 16) & 0x3f]; uint32_t L_56 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_57 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_SP3_9(); uint32_t L_58 = V_2; NullCheck(L_57); int32_t L_59 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_58>>((int32_t)16)))&(int32_t)((int32_t)63))); uint32_t L_60 = (L_57)->GetAt(static_cast(L_59)); V_4 = ((int32_t)((int32_t)L_56|(int32_t)L_60)); // fval |= SP1[(work >> 24) & 0x3f]; uint32_t L_61 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_SP1_7(); uint32_t L_63 = V_2; NullCheck(L_62); int32_t L_64 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_63>>((int32_t)24)))&(int32_t)((int32_t)63))); uint32_t L_65 = (L_62)->GetAt(static_cast(L_64)); V_4 = ((int32_t)((int32_t)L_61|(int32_t)L_65)); // work = right ^ (uint)wKey[round * 4 + 1]; uint32_t L_66 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_67 = ___wKey0; int32_t L_68 = V_3; NullCheck(L_67); int32_t L_69 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_68, (int32_t)4)), (int32_t)1)); int32_t L_70 = (L_67)->GetAt(static_cast(L_69)); V_2 = ((int32_t)((int32_t)L_66^(int32_t)L_70)); // fval |= SP8[ work & 0x3f]; uint32_t L_71 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_72 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_SP8_14(); uint32_t L_73 = V_2; NullCheck(L_72); int32_t L_74 = ((int32_t)((int32_t)L_73&(int32_t)((int32_t)63))); uint32_t L_75 = (L_72)->GetAt(static_cast(L_74)); V_4 = ((int32_t)((int32_t)L_71|(int32_t)L_75)); // fval |= SP6[(work >> 8) & 0x3f]; uint32_t L_76 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_77 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_SP6_12(); uint32_t L_78 = V_2; NullCheck(L_77); int32_t L_79 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_78>>8))&(int32_t)((int32_t)63))); uint32_t L_80 = (L_77)->GetAt(static_cast(L_79)); V_4 = ((int32_t)((int32_t)L_76|(int32_t)L_80)); // fval |= SP4[(work >> 16) & 0x3f]; uint32_t L_81 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_82 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_SP4_10(); uint32_t L_83 = V_2; NullCheck(L_82); int32_t L_84 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_83>>((int32_t)16)))&(int32_t)((int32_t)63))); uint32_t L_85 = (L_82)->GetAt(static_cast(L_84)); V_4 = ((int32_t)((int32_t)L_81|(int32_t)L_85)); // fval |= SP2[(work >> 24) & 0x3f]; uint32_t L_86 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_87 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_SP2_8(); uint32_t L_88 = V_2; NullCheck(L_87); int32_t L_89 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_88>>((int32_t)24)))&(int32_t)((int32_t)63))); uint32_t L_90 = (L_87)->GetAt(static_cast(L_89)); V_4 = ((int32_t)((int32_t)L_86|(int32_t)L_90)); // left ^= fval; uint32_t L_91 = V_0; uint32_t L_92 = V_4; V_0 = ((int32_t)((int32_t)L_91^(int32_t)L_92)); // work = (left << 28) | (left >> 4); uint32_t L_93 = V_0; uint32_t L_94 = V_0; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_93<<(int32_t)((int32_t)28)))|(int32_t)((int32_t)((uint32_t)L_94>>4)))); // work ^= (uint)wKey[round * 4 + 2]; uint32_t L_95 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_96 = ___wKey0; int32_t L_97 = V_3; NullCheck(L_96); int32_t L_98 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_97, (int32_t)4)), (int32_t)2)); int32_t L_99 = (L_96)->GetAt(static_cast(L_98)); V_2 = ((int32_t)((int32_t)L_95^(int32_t)L_99)); // fval = SP7[ work & 0x3f]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_100 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_SP7_13(); uint32_t L_101 = V_2; NullCheck(L_100); int32_t L_102 = ((int32_t)((int32_t)L_101&(int32_t)((int32_t)63))); uint32_t L_103 = (L_100)->GetAt(static_cast(L_102)); V_4 = L_103; // fval |= SP5[(work >> 8) & 0x3f]; uint32_t L_104 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_105 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_SP5_11(); uint32_t L_106 = V_2; NullCheck(L_105); int32_t L_107 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_106>>8))&(int32_t)((int32_t)63))); uint32_t L_108 = (L_105)->GetAt(static_cast(L_107)); V_4 = ((int32_t)((int32_t)L_104|(int32_t)L_108)); // fval |= SP3[(work >> 16) & 0x3f]; uint32_t L_109 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_110 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_SP3_9(); uint32_t L_111 = V_2; NullCheck(L_110); int32_t L_112 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_111>>((int32_t)16)))&(int32_t)((int32_t)63))); uint32_t L_113 = (L_110)->GetAt(static_cast(L_112)); V_4 = ((int32_t)((int32_t)L_109|(int32_t)L_113)); // fval |= SP1[(work >> 24) & 0x3f]; uint32_t L_114 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_115 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_SP1_7(); uint32_t L_116 = V_2; NullCheck(L_115); int32_t L_117 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_116>>((int32_t)24)))&(int32_t)((int32_t)63))); uint32_t L_118 = (L_115)->GetAt(static_cast(L_117)); V_4 = ((int32_t)((int32_t)L_114|(int32_t)L_118)); // work = left ^ (uint)wKey[round * 4 + 3]; uint32_t L_119 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_120 = ___wKey0; int32_t L_121 = V_3; NullCheck(L_120); int32_t L_122 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_121, (int32_t)4)), (int32_t)3)); int32_t L_123 = (L_120)->GetAt(static_cast(L_122)); V_2 = ((int32_t)((int32_t)L_119^(int32_t)L_123)); // fval |= SP8[ work & 0x3f]; uint32_t L_124 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_125 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_SP8_14(); uint32_t L_126 = V_2; NullCheck(L_125); int32_t L_127 = ((int32_t)((int32_t)L_126&(int32_t)((int32_t)63))); uint32_t L_128 = (L_125)->GetAt(static_cast(L_127)); V_4 = ((int32_t)((int32_t)L_124|(int32_t)L_128)); // fval |= SP6[(work >> 8) & 0x3f]; uint32_t L_129 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_130 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_SP6_12(); uint32_t L_131 = V_2; NullCheck(L_130); int32_t L_132 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_131>>8))&(int32_t)((int32_t)63))); uint32_t L_133 = (L_130)->GetAt(static_cast(L_132)); V_4 = ((int32_t)((int32_t)L_129|(int32_t)L_133)); // fval |= SP4[(work >> 16) & 0x3f]; uint32_t L_134 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_135 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_SP4_10(); uint32_t L_136 = V_2; NullCheck(L_135); int32_t L_137 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_136>>((int32_t)16)))&(int32_t)((int32_t)63))); uint32_t L_138 = (L_135)->GetAt(static_cast(L_137)); V_4 = ((int32_t)((int32_t)L_134|(int32_t)L_138)); // fval |= SP2[(work >> 24) & 0x3f]; uint32_t L_139 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_140 = ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->get_SP2_8(); uint32_t L_141 = V_2; NullCheck(L_140); int32_t L_142 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_141>>((int32_t)24)))&(int32_t)((int32_t)63))); uint32_t L_143 = (L_140)->GetAt(static_cast(L_142)); V_4 = ((int32_t)((int32_t)L_139|(int32_t)L_143)); // right ^= fval; uint32_t L_144 = V_1; uint32_t L_145 = V_4; V_1 = ((int32_t)((int32_t)L_144^(int32_t)L_145)); // for (int round = 0; round < 8; round++) int32_t L_146 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)1)); } IL_01e7: { // for (int round = 0; round < 8; round++) int32_t L_147 = V_3; if ((((int32_t)L_147) < ((int32_t)8))) { goto IL_0097; } } { // right = (right << 31) | (right >> 1); uint32_t L_148 = V_1; uint32_t L_149 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_148<<(int32_t)((int32_t)31)))|(int32_t)((int32_t)((uint32_t)L_149>>1)))); // work = (left ^ right) & 0xaaaaaaaa; uint32_t L_150 = V_0; uint32_t L_151 = V_1; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_150^(int32_t)L_151))&(int32_t)((int32_t)-1431655766))); // left ^= work; uint32_t L_152 = V_0; uint32_t L_153 = V_2; V_0 = ((int32_t)((int32_t)L_152^(int32_t)L_153)); // right ^= work; uint32_t L_154 = V_1; uint32_t L_155 = V_2; V_1 = ((int32_t)((int32_t)L_154^(int32_t)L_155)); // left = (left << 31) | (left >> 1); uint32_t L_156 = V_0; uint32_t L_157 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_156<<(int32_t)((int32_t)31)))|(int32_t)((int32_t)((uint32_t)L_157>>1)))); // work = ((left >> 8) ^ right) & 0x00ff00ff; uint32_t L_158 = V_0; uint32_t L_159 = V_1; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_158>>8))^(int32_t)L_159))&(int32_t)((int32_t)16711935))); // right ^= work; uint32_t L_160 = V_1; uint32_t L_161 = V_2; V_1 = ((int32_t)((int32_t)L_160^(int32_t)L_161)); // left ^= (work << 8); uint32_t L_162 = V_0; uint32_t L_163 = V_2; V_0 = ((int32_t)((int32_t)L_162^(int32_t)((int32_t)((int32_t)L_163<<(int32_t)8)))); // work = ((left >> 2) ^ right) & 0x33333333; uint32_t L_164 = V_0; uint32_t L_165 = V_1; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_164>>2))^(int32_t)L_165))&(int32_t)((int32_t)858993459))); // right ^= work; uint32_t L_166 = V_1; uint32_t L_167 = V_2; V_1 = ((int32_t)((int32_t)L_166^(int32_t)L_167)); // left ^= (work << 2); uint32_t L_168 = V_0; uint32_t L_169 = V_2; V_0 = ((int32_t)((int32_t)L_168^(int32_t)((int32_t)((int32_t)L_169<<(int32_t)2)))); // work = ((right >> 16) ^ left) & 0x0000ffff; uint32_t L_170 = V_1; uint32_t L_171 = V_0; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_170>>((int32_t)16)))^(int32_t)L_171))&(int32_t)((int32_t)65535))); // left ^= work; uint32_t L_172 = V_0; uint32_t L_173 = V_2; V_0 = ((int32_t)((int32_t)L_172^(int32_t)L_173)); // right ^= (work << 16); uint32_t L_174 = V_1; uint32_t L_175 = V_2; V_1 = ((int32_t)((int32_t)L_174^(int32_t)((int32_t)((int32_t)L_175<<(int32_t)((int32_t)16))))); // work = ((right >> 4) ^ left) & 0x0f0f0f0f; uint32_t L_176 = V_1; uint32_t L_177 = V_0; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_176>>4))^(int32_t)L_177))&(int32_t)((int32_t)252645135))); // left ^= work; uint32_t L_178 = V_0; uint32_t L_179 = V_2; V_0 = ((int32_t)((int32_t)L_178^(int32_t)L_179)); // right ^= (work << 4); uint32_t L_180 = V_1; uint32_t L_181 = V_2; V_1 = ((int32_t)((int32_t)L_180^(int32_t)((int32_t)((int32_t)L_181<<(int32_t)4)))); // Pack.UInt32_To_BE(right, outBytes, outOff); uint32_t L_182 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_183 = ___outBytes3; int32_t L_184 = ___outOff4; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_182, L_183, L_184, /*hidden argument*/NULL); // Pack.UInt32_To_BE(left, outBytes, outOff + 4); uint32_t L_185 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_186 = ___outBytes3; int32_t L_187 = ___outOff4; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_185, L_186, ((int32_t)il2cpp_codegen_add((int32_t)L_187, (int32_t)4)), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEngine__ctor_m3DD15482C3EB3121CFB785DBF836A17AA4D272AC (DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEngine__cctor_m40EE6EDA96230EA8B285699E13300D8C73F172C7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly short[] bytebit = // { // 128, 64, 32, 16, 8, 4, 2, 1 // }; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_0 = (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)SZArrayNew(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var, (uint32_t)8); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->set_bytebit_2(L_1); // private static readonly int[] bigbyte = // { // 0x800000, 0x400000, 0x200000, 0x100000, // 0x80000, 0x40000, 0x20000, 0x10000, // 0x8000, 0x4000, 0x2000, 0x1000, // 0x800, 0x400, 0x200, 0x100, // 0x80, 0x40, 0x20, 0x10, // 0x8, 0x4, 0x2, 0x1 // }; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)24)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = L_3; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->set_bigbyte_3(L_4); // private static readonly byte[] pc1 = // { // 56, 48, 40, 32, 24, 16, 8, 0, 57, 49, 41, 33, 25, 17, // 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, // 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, // 13, 5, 60, 52, 44, 36, 28, 20, 12, 4, 27, 19, 11, 3 // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)56)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = L_6; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->set_pc1_4(L_7); // private static readonly byte[] totrot = // { // 1, 2, 4, 6, 8, 10, 12, 14, // 15, 17, 19, 21, 23, 25, 27, 28 // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = L_9; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_11 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL); ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->set_totrot_5(L_10); // private static readonly byte[] pc2 = // { // 13, 16, 10, 23, 0, 4, 2, 27, 14, 5, 20, 9, // 22, 18, 11, 3, 25, 7, 15, 6, 26, 19, 12, 1, // 40, 51, 30, 36, 46, 54, 29, 39, 50, 44, 32, 47, // 43, 48, 38, 55, 33, 52, 45, 41, 49, 35, 28, 31 // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)48)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = L_12; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_14 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_13, L_14, /*hidden argument*/NULL); ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->set_pc2_6(L_13); // private static readonly uint[] SP1 = // { // 0x01010400, 0x00000000, 0x00010000, 0x01010404, // 0x01010004, 0x00010404, 0x00000004, 0x00010000, // 0x00000400, 0x01010400, 0x01010404, 0x00000400, // 0x01000404, 0x01010004, 0x01000000, 0x00000004, // 0x00000404, 0x01000400, 0x01000400, 0x00010400, // 0x00010400, 0x01010000, 0x01010000, 0x01000404, // 0x00010004, 0x01000004, 0x01000004, 0x00010004, // 0x00000000, 0x00000404, 0x00010404, 0x01000000, // 0x00010000, 0x01010404, 0x00000004, 0x01010000, // 0x01010400, 0x01000000, 0x01000000, 0x00000400, // 0x01010004, 0x00010000, 0x00010400, 0x01000004, // 0x00000400, 0x00000004, 0x01000404, 0x00010404, // 0x01010404, 0x00010004, 0x01010000, 0x01000404, // 0x01000004, 0x00000404, 0x00010404, 0x01010400, // 0x00000404, 0x01000400, 0x01000400, 0x00000000, // 0x00010004, 0x00010400, 0x00000000, 0x01010004 // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = L_15; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_17 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_16, L_17, /*hidden argument*/NULL); ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->set_SP1_7(L_16); // private static readonly uint[] SP2 = // { // 0x80108020, 0x80008000, 0x00008000, 0x00108020, // 0x00100000, 0x00000020, 0x80100020, 0x80008020, // 0x80000020, 0x80108020, 0x80108000, 0x80000000, // 0x80008000, 0x00100000, 0x00000020, 0x80100020, // 0x00108000, 0x00100020, 0x80008020, 0x00000000, // 0x80000000, 0x00008000, 0x00108020, 0x80100000, // 0x00100020, 0x80000020, 0x00000000, 0x00108000, // 0x00008020, 0x80108000, 0x80100000, 0x00008020, // 0x00000000, 0x00108020, 0x80100020, 0x00100000, // 0x80008020, 0x80100000, 0x80108000, 0x00008000, // 0x80100000, 0x80008000, 0x00000020, 0x80108020, // 0x00108020, 0x00000020, 0x00008000, 0x80000000, // 0x00008020, 0x80108000, 0x00100000, 0x80000020, // 0x00100020, 0x80008020, 0x80000020, 0x00100020, // 0x00108000, 0x00000000, 0x80008000, 0x00008020, // 0x80000000, 0x80100020, 0x80108020, 0x00108000 // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = L_18; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_20 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_19, L_20, /*hidden argument*/NULL); ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->set_SP2_8(L_19); // private static readonly uint[] SP3 = // { // 0x00000208, 0x08020200, 0x00000000, 0x08020008, // 0x08000200, 0x00000000, 0x00020208, 0x08000200, // 0x00020008, 0x08000008, 0x08000008, 0x00020000, // 0x08020208, 0x00020008, 0x08020000, 0x00000208, // 0x08000000, 0x00000008, 0x08020200, 0x00000200, // 0x00020200, 0x08020000, 0x08020008, 0x00020208, // 0x08000208, 0x00020200, 0x00020000, 0x08000208, // 0x00000008, 0x08020208, 0x00000200, 0x08000000, // 0x08020200, 0x08000000, 0x00020008, 0x00000208, // 0x00020000, 0x08020200, 0x08000200, 0x00000000, // 0x00000200, 0x00020008, 0x08020208, 0x08000200, // 0x08000008, 0x00000200, 0x00000000, 0x08020008, // 0x08000208, 0x00020000, 0x08000000, 0x08020208, // 0x00000008, 0x00020208, 0x00020200, 0x08000008, // 0x08020000, 0x08000208, 0x00000208, 0x08020000, // 0x00020208, 0x00000008, 0x08020008, 0x00020200 // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = L_21; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_23 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_22, L_23, /*hidden argument*/NULL); ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->set_SP3_9(L_22); // private static readonly uint[] SP4 = // { // 0x00802001, 0x00002081, 0x00002081, 0x00000080, // 0x00802080, 0x00800081, 0x00800001, 0x00002001, // 0x00000000, 0x00802000, 0x00802000, 0x00802081, // 0x00000081, 0x00000000, 0x00800080, 0x00800001, // 0x00000001, 0x00002000, 0x00800000, 0x00802001, // 0x00000080, 0x00800000, 0x00002001, 0x00002080, // 0x00800081, 0x00000001, 0x00002080, 0x00800080, // 0x00002000, 0x00802080, 0x00802081, 0x00000081, // 0x00800080, 0x00800001, 0x00802000, 0x00802081, // 0x00000081, 0x00000000, 0x00000000, 0x00802000, // 0x00002080, 0x00800080, 0x00800081, 0x00000001, // 0x00802001, 0x00002081, 0x00002081, 0x00000080, // 0x00802081, 0x00000081, 0x00000001, 0x00002000, // 0x00800001, 0x00002001, 0x00802080, 0x00800081, // 0x00002001, 0x00002080, 0x00800000, 0x00802001, // 0x00000080, 0x00800000, 0x00002000, 0x00802080 // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = L_24; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_26 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_25, L_26, /*hidden argument*/NULL); ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->set_SP4_10(L_25); // private static readonly uint[] SP5 = // { // 0x00000100, 0x02080100, 0x02080000, 0x42000100, // 0x00080000, 0x00000100, 0x40000000, 0x02080000, // 0x40080100, 0x00080000, 0x02000100, 0x40080100, // 0x42000100, 0x42080000, 0x00080100, 0x40000000, // 0x02000000, 0x40080000, 0x40080000, 0x00000000, // 0x40000100, 0x42080100, 0x42080100, 0x02000100, // 0x42080000, 0x40000100, 0x00000000, 0x42000000, // 0x02080100, 0x02000000, 0x42000000, 0x00080100, // 0x00080000, 0x42000100, 0x00000100, 0x02000000, // 0x40000000, 0x02080000, 0x42000100, 0x40080100, // 0x02000100, 0x40000000, 0x42080000, 0x02080100, // 0x40080100, 0x00000100, 0x02000000, 0x42080000, // 0x42080100, 0x00080100, 0x42000000, 0x42080100, // 0x02080000, 0x00000000, 0x40080000, 0x42000000, // 0x00080100, 0x02000100, 0x40000100, 0x00080000, // 0x00000000, 0x40080000, 0x02080100, 0x40000100 // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_27 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = L_27; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_29 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_28, L_29, /*hidden argument*/NULL); ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->set_SP5_11(L_28); // private static readonly uint[] SP6 = // { // 0x20000010, 0x20400000, 0x00004000, 0x20404010, // 0x20400000, 0x00000010, 0x20404010, 0x00400000, // 0x20004000, 0x00404010, 0x00400000, 0x20000010, // 0x00400010, 0x20004000, 0x20000000, 0x00004010, // 0x00000000, 0x00400010, 0x20004010, 0x00004000, // 0x00404000, 0x20004010, 0x00000010, 0x20400010, // 0x20400010, 0x00000000, 0x00404010, 0x20404000, // 0x00004010, 0x00404000, 0x20404000, 0x20000000, // 0x20004000, 0x00000010, 0x20400010, 0x00404000, // 0x20404010, 0x00400000, 0x00004010, 0x20000010, // 0x00400000, 0x20004000, 0x20000000, 0x00004010, // 0x20000010, 0x20404010, 0x00404000, 0x20400000, // 0x00404010, 0x20404000, 0x00000000, 0x20400010, // 0x00000010, 0x00004000, 0x20400000, 0x00404010, // 0x00004000, 0x00400010, 0x20004010, 0x00000000, // 0x20404000, 0x20000000, 0x00400010, 0x20004010 // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = L_30; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_32 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_31, L_32, /*hidden argument*/NULL); ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->set_SP6_12(L_31); // private static readonly uint[] SP7 = // { // 0x00200000, 0x04200002, 0x04000802, 0x00000000, // 0x00000800, 0x04000802, 0x00200802, 0x04200800, // 0x04200802, 0x00200000, 0x00000000, 0x04000002, // 0x00000002, 0x04000000, 0x04200002, 0x00000802, // 0x04000800, 0x00200802, 0x00200002, 0x04000800, // 0x04000002, 0x04200000, 0x04200800, 0x00200002, // 0x04200000, 0x00000800, 0x00000802, 0x04200802, // 0x00200800, 0x00000002, 0x04000000, 0x00200800, // 0x04000000, 0x00200800, 0x00200000, 0x04000802, // 0x04000802, 0x04200002, 0x04200002, 0x00000002, // 0x00200002, 0x04000000, 0x04000800, 0x00200000, // 0x04200800, 0x00000802, 0x00200802, 0x04200800, // 0x00000802, 0x04000002, 0x04200802, 0x04200000, // 0x00200800, 0x00000000, 0x00000002, 0x04200802, // 0x00000000, 0x00200802, 0x04200000, 0x00000800, // 0x04000002, 0x04000800, 0x00000800, 0x00200002 // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_34 = L_33; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_35 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_34, L_35, /*hidden argument*/NULL); ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->set_SP7_13(L_34); // private static readonly uint[] SP8 = // { // 0x10001040, 0x00001000, 0x00040000, 0x10041040, // 0x10000000, 0x10001040, 0x00000040, 0x10000000, // 0x00040040, 0x10040000, 0x10041040, 0x00041000, // 0x10041000, 0x00041040, 0x00001000, 0x00000040, // 0x10040000, 0x10000040, 0x10001000, 0x00001040, // 0x00041000, 0x00040040, 0x10040040, 0x10041000, // 0x00001040, 0x00000000, 0x00000000, 0x10040040, // 0x10000040, 0x10001000, 0x00041040, 0x00040000, // 0x00041040, 0x00040000, 0x10041000, 0x00001000, // 0x00000040, 0x10040040, 0x00001000, 0x00041040, // 0x10001000, 0x00000040, 0x10000040, 0x10040000, // 0x10040040, 0x10000000, 0x00040000, 0x10001040, // 0x00000000, 0x10041040, 0x00040040, 0x10000040, // 0x10040000, 0x10001000, 0x10001040, 0x00000000, // 0x10041040, 0x00041000, 0x00041000, 0x00001040, // 0x00001040, 0x00040040, 0x10000000, 0x10041000 // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_37 = L_36; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_38 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_37, L_38, /*hidden argument*/NULL); ((DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields*)il2cpp_codegen_static_fields_for(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var))->set_SP8_14(L_37); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DesKeyGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesKeyGenerator__ctor_m0318F9396FE52437233AE828F8C4A9D1BCF8CF77 (DesKeyGenerator_tB0590B6920694602523C579F85A08C5582554C66 * __this, const RuntimeMethod* method) { { // public DesKeyGenerator() CipherKeyGenerator__ctor_m82DFA76389FCFEE2FD3E00D077D680316B2D1543(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DesKeyGenerator::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesKeyGenerator__ctor_mECA1529DAF150F68FC03328A04B1DEEEBA175C35 (DesKeyGenerator_tB0590B6920694602523C579F85A08C5582554C66 * __this, int32_t ___defaultStrength0, const RuntimeMethod* method) { { // : base(defaultStrength) int32_t L_0 = ___defaultStrength0; CipherKeyGenerator__ctor_m6680BB7C487A21EABFF4C8F6805DE5EE86C07728(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DesKeyGenerator::engineInit(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesKeyGenerator_engineInit_mA11AD612731C7E2066E83C9060FADF6B91186668 (DesKeyGenerator_tB0590B6920694602523C579F85A08C5582554C66 * __this, KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * ___parameters0, const RuntimeMethod* method) { int32_t V_0 = 0; { // base.engineInit(parameters); KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * L_0 = ___parameters0; CipherKeyGenerator_engineInit_m08135A60CE9EEFD77BA9D7F4DC23D2D8486B0DBE(__this, L_0, /*hidden argument*/NULL); // if (strength == 0 || strength == (56 / 8)) int32_t L_1 = ((CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 *)__this)->get_strength_1(); if (!L_1) { goto IL_0018; } } { int32_t L_2 = ((CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 *)__this)->get_strength_1(); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_0020; } } IL_0018: { // strength = DesParameters.DesKeyLength; ((CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 *)__this)->set_strength_1(8); // } return; } IL_0020: { // else if (strength != DesParameters.DesKeyLength) int32_t L_3 = ((CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 *)__this)->get_strength_1(); if ((((int32_t)L_3) == ((int32_t)8))) { goto IL_0048; } } { // throw new ArgumentException( // "DES key must be " + (DesParameters.DesKeyLength * 8) + " bits long."); V_0 = ((int32_t)64); String_t* L_4; L_4 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC00E17AA822A314AE294BF98E0FD95C91DD7E6B1)), L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral302E958A42046957586D826FC43C186BE0800772)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DesKeyGenerator_engineInit_mA11AD612731C7E2066E83C9060FADF6B91186668_RuntimeMethod_var))); } IL_0048: { // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DesKeyGenerator::engineGenerateKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DesKeyGenerator_engineGenerateKey_m14A9EB492B631F7134B8D534B67D4D8DF2E1E480 (DesKeyGenerator_tB0590B6920694602523C579F85A08C5582554C66 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] newKey = new byte[DesParameters.DesKeyLength]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)8); V_0 = L_0; } IL_0007: { // random.NextBytes(newKey); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_1 = ((CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 *)__this)->get_random_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; NullCheck(L_1); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(9 /* System.Void System.Random::NextBytes(System.Byte[]) */, L_1, L_2); // DesParameters.SetOddParity(newKey); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); DesParameters_SetOddParity_m44286E5908B4554DE3E58F01417293BEEF64944F(L_3, /*hidden argument*/NULL); // while (DesParameters.IsWeakKey(newKey, 0)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; bool L_5; L_5 = DesParameters_IsWeakKey_m03C3BE82E127FB14AB53AB5C85CBB3AF10E21703(L_4, 0, /*hidden argument*/NULL); if (L_5) { goto IL_0007; } } { // return newKey; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesParameters::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesParameters__ctor_m00F6A79B26D56D16DC6F6AAAEEC5978E9A18C42A (DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(key) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; KeyParameter__ctor_m96EBA1A3EB3F4981F3C14E96086C7083DDE16E67(__this, L_0, /*hidden argument*/NULL); // if (IsWeakKey(key)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); bool L_2; L_2 = DesParameters_IsWeakKey_m65C4E9B85665D96D618B7FBFD878D74C3826A677(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { // throw new ArgumentException("attempt to create weak DES key"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral801362BDA0C9D64A13D9831645BCBB17652643A2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DesParameters__ctor_m00F6A79B26D56D16DC6F6AAAEEC5978E9A18C42A_RuntimeMethod_var))); } IL_001a: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesParameters::.ctor(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesParameters__ctor_mC24B2BD9321E8B032B61D4E04A49314829625FE9 (DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___keyOff1, int32_t ___keyLen2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(key, keyOff, keyLen) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; int32_t L_1 = ___keyOff1; int32_t L_2 = ___keyLen2; KeyParameter__ctor_mA7E94BCEFAFE6F84602F24F9752CB2117CA7B8BF(__this, L_0, L_1, L_2, /*hidden argument*/NULL); // if (IsWeakKey(key, keyOff)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___key0; int32_t L_4 = ___keyOff1; IL2CPP_RUNTIME_CLASS_INIT(DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); bool L_5; L_5 = DesParameters_IsWeakKey_m03C3BE82E127FB14AB53AB5C85CBB3AF10E21703(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_001d; } } { // throw new ArgumentException("attempt to create weak DES key"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral801362BDA0C9D64A13D9831645BCBB17652643A2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DesParameters__ctor_mC24B2BD9321E8B032B61D4E04A49314829625FE9_RuntimeMethod_var))); } IL_001d: { // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesParameters::IsWeakKey(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesParameters_IsWeakKey_m03C3BE82E127FB14AB53AB5C85CBB3AF10E21703 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; { // if (key.Length - offset < DesKeyLength) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; NullCheck(L_0); int32_t L_1 = ___offset1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)L_1))) >= ((int32_t)8))) { goto IL_0013; } } { // throw new ArgumentException("key material too short."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD6B5A5AADFA1A6943DD096860B3B5995187C4D78)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DesParameters_IsWeakKey_m03C3BE82E127FB14AB53AB5C85CBB3AF10E21703_RuntimeMethod_var))); } IL_0013: { // for (int i = 0; i < N_DES_WEAK_KEYS; i++) V_0 = 0; goto IL_0044; } IL_0017: { // bool unmatch = false; V_1 = (bool)0; // for (int j = 0; j < DesKeyLength; j++) V_2 = 0; goto IL_0037; } IL_001d: { // if (key[j + offset] != DES_weak_keys[i * DesKeyLength + j]) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___key0; int32_t L_4 = V_2; int32_t L_5 = ___offset1; NullCheck(L_3); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)); uint8_t L_7 = (L_3)->GetAt(static_cast(L_6)); IL2CPP_RUNTIME_CLASS_INIT(DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ((DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_StaticFields*)il2cpp_codegen_static_fields_for(DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var))->get_DES_weak_keys_3(); int32_t L_9 = V_0; int32_t L_10 = V_2; NullCheck(L_8); int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)8)), (int32_t)L_10)); uint8_t L_12 = (L_8)->GetAt(static_cast(L_11)); if ((((int32_t)L_7) == ((int32_t)L_12))) { goto IL_0033; } } { // unmatch = true; V_1 = (bool)1; // break; goto IL_003b; } IL_0033: { // for (int j = 0; j < DesKeyLength; j++) int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0037: { // for (int j = 0; j < DesKeyLength; j++) int32_t L_14 = V_2; if ((((int32_t)L_14) < ((int32_t)8))) { goto IL_001d; } } IL_003b: { // if (!unmatch) bool L_15 = V_1; if (L_15) { goto IL_0040; } } { // return true; return (bool)1; } IL_0040: { // for (int i = 0; i < N_DES_WEAK_KEYS; i++) int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0044: { // for (int i = 0; i < N_DES_WEAK_KEYS; i++) int32_t L_17 = V_0; if ((((int32_t)L_17) < ((int32_t)((int32_t)16)))) { goto IL_0017; } } { // return false; return (bool)0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesParameters::IsWeakKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesParameters_IsWeakKey_m65C4E9B85665D96D618B7FBFD878D74C3826A677 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return IsWeakKey(key, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); bool L_1; L_1 = DesParameters_IsWeakKey_m03C3BE82E127FB14AB53AB5C85CBB3AF10E21703(L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesParameters::SetOddParity(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t DesParameters_SetOddParity_m880D30578FF09D87498E24B0CE79BBA36C8FFEA7 (uint8_t ___b0, const RuntimeMethod* method) { uint32_t V_0 = 0; { // uint parity = b ^ 1U; uint8_t L_0 = ___b0; V_0 = ((int32_t)((int32_t)L_0^(int32_t)1)); // parity ^= (parity >> 4); uint32_t L_1 = V_0; uint32_t L_2 = V_0; V_0 = ((int32_t)((int32_t)L_1^(int32_t)((int32_t)((uint32_t)L_2>>4)))); // parity ^= (parity >> 2); uint32_t L_3 = V_0; uint32_t L_4 = V_0; V_0 = ((int32_t)((int32_t)L_3^(int32_t)((int32_t)((uint32_t)L_4>>2)))); // parity ^= (parity >> 1); uint32_t L_5 = V_0; uint32_t L_6 = V_0; V_0 = ((int32_t)((int32_t)L_5^(int32_t)((int32_t)((uint32_t)L_6>>1)))); // parity &= 1U; uint32_t L_7 = V_0; V_0 = ((int32_t)((int32_t)L_7&(int32_t)1)); // return (byte)(b ^ parity); uint8_t L_8 = ___b0; uint32_t L_9 = V_0; return (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_8^(int32_t)L_9)))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesParameters::SetOddParity(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesParameters_SetOddParity_m44286E5908B4554DE3E58F01417293BEEF64944F (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = 0; i < bytes.Length; i++) V_0 = 0; goto IL_0013; } IL_0004: { // bytes[i] = SetOddParity(bytes[i]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bytes0; int32_t L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___bytes0; int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; uint8_t L_5 = (L_2)->GetAt(static_cast(L_4)); IL2CPP_RUNTIME_CLASS_INIT(DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); uint8_t L_6; L_6 = DesParameters_SetOddParity_m880D30578FF09D87498E24B0CE79BBA36C8FFEA7(L_5, /*hidden argument*/NULL); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)L_6); // for (int i = 0; i < bytes.Length; i++) int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0013: { // for (int i = 0; i < bytes.Length; i++) int32_t L_8 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___bytes0; NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))) { goto IL_0004; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesParameters::SetOddParity(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesParameters_SetOddParity_m553FAC19101089694EFAE969A3DD8B6F95A6BEF5 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = 0; i < len; i++) V_0 = 0; goto IL_0017; } IL_0004: { // bytes[off + i] = SetOddParity(bytes[off + i]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bytes0; int32_t L_1 = ___off1; int32_t L_2 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___bytes0; int32_t L_4 = ___off1; int32_t L_5 = V_0; NullCheck(L_3); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)); uint8_t L_7 = (L_3)->GetAt(static_cast(L_6)); IL2CPP_RUNTIME_CLASS_INIT(DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); uint8_t L_8; L_8 = DesParameters_SetOddParity_m880D30578FF09D87498E24B0CE79BBA36C8FFEA7(L_7, /*hidden argument*/NULL); NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))), (uint8_t)L_8); // for (int i = 0; i < len; i++) int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0017: { // for (int i = 0; i < len; i++) int32_t L_10 = V_0; int32_t L_11 = ___len2; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0004; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DesParameters::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesParameters__cctor_m282C58E9F16272330E6F71C82E223315FD0692B0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3_FieldInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly byte[] DES_weak_keys = // { // /* weak keys * // (byte)0x01,(byte)0x01,(byte)0x01,(byte)0x01, (byte)0x01,(byte)0x01,(byte)0x01,(byte)0x01, // (byte)0x1f,(byte)0x1f,(byte)0x1f,(byte)0x1f, (byte)0x0e,(byte)0x0e,(byte)0x0e,(byte)0x0e, // (byte)0xe0,(byte)0xe0,(byte)0xe0,(byte)0xe0, (byte)0xf1,(byte)0xf1,(byte)0xf1,(byte)0xf1, // (byte)0xfe,(byte)0xfe,(byte)0xfe,(byte)0xfe, (byte)0xfe,(byte)0xfe,(byte)0xfe,(byte)0xfe, // // /* semi-weak keys * // (byte)0x01,(byte)0xfe,(byte)0x01,(byte)0xfe, (byte)0x01,(byte)0xfe,(byte)0x01,(byte)0xfe, // (byte)0x1f,(byte)0xe0,(byte)0x1f,(byte)0xe0, (byte)0x0e,(byte)0xf1,(byte)0x0e,(byte)0xf1, // (byte)0x01,(byte)0xe0,(byte)0x01,(byte)0xe0, (byte)0x01,(byte)0xf1,(byte)0x01,(byte)0xf1, // (byte)0x1f,(byte)0xfe,(byte)0x1f,(byte)0xfe, (byte)0x0e,(byte)0xfe,(byte)0x0e,(byte)0xfe, // (byte)0x01,(byte)0x1f,(byte)0x01,(byte)0x1f, (byte)0x01,(byte)0x0e,(byte)0x01,(byte)0x0e, // (byte)0xe0,(byte)0xfe,(byte)0xe0,(byte)0xfe, (byte)0xf1,(byte)0xfe,(byte)0xf1,(byte)0xfe, // (byte)0xfe,(byte)0x01,(byte)0xfe,(byte)0x01, (byte)0xfe,(byte)0x01,(byte)0xfe,(byte)0x01, // (byte)0xe0,(byte)0x1f,(byte)0xe0,(byte)0x1f, (byte)0xf1,(byte)0x0e,(byte)0xf1,(byte)0x0e, // (byte)0xe0,(byte)0x01,(byte)0xe0,(byte)0x01, (byte)0xf1,(byte)0x01,(byte)0xf1,(byte)0x01, // (byte)0xfe,(byte)0x1f,(byte)0xfe,(byte)0x1f, (byte)0xfe,(byte)0x0e,(byte)0xfe,(byte)0x0e, // (byte)0x1f,(byte)0x01,(byte)0x1f,(byte)0x01, (byte)0x0e,(byte)0x01,(byte)0x0e,(byte)0x01, // (byte)0xfe,(byte)0xe0,(byte)0xfe,(byte)0xe0, (byte)0xfe,(byte)0xf1,(byte)0xfe,(byte)0xf1 // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_StaticFields*)il2cpp_codegen_static_fields_for(DesParameters_t5B50722BE26589C95A36ED73026A0D7E1DC58E34_il2cpp_TypeInfo_var))->set_DES_weak_keys_3(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 DeviceArrow2000::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceArrow2000__ctor_mD02D0D08FAA0D60451857D1D377155E29F863959 (DeviceArrow2000_t40174AFE2CB1DD2FC897FA7A20114AAED437E4EF * __this, const RuntimeMethod* method) { { // public DeviceArrow2000() DeviceConfig__ctor_m672E7D9B01A312BF1D567CA4B62C539980AA6D81(__this, /*hidden argument*/NULL); // id = 2000; ((DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD *)__this)->set_id_0(((int32_t)2000)); // name = 201002; ((DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD *)__this)->set_name_1(((int32_t)201002)); // detail = 211002; ((DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD *)__this)->set_detail_2(((int32_t)211002)); // difficulty = 3; ((DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD *)__this)->set_difficulty_3(3); // model = 2; ((DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD *)__this)->set_model_4(2); // type = 2; ((DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD *)__this)->set_type_5(2); // } 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 DeviceBatteryView::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceBatteryView_Start_m9B84FB2193627C691476E3F83EB4FBCB86B512FA (DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ins) { DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF * L_0 = ((DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF_StaticFields*)il2cpp_codegen_static_fields_for(DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF_il2cpp_TypeInfo_var))->get_ins_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { // Destroy(this.gameObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_2, /*hidden argument*/NULL); // } else { return; } IL_0018: { // ins = this; ((DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF_StaticFields*)il2cpp_codegen_static_fields_for(DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF_il2cpp_TypeInfo_var))->set_ins_4(__this); // DontDestroyOnLoad(this.gameObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DontDestroyOnLoad_m03007A68ABBA4CCD8C27B944964983395E7640F9(L_3, /*hidden argument*/NULL); // } return; } } // System.Void DeviceBatteryView::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceBatteryView_Update_m7365E63E28EFA03E212BE793A34538201A442968 (DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E3ABF7B41E10BFC298F28F5C1BFC901AF16DD21); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2F03C6CE7ECCD351B21F7AB5F7983A696338E1F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8D511329082F0D3BD94F8C269D225D0982F5F77); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE654FD131B98050C39FD30E5AA9A7CC91C4673F3); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t G_B8_0 = 0; int32_t G_B10_0 = 0; int32_t G_B9_0 = 0; int32_t G_B11_0 = 0; int32_t G_B11_1 = 0; { // if (countingTime1 < 5) { float L_0 = __this->get_countingTime1_6(); if ((!(((float)L_0) < ((float)(5.0f))))) { goto IL_0021; } } { // countingTime1 += Time.deltaTime; float L_1 = __this->get_countingTime1_6(); float L_2; L_2 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); __this->set_countingTime1_6(((float)il2cpp_codegen_add((float)L_1, (float)L_2))); // } else { goto IL_0038; } IL_0021: { // countingTime1 = 0; __this->set_countingTime1_6((0.0f)); // RequestBatteryForBow(); DeviceBatteryView_RequestBatteryForBow_m8D9D23A4774704E74357F3FAE25AA8E50CB39225(__this, /*hidden argument*/NULL); // RequestBatteryForArrow(); DeviceBatteryView_RequestBatteryForArrow_m48C99B4D4F2FB5BD8723672A33A0E7B35778019B(__this, /*hidden argument*/NULL); } IL_0038: { // if (countingTime2 < 1) { float L_3 = __this->get_countingTime2_7(); if ((!(((float)L_3) < ((float)(1.0f))))) { goto IL_0058; } } { // countingTime2 += Time.deltaTime; float L_4 = __this->get_countingTime2_7(); float L_5; L_5 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); __this->set_countingTime2_7(((float)il2cpp_codegen_add((float)L_4, (float)L_5))); // } else { return; } IL_0058: { // countingTime2 = 0; __this->set_countingTime2_7((0.0f)); // bool activeBow = BluetoothAim.ins && BluetoothAim.ins.status == BluetoothStatusEnum.ConnectSuccess; IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_6 = ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->get_ins_16(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_7; L_7 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_007e; } } { IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_8 = ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->get_ins_16(); NullCheck(L_8); int32_t L_9 = L_8->get_status_11(); G_B8_0 = ((((int32_t)L_9) == ((int32_t)3))? 1 : 0); goto IL_007f; } IL_007e: { G_B8_0 = 0; } IL_007f: { // bool activeArrow = BluetoothShoot.ins && BluetoothShoot.ins.status == BluetoothStatusEnum.ConnectSuccess; IL2CPP_RUNTIME_CLASS_INIT(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var); BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * L_10 = ((BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var))->get_ins_14(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_11; L_11 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_10, /*hidden argument*/NULL); G_B9_0 = G_B8_0; if (!L_11) { G_B10_0 = G_B8_0; goto IL_009a; } } { IL2CPP_RUNTIME_CLASS_INIT(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var); BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * L_12 = ((BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var))->get_ins_14(); NullCheck(L_12); int32_t L_13 = L_12->get_status_11(); G_B11_0 = ((((int32_t)L_13) == ((int32_t)3))? 1 : 0); G_B11_1 = G_B9_0; goto IL_009b; } IL_009a: { G_B11_0 = 0; G_B11_1 = G_B10_0; } IL_009b: { V_0 = (bool)G_B11_0; // if (!activeBow) { if (G_B11_1) { goto IL_00d4; } } { // this.transform.Find("Layout/Label1").gameObject.SetActive(false); 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, _stringLiteral8E3ABF7B41E10BFC298F28F5C1BFC901AF16DD21, /*hidden argument*/NULL); NullCheck(L_15); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_16; L_16 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_15, /*hidden argument*/NULL); NullCheck(L_16); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_16, (bool)0, /*hidden argument*/NULL); // this.transform.Find("Layout/Frame1").gameObject.SetActive(false); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17; L_17 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_17); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_18; L_18 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_17, _stringLiteralE654FD131B98050C39FD30E5AA9A7CC91C4673F3, /*hidden argument*/NULL); NullCheck(L_18); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_19; L_19 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_18, /*hidden argument*/NULL); NullCheck(L_19); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_19, (bool)0, /*hidden argument*/NULL); } IL_00d4: { // if (!activeArrow) { bool L_20 = V_0; if (L_20) { goto IL_010d; } } { // this.transform.Find("Layout/Label2").gameObject.SetActive(false); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_21; L_21 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_21); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_22; L_22 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_21, _stringLiteralC8D511329082F0D3BD94F8C269D225D0982F5F77, /*hidden argument*/NULL); NullCheck(L_22); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_23; L_23 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_22, /*hidden argument*/NULL); NullCheck(L_23); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_23, (bool)0, /*hidden argument*/NULL); // this.transform.Find("Layout/Frame2").gameObject.SetActive(false); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_24; L_24 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_24); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_25; L_25 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_24, _stringLiteralB2F03C6CE7ECCD351B21F7AB5F7983A696338E1F, /*hidden argument*/NULL); NullCheck(L_25); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_26; L_26 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_25, /*hidden argument*/NULL); NullCheck(L_26); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_26, (bool)0, /*hidden argument*/NULL); } IL_010d: { // } return; } } // System.Void DeviceBatteryView::RequestBatteryForBow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceBatteryView_RequestBatteryForBow_m8D9D23A4774704E74357F3FAE25AA8E50CB39225 (DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { // if (BluetoothAim.ins.hasData && JCUnityLib.TimeUtils.GetTimestamp() - BluetoothAim.ins.hasDataTime > 5000) { IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_0 = ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->get_ins_16(); NullCheck(L_0); bool L_1 = L_0->get_hasData_13(); if (!L_1) { goto IL_002e; } } IL_000c: { int64_t L_2; L_2 = TimeUtils_GetTimestamp_m4AE5DDA15BA52BE1D7C9CFB07491E0281142ACDC(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_3 = ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->get_ins_16(); NullCheck(L_3); int64_t L_4 = L_3->get_hasDataTime_14(); if ((((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_2, (int64_t)L_4))) <= ((int64_t)((int64_t)((int64_t)((int32_t)5000)))))) { goto IL_002e; } } IL_0024: { // BluetoothAim.ins.RequestBattery(); IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_5 = ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->get_ins_16(); NullCheck(L_5); BluetoothAim_RequestBattery_m4DE24EA7095E404101A1F2F4F666A93C1645D010(L_5, /*hidden argument*/NULL); } IL_002e: { // } catch (Exception) {} goto IL_0033; } }// 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_0030; } throw e; } CATCH_0030: {// begin catch(System.Exception) // } catch (Exception) {} // } catch (Exception) {} IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0033; }// end catch (depth: 1) IL_0033: { // } return; } } // System.Void DeviceBatteryView::RequestBatteryForArrow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceBatteryView_RequestBatteryForArrow_m48C99B4D4F2FB5BD8723672A33A0E7B35778019B (DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF * __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*)&_stringLiteralAB69FA1AB6BB831506EFCAD83900FEE751E85F6F); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { // if (BluetoothShoot.ins.hasData) { IL2CPP_RUNTIME_CLASS_INIT(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var); BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * L_0 = ((BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var))->get_ins_14(); NullCheck(L_0); bool L_1 = L_0->get_hasData_12(); if (!L_1) { goto IL_001b; } } IL_000c: { // BluetoothShoot.ins.WriteData("B"); IL2CPP_RUNTIME_CLASS_INIT(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var); BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6 * L_2 = ((BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothShoot_tFFB2B3FBCA6C8833498153B0B9A2F5327215D1F6_il2cpp_TypeInfo_var))->get_ins_14(); NullCheck(L_2); BluetoothShoot_WriteData_mCFB8CCEC1942E96244816AACFEEB811A63683FD1(L_2, _stringLiteralAB69FA1AB6BB831506EFCAD83900FEE751E85F6F, /*hidden argument*/NULL); } IL_001b: { // } catch (Exception) {} goto IL_0020; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001d; } throw e; } CATCH_001d: {// begin catch(System.Exception) // } catch (Exception) {} // } catch (Exception) {} IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0020; }// end catch (depth: 1) IL_0020: { // } return; } } // System.Void DeviceBatteryView::RenderBattery(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceBatteryView_RenderBattery_mAB7D7BDF41E8DBF72DB9136DC3332F1D8D37678C (DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF * __this, int32_t ___deviceID0, int32_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B194F1FB7BC76B086B3A601036B17865E44FD75); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral568C505A0F0035CCEC32C6A8F7EAEF59A05B8E2C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C066B34F4DB79023C0642AFBC43B25A5327F710); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7D6F471B49DE7BB4CAF071BB96DE2E2E5EADCB4); s_Il2CppMethodInitialized = true; } bool V_0 = false; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * V_1 = NULL; { // bool active = true; V_0 = (bool)1; // if (value <= 1) active = false; int32_t L_0 = ___value1; if ((((int32_t)L_0) > ((int32_t)1))) { goto IL_0008; } } { // if (value <= 1) active = false; V_0 = (bool)0; } IL_0008: { // Image img = this.transform.Find($"Layout/Frame{deviceID}/Bar").GetComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); int32_t L_2 = ___deviceID0; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_3); String_t* L_5; L_5 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralD7D6F471B49DE7BB4CAF071BB96DE2E2E5EADCB4, L_4, /*hidden argument*/NULL); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_1, L_5, /*hidden argument*/NULL); NullCheck(L_6); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_7; L_7 = Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D(L_6, /*hidden argument*/Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D_RuntimeMethod_var); // Text txt = this.transform.Find($"Layout/Frame{deviceID}/Value").GetComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8; L_8 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); int32_t L_9 = ___deviceID0; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_10); String_t* L_12; L_12 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral568C505A0F0035CCEC32C6A8F7EAEF59A05B8E2C, L_11, /*hidden argument*/NULL); NullCheck(L_8); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13; L_13 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_8, L_12, /*hidden argument*/NULL); NullCheck(L_13); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_14; L_14 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(L_13, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); V_1 = L_14; // this.transform.Find($"Layout/Label{deviceID}").gameObject.SetActive(active); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15; L_15 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); int32_t L_16 = ___deviceID0; int32_t L_17 = L_16; RuntimeObject * L_18 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_17); String_t* L_19; L_19 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral2B194F1FB7BC76B086B3A601036B17865E44FD75, L_18, /*hidden argument*/NULL); NullCheck(L_15); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_20; L_20 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_15, L_19, /*hidden argument*/NULL); NullCheck(L_20); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_21; L_21 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_20, /*hidden argument*/NULL); bool L_22 = V_0; NullCheck(L_21); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_21, L_22, /*hidden argument*/NULL); // img.transform.parent.gameObject.SetActive(active); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_23 = L_7; NullCheck(L_23); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_24; L_24 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_23, /*hidden argument*/NULL); NullCheck(L_24); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_25; L_25 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_24, /*hidden argument*/NULL); NullCheck(L_25); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_26; L_26 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_25, /*hidden argument*/NULL); bool L_27 = V_0; NullCheck(L_26); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_26, L_27, /*hidden argument*/NULL); // img.fillAmount = value / 100f; int32_t L_28 = ___value1; NullCheck(L_23); Image_set_fillAmount_m1D28CFC9B15A45AB6C561AA42BD8F305605E9E3C(L_23, ((float)((float)((float)((float)L_28))/(float)(100.0f))), /*hidden argument*/NULL); // txt.text = value + "%"; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_29 = V_1; String_t* L_30; L_30 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___value1), /*hidden argument*/NULL); String_t* L_31; L_31 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_30, _stringLiteral6C066B34F4DB79023C0642AFBC43B25A5327F710, /*hidden argument*/NULL); NullCheck(L_29); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_29, L_31); // } return; } } // System.Void DeviceBatteryView::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceBatteryView__ctor_mBAAFFA9C101DDB1E69FDA88FCFF47B603E4C4AD2 (DeviceBatteryView_t2CF2B17C856D8A21B368CB3FD9BB2014ABD0D4DF * __this, const RuntimeMethod* method) { { // float countingTime2 = 1; __this->set_countingTime2_7((1.0f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DeviceBow1000::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceBow1000__ctor_m1A8ABE64227DD21AA623EBD95A1C9B1332B23F96 (DeviceBow1000_t0EF7BAE6DDE06D5D503E705D7A51BDD0F29EBE93 * __this, const RuntimeMethod* method) { { // public DeviceBow1000() DeviceBowConfig__ctor_m2E08C5057B0960720B71F2E4130D44DEB4CADA85(__this, /*hidden argument*/NULL); // id = 1000; ((DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD *)__this)->set_id_0(((int32_t)1000)); // name = 201000; ((DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD *)__this)->set_name_1(((int32_t)201000)); // detail = 211000; ((DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD *)__this)->set_detail_2(((int32_t)211000)); // difficulty = 3; ((DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD *)__this)->set_difficulty_3(3); // model = 1; ((DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD *)__this)->set_model_4(1); // type = 1; ((DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD *)__this)->set_type_5(1); // pound = 18; ((DeviceBowConfig_t1A64DCA64A4356F55F311AE3F8746E6C5E4CDAB2 *)__this)->set_pound_6(((int32_t)18)); // } 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 DeviceBow1001::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceBow1001__ctor_mA22BF30417E55D8D35C1936D772205BD15ED2D17 (DeviceBow1001_tEA0B36582713E0D210DCC371566C3C76C394B294 * __this, const RuntimeMethod* method) { { // public DeviceBow1001() DeviceBowConfig__ctor_m2E08C5057B0960720B71F2E4130D44DEB4CADA85(__this, /*hidden argument*/NULL); // id = 1001; ((DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD *)__this)->set_id_0(((int32_t)1001)); // name = 201001; ((DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD *)__this)->set_name_1(((int32_t)201001)); // detail = 211001; ((DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD *)__this)->set_detail_2(((int32_t)211001)); // difficulty = 5; ((DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD *)__this)->set_difficulty_3(5); // model = 1; ((DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD *)__this)->set_model_4(1); // type = 1; ((DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD *)__this)->set_type_5(1); // pound = 25; ((DeviceBowConfig_t1A64DCA64A4356F55F311AE3F8746E6C5E4CDAB2 *)__this)->set_pound_6(((int32_t)25)); // } 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 DeviceBowConfig::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceBowConfig__ctor_m2E08C5057B0960720B71F2E4130D44DEB4CADA85 (DeviceBowConfig_t1A64DCA64A4356F55F311AE3F8746E6C5E4CDAB2 * __this, const RuntimeMethod* method) { { DeviceConfig__ctor_m672E7D9B01A312BF1D567CA4B62C539980AA6D81(__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 #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 DeviceCalibrateView::Create(DeviceCalibrateItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceCalibrateView_Create_m9F72F0524038FE278C841C7C8591DCE469B8B364 (int32_t ___itemType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisDeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_m38EB23301B9E3B65070943DB2C1F249325E83DE6_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*)&_stringLiteral945329D3BDF89E2D16BD799BC48397189029773E); s_Il2CppMethodInitialized = true; } { // GameObject o = GameObject.Instantiate(Resources.Load("Prefabs/Views/DeviceCalibrateView")); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6(_stringLiteral945329D3BDF89E2D16BD799BC48397189029773E, /*hidden argument*/Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85(L_0, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); // o.GetComponent().deviceCalibrateItem = itemType; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = L_1; NullCheck(L_2); DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_3; L_3 = GameObject_GetComponent_TisDeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_m38EB23301B9E3B65070943DB2C1F249325E83DE6(L_2, /*hidden argument*/GameObject_GetComponent_TisDeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_m38EB23301B9E3B65070943DB2C1F249325E83DE6_RuntimeMethod_var); int32_t L_4 = ___itemType0; NullCheck(L_3); L_3->set_deviceCalibrateItem_14(L_4); // o.GetComponent().guide = itemType == DeviceCalibrateItem.Guide; NullCheck(L_2); DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_5; L_5 = GameObject_GetComponent_TisDeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_m38EB23301B9E3B65070943DB2C1F249325E83DE6(L_2, /*hidden argument*/GameObject_GetComponent_TisDeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_m38EB23301B9E3B65070943DB2C1F249325E83DE6_RuntimeMethod_var); int32_t L_6 = ___itemType0; NullCheck(L_5); L_5->set_guide_17((bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0)); // } return; } } // System.Void DeviceCalibrateView::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceCalibrateView_Awake_m5D8F061766BD409252F7AC98FBE8F7CFD0CA9BF3 (DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_m94B1D693386EA0BD3C636939BDCE375EDEF91A04_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * G_B3_0 = NULL; Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * G_B2_0 = NULL; { // ins = this; ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->set_ins_18(__this); } IL_0006: try {// begin try (depth: 1) { // GlobalEventCenter.ins.onDeviceCalibrateViewAwakeChanged?.Invoke(true); GlobalEventCenter_tDD01D61DC807A0254EEC1461B21B9A50D0308790 * L_0; L_0 = GlobalEventCenter_get_ins_mAF52053A461D157902D3F19D18F0B944175B6CE0(/*hidden argument*/NULL); NullCheck(L_0); Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * L_1 = L_0->get_onDeviceCalibrateViewAwakeChanged_7(); Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * L_2 = L_1; G_B2_0 = L_2; if (L_2) { G_B3_0 = L_2; goto IL_0016; } } IL_0013: { goto IL_001c; } IL_0016: { NullCheck(G_B3_0); Action_1_Invoke_m94B1D693386EA0BD3C636939BDCE375EDEF91A04(G_B3_0, (bool)1, /*hidden argument*/Action_1_Invoke_m94B1D693386EA0BD3C636939BDCE375EDEF91A04_RuntimeMethod_var); } IL_001c: { // } catch (System.Exception e) { Debug.LogError(e.Message); } goto IL_002a; } }// 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_001e; } throw e; } CATCH_001e: {// begin catch(System.Exception) // } catch (System.Exception e) { Debug.LogError(e.Message); } NullCheck(((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *))); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *))); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(L_3, /*hidden argument*/NULL); // } catch (System.Exception e) { Debug.LogError(e.Message); } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_002a; }// end catch (depth: 1) IL_002a: { // } return; } } // System.Void DeviceCalibrateView::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceCalibrateView_Start_m73B560E695193651439153327324F5691D0E856C (DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * __this, 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*)&Component_GetComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_mED8C9575844B41F67CB4C2B13685FC0174CB61BC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceCalibrateView_ClickGyrCalibrate_m281C0CCD0D55E5C31E869BBFC9A79F7E6E7DEF9B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceCalibrateView_ClickResetMag_m35ECC1F2288FBDDFF3071DED1D2A6D85E95CDAE7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceCalibrateView_U3CStartU3Eb__17_0_m0149194286F4FF41064E365D07AEE407C488467C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceCalibrateView_U3CStartU3Eb__17_1_m27B6C9F0A11A78960AF5249C252C0E55951697F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceCalibrateView_U3CStartU3Eb__17_2_m4091254379C1329F6C2D217897AE3849E4BA18F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_mAB159CED4EA42F6E700527382D795CCD31EF293F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD890F110776346340FEBC865E2D5DF0410327EB6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m98EE261DB826B27C92F2440F5A4ABD53B74906A0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m3502BB68821D39365922C0A5B79C87441B101FE9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t96E6EFAF1314A4D3D16CA588C49465FEB8944A71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t96E6EFAF1314A4D3D16CA588C49465FEB8944A71 * V_0 = NULL; PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B10_0 = NULL; PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B9_0 = NULL; { // btnGyrCalibrate.GetComponent