#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct 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.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_tADE7002945D0298D50AB7971646AA98529C31136; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08; // 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.Collections.Generic.HashSet`1 struct HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229; // System.Collections.Generic.List`1 struct List_1_t34AA4AF4E7352129CA58045901530E41445AC16D; // System.Collections.Generic.List`1 struct List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C; // System.Collections.Generic.List`1 struct List_1_t815A476B0A21E183042059E705F9E505478CD8AE; // System.Collections.Generic.List`1 struct List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692; // System.Collections.Generic.List`1 struct List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // System.Array[] struct ArrayU5BU5D_t8362683248EAEBC59BDF25BF0CF15D88FA44455B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] struct DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] struct ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] struct ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName[] struct GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // 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; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpCurve struct AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair struct AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A; // AudioMgr struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9; // UnityEngine.UI.Button struct Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E; // UnityEngine.UI.CanvasScaler struct CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DigestInfo struct DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve struct ECCurve_t850A42EEB1867F313B111B5A75430D443165B926; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters struct ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism struct ECEndomorphism_tC94CEDEA023268D74990A2B2C08487E5D3DE2F7E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement struct ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters struct ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECLookupTable struct ECLookupTable_t7752B9FA91458655082F5D880E01596F49F02601; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier struct ECMultiplier_t157DBBD8C0030BD905D93F22A7EDD2DD8AF2C0AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters struct ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters struct ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointCombMultiplier struct FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE; // UnityEngine.UI.FontData struct FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest struct GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName struct GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames struct GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5; // GlobalEventCenter struct GlobalEventCenter_tDD01D61DC807A0254EEC1461B21B9A50D0308790; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher struct IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters struct ICipherParameters_t34CE1534DC151ED2EAE336C7381B86567D158F03; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest struct IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField struct IFiniteField_t93F742CE2136665713411FB881C26BD6E901868C; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac struct IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable struct IMemoable_tCAA06406EC7801BBF87BFBDB788638640A87D5BC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator struct IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IRsa struct IRsa_t5A726381CECF18A2B9E14F74788E42C24FD7D46F; // 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; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters struct KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // MenuBackController struct MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4; // MenuBackInterface struct MenuBackInterface_t83F97C72E65FAFC7D5CBB95AEC59CFFB70710488; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // MouseButton struct MouseButton_t030933DE8339A09C29523ADFA5C0AD1678F4FB92; // MouseConfirm struct MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithID struct ParametersWithID_t10A2A8D887A6E92FB601C9B83DD544E16C114DF8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom struct ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC; // UnityEngine.Events.PersistentCallGroup struct PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding struct Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator struct Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F; // System.Random struct Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest struct RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest struct RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23; // RoleMgr struct RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA; // RoleSelectView struct RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RoleSyntax struct RoleSyntax_t8A5BBD4B3395076A52DCC63B3AF8442111F5F287; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers struct RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C; // Rotate struct Rotate_tC69B3ABBABA1DB1DFD96A92633DF3743CBB57789; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine struct RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindingEngine struct RsaBlindingEngine_tCE4C5BECA6F11D6BA568D9632A27956BFDD11F73; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.RsaBlindingFactorGenerator struct RsaBlindingFactorGenerator_t83DBE0ECF3AB23CE60AD95138DD85D4DC8275D00; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaBlindingParameters struct RsaBlindingParameters_t1407D0FF7C896366BA1F690801D11E71F1154258; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaCoreEngine struct RsaCoreEngine_tE8C8B529691EE169ABD57AE874078A9CCD575EC3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RsaDigestSigner struct RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaEngine struct RsaEngine_tEED22646126B54BC4093C2DFB04A43777F3325FC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyGenerationParameters struct RsaKeyGenerationParameters_t022DAB1E7E50F75CCB8F7D312B0BAAF185B15C0B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.RsaKeyPairGenerator struct RsaKeyPairGenerator_t6567FEAA089AA9C6B5BBB8435841A4A4D48D8F4E; // 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.Asn1.X509.RsaPublicKeyStructure struct RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaesOaepParameters struct RsaesOaepParameters_tC1D00ED9CEB98C4D9C2881A4E3CE3396C92362B5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters struct RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69; // SB_EventSystem struct SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.SCrypt struct SCrypt_t09A5A1304705CA40A54C85C0AF94B141306A2309; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SM2Engine struct SM2Engine_t9F47084D67D00AA740B29D17856E2C3538CB0C5C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.SM2KeyExchange struct SM2KeyExchange_tF3AC21854563CD4AD39B1A4C03A410B83FD14E74; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SM2KeyExchangePrivateParameters struct SM2KeyExchangePrivateParameters_t1A7D546D791F6F2F6BDBDD6F398745CEF1FF77A9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SM2KeyExchangePublicParameters struct SM2KeyExchangePublicParameters_t2B7B39A1D7D20E241A188A4A29D0AC9ECF0FFAEE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve struct SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Field struct SM2P256V1Field_t54C2864A837A0A7CF3FD3600C9030648B7182344; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1FieldElement struct SM2P256V1FieldElement_tAC7B0BD1880A4E28911E2DC846EDCDBC2A020685; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Point struct SM2P256V1Point_t10F6E503C58F0E5E27B631ADB8D177F8AF256FE3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SM3Digest struct SM3Digest_t9802824E7E114C596151E84635AF5775CCBEF23E; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // JC.Unity.ScreenRayRaycasterUIWrapper struct ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest struct Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D; // JC.Unity.SimulateMouse struct SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // UnityEngine.TextGenerator struct TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // UnityEngine.Events.UnityEvent struct UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4; // UserInfo struct UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // JCUnityLib.ViewBase struct ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC; // ViewMgr struct ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4; // RoleSelectView/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073; // SB_EventSystem/MouseTest struct MouseTest_t19667380CD6500B956B18AF63436737941DB14FD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve/SM2P256V1LookupTable struct SM2P256V1LookupTable_tE9ED3C3736FBBA994521DAAE9F2B9CC05C4B09A6; IL2CPP_EXTERN_C RuntimeClass* Action_1_tADE7002945D0298D50AB7971646AA98529C31136_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayU5BU5D_t8362683248EAEBC59BDF25BF0CF15D88FA44455B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* 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* BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECMultiplier_t157DBBD8C0030BD905D93F22A7EDD2DD8AF2C0AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAsn1String_tB12BA3E00C5577BB15F600BEAADA53A4DC2A93E3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23_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* IMemoable_tCAA06406EC7801BBF87BFBDB788638640A87D5BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IRsa_t5A726381CECF18A2B9E14F74788E42C24FD7D46F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_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* KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MouseTest_t19667380CD6500B956B18AF63436737941DB14FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParametersWithID_t10A2A8D887A6E92FB601C9B83DD544E16C114DF8_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* Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F_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* RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RoleSyntax_t8A5BBD4B3395076A52DCC63B3AF8442111F5F287_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsaBlindingParameters_t1407D0FF7C896366BA1F690801D11E71F1154258_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsaCoreEngine_tE8C8B529691EE169ABD57AE874078A9CCD575EC3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsaKeyGenerationParameters_t022DAB1E7E50F75CCB8F7D312B0BAAF185B15C0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsaKeyPairGenerator_t6567FEAA089AA9C6B5BBB8435841A4A4D48D8F4E_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* RsaPrivateKeyStructure_tEBAF070C7C3370B960215F537F3B94B693B66D25_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsaesOaepParameters_tC1D00ED9CEB98C4D9C2881A4E3CE3396C92362B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SM2KeyExchangePrivateParameters_t1A7D546D791F6F2F6BDBDD6F398745CEF1FF77A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SM2KeyExchangePublicParameters_t2B7B39A1D7D20E241A188A4A29D0AC9ECF0FFAEE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SM2P256V1FieldElement_tAC7B0BD1880A4E28911E2DC846EDCDBC2A020685_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SM2P256V1Field_t54C2864A837A0A7CF3FD3600C9030648B7182344_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SM2P256V1LookupTable_tE9ED3C3736FBBA994521DAAE9F2B9CC05C4B09A6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SM2P256V1Point_t10F6E503C58F0E5E27B631ADB8D177F8AF256FE3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SM3Digest_t9802824E7E114C596151E84635AF5775CCBEF23E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_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* TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68_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* WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral012D08FE081F6A29629D65FD675956675141A5B6; IL2CPP_EXTERN_C String_t* _stringLiteral0707E95FF1575B343AC02E8804085ACCD2D5F620; IL2CPP_EXTERN_C String_t* _stringLiteral08885D390387C000F03BBAF0FE3A064EDAF73D17; IL2CPP_EXTERN_C String_t* _stringLiteral08DDE1A16B430B92E18027F90410E7A1BBE194F2; IL2CPP_EXTERN_C String_t* _stringLiteral09F6D949AAD0FBE29194F06FA810733A294C2E24; IL2CPP_EXTERN_C String_t* _stringLiteral10FB5E41574A61C7EB0D2CF5177367F04F0214A3; IL2CPP_EXTERN_C String_t* _stringLiteral11208C86A379F74F4A5228C6512318CCDFEF574A; IL2CPP_EXTERN_C String_t* _stringLiteral131F00C551D8B6B06586707B7CB54DE4DF424670; IL2CPP_EXTERN_C String_t* _stringLiteral16A70DC8C790D0EFD53AE03FF23CB99D8B7A53CA; IL2CPP_EXTERN_C String_t* _stringLiteral198AA065BF0F912BD6F5F93869BD5C361671F98B; IL2CPP_EXTERN_C String_t* _stringLiteral1A1B86B4BA0172AEF35B674EAA7A49B4B34F9913; IL2CPP_EXTERN_C String_t* _stringLiteral1A5571BFEA3D90B6B624ECFD82F45024DDB5B987; IL2CPP_EXTERN_C String_t* _stringLiteral1B39E6D3DD6CB7CE0F44074C401A3D80863B7DEC; IL2CPP_EXTERN_C String_t* _stringLiteral1EE569B4C3EA7B1B22788B903C90F9CBEC04D912; IL2CPP_EXTERN_C String_t* _stringLiteral1F16948E5F6CDE5927B023E4D9555F6C3D29E666; IL2CPP_EXTERN_C String_t* _stringLiteral1F78DF94890BD848717BF7401CDDB930D6A54181; IL2CPP_EXTERN_C String_t* _stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE; IL2CPP_EXTERN_C String_t* _stringLiteral209B45716DDB774057781AB12F266D56464AC564; IL2CPP_EXTERN_C String_t* _stringLiteral20A43E61DE043A56575551D1ACC389EC8590EE92; IL2CPP_EXTERN_C String_t* _stringLiteral20F53A181F54A9F47B94913A91678E2A29C5E4A7; IL2CPP_EXTERN_C String_t* _stringLiteral2157C6177C543C719292E0E8F53C78F447055455; IL2CPP_EXTERN_C String_t* _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2; IL2CPP_EXTERN_C String_t* _stringLiteral25A94718469E584D6A829C24BF0434998B09B8A9; IL2CPP_EXTERN_C String_t* _stringLiteral27002B9BE41A625217AB81BE1906E31855175FDD; IL2CPP_EXTERN_C String_t* _stringLiteral28A00C6C2538607194DCD2548EF0DFB07D324A14; IL2CPP_EXTERN_C String_t* _stringLiteral2946A39CD2848CEDBFE48FD71189EAB56B2E5C84; IL2CPP_EXTERN_C String_t* _stringLiteral2ABA07E8D3E823F985CB19AB9C3851F708E91223; IL2CPP_EXTERN_C String_t* _stringLiteral2E2B5D8DF60F8E68D4CD5ECBD442523681DC5411; IL2CPP_EXTERN_C String_t* _stringLiteral311A93EB5DE7C9D99F362DD8FC301184F6F1F0A5; IL2CPP_EXTERN_C String_t* _stringLiteral360E03A53F5747D93B8189B7381BEE32B8FA7B92; IL2CPP_EXTERN_C String_t* _stringLiteral376E0EBF36DDF94B3FD31ADBE6EF926066EEC225; IL2CPP_EXTERN_C String_t* _stringLiteral37EE95486CB11E75528EB47FCD56D907FBE6F34C; IL2CPP_EXTERN_C String_t* _stringLiteral430E518F836082E0683698AB9E3F79D39C7F5140; IL2CPP_EXTERN_C String_t* _stringLiteral4455F6D2FD3CEF2F133F605F6871877C6298F2E9; IL2CPP_EXTERN_C String_t* _stringLiteral465159BBB6E754364FA15DC294073B1E027AEC76; IL2CPP_EXTERN_C String_t* _stringLiteral46753C57AC2A2236BAF8266742945DDCA925E3CD; IL2CPP_EXTERN_C String_t* _stringLiteral4816CC77EFC7496FC7102477C949DE175E15B4E3; IL2CPP_EXTERN_C String_t* _stringLiteral4C23E639A5A412FD6FD6D1C92298ADD2B8DF4D0E; IL2CPP_EXTERN_C String_t* _stringLiteral4C739D3A8C2CC75FC981C5821BADC6D253868F4F; IL2CPP_EXTERN_C String_t* _stringLiteral4E13C8C308FC6699E5B9B801EB6FF618688E204B; IL2CPP_EXTERN_C String_t* _stringLiteral4F89BEE2B6EC6C3BC893DBE19388776A899FF9FC; IL2CPP_EXTERN_C String_t* _stringLiteral514647D9649C4F0B55D4B3D8A102C6935BD2BE6D; IL2CPP_EXTERN_C String_t* _stringLiteral5213E5058088297AF53979C0CAE583EBCD638285; IL2CPP_EXTERN_C String_t* _stringLiteral55B5E7CB683EDF5A1D2C6D13E126DD6311296F57; IL2CPP_EXTERN_C String_t* _stringLiteral56331EB12D226B1833816C99907321DCBE307C2E; IL2CPP_EXTERN_C String_t* _stringLiteral5819AE7387CF157562E9BFF0BAC0B4EBB84AC76B; IL2CPP_EXTERN_C String_t* _stringLiteral586CA72D8193139B40F9D36FE13FD0CBEF7902FF; IL2CPP_EXTERN_C String_t* _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78; IL2CPP_EXTERN_C String_t* _stringLiteral5A5629773567B1DDB82ABAAB48D84F062ACF17ED; IL2CPP_EXTERN_C String_t* _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B; IL2CPP_EXTERN_C String_t* _stringLiteral60757E0E886B3E5AD238A705880BB6B426E6C79E; IL2CPP_EXTERN_C String_t* _stringLiteral6250E360D1C11037893E3C33C725EBA0AE9D8627; IL2CPP_EXTERN_C String_t* _stringLiteral64921811D855C15C143C69730203C46A3CDA8284; IL2CPP_EXTERN_C String_t* _stringLiteral64AF28A67365882EEAC5544D3EDD046284779B9B; IL2CPP_EXTERN_C String_t* _stringLiteral6526F399810CF71DFEA9A61667F50CA88778D37B; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral6AE92B7AA24F8608355AB24F24AFA2C680DFBFAA; IL2CPP_EXTERN_C String_t* _stringLiteral6D850599050207BA3A37A2D88D63B137C63EFC8E; IL2CPP_EXTERN_C String_t* _stringLiteral70F1769C72FCAF144F53009F7DA60ED467C29635; IL2CPP_EXTERN_C String_t* _stringLiteral724339E8C7A02D120230AD87EAD589C500205A8F; IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D; IL2CPP_EXTERN_C String_t* _stringLiteral77B5FAF23AFEE6B8E228BD4414C16F21E192E810; IL2CPP_EXTERN_C String_t* _stringLiteral784E0EA9524249B348E19988DF700F8731CAF6CE; IL2CPP_EXTERN_C String_t* _stringLiteral7AB37FCF6B4DD37A0A09F9547B50FBC4B3C4E740; IL2CPP_EXTERN_C String_t* _stringLiteral7B0F1283D6A3260688A2404E224C0BA061D279B3; IL2CPP_EXTERN_C String_t* _stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1; IL2CPP_EXTERN_C String_t* _stringLiteral80C3572205DD99D08A8B3B95433372FC8E8CE032; IL2CPP_EXTERN_C String_t* _stringLiteral82C93BE404D479FD129CB4A2A9BA22FE7AF02544; IL2CPP_EXTERN_C String_t* _stringLiteral83232B7325B90772601A8497F39C3E23B86C6B21; IL2CPP_EXTERN_C String_t* _stringLiteral8676D8187D181726BD8AAA348EEB4B7B5BFF4873; IL2CPP_EXTERN_C String_t* _stringLiteral87CE7DA25A4259E620BDBE6291B183ACEE1CF188; IL2CPP_EXTERN_C String_t* _stringLiteral894BC5458F5E1105129CC92FE8166EA51C2E0DCC; IL2CPP_EXTERN_C String_t* _stringLiteral8A4162EFF5CAB0D794CB0E5966FF20B269E903EA; IL2CPP_EXTERN_C String_t* _stringLiteral8C4C9AF57ED879D79214D53A9790731A14EE1E67; IL2CPP_EXTERN_C String_t* _stringLiteral8F8F309DF65E2AC5E82CF2018488FC906AA2778D; IL2CPP_EXTERN_C String_t* _stringLiteral90AF97DD8EF1877A399A4D1D1AF32DE07CB7CA27; IL2CPP_EXTERN_C String_t* _stringLiteral95F3766D0CF42886D188B849706C91FF07DA6543; IL2CPP_EXTERN_C String_t* _stringLiteralA009B2478609CAC48984A1D8C754792A9871A1F4; IL2CPP_EXTERN_C String_t* _stringLiteralA1B8A72429CE0896347F67496DE58EC4B553252C; IL2CPP_EXTERN_C String_t* _stringLiteralA6DBDE4DFCE47C72AFA52C1981772A8DD7EFD2C8; IL2CPP_EXTERN_C String_t* _stringLiteralA986EAC329641EDBD01566105074246ABE123F50; IL2CPP_EXTERN_C String_t* _stringLiteralAE24C5BE9B741FFFA87D2A951BFE7EA0440461CD; IL2CPP_EXTERN_C String_t* _stringLiteralAEDF8163AAD35547C217FD46604141F77006B3E5; IL2CPP_EXTERN_C String_t* _stringLiteralAF0B57767B7A63DA8A8147EF8F559BA08A1B4B1D; IL2CPP_EXTERN_C String_t* _stringLiteralB218B28DDB68FAC16DA7C7B21D9CF7789658ECA0; IL2CPP_EXTERN_C String_t* _stringLiteralB3CB8C8C101A2BF9403CE1A156143EBE380A7AEC; IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D; IL2CPP_EXTERN_C String_t* _stringLiteralB663DB699FCA0093BD158A19B73EB9AA983E4745; IL2CPP_EXTERN_C String_t* _stringLiteralBB63F597FA0BE3DB1140A174AEFEFC80CA12E8C6; IL2CPP_EXTERN_C String_t* _stringLiteralBB6F5D392BC602C026353DB1D90A36C31720D626; IL2CPP_EXTERN_C String_t* _stringLiteralBDEEDBEA213356129E472B5A1DE17C2E43607769; IL2CPP_EXTERN_C String_t* _stringLiteralC0E65BD0C445E21793A6B70B0D4D23EB9F47E470; IL2CPP_EXTERN_C String_t* _stringLiteralC470F8A871A016009FF8615F28CA17C9413D73F1; IL2CPP_EXTERN_C String_t* _stringLiteralC51A5D2429A53879F5ACA73F837658D236EE3E4F; IL2CPP_EXTERN_C String_t* _stringLiteralC692DAB34986D12FB6BBE31A5A0AAE5ADB9399E9; IL2CPP_EXTERN_C String_t* _stringLiteralC91AD62451A50DB284B8EE83F6E0546FF46697D9; IL2CPP_EXTERN_C String_t* _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70; IL2CPP_EXTERN_C String_t* _stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17; IL2CPP_EXTERN_C String_t* _stringLiteralD38431BAF2808A8CB8A3D5F15B256DB2F44EB058; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralE3571D4B460B94179ED42D962EBD729AD4484AD4; IL2CPP_EXTERN_C String_t* _stringLiteralE3D6827A767A5210243255E4075FA768A895D203; IL2CPP_EXTERN_C String_t* _stringLiteralE5C51CFD398F958565E2DDE28024AA8A5C9B3854; IL2CPP_EXTERN_C String_t* _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3; IL2CPP_EXTERN_C String_t* _stringLiteralEB7CCC8642D7B5521BC4E7440146281DA06EFDDF; IL2CPP_EXTERN_C String_t* _stringLiteralF4B67B27E4DD10700B0726FC3E0A89E2CDBB84C8; IL2CPP_EXTERN_C String_t* _stringLiteralF8167CCC78C1117CDBB4F4177DE66863BA21E27A; IL2CPP_EXTERN_C String_t* _stringLiteralFA2761AA598A98F11832AB6E9362E80079AAD08B; IL2CPP_EXTERN_C String_t* _stringLiteralFA90B5E45C16AE8C2D0C29C63608D545F48138D7; IL2CPP_EXTERN_C String_t* _stringLiteralFDB4A6C8ADC0190F5700ACCE2A35FDCE10E7E6B8; IL2CPP_EXTERN_C String_t* _stringLiteralFE5D742782B0E080651D1931155F6F5C4E984427; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m94B1D693386EA0BD3C636939BDCE375EDEF91A04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m3D703828D04A548E314FF6152FD7D40C05766649_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_GetComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_mED8C9575844B41F67CB4C2B13685FC0174CB61BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisSprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9_mD50714FA371E12743B01E971427E7BD2A2875413_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RoleSyntax__ctor_m39C34DAA8B628C377A04A2739EADAA113A9A6536_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RoleSyntax__ctor_mE70D841B36E169B6EE295EBECBB760534DA03496_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsaBlindedEngine_ProcessBlock_mEF3F824610423525EE4DE4267AB63EAE44845C99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsaBlindingFactorGenerator_GenerateBlindingFactor_m14DCDCDCC9BC41F2F00A77836C7844011E2A8123_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsaBlindingFactorGenerator_Init_mE6DC6E8184047F3C9C934B6CC852E0EC183234E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsaBlindingParameters__ctor_mD7FB527770992CBB0719202F1FF30D0DFC6C1C8E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsaCoreEngine_CheckInitialised_mEC5F45689A02C1DE240629CA51C2D42BCD5DE150_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsaCoreEngine_ConvertInput_mBAA3AF975FF31CCA867CF515752CCBE4F1598ACA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsaCoreEngine_Init_m5E161040D5BE981B1D134C0B013363D496825437_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsaDigestSigner_GenerateSignature_m2B979356011C33C2C39F41D66D182404CDE30A2F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsaDigestSigner_Init_m32CD6339686904EF77CB3B1905C84526E907FAF6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsaDigestSigner_VerifySignature_m71A8F75AD01E84D63752D8AD260D168295BB3D97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsaKeyParameters_Validate_mF08E5CCA1F260FDB3D7DAC58345FCDF4F824656E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsaKeyParameters__ctor_m34764C2C540696F151C2502BECBBEA734F70F45E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsaPrivateCrtKeyParameters_ValidateValue_mBCA7A53C8FACCAC7E3791F7F6D765160A56B6DBF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsaPrivateKeyStructure__ctor_m134A3042F2254437661FCD1F1A4C344A348D9682_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsaPublicKeyStructure_GetInstance_m2F7D70AA61519CDDF0A82C70027E8434E5C2D797_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsaPublicKeyStructure__ctor_m2C4CF2B37DB09A21F10A44A61324B1F7808D32F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsaPublicKeyStructure__ctor_m53CAF8C8659CB790F136FF6E6D01664A235864AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsaesOaepParameters_GetInstance_m6AD8BB28D70686099FFCE54B80927CEC627222C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsaesOaepParameters__ctor_m7A05AD28AA6A5919472D961EE061496D55BB43F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsassaPssParameters_GetInstance_mC4FCD2C40DFF8D0F69DDCCC32621F9A370CE3CBE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsassaPssParameters__ctor_m0701FC73BEA320CA448D9F8297C0694BFD84A64C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SB_EventSystem_U3CInitListenerForMouseHoverHightColorU3Eb__6_0_m5BC628CB10C937270F712B8AB25E94E0ECD46294_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SCrypt_Generate_mD7DBF0422DCF487F89D6965040D77A325155D653_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SM2Engine_Decrypt_m81117837EA20BB39A6B4432EB9770932917E886F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SM2Engine_Init_m517E734B4AB37237C6340AC8DC564209814139C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SM2KeyExchangePrivateParameters__ctor_m2B8595659F812B0372059CD629E61521EA6ED048_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SM2KeyExchangePublicParameters__ctor_m983F92994D1BFCB049F2BB390C46F1608BFA74BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SM2KeyExchange_CalculateKeyWithConfirmation_m69E7A88B9A25A5BD4E204ECD5E7B0FD8C85CE629_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass4_0_U3CRenderPlayerU3Eb__0_mC534A2562A65187BD805E11E3760ABBB1F357726_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass4_0_U3CRenderPlayerU3Eb__1_m6C2C658B7AA75A1FC6BC5565478090B842C88778_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_m7AB70CB55682784D8F4EC2C41A902BB06BFCBF38_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_DestroyView_TisRoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E_m25C4C04FB462A19F5502786F33E5EEE9BAB45A70_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ShowView_TisPKGameOptionView_t6B4B0D0D99267834F9724E96FF405CE42AFA9B3C_m6928688770B46B579B1790C51E7C4C587356FB15_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; struct UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68; struct ArrayU5BU5D_t8362683248EAEBC59BDF25BF0CF15D88FA44455B; struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E; struct ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF; struct GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E; 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.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_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); } }; // 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.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.Math.EC.ECCurve struct ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_field RuntimeObject* ___m_field_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_a ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_a_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_b ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_b_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_order BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_order_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_cofactor BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_cofactor_12; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_coord int32_t ___m_coord_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_endomorphism RuntimeObject* ___m_endomorphism_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_multiplier RuntimeObject* ___m_multiplier_15; public: inline static int32_t get_offset_of_m_field_8() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_field_8)); } inline RuntimeObject* get_m_field_8() const { return ___m_field_8; } inline RuntimeObject** get_address_of_m_field_8() { return &___m_field_8; } inline void set_m_field_8(RuntimeObject* value) { ___m_field_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_field_8), (void*)value); } inline static int32_t get_offset_of_m_a_9() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_a_9)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_a_9() const { return ___m_a_9; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_a_9() { return &___m_a_9; } inline void set_m_a_9(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_a_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_a_9), (void*)value); } inline static int32_t get_offset_of_m_b_10() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_b_10)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_b_10() const { return ___m_b_10; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_b_10() { return &___m_b_10; } inline void set_m_b_10(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_b_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_b_10), (void*)value); } inline static int32_t get_offset_of_m_order_11() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_order_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_order_11() const { return ___m_order_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_order_11() { return &___m_order_11; } inline void set_m_order_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_order_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_order_11), (void*)value); } inline static int32_t get_offset_of_m_cofactor_12() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_cofactor_12)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_cofactor_12() const { return ___m_cofactor_12; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_cofactor_12() { return &___m_cofactor_12; } inline void set_m_cofactor_12(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_cofactor_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cofactor_12), (void*)value); } inline static int32_t get_offset_of_m_coord_13() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_coord_13)); } inline int32_t get_m_coord_13() const { return ___m_coord_13; } inline int32_t* get_address_of_m_coord_13() { return &___m_coord_13; } inline void set_m_coord_13(int32_t value) { ___m_coord_13 = value; } inline static int32_t get_offset_of_m_endomorphism_14() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_endomorphism_14)); } inline RuntimeObject* get_m_endomorphism_14() const { return ___m_endomorphism_14; } inline RuntimeObject** get_address_of_m_endomorphism_14() { return &___m_endomorphism_14; } inline void set_m_endomorphism_14(RuntimeObject* value) { ___m_endomorphism_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_endomorphism_14), (void*)value); } inline static int32_t get_offset_of_m_multiplier_15() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_multiplier_15)); } inline RuntimeObject* get_m_multiplier_15() const { return ___m_multiplier_15; } inline RuntimeObject** get_address_of_m_multiplier_15() { return &___m_multiplier_15; } inline void set_m_multiplier_15(RuntimeObject* value) { ___m_multiplier_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_multiplier_15), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters struct ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::curve ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::seed ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::g ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___g_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::n BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::h BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___h_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::hInv BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___hInv_5; public: inline static int32_t get_offset_of_curve_0() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___curve_0)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_curve_0() const { return ___curve_0; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_curve_0() { return &___curve_0; } inline void set_curve_0(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___curve_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___curve_0), (void*)value); } inline static int32_t get_offset_of_seed_1() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___seed_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_seed_1() const { return ___seed_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_seed_1() { return &___seed_1; } inline void set_seed_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___seed_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_1), (void*)value); } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___g_2)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_g_2() const { return ___g_2; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_g_2() { return &___g_2; } inline void set_g_2(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___g_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_2), (void*)value); } inline static int32_t get_offset_of_n_3() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___n_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_n_3() const { return ___n_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_n_3() { return &___n_3; } inline void set_n_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___n_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___n_3), (void*)value); } inline static int32_t get_offset_of_h_4() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___h_4)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_h_4() const { return ___h_4; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_h_4() { return &___h_4; } inline void set_h_4(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___h_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___h_4), (void*)value); } inline static int32_t get_offset_of_hInv_5() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___hInv_5)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_hInv_5() const { return ___hInv_5; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_hInv_5() { return &___hInv_5; } inline void set_hInv_5(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___hInv_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___hInv_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement struct ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_curve ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___m_curve_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_x ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_x_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_y ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_y_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_zs ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___m_zs_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_withCompression bool ___m_withCompression_5; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_preCompTable RuntimeObject* ___m_preCompTable_6; public: inline static int32_t get_offset_of_m_curve_1() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_curve_1)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_m_curve_1() const { return ___m_curve_1; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_m_curve_1() { return &___m_curve_1; } inline void set_m_curve_1(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___m_curve_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_curve_1), (void*)value); } inline static int32_t get_offset_of_m_x_2() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_x_2)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_x_2() const { return ___m_x_2; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_x_2() { return &___m_x_2; } inline void set_m_x_2(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_x_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_x_2), (void*)value); } inline static int32_t get_offset_of_m_y_3() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_y_3)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_y_3() const { return ___m_y_3; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_y_3() { return &___m_y_3; } inline void set_m_y_3(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_y_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_y_3), (void*)value); } inline static int32_t get_offset_of_m_zs_4() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_zs_4)); } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* get_m_zs_4() const { return ___m_zs_4; } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E** get_address_of_m_zs_4() { return &___m_zs_4; } inline void set_m_zs_4(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* value) { ___m_zs_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_zs_4), (void*)value); } inline static int32_t get_offset_of_m_withCompression_5() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_withCompression_5)); } inline bool get_m_withCompression_5() const { return ___m_withCompression_5; } inline bool* get_address_of_m_withCompression_5() { return &___m_withCompression_5; } inline void set_m_withCompression_5(bool value) { ___m_withCompression_5 = value; } inline static int32_t get_offset_of_m_preCompTable_6() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_preCompTable_6)); } inline RuntimeObject* get_m_preCompTable_6() const { return ___m_preCompTable_6; } inline RuntimeObject** get_address_of_m_preCompTable_6() { return &___m_preCompTable_6; } inline void set_m_preCompTable_6(RuntimeObject* value) { ___m_preCompTable_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_preCompTable_6), (void*)value); } }; struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::EMPTY_ZS ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___EMPTY_ZS_0; public: inline static int32_t get_offset_of_EMPTY_ZS_0() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_StaticFields, ___EMPTY_ZS_0)); } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* get_EMPTY_ZS_0() const { return ___EMPTY_ZS_0; } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E** get_address_of_EMPTY_ZS_0() { return &___EMPTY_ZS_0; } inline void set_EMPTY_ZS_0(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* value) { ___EMPTY_ZS_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EMPTY_ZS_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.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.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); } }; // 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.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.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.ParametersWithID struct ParametersWithID_t10A2A8D887A6E92FB601C9B83DD544E16C114DF8 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithID::parameters RuntimeObject* ___parameters_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithID::id ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___id_1; public: inline static int32_t get_offset_of_parameters_0() { return static_cast(offsetof(ParametersWithID_t10A2A8D887A6E92FB601C9B83DD544E16C114DF8, ___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_id_1() { return static_cast(offsetof(ParametersWithID_t10A2A8D887A6E92FB601C9B83DD544E16C114DF8, ___id_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_id_1() const { return ___id_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_id_1() { return &___id_1; } inline void set_id_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___id_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_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.Crypto.PbeParametersGenerator struct PbeParametersGenerator_tC2462C70A4D8F16F12866BCED5DA847140B3BBE0 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.PbeParametersGenerator::mPassword ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mPassword_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.PbeParametersGenerator::mSalt ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mSalt_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.PbeParametersGenerator::mIterationCount int32_t ___mIterationCount_2; public: inline static int32_t get_offset_of_mPassword_0() { return static_cast(offsetof(PbeParametersGenerator_tC2462C70A4D8F16F12866BCED5DA847140B3BBE0, ___mPassword_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mPassword_0() const { return ___mPassword_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mPassword_0() { return &___mPassword_0; } inline void set_mPassword_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mPassword_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPassword_0), (void*)value); } inline static int32_t get_offset_of_mSalt_1() { return static_cast(offsetof(PbeParametersGenerator_tC2462C70A4D8F16F12866BCED5DA847140B3BBE0, ___mSalt_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mSalt_1() const { return ___mSalt_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mSalt_1() { return &___mSalt_1; } inline void set_mSalt_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mSalt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSalt_1), (void*)value); } inline static int32_t get_offset_of_mIterationCount_2() { return static_cast(offsetof(PbeParametersGenerator_tC2462C70A4D8F16F12866BCED5DA847140B3BBE0, ___mIterationCount_2)); } inline int32_t get_mIterationCount_2() const { return ___mIterationCount_2; } inline int32_t* get_address_of_mIterationCount_2() { return &___mIterationCount_2; } inline void set_mIterationCount_2(int32_t value) { ___mIterationCount_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding struct Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding::engine RuntimeObject* ___engine_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding::forEncryption bool ___forEncryption_5; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding::forPrivateKey bool ___forPrivateKey_6; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding::useStrictLength bool ___useStrictLength_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding::pLen int32_t ___pLen_8; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding::fallback ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___fallback_9; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding::blockBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___blockBuffer_10; public: inline static int32_t get_offset_of_random_3() { return static_cast(offsetof(Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818, ___random_3)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_3() const { return ___random_3; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_3() { return &___random_3; } inline void set_random_3(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_3), (void*)value); } inline static int32_t get_offset_of_engine_4() { return static_cast(offsetof(Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818, ___engine_4)); } inline RuntimeObject* get_engine_4() const { return ___engine_4; } inline RuntimeObject** get_address_of_engine_4() { return &___engine_4; } inline void set_engine_4(RuntimeObject* value) { ___engine_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___engine_4), (void*)value); } inline static int32_t get_offset_of_forEncryption_5() { return static_cast(offsetof(Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818, ___forEncryption_5)); } inline bool get_forEncryption_5() const { return ___forEncryption_5; } inline bool* get_address_of_forEncryption_5() { return &___forEncryption_5; } inline void set_forEncryption_5(bool value) { ___forEncryption_5 = value; } inline static int32_t get_offset_of_forPrivateKey_6() { return static_cast(offsetof(Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818, ___forPrivateKey_6)); } inline bool get_forPrivateKey_6() const { return ___forPrivateKey_6; } inline bool* get_address_of_forPrivateKey_6() { return &___forPrivateKey_6; } inline void set_forPrivateKey_6(bool value) { ___forPrivateKey_6 = value; } inline static int32_t get_offset_of_useStrictLength_7() { return static_cast(offsetof(Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818, ___useStrictLength_7)); } inline bool get_useStrictLength_7() const { return ___useStrictLength_7; } inline bool* get_address_of_useStrictLength_7() { return &___useStrictLength_7; } inline void set_useStrictLength_7(bool value) { ___useStrictLength_7 = value; } inline static int32_t get_offset_of_pLen_8() { return static_cast(offsetof(Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818, ___pLen_8)); } inline int32_t get_pLen_8() const { return ___pLen_8; } inline int32_t* get_address_of_pLen_8() { return &___pLen_8; } inline void set_pLen_8(int32_t value) { ___pLen_8 = value; } inline static int32_t get_offset_of_fallback_9() { return static_cast(offsetof(Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818, ___fallback_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_fallback_9() const { return ___fallback_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_fallback_9() { return &___fallback_9; } inline void set_fallback_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___fallback_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___fallback_9), (void*)value); } inline static int32_t get_offset_of_blockBuffer_10() { return static_cast(offsetof(Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818, ___blockBuffer_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_blockBuffer_10() const { return ___blockBuffer_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_blockBuffer_10() { return &___blockBuffer_10; } inline void set_blockBuffer_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___blockBuffer_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___blockBuffer_10), (void*)value); } }; struct Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818_StaticFields { public: // System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding::strictLengthEnabled BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___strictLengthEnabled_2; public: inline static int32_t get_offset_of_strictLengthEnabled_2() { return static_cast(offsetof(Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818_StaticFields, ___strictLengthEnabled_2)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_strictLengthEnabled_2() const { return ___strictLengthEnabled_2; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_strictLengthEnabled_2() { return &___strictLengthEnabled_2; } inline void set_strictLengthEnabled_2(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___strictLengthEnabled_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___strictLengthEnabled_2), (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); } }; // 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); } }; // RoleMgr struct RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA : public RuntimeObject { public: public: }; struct RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_StaticFields { public: // System.String[] RoleMgr::roleNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___roleNames_0; public: inline static int32_t get_offset_of_roleNames_0() { return static_cast(offsetof(RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_StaticFields, ___roleNames_0)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_roleNames_0() const { return ___roleNames_0; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_roleNames_0() { return &___roleNames_0; } inline void set_roleNames_0(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___roleNames_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___roleNames_0), (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.Engines.RsaBlindedEngine struct RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IRsa BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine::core RuntimeObject* ___core_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine::key RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * ___key_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_2; public: inline static int32_t get_offset_of_core_0() { return static_cast(offsetof(RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2, ___core_0)); } inline RuntimeObject* get_core_0() const { return ___core_0; } inline RuntimeObject** get_address_of_core_0() { return &___core_0; } inline void set_core_0(RuntimeObject* value) { ___core_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___core_0), (void*)value); } inline static int32_t get_offset_of_key_1() { return static_cast(offsetof(RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2, ___key_1)); } inline RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * get_key_1() const { return ___key_1; } inline RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 ** get_address_of_key_1() { return &___key_1; } inline void set_key_1(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * value) { ___key_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_1), (void*)value); } inline static int32_t get_offset_of_random_2() { return static_cast(offsetof(RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2, ___random_2)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_2() const { return ___random_2; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_2() { return &___random_2; } inline void set_random_2(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindingEngine struct RsaBlindingEngine_tCE4C5BECA6F11D6BA568D9632A27956BFDD11F73 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IRsa BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindingEngine::core RuntimeObject* ___core_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindingEngine::key RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * ___key_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindingEngine::blindingFactor BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___blindingFactor_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindingEngine::forEncryption bool ___forEncryption_3; public: inline static int32_t get_offset_of_core_0() { return static_cast(offsetof(RsaBlindingEngine_tCE4C5BECA6F11D6BA568D9632A27956BFDD11F73, ___core_0)); } inline RuntimeObject* get_core_0() const { return ___core_0; } inline RuntimeObject** get_address_of_core_0() { return &___core_0; } inline void set_core_0(RuntimeObject* value) { ___core_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___core_0), (void*)value); } inline static int32_t get_offset_of_key_1() { return static_cast(offsetof(RsaBlindingEngine_tCE4C5BECA6F11D6BA568D9632A27956BFDD11F73, ___key_1)); } inline RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * get_key_1() const { return ___key_1; } inline RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 ** get_address_of_key_1() { return &___key_1; } inline void set_key_1(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * value) { ___key_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_1), (void*)value); } inline static int32_t get_offset_of_blindingFactor_2() { return static_cast(offsetof(RsaBlindingEngine_tCE4C5BECA6F11D6BA568D9632A27956BFDD11F73, ___blindingFactor_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_blindingFactor_2() const { return ___blindingFactor_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_blindingFactor_2() { return &___blindingFactor_2; } inline void set_blindingFactor_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___blindingFactor_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blindingFactor_2), (void*)value); } inline static int32_t get_offset_of_forEncryption_3() { return static_cast(offsetof(RsaBlindingEngine_tCE4C5BECA6F11D6BA568D9632A27956BFDD11F73, ___forEncryption_3)); } inline bool get_forEncryption_3() const { return ___forEncryption_3; } inline bool* get_address_of_forEncryption_3() { return &___forEncryption_3; } inline void set_forEncryption_3(bool value) { ___forEncryption_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.RsaBlindingFactorGenerator struct RsaBlindingFactorGenerator_t83DBE0ECF3AB23CE60AD95138DD85D4DC8275D00 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.RsaBlindingFactorGenerator::key RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * ___key_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.RsaBlindingFactorGenerator::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(RsaBlindingFactorGenerator_t83DBE0ECF3AB23CE60AD95138DD85D4DC8275D00, ___key_0)); } inline RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * get_key_0() const { return ___key_0; } inline RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_random_1() { return static_cast(offsetof(RsaBlindingFactorGenerator_t83DBE0ECF3AB23CE60AD95138DD85D4DC8275D00, ___random_1)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_1() const { return ___random_1; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_1() { return &___random_1; } inline void set_random_1(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaBlindingParameters struct RsaBlindingParameters_t1407D0FF7C896366BA1F690801D11E71F1154258 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaBlindingParameters::publicKey RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * ___publicKey_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaBlindingParameters::blindingFactor BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___blindingFactor_1; public: inline static int32_t get_offset_of_publicKey_0() { return static_cast(offsetof(RsaBlindingParameters_t1407D0FF7C896366BA1F690801D11E71F1154258, ___publicKey_0)); } inline RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * get_publicKey_0() const { return ___publicKey_0; } inline RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 ** get_address_of_publicKey_0() { return &___publicKey_0; } inline void set_publicKey_0(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * value) { ___publicKey_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKey_0), (void*)value); } inline static int32_t get_offset_of_blindingFactor_1() { return static_cast(offsetof(RsaBlindingParameters_t1407D0FF7C896366BA1F690801D11E71F1154258, ___blindingFactor_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_blindingFactor_1() const { return ___blindingFactor_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_blindingFactor_1() { return &___blindingFactor_1; } inline void set_blindingFactor_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___blindingFactor_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___blindingFactor_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaCoreEngine struct RsaCoreEngine_tE8C8B529691EE169ABD57AE874078A9CCD575EC3 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaCoreEngine::key RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * ___key_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaCoreEngine::forEncryption bool ___forEncryption_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaCoreEngine::bitSize int32_t ___bitSize_2; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(RsaCoreEngine_tE8C8B529691EE169ABD57AE874078A9CCD575EC3, ___key_0)); } inline RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * get_key_0() const { return ___key_0; } inline RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_forEncryption_1() { return static_cast(offsetof(RsaCoreEngine_tE8C8B529691EE169ABD57AE874078A9CCD575EC3, ___forEncryption_1)); } inline bool get_forEncryption_1() const { return ___forEncryption_1; } inline bool* get_address_of_forEncryption_1() { return &___forEncryption_1; } inline void set_forEncryption_1(bool value) { ___forEncryption_1 = value; } inline static int32_t get_offset_of_bitSize_2() { return static_cast(offsetof(RsaCoreEngine_tE8C8B529691EE169ABD57AE874078A9CCD575EC3, ___bitSize_2)); } inline int32_t get_bitSize_2() const { return ___bitSize_2; } inline int32_t* get_address_of_bitSize_2() { return &___bitSize_2; } inline void set_bitSize_2(int32_t value) { ___bitSize_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RsaDigestSigner struct RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RsaDigestSigner::rsaEngine RuntimeObject* ___rsaEngine_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RsaDigestSigner::algId AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algId_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RsaDigestSigner::digest RuntimeObject* ___digest_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RsaDigestSigner::forSigning bool ___forSigning_3; public: inline static int32_t get_offset_of_rsaEngine_0() { return static_cast(offsetof(RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC, ___rsaEngine_0)); } inline RuntimeObject* get_rsaEngine_0() const { return ___rsaEngine_0; } inline RuntimeObject** get_address_of_rsaEngine_0() { return &___rsaEngine_0; } inline void set_rsaEngine_0(RuntimeObject* value) { ___rsaEngine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___rsaEngine_0), (void*)value); } inline static int32_t get_offset_of_algId_1() { return static_cast(offsetof(RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC, ___algId_1)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_algId_1() const { return ___algId_1; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_algId_1() { return &___algId_1; } inline void set_algId_1(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___algId_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___algId_1), (void*)value); } inline static int32_t get_offset_of_digest_2() { return static_cast(offsetof(RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC, ___digest_2)); } inline RuntimeObject* get_digest_2() const { return ___digest_2; } inline RuntimeObject** get_address_of_digest_2() { return &___digest_2; } inline void set_digest_2(RuntimeObject* value) { ___digest_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_2), (void*)value); } inline static int32_t get_offset_of_forSigning_3() { return static_cast(offsetof(RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC, ___forSigning_3)); } inline bool get_forSigning_3() const { return ___forSigning_3; } inline bool* get_address_of_forSigning_3() { return &___forSigning_3; } inline void set_forSigning_3(bool value) { ___forSigning_3 = value; } }; struct RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC_StaticFields { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RsaDigestSigner::oidMap RuntimeObject* ___oidMap_4; public: inline static int32_t get_offset_of_oidMap_4() { return static_cast(offsetof(RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC_StaticFields, ___oidMap_4)); } inline RuntimeObject* get_oidMap_4() const { return ___oidMap_4; } inline RuntimeObject** get_address_of_oidMap_4() { return &___oidMap_4; } inline void set_oidMap_4(RuntimeObject* value) { ___oidMap_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___oidMap_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaEngine struct RsaEngine_tEED22646126B54BC4093C2DFB04A43777F3325FC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IRsa BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaEngine::core RuntimeObject* ___core_0; public: inline static int32_t get_offset_of_core_0() { return static_cast(offsetof(RsaEngine_tEED22646126B54BC4093C2DFB04A43777F3325FC, ___core_0)); } inline RuntimeObject* get_core_0() const { return ___core_0; } inline RuntimeObject** get_address_of_core_0() { return &___core_0; } inline void set_core_0(RuntimeObject* value) { ___core_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___core_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.RsaKeyPairGenerator struct RsaKeyPairGenerator_t6567FEAA089AA9C6B5BBB8435841A4A4D48D8F4E : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyGenerationParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.RsaKeyPairGenerator::parameters RsaKeyGenerationParameters_t022DAB1E7E50F75CCB8F7D312B0BAAF185B15C0B * ___parameters_6; public: inline static int32_t get_offset_of_parameters_6() { return static_cast(offsetof(RsaKeyPairGenerator_t6567FEAA089AA9C6B5BBB8435841A4A4D48D8F4E, ___parameters_6)); } inline RsaKeyGenerationParameters_t022DAB1E7E50F75CCB8F7D312B0BAAF185B15C0B * get_parameters_6() const { return ___parameters_6; } inline RsaKeyGenerationParameters_t022DAB1E7E50F75CCB8F7D312B0BAAF185B15C0B ** get_address_of_parameters_6() { return &___parameters_6; } inline void set_parameters_6(RsaKeyGenerationParameters_t022DAB1E7E50F75CCB8F7D312B0BAAF185B15C0B * value) { ___parameters_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_6), (void*)value); } }; struct RsaKeyPairGenerator_t6567FEAA089AA9C6B5BBB8435841A4A4D48D8F4E_StaticFields { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.RsaKeyPairGenerator::SPECIAL_E_VALUES Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___SPECIAL_E_VALUES_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.RsaKeyPairGenerator::SPECIAL_E_HIGHEST int32_t ___SPECIAL_E_HIGHEST_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.RsaKeyPairGenerator::SPECIAL_E_BITS int32_t ___SPECIAL_E_BITS_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.RsaKeyPairGenerator::One BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___One_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.RsaKeyPairGenerator::DefaultPublicExponent BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___DefaultPublicExponent_4; public: inline static int32_t get_offset_of_SPECIAL_E_VALUES_0() { return static_cast(offsetof(RsaKeyPairGenerator_t6567FEAA089AA9C6B5BBB8435841A4A4D48D8F4E_StaticFields, ___SPECIAL_E_VALUES_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_SPECIAL_E_VALUES_0() const { return ___SPECIAL_E_VALUES_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_SPECIAL_E_VALUES_0() { return &___SPECIAL_E_VALUES_0; } inline void set_SPECIAL_E_VALUES_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___SPECIAL_E_VALUES_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___SPECIAL_E_VALUES_0), (void*)value); } inline static int32_t get_offset_of_SPECIAL_E_HIGHEST_1() { return static_cast(offsetof(RsaKeyPairGenerator_t6567FEAA089AA9C6B5BBB8435841A4A4D48D8F4E_StaticFields, ___SPECIAL_E_HIGHEST_1)); } inline int32_t get_SPECIAL_E_HIGHEST_1() const { return ___SPECIAL_E_HIGHEST_1; } inline int32_t* get_address_of_SPECIAL_E_HIGHEST_1() { return &___SPECIAL_E_HIGHEST_1; } inline void set_SPECIAL_E_HIGHEST_1(int32_t value) { ___SPECIAL_E_HIGHEST_1 = value; } inline static int32_t get_offset_of_SPECIAL_E_BITS_2() { return static_cast(offsetof(RsaKeyPairGenerator_t6567FEAA089AA9C6B5BBB8435841A4A4D48D8F4E_StaticFields, ___SPECIAL_E_BITS_2)); } inline int32_t get_SPECIAL_E_BITS_2() const { return ___SPECIAL_E_BITS_2; } inline int32_t* get_address_of_SPECIAL_E_BITS_2() { return &___SPECIAL_E_BITS_2; } inline void set_SPECIAL_E_BITS_2(int32_t value) { ___SPECIAL_E_BITS_2 = value; } inline static int32_t get_offset_of_One_3() { return static_cast(offsetof(RsaKeyPairGenerator_t6567FEAA089AA9C6B5BBB8435841A4A4D48D8F4E_StaticFields, ___One_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_One_3() const { return ___One_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_One_3() { return &___One_3; } inline void set_One_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___One_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___One_3), (void*)value); } inline static int32_t get_offset_of_DefaultPublicExponent_4() { return static_cast(offsetof(RsaKeyPairGenerator_t6567FEAA089AA9C6B5BBB8435841A4A4D48D8F4E_StaticFields, ___DefaultPublicExponent_4)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_DefaultPublicExponent_4() const { return ___DefaultPublicExponent_4; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_DefaultPublicExponent_4() { return &___DefaultPublicExponent_4; } inline void set_DefaultPublicExponent_4(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___DefaultPublicExponent_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultPublicExponent_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.SCrypt struct SCrypt_t09A5A1304705CA40A54C85C0AF94B141306A2309 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SM2Engine struct SM2Engine_t9F47084D67D00AA740B29D17856E2C3538CB0C5C : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SM2Engine::mDigest RuntimeObject* ___mDigest_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SM2Engine::mForEncryption bool ___mForEncryption_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SM2Engine::mECKey ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * ___mECKey_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SM2Engine::mECParams ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___mECParams_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SM2Engine::mCurveLength int32_t ___mCurveLength_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SM2Engine::mRandom SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___mRandom_5; public: inline static int32_t get_offset_of_mDigest_0() { return static_cast(offsetof(SM2Engine_t9F47084D67D00AA740B29D17856E2C3538CB0C5C, ___mDigest_0)); } inline RuntimeObject* get_mDigest_0() const { return ___mDigest_0; } inline RuntimeObject** get_address_of_mDigest_0() { return &___mDigest_0; } inline void set_mDigest_0(RuntimeObject* value) { ___mDigest_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mDigest_0), (void*)value); } inline static int32_t get_offset_of_mForEncryption_1() { return static_cast(offsetof(SM2Engine_t9F47084D67D00AA740B29D17856E2C3538CB0C5C, ___mForEncryption_1)); } inline bool get_mForEncryption_1() const { return ___mForEncryption_1; } inline bool* get_address_of_mForEncryption_1() { return &___mForEncryption_1; } inline void set_mForEncryption_1(bool value) { ___mForEncryption_1 = value; } inline static int32_t get_offset_of_mECKey_2() { return static_cast(offsetof(SM2Engine_t9F47084D67D00AA740B29D17856E2C3538CB0C5C, ___mECKey_2)); } inline ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * get_mECKey_2() const { return ___mECKey_2; } inline ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 ** get_address_of_mECKey_2() { return &___mECKey_2; } inline void set_mECKey_2(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * value) { ___mECKey_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mECKey_2), (void*)value); } inline static int32_t get_offset_of_mECParams_3() { return static_cast(offsetof(SM2Engine_t9F47084D67D00AA740B29D17856E2C3538CB0C5C, ___mECParams_3)); } inline ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * get_mECParams_3() const { return ___mECParams_3; } inline ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC ** get_address_of_mECParams_3() { return &___mECParams_3; } inline void set_mECParams_3(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * value) { ___mECParams_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mECParams_3), (void*)value); } inline static int32_t get_offset_of_mCurveLength_4() { return static_cast(offsetof(SM2Engine_t9F47084D67D00AA740B29D17856E2C3538CB0C5C, ___mCurveLength_4)); } inline int32_t get_mCurveLength_4() const { return ___mCurveLength_4; } inline int32_t* get_address_of_mCurveLength_4() { return &___mCurveLength_4; } inline void set_mCurveLength_4(int32_t value) { ___mCurveLength_4 = value; } inline static int32_t get_offset_of_mRandom_5() { return static_cast(offsetof(SM2Engine_t9F47084D67D00AA740B29D17856E2C3538CB0C5C, ___mRandom_5)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_mRandom_5() const { return ___mRandom_5; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_mRandom_5() { return &___mRandom_5; } inline void set_mRandom_5(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___mRandom_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mRandom_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.SM2KeyExchange struct SM2KeyExchange_tF3AC21854563CD4AD39B1A4C03A410B83FD14E74 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.SM2KeyExchange::mDigest RuntimeObject* ___mDigest_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.SM2KeyExchange::mUserID ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mUserID_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.SM2KeyExchange::mStaticKey ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * ___mStaticKey_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.SM2KeyExchange::mStaticPubPoint ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___mStaticPubPoint_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.SM2KeyExchange::mEphemeralPubPoint ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___mEphemeralPubPoint_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.SM2KeyExchange::mECParams ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___mECParams_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.SM2KeyExchange::mW int32_t ___mW_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.SM2KeyExchange::mEphemeralKey ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * ___mEphemeralKey_7; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.SM2KeyExchange::mInitiator bool ___mInitiator_8; public: inline static int32_t get_offset_of_mDigest_0() { return static_cast(offsetof(SM2KeyExchange_tF3AC21854563CD4AD39B1A4C03A410B83FD14E74, ___mDigest_0)); } inline RuntimeObject* get_mDigest_0() const { return ___mDigest_0; } inline RuntimeObject** get_address_of_mDigest_0() { return &___mDigest_0; } inline void set_mDigest_0(RuntimeObject* value) { ___mDigest_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mDigest_0), (void*)value); } inline static int32_t get_offset_of_mUserID_1() { return static_cast(offsetof(SM2KeyExchange_tF3AC21854563CD4AD39B1A4C03A410B83FD14E74, ___mUserID_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mUserID_1() const { return ___mUserID_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mUserID_1() { return &___mUserID_1; } inline void set_mUserID_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mUserID_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mUserID_1), (void*)value); } inline static int32_t get_offset_of_mStaticKey_2() { return static_cast(offsetof(SM2KeyExchange_tF3AC21854563CD4AD39B1A4C03A410B83FD14E74, ___mStaticKey_2)); } inline ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * get_mStaticKey_2() const { return ___mStaticKey_2; } inline ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 ** get_address_of_mStaticKey_2() { return &___mStaticKey_2; } inline void set_mStaticKey_2(ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * value) { ___mStaticKey_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mStaticKey_2), (void*)value); } inline static int32_t get_offset_of_mStaticPubPoint_3() { return static_cast(offsetof(SM2KeyExchange_tF3AC21854563CD4AD39B1A4C03A410B83FD14E74, ___mStaticPubPoint_3)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_mStaticPubPoint_3() const { return ___mStaticPubPoint_3; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_mStaticPubPoint_3() { return &___mStaticPubPoint_3; } inline void set_mStaticPubPoint_3(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___mStaticPubPoint_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mStaticPubPoint_3), (void*)value); } inline static int32_t get_offset_of_mEphemeralPubPoint_4() { return static_cast(offsetof(SM2KeyExchange_tF3AC21854563CD4AD39B1A4C03A410B83FD14E74, ___mEphemeralPubPoint_4)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_mEphemeralPubPoint_4() const { return ___mEphemeralPubPoint_4; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_mEphemeralPubPoint_4() { return &___mEphemeralPubPoint_4; } inline void set_mEphemeralPubPoint_4(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___mEphemeralPubPoint_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mEphemeralPubPoint_4), (void*)value); } inline static int32_t get_offset_of_mECParams_5() { return static_cast(offsetof(SM2KeyExchange_tF3AC21854563CD4AD39B1A4C03A410B83FD14E74, ___mECParams_5)); } inline ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * get_mECParams_5() const { return ___mECParams_5; } inline ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC ** get_address_of_mECParams_5() { return &___mECParams_5; } inline void set_mECParams_5(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * value) { ___mECParams_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mECParams_5), (void*)value); } inline static int32_t get_offset_of_mW_6() { return static_cast(offsetof(SM2KeyExchange_tF3AC21854563CD4AD39B1A4C03A410B83FD14E74, ___mW_6)); } inline int32_t get_mW_6() const { return ___mW_6; } inline int32_t* get_address_of_mW_6() { return &___mW_6; } inline void set_mW_6(int32_t value) { ___mW_6 = value; } inline static int32_t get_offset_of_mEphemeralKey_7() { return static_cast(offsetof(SM2KeyExchange_tF3AC21854563CD4AD39B1A4C03A410B83FD14E74, ___mEphemeralKey_7)); } inline ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * get_mEphemeralKey_7() const { return ___mEphemeralKey_7; } inline ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 ** get_address_of_mEphemeralKey_7() { return &___mEphemeralKey_7; } inline void set_mEphemeralKey_7(ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * value) { ___mEphemeralKey_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___mEphemeralKey_7), (void*)value); } inline static int32_t get_offset_of_mInitiator_8() { return static_cast(offsetof(SM2KeyExchange_tF3AC21854563CD4AD39B1A4C03A410B83FD14E74, ___mInitiator_8)); } inline bool get_mInitiator_8() const { return ___mInitiator_8; } inline bool* get_address_of_mInitiator_8() { return &___mInitiator_8; } inline void set_mInitiator_8(bool value) { ___mInitiator_8 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SM2KeyExchangePrivateParameters struct SM2KeyExchangePrivateParameters_t1A7D546D791F6F2F6BDBDD6F398745CEF1FF77A9 : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SM2KeyExchangePrivateParameters::mInitiator bool ___mInitiator_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SM2KeyExchangePrivateParameters::mStaticPrivateKey ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * ___mStaticPrivateKey_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SM2KeyExchangePrivateParameters::mStaticPublicPoint ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___mStaticPublicPoint_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SM2KeyExchangePrivateParameters::mEphemeralPrivateKey ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * ___mEphemeralPrivateKey_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SM2KeyExchangePrivateParameters::mEphemeralPublicPoint ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___mEphemeralPublicPoint_4; public: inline static int32_t get_offset_of_mInitiator_0() { return static_cast(offsetof(SM2KeyExchangePrivateParameters_t1A7D546D791F6F2F6BDBDD6F398745CEF1FF77A9, ___mInitiator_0)); } inline bool get_mInitiator_0() const { return ___mInitiator_0; } inline bool* get_address_of_mInitiator_0() { return &___mInitiator_0; } inline void set_mInitiator_0(bool value) { ___mInitiator_0 = value; } inline static int32_t get_offset_of_mStaticPrivateKey_1() { return static_cast(offsetof(SM2KeyExchangePrivateParameters_t1A7D546D791F6F2F6BDBDD6F398745CEF1FF77A9, ___mStaticPrivateKey_1)); } inline ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * get_mStaticPrivateKey_1() const { return ___mStaticPrivateKey_1; } inline ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 ** get_address_of_mStaticPrivateKey_1() { return &___mStaticPrivateKey_1; } inline void set_mStaticPrivateKey_1(ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * value) { ___mStaticPrivateKey_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mStaticPrivateKey_1), (void*)value); } inline static int32_t get_offset_of_mStaticPublicPoint_2() { return static_cast(offsetof(SM2KeyExchangePrivateParameters_t1A7D546D791F6F2F6BDBDD6F398745CEF1FF77A9, ___mStaticPublicPoint_2)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_mStaticPublicPoint_2() const { return ___mStaticPublicPoint_2; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_mStaticPublicPoint_2() { return &___mStaticPublicPoint_2; } inline void set_mStaticPublicPoint_2(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___mStaticPublicPoint_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mStaticPublicPoint_2), (void*)value); } inline static int32_t get_offset_of_mEphemeralPrivateKey_3() { return static_cast(offsetof(SM2KeyExchangePrivateParameters_t1A7D546D791F6F2F6BDBDD6F398745CEF1FF77A9, ___mEphemeralPrivateKey_3)); } inline ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * get_mEphemeralPrivateKey_3() const { return ___mEphemeralPrivateKey_3; } inline ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 ** get_address_of_mEphemeralPrivateKey_3() { return &___mEphemeralPrivateKey_3; } inline void set_mEphemeralPrivateKey_3(ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * value) { ___mEphemeralPrivateKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mEphemeralPrivateKey_3), (void*)value); } inline static int32_t get_offset_of_mEphemeralPublicPoint_4() { return static_cast(offsetof(SM2KeyExchangePrivateParameters_t1A7D546D791F6F2F6BDBDD6F398745CEF1FF77A9, ___mEphemeralPublicPoint_4)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_mEphemeralPublicPoint_4() const { return ___mEphemeralPublicPoint_4; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_mEphemeralPublicPoint_4() { return &___mEphemeralPublicPoint_4; } inline void set_mEphemeralPublicPoint_4(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___mEphemeralPublicPoint_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mEphemeralPublicPoint_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SM2KeyExchangePublicParameters struct SM2KeyExchangePublicParameters_t2B7B39A1D7D20E241A188A4A29D0AC9ECF0FFAEE : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SM2KeyExchangePublicParameters::mStaticPublicKey ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * ___mStaticPublicKey_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SM2KeyExchangePublicParameters::mEphemeralPublicKey ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * ___mEphemeralPublicKey_1; public: inline static int32_t get_offset_of_mStaticPublicKey_0() { return static_cast(offsetof(SM2KeyExchangePublicParameters_t2B7B39A1D7D20E241A188A4A29D0AC9ECF0FFAEE, ___mStaticPublicKey_0)); } inline ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * get_mStaticPublicKey_0() const { return ___mStaticPublicKey_0; } inline ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB ** get_address_of_mStaticPublicKey_0() { return &___mStaticPublicKey_0; } inline void set_mStaticPublicKey_0(ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * value) { ___mStaticPublicKey_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mStaticPublicKey_0), (void*)value); } inline static int32_t get_offset_of_mEphemeralPublicKey_1() { return static_cast(offsetof(SM2KeyExchangePublicParameters_t2B7B39A1D7D20E241A188A4A29D0AC9ECF0FFAEE, ___mEphemeralPublicKey_1)); } inline ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * get_mEphemeralPublicKey_1() const { return ___mEphemeralPublicKey_1; } inline ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB ** get_address_of_mEphemeralPublicKey_1() { return &___mEphemeralPublicKey_1; } inline void set_mEphemeralPublicKey_1(ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * value) { ___mEphemeralPublicKey_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mEphemeralPublicKey_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Field struct SM2P256V1Field_t54C2864A837A0A7CF3FD3600C9030648B7182344 : public RuntimeObject { public: public: }; struct SM2P256V1Field_t54C2864A837A0A7CF3FD3600C9030648B7182344_StaticFields { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Field::P UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___P_0; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Field::PExt UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___PExt_1; public: inline static int32_t get_offset_of_P_0() { return static_cast(offsetof(SM2P256V1Field_t54C2864A837A0A7CF3FD3600C9030648B7182344_StaticFields, ___P_0)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_P_0() const { return ___P_0; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_P_0() { return &___P_0; } inline void set_P_0(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___P_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_0), (void*)value); } inline static int32_t get_offset_of_PExt_1() { return static_cast(offsetof(SM2P256V1Field_t54C2864A837A0A7CF3FD3600C9030648B7182344_StaticFields, ___PExt_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_PExt_1() const { return ___PExt_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_PExt_1() { return &___PExt_1; } inline void set_PExt_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___PExt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___PExt_1), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // 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); } }; // 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.Asn1.X509.X509ObjectIdentifiers struct X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543 : public RuntimeObject { public: public: }; struct X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::CommonName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CommonName_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::CountryName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CountryName_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::LocalityName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___LocalityName_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::StateOrProvinceName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___StateOrProvinceName_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::Organization DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Organization_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::OrganizationalUnitName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OrganizationalUnitName_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::id_at_telephoneNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_at_telephoneNumber_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::id_at_name DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_at_name_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::id_at_organizationIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_at_organizationIdentifier_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::IdSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha1_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::RipeMD160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RipeMD160_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::RipeMD160WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RipeMD160WithRsaEncryption_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::IdEARsa DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdEARsa_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::IdPkix DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPkix_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::IdPE DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPE_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::IdAD DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAD_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::IdADCAIssuers DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdADCAIssuers_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::IdADOcsp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdADOcsp_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::OcspAccessMethod DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OcspAccessMethod_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::CrlAccessMethod DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlAccessMethod_20; public: inline static int32_t get_offset_of_CommonName_1() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___CommonName_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CommonName_1() const { return ___CommonName_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CommonName_1() { return &___CommonName_1; } inline void set_CommonName_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CommonName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CommonName_1), (void*)value); } inline static int32_t get_offset_of_CountryName_2() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___CountryName_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CountryName_2() const { return ___CountryName_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CountryName_2() { return &___CountryName_2; } inline void set_CountryName_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CountryName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___CountryName_2), (void*)value); } inline static int32_t get_offset_of_LocalityName_3() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___LocalityName_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_LocalityName_3() const { return ___LocalityName_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_LocalityName_3() { return &___LocalityName_3; } inline void set_LocalityName_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___LocalityName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___LocalityName_3), (void*)value); } inline static int32_t get_offset_of_StateOrProvinceName_4() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___StateOrProvinceName_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_StateOrProvinceName_4() const { return ___StateOrProvinceName_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_StateOrProvinceName_4() { return &___StateOrProvinceName_4; } inline void set_StateOrProvinceName_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___StateOrProvinceName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___StateOrProvinceName_4), (void*)value); } inline static int32_t get_offset_of_Organization_5() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___Organization_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Organization_5() const { return ___Organization_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Organization_5() { return &___Organization_5; } inline void set_Organization_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Organization_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Organization_5), (void*)value); } inline static int32_t get_offset_of_OrganizationalUnitName_6() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___OrganizationalUnitName_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OrganizationalUnitName_6() const { return ___OrganizationalUnitName_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OrganizationalUnitName_6() { return &___OrganizationalUnitName_6; } inline void set_OrganizationalUnitName_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OrganizationalUnitName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___OrganizationalUnitName_6), (void*)value); } inline static int32_t get_offset_of_id_at_telephoneNumber_7() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___id_at_telephoneNumber_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_at_telephoneNumber_7() const { return ___id_at_telephoneNumber_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_at_telephoneNumber_7() { return &___id_at_telephoneNumber_7; } inline void set_id_at_telephoneNumber_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_at_telephoneNumber_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_at_telephoneNumber_7), (void*)value); } inline static int32_t get_offset_of_id_at_name_8() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___id_at_name_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_at_name_8() const { return ___id_at_name_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_at_name_8() { return &___id_at_name_8; } inline void set_id_at_name_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_at_name_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_at_name_8), (void*)value); } inline static int32_t get_offset_of_id_at_organizationIdentifier_9() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___id_at_organizationIdentifier_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_at_organizationIdentifier_9() const { return ___id_at_organizationIdentifier_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_at_organizationIdentifier_9() { return &___id_at_organizationIdentifier_9; } inline void set_id_at_organizationIdentifier_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_at_organizationIdentifier_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_at_organizationIdentifier_9), (void*)value); } inline static int32_t get_offset_of_IdSha1_10() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___IdSha1_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha1_10() const { return ___IdSha1_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha1_10() { return &___IdSha1_10; } inline void set_IdSha1_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha1_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha1_10), (void*)value); } inline static int32_t get_offset_of_RipeMD160_11() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___RipeMD160_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RipeMD160_11() const { return ___RipeMD160_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RipeMD160_11() { return &___RipeMD160_11; } inline void set_RipeMD160_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RipeMD160_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___RipeMD160_11), (void*)value); } inline static int32_t get_offset_of_RipeMD160WithRsaEncryption_12() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___RipeMD160WithRsaEncryption_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RipeMD160WithRsaEncryption_12() const { return ___RipeMD160WithRsaEncryption_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RipeMD160WithRsaEncryption_12() { return &___RipeMD160WithRsaEncryption_12; } inline void set_RipeMD160WithRsaEncryption_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RipeMD160WithRsaEncryption_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___RipeMD160WithRsaEncryption_12), (void*)value); } inline static int32_t get_offset_of_IdEARsa_13() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___IdEARsa_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdEARsa_13() const { return ___IdEARsa_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdEARsa_13() { return &___IdEARsa_13; } inline void set_IdEARsa_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdEARsa_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdEARsa_13), (void*)value); } inline static int32_t get_offset_of_IdPkix_14() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___IdPkix_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPkix_14() const { return ___IdPkix_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPkix_14() { return &___IdPkix_14; } inline void set_IdPkix_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPkix_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPkix_14), (void*)value); } inline static int32_t get_offset_of_IdPE_15() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___IdPE_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPE_15() const { return ___IdPE_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPE_15() { return &___IdPE_15; } inline void set_IdPE_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPE_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPE_15), (void*)value); } inline static int32_t get_offset_of_IdAD_16() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___IdAD_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAD_16() const { return ___IdAD_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAD_16() { return &___IdAD_16; } inline void set_IdAD_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAD_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAD_16), (void*)value); } inline static int32_t get_offset_of_IdADCAIssuers_17() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___IdADCAIssuers_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdADCAIssuers_17() const { return ___IdADCAIssuers_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdADCAIssuers_17() { return &___IdADCAIssuers_17; } inline void set_IdADCAIssuers_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdADCAIssuers_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdADCAIssuers_17), (void*)value); } inline static int32_t get_offset_of_IdADOcsp_18() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___IdADOcsp_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdADOcsp_18() const { return ___IdADOcsp_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdADOcsp_18() { return &___IdADOcsp_18; } inline void set_IdADOcsp_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdADOcsp_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdADOcsp_18), (void*)value); } inline static int32_t get_offset_of_OcspAccessMethod_19() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___OcspAccessMethod_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OcspAccessMethod_19() const { return ___OcspAccessMethod_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OcspAccessMethod_19() { return &___OcspAccessMethod_19; } inline void set_OcspAccessMethod_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OcspAccessMethod_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___OcspAccessMethod_19), (void*)value); } inline static int32_t get_offset_of_CrlAccessMethod_20() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___CrlAccessMethod_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlAccessMethod_20() const { return ___CrlAccessMethod_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlAccessMethod_20() { return &___CrlAccessMethod_20; } inline void set_CrlAccessMethod_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlAccessMethod_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlAccessMethod_20), (void*)value); } }; // RoleSelectView/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073 : public RuntimeObject { public: // RoleSelectView RoleSelectView/<>c__DisplayClass4_0::<>4__this RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E * ___U3CU3E4__this_0; // System.Int32 RoleSelectView/<>c__DisplayClass4_0::playerIndex int32_t ___playerIndex_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073, ___U3CU3E4__this_0)); } inline RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_playerIndex_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073, ___playerIndex_1)); } inline int32_t get_playerIndex_1() const { return ___playerIndex_1; } inline int32_t* get_address_of_playerIndex_1() { return &___playerIndex_1; } inline void set_playerIndex_1(int32_t value) { ___playerIndex_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve/SM2P256V1LookupTable struct SM2P256V1LookupTable_tE9ED3C3736FBBA994521DAAE9F2B9CC05C4B09A6 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve/SM2P256V1LookupTable::m_outer SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C * ___m_outer_0; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve/SM2P256V1LookupTable::m_table UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___m_table_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve/SM2P256V1LookupTable::m_size int32_t ___m_size_2; public: inline static int32_t get_offset_of_m_outer_0() { return static_cast(offsetof(SM2P256V1LookupTable_tE9ED3C3736FBBA994521DAAE9F2B9CC05C4B09A6, ___m_outer_0)); } inline SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C * get_m_outer_0() const { return ___m_outer_0; } inline SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C ** get_address_of_m_outer_0() { return &___m_outer_0; } inline void set_m_outer_0(SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C * value) { ___m_outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_outer_0), (void*)value); } inline static int32_t get_offset_of_m_table_1() { return static_cast(offsetof(SM2P256V1LookupTable_tE9ED3C3736FBBA994521DAAE9F2B9CC05C4B09A6, ___m_table_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_m_table_1() const { return ___m_table_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_m_table_1() { return &___m_table_1; } inline void set_m_table_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___m_table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_table_1), (void*)value); } inline static int32_t get_offset_of_m_size_2() { return static_cast(offsetof(SM2P256V1LookupTable_tE9ED3C3736FBBA994521DAAE9F2B9CC05C4B09A6, ___m_size_2)); } inline int32_t get_m_size_2() const { return ___m_size_2; } inline int32_t* get_address_of_m_size_2() { return &___m_size_2; } inline void set_m_size_2(int32_t value) { ___m_size_2 = value; } }; // 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); } }; // System.ValueTuple`2 struct ValueTuple_2_t41B47E631447519CB24455313A59CCB07BF92125 { public: // T1 System.ValueTuple`2::Item1 Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___Item1_0; // T2 System.ValueTuple`2::Item2 String_t* ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t41B47E631447519CB24455313A59CCB07BF92125, ___Item1_0)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_Item1_0() const { return ___Item1_0; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * 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_t41B47E631447519CB24455313A59CCB07BF92125, ___Item2_1)); } inline String_t* get_Item2_1() const { return ___Item2_1; } inline String_t** get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(String_t* value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item2_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpCurve struct AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF : public ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpFieldElement struct AbstractFpFieldElement_tD2C80C5CF9EBE12D131C5D8D967229FF84510820 : public ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::algorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::parameters Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters_3; public: inline static int32_t get_offset_of_algorithm_2() { return static_cast(offsetof(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9, ___algorithm_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_algorithm_2() const { return ___algorithm_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_algorithm_2() { return &___algorithm_2; } inline void set_algorithm_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___algorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_2), (void*)value); } inline static int32_t get_offset_of_parameters_3() { return static_cast(offsetof(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9, ___parameters_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_parameters_3() const { return ___parameters_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_parameters_3() { return &___parameters_3; } inline void set_parameters_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___parameters_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: public: }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // UnityEngine.Color struct Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.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.Crypto.Parameters.ECKeyParameters struct ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::algorithm String_t* ___algorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::parameters ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___parameters_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::publicKeyParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet_4; public: inline static int32_t get_offset_of_algorithm_2() { return static_cast(offsetof(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141, ___algorithm_2)); } inline String_t* get_algorithm_2() const { return ___algorithm_2; } inline String_t** get_address_of_algorithm_2() { return &___algorithm_2; } inline void set_algorithm_2(String_t* value) { ___algorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_2), (void*)value); } inline static int32_t get_offset_of_parameters_3() { return static_cast(offsetof(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141, ___parameters_3)); } inline ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * get_parameters_3() const { return ___parameters_3; } inline ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC ** get_address_of_parameters_3() { return &___parameters_3; } inline void set_parameters_3(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * value) { ___parameters_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_3), (void*)value); } inline static int32_t get_offset_of_publicKeyParamSet_4() { return static_cast(offsetof(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141, ___publicKeyParamSet_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_publicKeyParamSet_4() const { return ___publicKeyParamSet_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_publicKeyParamSet_4() { return &___publicKeyParamSet_4; } inline void set_publicKeyParamSet_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___publicKeyParamSet_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKeyParamSet_4), (void*)value); } }; struct ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_StaticFields { public: // System.String[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::algorithms StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___algorithms_1; public: inline static int32_t get_offset_of_algorithms_1() { return static_cast(offsetof(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_StaticFields, ___algorithms_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_algorithms_1() const { return ___algorithms_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_algorithms_1() { return &___algorithms_1; } inline void set_algorithms_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___algorithms_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithms_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointBase struct ECPointBase_t56B88B30B133094A49B571CEEC84FE5E9AF81CCF : public ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA { public: public: }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointCombMultiplier struct FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE : public AbstractECMultiplier_t54253743E31DE46FD22E58679B9792D44DA770B5 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName struct GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::obj Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj_11; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::tag int32_t ___tag_12; public: inline static int32_t get_offset_of_obj_11() { return static_cast(offsetof(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F, ___obj_11)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_obj_11() const { return ___obj_11; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_obj_11() { return &___obj_11; } inline void set_obj_11(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___obj_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_11), (void*)value); } inline static int32_t get_offset_of_tag_12() { return static_cast(offsetof(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F, ___tag_12)); } inline int32_t get_tag_12() const { return ___tag_12; } inline int32_t* get_address_of_tag_12() { return &___tag_12; } inline void set_tag_12(int32_t value) { ___tag_12 = value; } }; // 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.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.Generators.Pkcs5S2ParametersGenerator struct Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F : public PbeParametersGenerator_tC2462C70A4D8F16F12866BCED5DA847140B3BBE0 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator::hMac RuntimeObject* ___hMac_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator::state ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___state_4; public: inline static int32_t get_offset_of_hMac_3() { return static_cast(offsetof(Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F, ___hMac_3)); } inline RuntimeObject* get_hMac_3() const { return ___hMac_3; } inline RuntimeObject** get_address_of_hMac_3() { return &___hMac_3; } inline void set_hMac_3(RuntimeObject* value) { ___hMac_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___hMac_3), (void*)value); } inline static int32_t get_offset_of_state_4() { return static_cast(offsetof(Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F, ___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); } }; // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___identityQuaternion_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.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.Asn1.X509.RoleSyntax struct RoleSyntax_t8A5BBD4B3395076A52DCC63B3AF8442111F5F287 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RoleSyntax::roleAuthority GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * ___roleAuthority_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RoleSyntax::roleName GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___roleName_3; public: inline static int32_t get_offset_of_roleAuthority_2() { return static_cast(offsetof(RoleSyntax_t8A5BBD4B3395076A52DCC63B3AF8442111F5F287, ___roleAuthority_2)); } inline GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * get_roleAuthority_2() const { return ___roleAuthority_2; } inline GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 ** get_address_of_roleAuthority_2() { return &___roleAuthority_2; } inline void set_roleAuthority_2(GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * value) { ___roleAuthority_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___roleAuthority_2), (void*)value); } inline static int32_t get_offset_of_roleName_3() { return static_cast(offsetof(RoleSyntax_t8A5BBD4B3395076A52DCC63B3AF8442111F5F287, ___roleName_3)); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * get_roleName_3() const { return ___roleName_3; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** get_address_of_roleName_3() { return &___roleName_3; } inline void set_roleName_3(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { ___roleName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___roleName_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyGenerationParameters struct RsaKeyGenerationParameters_t022DAB1E7E50F75CCB8F7D312B0BAAF185B15C0B : public KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyGenerationParameters::publicExponent BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___publicExponent_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyGenerationParameters::certainty int32_t ___certainty_3; public: inline static int32_t get_offset_of_publicExponent_2() { return static_cast(offsetof(RsaKeyGenerationParameters_t022DAB1E7E50F75CCB8F7D312B0BAAF185B15C0B, ___publicExponent_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_publicExponent_2() const { return ___publicExponent_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_publicExponent_2() { return &___publicExponent_2; } inline void set_publicExponent_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___publicExponent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicExponent_2), (void*)value); } inline static int32_t get_offset_of_certainty_3() { return static_cast(offsetof(RsaKeyGenerationParameters_t022DAB1E7E50F75CCB8F7D312B0BAAF185B15C0B, ___certainty_3)); } inline int32_t get_certainty_3() const { return ___certainty_3; } inline int32_t* get_address_of_certainty_3() { return &___certainty_3; } inline void set_certainty_3(int32_t value) { ___certainty_3 = 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.Asn1.X509.RsaPublicKeyStructure struct RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RsaPublicKeyStructure::modulus BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___modulus_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RsaPublicKeyStructure::publicExponent BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___publicExponent_3; public: inline static int32_t get_offset_of_modulus_2() { return static_cast(offsetof(RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37, ___modulus_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_modulus_2() const { return ___modulus_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_modulus_2() { return &___modulus_2; } inline void set_modulus_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___modulus_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___modulus_2), (void*)value); } inline static int32_t get_offset_of_publicExponent_3() { return static_cast(offsetof(RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37, ___publicExponent_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_publicExponent_3() const { return ___publicExponent_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_publicExponent_3() { return &___publicExponent_3; } inline void set_publicExponent_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___publicExponent_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicExponent_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaesOaepParameters struct RsaesOaepParameters_tC1D00ED9CEB98C4D9C2881A4E3CE3396C92362B5 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaesOaepParameters::hashAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___hashAlgorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaesOaepParameters::maskGenAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___maskGenAlgorithm_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaesOaepParameters::pSourceAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___pSourceAlgorithm_4; public: inline static int32_t get_offset_of_hashAlgorithm_2() { return static_cast(offsetof(RsaesOaepParameters_tC1D00ED9CEB98C4D9C2881A4E3CE3396C92362B5, ___hashAlgorithm_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_hashAlgorithm_2() const { return ___hashAlgorithm_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_hashAlgorithm_2() { return &___hashAlgorithm_2; } inline void set_hashAlgorithm_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___hashAlgorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashAlgorithm_2), (void*)value); } inline static int32_t get_offset_of_maskGenAlgorithm_3() { return static_cast(offsetof(RsaesOaepParameters_tC1D00ED9CEB98C4D9C2881A4E3CE3396C92362B5, ___maskGenAlgorithm_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_maskGenAlgorithm_3() const { return ___maskGenAlgorithm_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_maskGenAlgorithm_3() { return &___maskGenAlgorithm_3; } inline void set_maskGenAlgorithm_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___maskGenAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___maskGenAlgorithm_3), (void*)value); } inline static int32_t get_offset_of_pSourceAlgorithm_4() { return static_cast(offsetof(RsaesOaepParameters_tC1D00ED9CEB98C4D9C2881A4E3CE3396C92362B5, ___pSourceAlgorithm_4)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_pSourceAlgorithm_4() const { return ___pSourceAlgorithm_4; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_pSourceAlgorithm_4() { return &___pSourceAlgorithm_4; } inline void set_pSourceAlgorithm_4(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___pSourceAlgorithm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___pSourceAlgorithm_4), (void*)value); } }; struct RsaesOaepParameters_tC1D00ED9CEB98C4D9C2881A4E3CE3396C92362B5_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaesOaepParameters::DefaultHashAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___DefaultHashAlgorithm_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaesOaepParameters::DefaultMaskGenFunction AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___DefaultMaskGenFunction_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaesOaepParameters::DefaultPSourceAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___DefaultPSourceAlgorithm_7; public: inline static int32_t get_offset_of_DefaultHashAlgorithm_5() { return static_cast(offsetof(RsaesOaepParameters_tC1D00ED9CEB98C4D9C2881A4E3CE3396C92362B5_StaticFields, ___DefaultHashAlgorithm_5)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_DefaultHashAlgorithm_5() const { return ___DefaultHashAlgorithm_5; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_DefaultHashAlgorithm_5() { return &___DefaultHashAlgorithm_5; } inline void set_DefaultHashAlgorithm_5(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___DefaultHashAlgorithm_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultHashAlgorithm_5), (void*)value); } inline static int32_t get_offset_of_DefaultMaskGenFunction_6() { return static_cast(offsetof(RsaesOaepParameters_tC1D00ED9CEB98C4D9C2881A4E3CE3396C92362B5_StaticFields, ___DefaultMaskGenFunction_6)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_DefaultMaskGenFunction_6() const { return ___DefaultMaskGenFunction_6; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_DefaultMaskGenFunction_6() { return &___DefaultMaskGenFunction_6; } inline void set_DefaultMaskGenFunction_6(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___DefaultMaskGenFunction_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultMaskGenFunction_6), (void*)value); } inline static int32_t get_offset_of_DefaultPSourceAlgorithm_7() { return static_cast(offsetof(RsaesOaepParameters_tC1D00ED9CEB98C4D9C2881A4E3CE3396C92362B5_StaticFields, ___DefaultPSourceAlgorithm_7)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_DefaultPSourceAlgorithm_7() const { return ___DefaultPSourceAlgorithm_7; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_DefaultPSourceAlgorithm_7() { return &___DefaultPSourceAlgorithm_7; } inline void set_DefaultPSourceAlgorithm_7(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___DefaultPSourceAlgorithm_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultPSourceAlgorithm_7), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters struct RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::hashAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___hashAlgorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::maskGenAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___maskGenAlgorithm_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::saltLength DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___saltLength_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::trailerField DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___trailerField_5; public: inline static int32_t get_offset_of_hashAlgorithm_2() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69, ___hashAlgorithm_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_hashAlgorithm_2() const { return ___hashAlgorithm_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_hashAlgorithm_2() { return &___hashAlgorithm_2; } inline void set_hashAlgorithm_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___hashAlgorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashAlgorithm_2), (void*)value); } inline static int32_t get_offset_of_maskGenAlgorithm_3() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69, ___maskGenAlgorithm_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_maskGenAlgorithm_3() const { return ___maskGenAlgorithm_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_maskGenAlgorithm_3() { return &___maskGenAlgorithm_3; } inline void set_maskGenAlgorithm_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___maskGenAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___maskGenAlgorithm_3), (void*)value); } inline static int32_t get_offset_of_saltLength_4() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69, ___saltLength_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_saltLength_4() const { return ___saltLength_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_saltLength_4() { return &___saltLength_4; } inline void set_saltLength_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___saltLength_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___saltLength_4), (void*)value); } inline static int32_t get_offset_of_trailerField_5() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69, ___trailerField_5)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_trailerField_5() const { return ___trailerField_5; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_trailerField_5() { return &___trailerField_5; } inline void set_trailerField_5(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___trailerField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___trailerField_5), (void*)value); } }; struct RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::DefaultHashAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___DefaultHashAlgorithm_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::DefaultMaskGenFunction AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___DefaultMaskGenFunction_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::DefaultSaltLength DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___DefaultSaltLength_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::DefaultTrailerField DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___DefaultTrailerField_9; public: inline static int32_t get_offset_of_DefaultHashAlgorithm_6() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69_StaticFields, ___DefaultHashAlgorithm_6)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_DefaultHashAlgorithm_6() const { return ___DefaultHashAlgorithm_6; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_DefaultHashAlgorithm_6() { return &___DefaultHashAlgorithm_6; } inline void set_DefaultHashAlgorithm_6(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___DefaultHashAlgorithm_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultHashAlgorithm_6), (void*)value); } inline static int32_t get_offset_of_DefaultMaskGenFunction_7() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69_StaticFields, ___DefaultMaskGenFunction_7)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_DefaultMaskGenFunction_7() const { return ___DefaultMaskGenFunction_7; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_DefaultMaskGenFunction_7() { return &___DefaultMaskGenFunction_7; } inline void set_DefaultMaskGenFunction_7(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___DefaultMaskGenFunction_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultMaskGenFunction_7), (void*)value); } inline static int32_t get_offset_of_DefaultSaltLength_8() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69_StaticFields, ___DefaultSaltLength_8)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_DefaultSaltLength_8() const { return ___DefaultSaltLength_8; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_DefaultSaltLength_8() { return &___DefaultSaltLength_8; } inline void set_DefaultSaltLength_8(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___DefaultSaltLength_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultSaltLength_8), (void*)value); } inline static int32_t get_offset_of_DefaultTrailerField_9() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69_StaticFields, ___DefaultTrailerField_9)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_DefaultTrailerField_9() const { return ___DefaultTrailerField_9; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_DefaultTrailerField_9() { return &___DefaultTrailerField_9; } inline void set_DefaultTrailerField_9(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___DefaultTrailerField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultTrailerField_9), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.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.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); } }; // 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.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; } }; // 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: }; // /__StaticArrayInitTypeSize=1024 struct __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665__padding[1024]; }; public: }; // /__StaticArrayInitTypeSize=112 struct __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542__padding[112]; }; public: }; // /__StaticArrayInitTypeSize=1152 struct __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F__padding[1152]; }; public: }; // /__StaticArrayInitTypeSize=116 struct __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9__padding[116]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=120 struct __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A__padding[120]; }; public: }; // /__StaticArrayInitTypeSize=124 struct __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451__padding[124]; }; public: }; // /__StaticArrayInitTypeSize=128 struct __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C__padding[128]; }; public: }; // /__StaticArrayInitTypeSize=16 struct __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66__padding[16]; }; public: }; // /__StaticArrayInitTypeSize=160 struct __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27__padding[160]; }; public: }; // /__StaticArrayInitTypeSize=19 struct __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4__padding[19]; }; public: }; // /__StaticArrayInitTypeSize=192 struct __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D__padding[192]; }; public: }; // /__StaticArrayInitTypeSize=20 struct __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598__padding[20]; }; public: }; // /__StaticArrayInitTypeSize=2048 struct __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E__padding[2048]; }; public: }; // /__StaticArrayInitTypeSize=24 struct __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2__padding[24]; }; public: }; // /__StaticArrayInitTypeSize=256 struct __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449__padding[256]; }; public: }; // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30__padding[28]; }; public: }; // /__StaticArrayInitTypeSize=3 struct __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F__padding[3]; }; public: }; // /__StaticArrayInitTypeSize=30 struct __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306__padding[30]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=36 struct __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1__padding[36]; }; public: }; // /__StaticArrayInitTypeSize=38 struct __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92__padding[38]; }; public: }; // /__StaticArrayInitTypeSize=384 struct __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E__padding[384]; }; public: }; // /__StaticArrayInitTypeSize=40 struct __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F__padding[40]; }; public: }; // /__StaticArrayInitTypeSize=404 struct __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333__padding[404]; }; public: }; // /__StaticArrayInitTypeSize=4096 struct __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5__padding[4096]; }; public: }; // /__StaticArrayInitTypeSize=44 struct __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5__padding[44]; }; public: }; // /__StaticArrayInitTypeSize=48 struct __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7__padding[48]; }; public: }; // /__StaticArrayInitTypeSize=5 struct __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9__padding[5]; }; public: }; // /__StaticArrayInitTypeSize=511 struct __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3__padding[511]; }; public: }; // /__StaticArrayInitTypeSize=512 struct __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE__padding[512]; }; public: }; // /__StaticArrayInitTypeSize=56 struct __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186__padding[56]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=6144 struct __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD__padding[6144]; }; public: }; // /__StaticArrayInitTypeSize=64 struct __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C__padding[64]; }; public: }; // /__StaticArrayInitTypeSize=640 struct __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517__padding[640]; }; public: }; // /__StaticArrayInitTypeSize=68 struct __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F__padding[68]; }; public: }; // /__StaticArrayInitTypeSize=72 struct __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489__padding[72]; }; public: }; // /__StaticArrayInitTypeSize=76 struct __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823__padding[76]; }; public: }; // /__StaticArrayInitTypeSize=96 struct __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5__padding[96]; }; public: }; // struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields { public: // /__StaticArrayInitTypeSize=20 ::02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; // /__StaticArrayInitTypeSize=1024 ::037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; // /__StaticArrayInitTypeSize=3 ::039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81 __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; // /__StaticArrayInitTypeSize=128 ::04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; // /__StaticArrayInitTypeSize=160 ::064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5 __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; // /__StaticArrayInitTypeSize=68 ::07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; // /__StaticArrayInitTypeSize=56 ::07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; // /__StaticArrayInitTypeSize=5 ::08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; // /__StaticArrayInitTypeSize=20 ::0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; // /__StaticArrayInitTypeSize=6 ::0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; // /__StaticArrayInitTypeSize=72 ::0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; // /__StaticArrayInitTypeSize=56 ::0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; // /__StaticArrayInitTypeSize=256 ::0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; // /__StaticArrayInitTypeSize=1024 ::0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; // /__StaticArrayInitTypeSize=256 ::0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; // /__StaticArrayInitTypeSize=128 ::10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; // /__StaticArrayInitTypeSize=19 ::111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15 __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; // /__StaticArrayInitTypeSize=64 ::120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; // /__StaticArrayInitTypeSize=640 ::125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293 __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; // /__StaticArrayInitTypeSize=12 ::12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; // /__StaticArrayInitTypeSize=12 ::1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; // /__StaticArrayInitTypeSize=2048 ::13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; // /__StaticArrayInitTypeSize=12 ::141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; // /__StaticArrayInitTypeSize=32 ::14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; // /__StaticArrayInitTypeSize=256 ::14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; // /__StaticArrayInitTypeSize=56 ::16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; // /__StaticArrayInitTypeSize=256 ::1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; // /__StaticArrayInitTypeSize=1024 ::1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; // /__StaticArrayInitTypeSize=64 ::1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; // /__StaticArrayInitTypeSize=16 ::1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; // /__StaticArrayInitTypeSize=1024 ::1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; // /__StaticArrayInitTypeSize=32 ::1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; // /__StaticArrayInitTypeSize=12 ::1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; // /__StaticArrayInitTypeSize=12 ::1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; // /__StaticArrayInitTypeSize=16 ::20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; // System.Int32 ::21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B int32_t ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; // /__StaticArrayInitTypeSize=128 ::2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; // /__StaticArrayInitTypeSize=1024 ::23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; // /__StaticArrayInitTypeSize=12 ::241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; // System.Int64 ::24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684 int64_t ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; // /__StaticArrayInitTypeSize=16 ::24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; // /__StaticArrayInitTypeSize=256 ::252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; // /__StaticArrayInitTypeSize=40 ::265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; // /__StaticArrayInitTypeSize=72 ::27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; // /__StaticArrayInitTypeSize=1024 ::2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; // /__StaticArrayInitTypeSize=2048 ::2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; // /__StaticArrayInitTypeSize=64 ::2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; // /__StaticArrayInitTypeSize=16 ::2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; // /__StaticArrayInitTypeSize=64 ::2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; // /__StaticArrayInitTypeSize=68 ::2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; // /__StaticArrayInitTypeSize=32 ::2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; // /__StaticArrayInitTypeSize=32 ::2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; // /__StaticArrayInitTypeSize=64 ::301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; // /__StaticArrayInitTypeSize=1024 ::304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; // /__StaticArrayInitTypeSize=128 ::3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; // /__StaticArrayInitTypeSize=1024 ::31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; // /__StaticArrayInitTypeSize=256 ::325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; // /__StaticArrayInitTypeSize=48 ::343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; // /__StaticArrayInitTypeSize=12 ::356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; // /__StaticArrayInitTypeSize=12 ::36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; // /__StaticArrayInitTypeSize=511 ::360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122 __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; // /__StaticArrayInitTypeSize=1152 ::36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38 __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; // /__StaticArrayInitTypeSize=12 ::3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; // /__StaticArrayInitTypeSize=24 ::394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; // /__StaticArrayInitTypeSize=40 ::3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; // /__StaticArrayInitTypeSize=28 ::3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; // /__StaticArrayInitTypeSize=64 ::3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; // /__StaticArrayInitTypeSize=512 ::3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; // /__StaticArrayInitTypeSize=2048 ::3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; // /__StaticArrayInitTypeSize=512 ::3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; // /__StaticArrayInitTypeSize=1024 ::3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; // /__StaticArrayInitTypeSize=16 ::3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; // /__StaticArrayInitTypeSize=44 ::405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0 __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; // /__StaticArrayInitTypeSize=256 ::40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; // /__StaticArrayInitTypeSize=1024 ::427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; // /__StaticArrayInitTypeSize=256 ::42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; // /__StaticArrayInitTypeSize=128 ::439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; // /__StaticArrayInitTypeSize=12 ::43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; // /__StaticArrayInitTypeSize=24 ::43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; // /__StaticArrayInitTypeSize=1024 ::463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; // /__StaticArrayInitTypeSize=24 ::4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; // /__StaticArrayInitTypeSize=256 ::4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; // /__StaticArrayInitTypeSize=64 ::490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; // /__StaticArrayInitTypeSize=12 ::4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; // /__StaticArrayInitTypeSize=12 ::49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; // /__StaticArrayInitTypeSize=12 ::49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; // /__StaticArrayInitTypeSize=32 ::4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; // /__StaticArrayInitTypeSize=24 ::4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; // /__StaticArrayInitTypeSize=256 ::4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; // /__StaticArrayInitTypeSize=12 ::4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; // /__StaticArrayInitTypeSize=256 ::4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; // /__StaticArrayInitTypeSize=12 ::4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; // /__StaticArrayInitTypeSize=16 ::507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; // /__StaticArrayInitTypeSize=20 ::513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; // /__StaticArrayInitTypeSize=12 ::5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; // /__StaticArrayInitTypeSize=2048 ::542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; // /__StaticArrayInitTypeSize=256 ::55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; // /__StaticArrayInitTypeSize=12 ::55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; // /__StaticArrayInitTypeSize=1024 ::5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; // /__StaticArrayInitTypeSize=256 ::58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; // /__StaticArrayInitTypeSize=2048 ::586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; // /__StaticArrayInitTypeSize=120 ::5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; // /__StaticArrayInitTypeSize=12 ::59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; // /__StaticArrayInitTypeSize=32 ::5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; // /__StaticArrayInitTypeSize=12 ::5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; // /__StaticArrayInitTypeSize=40 ::5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; // /__StaticArrayInitTypeSize=1024 ::5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; // /__StaticArrayInitTypeSize=384 ::5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7 __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; // /__StaticArrayInitTypeSize=124 ::5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; // /__StaticArrayInitTypeSize=36 ::5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0 __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; // /__StaticArrayInitTypeSize=32 ::5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; // /__StaticArrayInitTypeSize=28 ::5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; // /__StaticArrayInitTypeSize=124 ::61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1 __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; // /__StaticArrayInitTypeSize=48 ::6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; // /__StaticArrayInitTypeSize=1024 ::624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; // /__StaticArrayInitTypeSize=64 ::62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; // /__StaticArrayInitTypeSize=64 ::663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; // /__StaticArrayInitTypeSize=48 ::6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; // /__StaticArrayInitTypeSize=12 ::684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; // /__StaticArrayInitTypeSize=32 ::6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; // /__StaticArrayInitTypeSize=40 ::6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; // /__StaticArrayInitTypeSize=64 ::6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; // /__StaticArrayInitTypeSize=24 ::6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; // /__StaticArrayInitTypeSize=12 ::6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; // /__StaticArrayInitTypeSize=64 ::6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; // /__StaticArrayInitTypeSize=16 ::6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; // /__StaticArrayInitTypeSize=28 ::6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; // /__StaticArrayInitTypeSize=12 ::7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; // /__StaticArrayInitTypeSize=16 ::712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; // /__StaticArrayInitTypeSize=256 ::715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; // System.Int32 ::72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D int32_t ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; // /__StaticArrayInitTypeSize=256 ::74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; // /__StaticArrayInitTypeSize=64 ::7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; // /__StaticArrayInitTypeSize=12 ::76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; // /__StaticArrayInitTypeSize=12 ::7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; // /__StaticArrayInitTypeSize=12 ::7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; // /__StaticArrayInitTypeSize=12 ::78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; // /__StaticArrayInitTypeSize=24 ::78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; // /__StaticArrayInitTypeSize=512 ::7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; // /__StaticArrayInitTypeSize=68 ::79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; // /__StaticArrayInitTypeSize=12 ::7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; // /__StaticArrayInitTypeSize=16 ::7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; // /__StaticArrayInitTypeSize=64 ::7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; // /__StaticArrayInitTypeSize=30 ::7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37 __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; // /__StaticArrayInitTypeSize=116 ::7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; // /__StaticArrayInitTypeSize=64 ::7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; // System.Int32 ::7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3 int32_t ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; // /__StaticArrayInitTypeSize=12 ::7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; // /__StaticArrayInitTypeSize=20 ::81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; // /__StaticArrayInitTypeSize=512 ::8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; // /__StaticArrayInitTypeSize=32 ::83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; // /__StaticArrayInitTypeSize=512 ::84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; // /__StaticArrayInitTypeSize=1024 ::85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; // /__StaticArrayInitTypeSize=12 ::8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; // /__StaticArrayInitTypeSize=48 ::86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; // /__StaticArrayInitTypeSize=16 ::874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; // /__StaticArrayInitTypeSize=12 ::88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; // /__StaticArrayInitTypeSize=128 ::896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; // /__StaticArrayInitTypeSize=6144 ::8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095 __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; // /__StaticArrayInitTypeSize=1024 ::8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; // /__StaticArrayInitTypeSize=12 ::8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; // /__StaticArrayInitTypeSize=256 ::8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; // System.Int32 ::8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E int32_t ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; // /__StaticArrayInitTypeSize=12 ::8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; // /__StaticArrayInitTypeSize=76 ::8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; // /__StaticArrayInitTypeSize=1024 ::910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; // /__StaticArrayInitTypeSize=256 ::93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; // /__StaticArrayInitTypeSize=120 ::9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; // /__StaticArrayInitTypeSize=12 ::960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; // /__StaticArrayInitTypeSize=20 ::9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; // /__StaticArrayInitTypeSize=40 ::96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; // /__StaticArrayInitTypeSize=20 ::96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; // /__StaticArrayInitTypeSize=64 ::971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; // /__StaticArrayInitTypeSize=12 ::97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; // /__StaticArrayInitTypeSize=1024 ::97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; // /__StaticArrayInitTypeSize=40 ::97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; // /__StaticArrayInitTypeSize=256 ::9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; // /__StaticArrayInitTypeSize=1024 ::99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; // /__StaticArrayInitTypeSize=256 ::99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; // /__StaticArrayInitTypeSize=512 ::9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; // /__StaticArrayInitTypeSize=32 ::9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; // /__StaticArrayInitTypeSize=1024 ::9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; // /__StaticArrayInitTypeSize=32 ::9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; // /__StaticArrayInitTypeSize=48 ::9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; // /__StaticArrayInitTypeSize=12 ::9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; // /__StaticArrayInitTypeSize=256 ::9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; // /__StaticArrayInitTypeSize=12 ::9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; // /__StaticArrayInitTypeSize=28 ::9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; // /__StaticArrayInitTypeSize=12 ::9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; // /__StaticArrayInitTypeSize=32 ::9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; // /__StaticArrayInitTypeSize=16 ::9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; // /__StaticArrayInitTypeSize=32 ::A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; // /__StaticArrayInitTypeSize=64 ::A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; // /__StaticArrayInitTypeSize=64 ::A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; // /__StaticArrayInitTypeSize=12 ::A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; // /__StaticArrayInitTypeSize=38 ::A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689 __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; // /__StaticArrayInitTypeSize=128 ::A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; // /__StaticArrayInitTypeSize=64 ::A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; // /__StaticArrayInitTypeSize=12 ::A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; // /__StaticArrayInitTypeSize=16 ::A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; // /__StaticArrayInitTypeSize=12 ::A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; // System.Int32 ::A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC int32_t ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; // /__StaticArrayInitTypeSize=1024 ::AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; // /__StaticArrayInitTypeSize=56 ::AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; // /__StaticArrayInitTypeSize=1024 ::AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; // /__StaticArrayInitTypeSize=2048 ::AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; // /__StaticArrayInitTypeSize=12 ::AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; // /__StaticArrayInitTypeSize=24 ::ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; // /__StaticArrayInitTypeSize=32 ::AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; // /__StaticArrayInitTypeSize=40 ::B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; // /__StaticArrayInitTypeSize=12 ::B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; // /__StaticArrayInitTypeSize=16 ::B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; // /__StaticArrayInitTypeSize=120 ::B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; // /__StaticArrayInitTypeSize=12 ::B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; // /__StaticArrayInitTypeSize=12 ::B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; // /__StaticArrayInitTypeSize=64 ::B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; // /__StaticArrayInitTypeSize=12 ::B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; // /__StaticArrayInitTypeSize=24 ::B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; // /__StaticArrayInitTypeSize=20 ::B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; // /__StaticArrayInitTypeSize=256 ::B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; // /__StaticArrayInitTypeSize=12 ::B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; // /__StaticArrayInitTypeSize=36 ::B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; // /__StaticArrayInitTypeSize=36 ::B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; // /__StaticArrayInitTypeSize=16 ::B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; // /__StaticArrayInitTypeSize=12 ::B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; // System.Int32 ::B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92 int32_t ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; // /__StaticArrayInitTypeSize=64 ::B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; // /__StaticArrayInitTypeSize=256 ::B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; // /__StaticArrayInitTypeSize=40 ::BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; // /__StaticArrayInitTypeSize=1024 ::BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; // /__StaticArrayInitTypeSize=12 ::BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; // /__StaticArrayInitTypeSize=32 ::BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; // System.Int32 ::BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A int32_t ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; // /__StaticArrayInitTypeSize=96 ::BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381 __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; // /__StaticArrayInitTypeSize=1024 ::BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; // /__StaticArrayInitTypeSize=12 ::BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; // /__StaticArrayInitTypeSize=12 ::BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; // /__StaticArrayInitTypeSize=192 ::C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; // /__StaticArrayInitTypeSize=20 ::C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; // /__StaticArrayInitTypeSize=76 ::C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; // /__StaticArrayInitTypeSize=1024 ::C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; // /__StaticArrayInitTypeSize=256 ::C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; // /__StaticArrayInitTypeSize=1024 ::C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; // /__StaticArrayInitTypeSize=2048 ::C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; // /__StaticArrayInitTypeSize=32 ::C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; // /__StaticArrayInitTypeSize=12 ::C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; // System.Int32 ::C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900 int32_t ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; // /__StaticArrayInitTypeSize=12 ::C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; // /__StaticArrayInitTypeSize=112 ::C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82 __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; // /__StaticArrayInitTypeSize=1024 ::C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; // /__StaticArrayInitTypeSize=64 ::C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; // /__StaticArrayInitTypeSize=32 ::C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; // /__StaticArrayInitTypeSize=96 ::CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; // /__StaticArrayInitTypeSize=512 ::CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; // /__StaticArrayInitTypeSize=12 ::CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; // /__StaticArrayInitTypeSize=2048 ::CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; // /__StaticArrayInitTypeSize=32 ::CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; // /__StaticArrayInitTypeSize=68 ::CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; // /__StaticArrayInitTypeSize=32 ::D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; // /__StaticArrayInitTypeSize=12 ::D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; // /__StaticArrayInitTypeSize=2048 ::D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; // /__StaticArrayInitTypeSize=12 ::D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; // /__StaticArrayInitTypeSize=40 ::D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; // /__StaticArrayInitTypeSize=12 ::D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; // /__StaticArrayInitTypeSize=56 ::D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; // /__StaticArrayInitTypeSize=12 ::DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; // /__StaticArrayInitTypeSize=64 ::DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; // /__StaticArrayInitTypeSize=24 ::DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; // /__StaticArrayInitTypeSize=64 ::DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; // /__StaticArrayInitTypeSize=12 ::DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; // System.Int32 ::DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB int32_t ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; // /__StaticArrayInitTypeSize=64 ::DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; // /__StaticArrayInitTypeSize=128 ::DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; // /__StaticArrayInitTypeSize=12 ::DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; // /__StaticArrayInitTypeSize=4096 ::E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8 __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; // /__StaticArrayInitTypeSize=12 ::E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; // System.Int64 ::E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749 int64_t ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; // /__StaticArrayInitTypeSize=64 ::E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; // /__StaticArrayInitTypeSize=16 ::E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; // /__StaticArrayInitTypeSize=12 ::E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; // /__StaticArrayInitTypeSize=64 ::E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; // /__StaticArrayInitTypeSize=2048 ::E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; // /__StaticArrayInitTypeSize=2048 ::E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; // /__StaticArrayInitTypeSize=256 ::E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; // /__StaticArrayInitTypeSize=28 ::E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; // /__StaticArrayInitTypeSize=12 ::E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; // /__StaticArrayInitTypeSize=5 ::E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; // /__StaticArrayInitTypeSize=1024 ::E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; // /__StaticArrayInitTypeSize=12 ::EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; // System.Int32 ::EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A int32_t ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; // /__StaticArrayInitTypeSize=1024 ::EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; // /__StaticArrayInitTypeSize=40 ::ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; // /__StaticArrayInitTypeSize=1024 ::EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; // /__StaticArrayInitTypeSize=256 ::EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; // /__StaticArrayInitTypeSize=16 ::EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; // /__StaticArrayInitTypeSize=12 ::F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; // /__StaticArrayInitTypeSize=404 ::F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7 __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; // /__StaticArrayInitTypeSize=64 ::F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; // /__StaticArrayInitTypeSize=116 ::F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842 __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; // /__StaticArrayInitTypeSize=192 ::F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; // /__StaticArrayInitTypeSize=256 ::F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; // /__StaticArrayInitTypeSize=64 ::F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; // /__StaticArrayInitTypeSize=72 ::FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; // /__StaticArrayInitTypeSize=12 ::FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; // /__StaticArrayInitTypeSize=32 ::FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; // /__StaticArrayInitTypeSize=256 ::FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; // /__StaticArrayInitTypeSize=16 ::FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; // /__StaticArrayInitTypeSize=2048 ::FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; // /__StaticArrayInitTypeSize=12 ::FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; // /__StaticArrayInitTypeSize=120 ::FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; // /__StaticArrayInitTypeSize=16 ::FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; // /__StaticArrayInitTypeSize=32 ::FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; // /__StaticArrayInitTypeSize=128 ::FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; // /__StaticArrayInitTypeSize=16 ::FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; public: inline static int32_t get_offset_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() const { return ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return &___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline void set_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0 = value; } inline static int32_t get_offset_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() const { return ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return &___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline void set_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1 = value; } inline static int32_t get_offset_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2)); } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F get_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() const { return ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F * get_address_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return &___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline void set_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2(__StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F value) { ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2 = value; } inline static int32_t get_offset_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() const { return ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return &___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline void set_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3 = value; } inline static int32_t get_offset_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4)); } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 get_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() const { return ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 * get_address_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return &___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline void set_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4(__StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 value) { ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4 = value; } inline static int32_t get_offset_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() const { return ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return &___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline void set_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5 = value; } inline static int32_t get_offset_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() const { return ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return &___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline void set_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6 = value; } inline static int32_t get_offset_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() const { return ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return &___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline void set_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7 = value; } inline static int32_t get_offset_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() const { return ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return &___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline void set_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8 = value; } inline static int32_t get_offset_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9)); } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 get_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() const { return ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 * get_address_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return &___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline void set_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9(__StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 value) { ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9 = value; } inline static int32_t get_offset_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() const { return ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return &___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline void set_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10 = value; } inline static int32_t get_offset_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() const { return ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return &___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline void set_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11 = value; } inline static int32_t get_offset_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() const { return ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return &___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline void set_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12 = value; } inline static int32_t get_offset_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() const { return ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return &___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline void set_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13 = value; } inline static int32_t get_offset_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() const { return ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return &___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline void set_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14 = value; } inline static int32_t get_offset_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() const { return ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return &___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline void set_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15 = value; } inline static int32_t get_offset_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16)); } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 get_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() const { return ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 * get_address_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return &___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline void set_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16(__StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 value) { ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16 = value; } inline static int32_t get_offset_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() const { return ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return &___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline void set_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17 = value; } inline static int32_t get_offset_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18)); } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 get_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() const { return ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 * get_address_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return &___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline void set_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18(__StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 value) { ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18 = value; } inline static int32_t get_offset_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() const { return ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return &___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline void set_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19 = value; } inline static int32_t get_offset_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() const { return ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return &___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline void set_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20 = value; } inline static int32_t get_offset_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() const { return ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return &___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline void set_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21 = value; } inline static int32_t get_offset_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() const { return ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return &___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline void set_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22 = value; } inline static int32_t get_offset_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() const { return ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return &___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline void set_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23 = value; } inline static int32_t get_offset_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() const { return ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return &___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline void set_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24 = value; } inline static int32_t get_offset_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() const { return ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return &___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline void set_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25 = value; } inline static int32_t get_offset_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() const { return ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return &___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline void set_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26 = value; } inline static int32_t get_offset_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() const { return ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return &___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline void set_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27 = value; } inline static int32_t get_offset_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() const { return ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return &___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline void set_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28 = value; } inline static int32_t get_offset_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() const { return ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return &___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline void set_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29 = value; } inline static int32_t get_offset_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() const { return ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return &___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline void set_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30 = value; } inline static int32_t get_offset_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() const { return ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return &___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline void set_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31 = value; } inline static int32_t get_offset_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() const { return ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return &___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline void set_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32 = value; } inline static int32_t get_offset_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() const { return ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return &___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline void set_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33 = value; } inline static int32_t get_offset_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() const { return ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return &___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline void set_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34 = value; } inline static int32_t get_offset_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35)); } inline int32_t get_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() const { return ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline int32_t* get_address_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return &___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline void set_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35(int32_t value) { ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35 = value; } inline static int32_t get_offset_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() const { return ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return &___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline void set_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36 = value; } inline static int32_t get_offset_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() const { return ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return &___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline void set_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37 = value; } inline static int32_t get_offset_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() const { return ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return &___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline void set_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38 = value; } inline static int32_t get_offset_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39)); } inline int64_t get_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() const { return ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline int64_t* get_address_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return &___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline void set_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39(int64_t value) { ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39 = value; } inline static int32_t get_offset_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() const { return ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return &___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline void set_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40 = value; } inline static int32_t get_offset_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() const { return ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return &___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline void set_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41 = value; } inline static int32_t get_offset_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() const { return ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return &___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline void set_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42 = value; } inline static int32_t get_offset_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() const { return ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return &___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline void set_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43 = value; } inline static int32_t get_offset_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() const { return ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return &___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline void set_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44 = value; } inline static int32_t get_offset_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() const { return ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return &___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline void set_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45 = value; } inline static int32_t get_offset_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() const { return ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return &___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline void set_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46 = value; } inline static int32_t get_offset_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() const { return ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return &___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline void set_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47 = value; } inline static int32_t get_offset_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() const { return ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return &___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline void set_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48 = value; } inline static int32_t get_offset_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() const { return ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return &___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline void set_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49 = value; } inline static int32_t get_offset_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() const { return ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return &___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline void set_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50 = value; } inline static int32_t get_offset_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() const { return ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return &___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline void set_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51 = value; } inline static int32_t get_offset_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() const { return ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return &___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline void set_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52 = value; } inline static int32_t get_offset_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() const { return ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return &___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline void set_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53 = value; } inline static int32_t get_offset_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() const { return ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return &___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline void set_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54 = value; } inline static int32_t get_offset_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() const { return ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return &___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline void set_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55 = value; } inline static int32_t get_offset_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() const { return ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return &___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline void set_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56 = value; } inline static int32_t get_offset_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() const { return ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return &___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline void set_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57 = value; } inline static int32_t get_offset_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() const { return ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return &___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline void set_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58 = value; } inline static int32_t get_offset_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() const { return ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return &___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline void set_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59 = value; } inline static int32_t get_offset_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60)); } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 get_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() const { return ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 * get_address_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return &___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline void set_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60(__StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 value) { ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60 = value; } inline static int32_t get_offset_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61)); } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F get_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() const { return ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F * get_address_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return &___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline void set_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61(__StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F value) { ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61 = value; } inline static int32_t get_offset_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() const { return ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return &___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline void set_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62 = value; } inline static int32_t get_offset_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() const { return ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return &___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline void set_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63 = value; } inline static int32_t get_offset_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() const { return ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return &___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline void set_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64 = value; } inline static int32_t get_offset_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() const { return ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return &___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline void set_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65 = value; } inline static int32_t get_offset_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() const { return ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return &___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline void set_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66 = value; } inline static int32_t get_offset_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() const { return ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return &___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline void set_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67 = value; } inline static int32_t get_offset_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() const { return ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return &___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline void set_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68 = value; } inline static int32_t get_offset_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() const { return ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return &___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline void set_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69 = value; } inline static int32_t get_offset_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() const { return ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return &___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline void set_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70 = value; } inline static int32_t get_offset_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() const { return ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return &___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline void set_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71 = value; } inline static int32_t get_offset_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72)); } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 get_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() const { return ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 * get_address_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return &___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline void set_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72(__StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 value) { ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72 = value; } inline static int32_t get_offset_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() const { return ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return &___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline void set_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73 = value; } inline static int32_t get_offset_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() const { return ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return &___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline void set_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74 = value; } inline static int32_t get_offset_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() const { return ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return &___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline void set_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75 = value; } inline static int32_t get_offset_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() const { return ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return &___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline void set_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76 = value; } inline static int32_t get_offset_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() const { return ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return &___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline void set_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77 = value; } inline static int32_t get_offset_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() const { return ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return &___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline void set_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78 = value; } inline static int32_t get_offset_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() const { return ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return &___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline void set_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79 = value; } inline static int32_t get_offset_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() const { return ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return &___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline void set_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80 = value; } inline static int32_t get_offset_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() const { return ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return &___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline void set_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81 = value; } inline static int32_t get_offset_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() const { return ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return &___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline void set_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82 = value; } inline static int32_t get_offset_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() const { return ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return &___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline void set_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83 = value; } inline static int32_t get_offset_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() const { return ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return &___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline void set_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84 = value; } inline static int32_t get_offset_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() const { return ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return &___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline void set_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85 = value; } inline static int32_t get_offset_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() const { return ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return &___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline void set_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86 = value; } inline static int32_t get_offset_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() const { return ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return &___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline void set_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87 = value; } inline static int32_t get_offset_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() const { return ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return &___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline void set_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88 = value; } inline static int32_t get_offset_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() const { return ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return &___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline void set_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89 = value; } inline static int32_t get_offset_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() const { return ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return &___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline void set_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90 = value; } inline static int32_t get_offset_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() const { return ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return &___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline void set_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91 = value; } inline static int32_t get_offset_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() const { return ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return &___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline void set_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92 = value; } inline static int32_t get_offset_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() const { return ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return &___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline void set_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93 = value; } inline static int32_t get_offset_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() const { return ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return &___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline void set_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94 = value; } inline static int32_t get_offset_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() const { return ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return &___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline void set_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95 = value; } inline static int32_t get_offset_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() const { return ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return &___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline void set_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96 = value; } inline static int32_t get_offset_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() const { return ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return &___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline void set_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97 = value; } inline static int32_t get_offset_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() const { return ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return &___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline void set_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98 = value; } inline static int32_t get_offset_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() const { return ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return &___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline void set_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99 = value; } inline static int32_t get_offset_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() const { return ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return &___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline void set_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100 = value; } inline static int32_t get_offset_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() const { return ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return &___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline void set_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101 = value; } inline static int32_t get_offset_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() const { return ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return &___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline void set_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102 = value; } inline static int32_t get_offset_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() const { return ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return &___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline void set_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103 = value; } inline static int32_t get_offset_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() const { return ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return &___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline void set_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104 = value; } inline static int32_t get_offset_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() const { return ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return &___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline void set_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105 = value; } inline static int32_t get_offset_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() const { return ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return &___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline void set_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106 = value; } inline static int32_t get_offset_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107)); } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E get_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() const { return ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E * get_address_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return &___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline void set_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107(__StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E value) { ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107 = value; } inline static int32_t get_offset_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() const { return ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return &___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline void set_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108 = value; } inline static int32_t get_offset_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() const { return ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return &___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline void set_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109 = value; } inline static int32_t get_offset_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() const { return ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return &___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline void set_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110 = value; } inline static int32_t get_offset_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() const { return ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return &___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline void set_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111 = value; } inline static int32_t get_offset_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() const { return ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return &___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline void set_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112 = value; } inline static int32_t get_offset_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() const { return ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return &___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline void set_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113 = value; } inline static int32_t get_offset_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() const { return ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return &___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline void set_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114 = value; } inline static int32_t get_offset_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() const { return ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return &___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline void set_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115 = value; } inline static int32_t get_offset_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() const { return ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return &___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline void set_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116 = value; } inline static int32_t get_offset_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() const { return ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return &___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline void set_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117 = value; } inline static int32_t get_offset_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() const { return ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return &___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline void set_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118 = value; } inline static int32_t get_offset_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() const { return ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return &___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline void set_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119 = value; } inline static int32_t get_offset_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() const { return ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return &___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline void set_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120 = value; } inline static int32_t get_offset_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() const { return ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return &___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline void set_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121 = value; } inline static int32_t get_offset_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() const { return ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return &___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline void set_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122 = value; } inline static int32_t get_offset_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() const { return ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return &___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline void set_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123 = value; } inline static int32_t get_offset_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() const { return ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return &___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline void set_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124 = value; } inline static int32_t get_offset_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() const { return ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return &___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline void set_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125 = value; } inline static int32_t get_offset_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() const { return ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return &___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline void set_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126 = value; } inline static int32_t get_offset_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() const { return ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return &___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline void set_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127 = value; } inline static int32_t get_offset_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() const { return ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return &___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline void set_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128 = value; } inline static int32_t get_offset_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() const { return ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return &___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline void set_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129 = value; } inline static int32_t get_offset_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130)); } inline int32_t get_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() const { return ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline int32_t* get_address_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return &___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline void set_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130(int32_t value) { ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130 = value; } inline static int32_t get_offset_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() const { return ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return &___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline void set_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131 = value; } inline static int32_t get_offset_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() const { return ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return &___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline void set_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132 = value; } inline static int32_t get_offset_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() const { return ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return &___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline void set_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133 = value; } inline static int32_t get_offset_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() const { return ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return &___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline void set_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134 = value; } inline static int32_t get_offset_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() const { return ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return &___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline void set_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135 = value; } inline static int32_t get_offset_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() const { return ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return &___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline void set_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136 = value; } inline static int32_t get_offset_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() const { return ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return &___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline void set_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137 = value; } inline static int32_t get_offset_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() const { return ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return &___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline void set_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138 = value; } inline static int32_t get_offset_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() const { return ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return &___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline void set_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139 = value; } inline static int32_t get_offset_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() const { return ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return &___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline void set_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140 = value; } inline static int32_t get_offset_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() const { return ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return &___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline void set_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141 = value; } inline static int32_t get_offset_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() const { return ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return &___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline void set_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142 = value; } inline static int32_t get_offset_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143)); } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 get_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() const { return ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 * get_address_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return &___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline void set_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143(__StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 value) { ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143 = value; } inline static int32_t get_offset_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() const { return ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return &___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline void set_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144 = value; } inline static int32_t get_offset_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() const { return ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return &___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline void set_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145 = value; } inline static int32_t get_offset_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146)); } inline int32_t get_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() const { return ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline int32_t* get_address_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return &___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline void set_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146(int32_t value) { ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146 = value; } inline static int32_t get_offset_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() const { return ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return &___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline void set_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147 = value; } inline static int32_t get_offset_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() const { return ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return &___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline void set_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148 = value; } inline static int32_t get_offset_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() const { return ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return &___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline void set_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149 = value; } inline static int32_t get_offset_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() const { return ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return &___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline void set_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150 = value; } inline static int32_t get_offset_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() const { return ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return &___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline void set_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151 = value; } inline static int32_t get_offset_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() const { return ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return &___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline void set_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152 = value; } inline static int32_t get_offset_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() const { return ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return &___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline void set_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153 = value; } inline static int32_t get_offset_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() const { return ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return &___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline void set_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154 = value; } inline static int32_t get_offset_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() const { return ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return &___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline void set_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155 = value; } inline static int32_t get_offset_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() const { return ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return &___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline void set_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156 = value; } inline static int32_t get_offset_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() const { return ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return &___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline void set_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157 = value; } inline static int32_t get_offset_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158)); } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD get_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() const { return ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD * get_address_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return &___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline void set_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158(__StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD value) { ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158 = value; } inline static int32_t get_offset_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() const { return ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return &___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline void set_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159 = value; } inline static int32_t get_offset_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() const { return ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return &___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline void set_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160 = value; } inline static int32_t get_offset_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() const { return ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return &___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline void set_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161 = value; } inline static int32_t get_offset_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162)); } inline int32_t get_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() const { return ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline int32_t* get_address_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return &___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline void set_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162(int32_t value) { ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162 = value; } inline static int32_t get_offset_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() const { return ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return &___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline void set_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163 = value; } inline static int32_t get_offset_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() const { return ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return &___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline void set_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164 = value; } inline static int32_t get_offset_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() const { return ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return &___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline void set_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165 = value; } inline static int32_t get_offset_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() const { return ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return &___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline void set_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166 = value; } inline static int32_t get_offset_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() const { return ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return &___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline void set_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167 = value; } inline static int32_t get_offset_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() const { return ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return &___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline void set_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168 = value; } inline static int32_t get_offset_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() const { return ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return &___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline void set_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169 = value; } inline static int32_t get_offset_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() const { return ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return &___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline void set_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170 = value; } inline static int32_t get_offset_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() const { return ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return &___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline void set_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171 = value; } inline static int32_t get_offset_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() const { return ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return &___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline void set_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172 = value; } inline static int32_t get_offset_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() const { return ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return &___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline void set_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173 = value; } inline static int32_t get_offset_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() const { return ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return &___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline void set_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174 = value; } inline static int32_t get_offset_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() const { return ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return &___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline void set_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175 = value; } inline static int32_t get_offset_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() const { return ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return &___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline void set_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176 = value; } inline static int32_t get_offset_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() const { return ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return &___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline void set_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177 = value; } inline static int32_t get_offset_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() const { return ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return &___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline void set_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178 = value; } inline static int32_t get_offset_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() const { return ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return &___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline void set_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179 = value; } inline static int32_t get_offset_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() const { return ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return &___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline void set_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180 = value; } inline static int32_t get_offset_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() const { return ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return &___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline void set_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181 = value; } inline static int32_t get_offset_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() const { return ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return &___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline void set_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182 = value; } inline static int32_t get_offset_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() const { return ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return &___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline void set_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183 = value; } inline static int32_t get_offset_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() const { return ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return &___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline void set_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184 = value; } inline static int32_t get_offset_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() const { return ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return &___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline void set_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185 = value; } inline static int32_t get_offset_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() const { return ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return &___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline void set_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186 = value; } inline static int32_t get_offset_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() const { return ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return &___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline void set_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187 = value; } inline static int32_t get_offset_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() const { return ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return &___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline void set_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188 = value; } inline static int32_t get_offset_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() const { return ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return &___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline void set_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189 = value; } inline static int32_t get_offset_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() const { return ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return &___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline void set_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190 = value; } inline static int32_t get_offset_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() const { return ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return &___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline void set_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191 = value; } inline static int32_t get_offset_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() const { return ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return &___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline void set_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192 = value; } inline static int32_t get_offset_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() const { return ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return &___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline void set_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193 = value; } inline static int32_t get_offset_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() const { return ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return &___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline void set_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194 = value; } inline static int32_t get_offset_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195)); } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 get_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() const { return ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 * get_address_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return &___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline void set_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195(__StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 value) { ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195 = value; } inline static int32_t get_offset_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() const { return ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return &___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline void set_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196 = value; } inline static int32_t get_offset_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() const { return ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return &___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline void set_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197 = value; } inline static int32_t get_offset_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() const { return ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return &___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline void set_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198 = value; } inline static int32_t get_offset_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() const { return ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return &___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline void set_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199 = value; } inline static int32_t get_offset_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() const { return ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return &___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline void set_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200 = value; } inline static int32_t get_offset_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201)); } inline int32_t get_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() const { return ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline int32_t* get_address_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return &___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline void set_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201(int32_t value) { ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201 = value; } inline static int32_t get_offset_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() const { return ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return &___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline void set_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202 = value; } inline static int32_t get_offset_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() const { return ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return &___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline void set_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203 = value; } inline static int32_t get_offset_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() const { return ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return &___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline void set_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204 = value; } inline static int32_t get_offset_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() const { return ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return &___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline void set_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205 = value; } inline static int32_t get_offset_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() const { return ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return &___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline void set_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206 = value; } inline static int32_t get_offset_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() const { return ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return &___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline void set_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207 = value; } inline static int32_t get_offset_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() const { return ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return &___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline void set_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208 = value; } inline static int32_t get_offset_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() const { return ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return &___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline void set_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209 = value; } inline static int32_t get_offset_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() const { return ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return &___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline void set_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210 = value; } inline static int32_t get_offset_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() const { return ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return &___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline void set_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211 = value; } inline static int32_t get_offset_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() const { return ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return &___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline void set_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212 = value; } inline static int32_t get_offset_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() const { return ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return &___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline void set_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213 = value; } inline static int32_t get_offset_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() const { return ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return &___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline void set_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214 = value; } inline static int32_t get_offset_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() const { return ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return &___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline void set_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215 = value; } inline static int32_t get_offset_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() const { return ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return &___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline void set_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216 = value; } inline static int32_t get_offset_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() const { return ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return &___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline void set_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217 = value; } inline static int32_t get_offset_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() const { return ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return &___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline void set_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218 = value; } inline static int32_t get_offset_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() const { return ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return &___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline void set_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219 = value; } inline static int32_t get_offset_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() const { return ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return &___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline void set_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220 = value; } inline static int32_t get_offset_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() const { return ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return &___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline void set_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221 = value; } inline static int32_t get_offset_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() const { return ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return &___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline void set_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222 = value; } inline static int32_t get_offset_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() const { return ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return &___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline void set_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223 = value; } inline static int32_t get_offset_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() const { return ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return &___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline void set_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224 = value; } inline static int32_t get_offset_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225)); } inline int32_t get_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() const { return ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline int32_t* get_address_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return &___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline void set_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225(int32_t value) { ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225 = value; } inline static int32_t get_offset_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() const { return ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return &___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline void set_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226 = value; } inline static int32_t get_offset_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() const { return ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return &___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline void set_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227 = value; } inline static int32_t get_offset_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() const { return ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return &___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline void set_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228 = value; } inline static int32_t get_offset_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() const { return ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return &___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline void set_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229 = value; } inline static int32_t get_offset_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() const { return ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return &___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline void set_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230 = value; } inline static int32_t get_offset_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() const { return ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return &___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline void set_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231 = value; } inline static int32_t get_offset_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232)); } inline int32_t get_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() const { return ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline int32_t* get_address_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return &___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline void set_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232(int32_t value) { ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232 = value; } inline static int32_t get_offset_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() const { return ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return &___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline void set_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233 = value; } inline static int32_t get_offset_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() const { return ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return &___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline void set_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234 = value; } inline static int32_t get_offset_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() const { return ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return &___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline void set_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235 = value; } inline static int32_t get_offset_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() const { return ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return &___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline void set_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236 = value; } inline static int32_t get_offset_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() const { return ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return &___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline void set_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237 = value; } inline static int32_t get_offset_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() const { return ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return &___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline void set_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238 = value; } inline static int32_t get_offset_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() const { return ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return &___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline void set_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239 = value; } inline static int32_t get_offset_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() const { return ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return &___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline void set_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240 = value; } inline static int32_t get_offset_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() const { return ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return &___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline void set_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241 = value; } inline static int32_t get_offset_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() const { return ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return &___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline void set_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242 = value; } inline static int32_t get_offset_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() const { return ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return &___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline void set_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243 = value; } inline static int32_t get_offset_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() const { return ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return &___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline void set_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244 = value; } inline static int32_t get_offset_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() const { return ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return &___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline void set_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245 = value; } inline static int32_t get_offset_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246)); } inline int32_t get_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() const { return ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline int32_t* get_address_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return &___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline void set_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246(int32_t value) { ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246 = value; } inline static int32_t get_offset_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() const { return ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return &___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline void set_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247 = value; } inline static int32_t get_offset_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248)); } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 get_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() const { return ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 * get_address_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return &___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline void set_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248(__StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 value) { ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248 = value; } inline static int32_t get_offset_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() const { return ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return &___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline void set_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249 = value; } inline static int32_t get_offset_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() const { return ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return &___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline void set_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250 = value; } inline static int32_t get_offset_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() const { return ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return &___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline void set_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251 = value; } inline static int32_t get_offset_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() const { return ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return &___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline void set_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252 = value; } inline static int32_t get_offset_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() const { return ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return &___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline void set_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253 = value; } inline static int32_t get_offset_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() const { return ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return &___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline void set_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254 = value; } inline static int32_t get_offset_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() const { return ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return &___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline void set_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255 = value; } inline static int32_t get_offset_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() const { return ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return &___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline void set_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256 = value; } inline static int32_t get_offset_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() const { return ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return &___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline void set_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257 = value; } inline static int32_t get_offset_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() const { return ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return &___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline void set_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258 = value; } inline static int32_t get_offset_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() const { return ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return &___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline void set_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259 = value; } inline static int32_t get_offset_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() const { return ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return &___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline void set_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260 = value; } inline static int32_t get_offset_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() const { return ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return &___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline void set_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261 = value; } inline static int32_t get_offset_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() const { return ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return &___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline void set_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262 = value; } inline static int32_t get_offset_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() const { return ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return &___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline void set_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263 = value; } inline static int32_t get_offset_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() const { return ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return &___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline void set_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264 = value; } inline static int32_t get_offset_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() const { return ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return &___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline void set_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265 = value; } inline static int32_t get_offset_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() const { return ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return &___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline void set_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266 = value; } inline static int32_t get_offset_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() const { return ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return &___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline void set_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267 = value; } inline static int32_t get_offset_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() const { return ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return &___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline void set_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268 = value; } inline static int32_t get_offset_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() const { return ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return &___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline void set_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269 = value; } inline static int32_t get_offset_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270)); } inline int32_t get_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() const { return ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline int32_t* get_address_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return &___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline void set_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270(int32_t value) { ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270 = value; } inline static int32_t get_offset_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() const { return ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return &___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline void set_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271 = value; } inline static int32_t get_offset_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() const { return ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return &___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline void set_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272 = value; } inline static int32_t get_offset_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() const { return ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return &___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline void set_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273 = value; } inline static int32_t get_offset_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274)); } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 get_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() const { return ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 * get_address_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return &___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline void set_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274(__StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 value) { ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274 = value; } inline static int32_t get_offset_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() const { return ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return &___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline void set_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275 = value; } inline static int32_t get_offset_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276)); } inline int64_t get_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() const { return ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline int64_t* get_address_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return &___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline void set_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276(int64_t value) { ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276 = value; } inline static int32_t get_offset_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() const { return ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return &___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline void set_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277 = value; } inline static int32_t get_offset_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() const { return ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return &___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline void set_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278 = value; } inline static int32_t get_offset_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() const { return ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return &___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline void set_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279 = value; } inline static int32_t get_offset_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() const { return ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return &___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline void set_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280 = value; } inline static int32_t get_offset_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() const { return ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return &___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline void set_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281 = value; } inline static int32_t get_offset_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() const { return ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return &___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline void set_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282 = value; } inline static int32_t get_offset_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() const { return ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return &___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline void set_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283 = value; } inline static int32_t get_offset_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() const { return ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return &___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline void set_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284 = value; } inline static int32_t get_offset_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() const { return ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return &___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline void set_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285 = value; } inline static int32_t get_offset_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() const { return ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return &___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline void set_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286 = value; } inline static int32_t get_offset_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() const { return ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return &___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline void set_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287 = value; } inline static int32_t get_offset_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() const { return ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return &___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline void set_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288 = value; } inline static int32_t get_offset_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289)); } inline int32_t get_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() const { return ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline int32_t* get_address_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return &___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline void set_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289(int32_t value) { ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289 = value; } inline static int32_t get_offset_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() const { return ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return &___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline void set_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290 = value; } inline static int32_t get_offset_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() const { return ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return &___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline void set_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291 = value; } inline static int32_t get_offset_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() const { return ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return &___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline void set_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292 = value; } inline static int32_t get_offset_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() const { return ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return &___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline void set_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293 = value; } inline static int32_t get_offset_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() const { return ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return &___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline void set_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294 = value; } inline static int32_t get_offset_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() const { return ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return &___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline void set_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295 = value; } inline static int32_t get_offset_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296)); } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 get_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() const { return ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 * get_address_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return &___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline void set_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296(__StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 value) { ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296 = value; } inline static int32_t get_offset_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() const { return ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return &___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline void set_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297 = value; } inline static int32_t get_offset_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() const { return ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return &___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline void set_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298 = value; } inline static int32_t get_offset_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() const { return ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return &___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline void set_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299 = value; } inline static int32_t get_offset_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() const { return ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return &___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline void set_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300 = value; } inline static int32_t get_offset_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() const { return ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return &___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline void set_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301 = value; } inline static int32_t get_offset_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() const { return ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return &___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline void set_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302 = value; } inline static int32_t get_offset_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() const { return ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return &___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline void set_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303 = value; } inline static int32_t get_offset_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() const { return ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return &___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline void set_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304 = value; } inline static int32_t get_offset_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() const { return ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return &___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline void set_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305 = value; } inline static int32_t get_offset_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() const { return ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return &___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline void set_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306 = value; } inline static int32_t get_offset_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() const { return ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return &___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline void set_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307 = value; } inline static int32_t get_offset_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() const { return ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return &___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline void set_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308 = value; } inline static int32_t get_offset_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() const { return ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return &___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline void set_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309 = value; } inline static int32_t get_offset_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() const { return ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return &___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline void set_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310 = value; } inline static int32_t get_offset_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() const { return ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return &___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline void set_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311 = value; } inline static int32_t get_offset_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() const { return ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return &___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline void set_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312 = value; } inline static int32_t get_offset_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() const { return ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return &___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline void set_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpPoint struct AbstractFpPoint_t799A86CC9DA46A0A95F2372E8027786F40B8E987 : public ECPointBase_t56B88B30B133094A49B571CEEC84FE5E9AF81CCF { public: public: }; // 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.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); } }; // 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; } }; // 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.Crypto.Parameters.ECPrivateKeyParameters struct ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 : public ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters::d BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___d_5; public: inline static int32_t get_offset_of_d_5() { return static_cast(offsetof(ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029, ___d_5)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_d_5() const { return ___d_5; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_d_5() { return &___d_5; } inline void set_d_5(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___d_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___d_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters struct ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB : public ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters::q ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___q_5; public: inline static int32_t get_offset_of_q_5() { return static_cast(offsetof(ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB, ___q_5)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_q_5() const { return ___q_5; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_q_5() { return &___q_5; } inline void set_q_5(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___q_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_5), (void*)value); } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // PKMatchType struct PKMatchType_t70226E0488006DF20B2A9EB3F2692119A95A8240 { public: // System.Int32 PKMatchType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PKMatchType_t70226E0488006DF20B2A9EB3F2692119A95A8240, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve struct SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve::m_infinity SM2P256V1Point_t10F6E503C58F0E5E27B631ADB8D177F8AF256FE3 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C, ___m_infinity_19)); } inline SM2P256V1Point_t10F6E503C58F0E5E27B631ADB8D177F8AF256FE3 * get_m_infinity_19() const { return ___m_infinity_19; } inline SM2P256V1Point_t10F6E503C58F0E5E27B631ADB8D177F8AF256FE3 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SM2P256V1Point_t10F6E503C58F0E5E27B631ADB8D177F8AF256FE3 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; struct SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_16; public: inline static int32_t get_offset_of_q_16() { return static_cast(offsetof(SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C_StaticFields, ___q_16)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_16() const { return ___q_16; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_16() { return &___q_16; } inline void set_q_16(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1FieldElement struct SM2P256V1FieldElement_tAC7B0BD1880A4E28911E2DC846EDCDBC2A020685 : public AbstractFpFieldElement_tD2C80C5CF9EBE12D131C5D8D967229FF84510820 { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1FieldElement::x UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x_1; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(SM2P256V1FieldElement_tAC7B0BD1880A4E28911E2DC846EDCDBC2A020685, ___x_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_x_1() const { return ___x_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_x_1() { return &___x_1; } inline void set_x_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___x_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_1), (void*)value); } }; struct SM2P256V1FieldElement_tAC7B0BD1880A4E28911E2DC846EDCDBC2A020685_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1FieldElement::Q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Q_0; public: inline static int32_t get_offset_of_Q_0() { return static_cast(offsetof(SM2P256V1FieldElement_tAC7B0BD1880A4E28911E2DC846EDCDBC2A020685_StaticFields, ___Q_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Q_0() const { return ___Q_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Q_0() { return &___Q_0; } inline void set_Q_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Q_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Q_0), (void*)value); } }; // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F : public UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 { public: public: }; // 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; } }; // SB_EventSystem/MouseTest struct MouseTest_t19667380CD6500B956B18AF63436737941DB14FD : public RuntimeObject { public: // UnityEngine.Quaternion SB_EventSystem/MouseTest::quat Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___quat_0; // System.Single SB_EventSystem/MouseTest::moveSensitivity float ___moveSensitivity_1; public: inline static int32_t get_offset_of_quat_0() { return static_cast(offsetof(MouseTest_t19667380CD6500B956B18AF63436737941DB14FD, ___quat_0)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_quat_0() const { return ___quat_0; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_quat_0() { return &___quat_0; } inline void set_quat_0(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___quat_0 = value; } inline static int32_t get_offset_of_moveSensitivity_1() { return static_cast(offsetof(MouseTest_t19667380CD6500B956B18AF63436737941DB14FD, ___moveSensitivity_1)); } inline float get_moveSensitivity_1() const { return ___moveSensitivity_1; } inline float* get_address_of_moveSensitivity_1() { return &___moveSensitivity_1; } inline void set_moveSensitivity_1(float value) { ___moveSensitivity_1 = value; } }; // UnityEngine.UI.Selectable/Transition struct Transition_t1FC449676815A798E758D32E8BE6DC0A2511DF14 { public: // System.Int32 UnityEngine.UI.Selectable/Transition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Transition_t1FC449676815A798E758D32E8BE6DC0A2511DF14, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CryptoException struct CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 : public Exception_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull struct DerNull_t020168AF07318033108544C00C803CD7AEB97239 : public Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::zeroBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___zeroBytes_3; public: inline static int32_t get_offset_of_zeroBytes_3() { return static_cast(offsetof(DerNull_t020168AF07318033108544C00C803CD7AEB97239, ___zeroBytes_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_zeroBytes_3() const { return ___zeroBytes_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_zeroBytes_3() { return &___zeroBytes_3; } inline void set_zeroBytes_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___zeroBytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___zeroBytes_3), (void*)value); } }; struct DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::Instance DerNull_t020168AF07318033108544C00C803CD7AEB97239 * ___Instance_2; public: inline static int32_t get_offset_of_Instance_2() { return static_cast(offsetof(DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields, ___Instance_2)); } inline DerNull_t020168AF07318033108544C00C803CD7AEB97239 * get_Instance_2() const { return ___Instance_2; } inline DerNull_t020168AF07318033108544C00C803CD7AEB97239 ** get_address_of_Instance_2() { return &___Instance_2; } inline void set_Instance_2(DerNull_t020168AF07318033108544C00C803CD7AEB97239 * value) { ___Instance_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 : public Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 : public Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 { public: public: }; struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::Empty DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * ___Empty_3; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields, ___Empty_3)); } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * get_Empty_3() const { return ___Empty_3; } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E : public Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 { public: public: }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException struct GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA : public Exception_t { public: public: }; // GlobalData struct GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425 : public RuntimeObject { public: public: }; struct GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields { public: // PKMatchType GlobalData::pkMatchType int32_t ___pkMatchType_0; // System.Int32[] GlobalData::localPK_playerRoleIDs Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___localPK_playerRoleIDs_1; // System.String GlobalData::roomKey String_t* ___roomKey_2; // System.Int32 GlobalData::matchGameType int32_t ___matchGameType_3; // System.Int32 GlobalData::playerIndexInRoom int32_t ___playerIndexInRoom_4; // System.Collections.Generic.List`1 GlobalData::matchPlayerInfos List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 * ___matchPlayerInfos_5; public: inline static int32_t get_offset_of_pkMatchType_0() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___pkMatchType_0)); } inline int32_t get_pkMatchType_0() const { return ___pkMatchType_0; } inline int32_t* get_address_of_pkMatchType_0() { return &___pkMatchType_0; } inline void set_pkMatchType_0(int32_t value) { ___pkMatchType_0 = value; } inline static int32_t get_offset_of_localPK_playerRoleIDs_1() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___localPK_playerRoleIDs_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_localPK_playerRoleIDs_1() const { return ___localPK_playerRoleIDs_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_localPK_playerRoleIDs_1() { return &___localPK_playerRoleIDs_1; } inline void set_localPK_playerRoleIDs_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___localPK_playerRoleIDs_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___localPK_playerRoleIDs_1), (void*)value); } inline static int32_t get_offset_of_roomKey_2() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___roomKey_2)); } inline String_t* get_roomKey_2() const { return ___roomKey_2; } inline String_t** get_address_of_roomKey_2() { return &___roomKey_2; } inline void set_roomKey_2(String_t* value) { ___roomKey_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___roomKey_2), (void*)value); } inline static int32_t get_offset_of_matchGameType_3() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___matchGameType_3)); } inline int32_t get_matchGameType_3() const { return ___matchGameType_3; } inline int32_t* get_address_of_matchGameType_3() { return &___matchGameType_3; } inline void set_matchGameType_3(int32_t value) { ___matchGameType_3 = value; } inline static int32_t get_offset_of_playerIndexInRoom_4() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___playerIndexInRoom_4)); } inline int32_t get_playerIndexInRoom_4() const { return ___playerIndexInRoom_4; } inline int32_t* get_address_of_playerIndexInRoom_4() { return &___playerIndexInRoom_4; } inline void set_playerIndexInRoom_4(int32_t value) { ___playerIndexInRoom_4 = value; } inline static int32_t get_offset_of_matchPlayerInfos_5() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___matchPlayerInfos_5)); } inline List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 * get_matchPlayerInfos_5() const { return ___matchPlayerInfos_5; } inline List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 ** get_address_of_matchPlayerInfos_5() { return &___matchPlayerInfos_5; } inline void set_matchPlayerInfos_5(List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 * value) { ___matchPlayerInfos_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___matchPlayerInfos_5), (void*)value); } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A { public: // UnityEngine.UI.Navigation/Mode UnityEngine.UI.Navigation::m_Mode int32_t ___m_Mode_0; // System.Boolean UnityEngine.UI.Navigation::m_WrapAround bool ___m_WrapAround_1; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnUp Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; public: inline static int32_t get_offset_of_m_Mode_0() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_Mode_0)); } inline int32_t get_m_Mode_0() const { return ___m_Mode_0; } inline int32_t* get_address_of_m_Mode_0() { return &___m_Mode_0; } inline void set_m_Mode_0(int32_t value) { ___m_Mode_0 = value; } inline static int32_t get_offset_of_m_WrapAround_1() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_WrapAround_1)); } inline bool get_m_WrapAround_1() const { return ___m_WrapAround_1; } inline bool* get_address_of_m_WrapAround_1() { return &___m_WrapAround_1; } inline void set_m_WrapAround_1(bool value) { ___m_WrapAround_1 = value; } inline static int32_t get_offset_of_m_SelectOnUp_2() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnUp_2)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnUp_2() const { return ___m_SelectOnUp_2; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnUp_2() { return &___m_SelectOnUp_2; } inline void set_m_SelectOnUp_2(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnUp_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnUp_2), (void*)value); } inline static int32_t get_offset_of_m_SelectOnDown_3() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnDown_3)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnDown_3() const { return ___m_SelectOnDown_3; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnDown_3() { return &___m_SelectOnDown_3; } inline void set_m_SelectOnDown_3(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnDown_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnDown_3), (void*)value); } inline static int32_t get_offset_of_m_SelectOnLeft_4() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnLeft_4)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnLeft_4() const { return ___m_SelectOnLeft_4; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnLeft_4() { return &___m_SelectOnLeft_4; } inline void set_m_SelectOnLeft_4(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnLeft_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnLeft_4), (void*)value); } inline static int32_t get_offset_of_m_SelectOnRight_5() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnRight_5)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnRight_5() const { return ___m_SelectOnRight_5; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnRight_5() { return &___m_SelectOnRight_5; } inline void set_m_SelectOnRight_5(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnRight_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnRight_5), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_marshaled_pinvoke { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; }; // Native definition for COM marshalling of UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_marshaled_com { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Point struct SM2P256V1Point_t10F6E503C58F0E5E27B631ADB8D177F8AF256FE3 : public AbstractFpPoint_t799A86CC9DA46A0A95F2372E8027786F40B8E987 { public: public: }; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Action`1 struct Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tADE7002945D0298D50AB7971646AA98529C31136 : 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.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 : public CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.InvalidCipherTextException struct InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D : public CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.KeyException struct KeyException_t145BB2019F3A9E314C4C8FF15DDDFCD63E89AE62 : public GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA { public: public: }; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 : public MulticastDelegate_t { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException struct InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A : public KeyException_t145BB2019F3A9E314C4C8FF15DDDFCD63E89AE62 { public: public: }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { 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); } }; // 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); } }; // 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); } }; // MouseConfirm struct MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Selectable MouseConfirm::_targetSelectable Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ____targetSelectable_4; // UnityEngine.UI.Selectable MouseConfirm::_selfSelectable Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ____selfSelectable_5; // UnityEngine.Vector3 MouseConfirm::_targetlocalScale Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ____targetlocalScale_6; // UnityEngine.Color MouseConfirm::_targetColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ____targetColor_7; // UnityEngine.UI.Selectable/Transition MouseConfirm::_btnTransition int32_t ____btnTransition_8; // MouseButton MouseConfirm::_mouseButton MouseButton_t030933DE8339A09C29523ADFA5C0AD1678F4FB92 * ____mouseButton_9; public: inline static int32_t get_offset_of__targetSelectable_4() { return static_cast(offsetof(MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA, ____targetSelectable_4)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get__targetSelectable_4() const { return ____targetSelectable_4; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of__targetSelectable_4() { return &____targetSelectable_4; } inline void set__targetSelectable_4(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ____targetSelectable_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____targetSelectable_4), (void*)value); } inline static int32_t get_offset_of__selfSelectable_5() { return static_cast(offsetof(MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA, ____selfSelectable_5)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get__selfSelectable_5() const { return ____selfSelectable_5; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of__selfSelectable_5() { return &____selfSelectable_5; } inline void set__selfSelectable_5(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ____selfSelectable_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____selfSelectable_5), (void*)value); } inline static int32_t get_offset_of__targetlocalScale_6() { return static_cast(offsetof(MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA, ____targetlocalScale_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get__targetlocalScale_6() const { return ____targetlocalScale_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of__targetlocalScale_6() { return &____targetlocalScale_6; } inline void set__targetlocalScale_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ____targetlocalScale_6 = value; } inline static int32_t get_offset_of__targetColor_7() { return static_cast(offsetof(MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA, ____targetColor_7)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get__targetColor_7() const { return ____targetColor_7; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of__targetColor_7() { return &____targetColor_7; } inline void set__targetColor_7(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ____targetColor_7 = value; } inline static int32_t get_offset_of__btnTransition_8() { return static_cast(offsetof(MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA, ____btnTransition_8)); } inline int32_t get__btnTransition_8() const { return ____btnTransition_8; } inline int32_t* get_address_of__btnTransition_8() { return &____btnTransition_8; } inline void set__btnTransition_8(int32_t value) { ____btnTransition_8 = value; } inline static int32_t get_offset_of__mouseButton_9() { return static_cast(offsetof(MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA, ____mouseButton_9)); } inline MouseButton_t030933DE8339A09C29523ADFA5C0AD1678F4FB92 * get__mouseButton_9() const { return ____mouseButton_9; } inline MouseButton_t030933DE8339A09C29523ADFA5C0AD1678F4FB92 ** get_address_of__mouseButton_9() { return &____mouseButton_9; } inline void set__mouseButton_9(MouseButton_t030933DE8339A09C29523ADFA5C0AD1678F4FB92 * value) { ____mouseButton_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____mouseButton_9), (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); } }; // Rotate struct Rotate_tC69B3ABBABA1DB1DFD96A92633DF3743CBB57789 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Vector3 Rotate::angle Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___angle_4; public: inline static int32_t get_offset_of_angle_4() { return static_cast(offsetof(Rotate_tC69B3ABBABA1DB1DFD96A92633DF3743CBB57789, ___angle_4)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_angle_4() const { return ___angle_4; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_angle_4() { return &___angle_4; } inline void set_angle_4(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___angle_4 = value; } }; // SB_EventSystem struct SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // MouseConfirm SB_EventSystem::mouseConfirm MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA * ___mouseConfirm_5; // JC.Unity.SimulateMouse SB_EventSystem::simulateMouse SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * ___simulateMouse_6; // System.Boolean SB_EventSystem::simulateMouseIsAwaked bool ___simulateMouseIsAwaked_7; // UnityEngine.Quaternion SB_EventSystem::nowAxisQuat Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___nowAxisQuat_8; // UnityEngine.Quaternion SB_EventSystem::newAxisQuat Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___newAxisQuat_9; // UnityEngine.Vector2 SB_EventSystem::mousePointerPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___mousePointerPosition_10; // System.Single SB_EventSystem::_lastClickMouseTime float ____lastClickMouseTime_11; // SB_EventSystem/MouseTest SB_EventSystem::mouseTest MouseTest_t19667380CD6500B956B18AF63436737941DB14FD * ___mouseTest_12; public: inline static int32_t get_offset_of_mouseConfirm_5() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___mouseConfirm_5)); } inline MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA * get_mouseConfirm_5() const { return ___mouseConfirm_5; } inline MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA ** get_address_of_mouseConfirm_5() { return &___mouseConfirm_5; } inline void set_mouseConfirm_5(MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA * value) { ___mouseConfirm_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mouseConfirm_5), (void*)value); } inline static int32_t get_offset_of_simulateMouse_6() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___simulateMouse_6)); } inline SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * get_simulateMouse_6() const { return ___simulateMouse_6; } inline SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 ** get_address_of_simulateMouse_6() { return &___simulateMouse_6; } inline void set_simulateMouse_6(SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * value) { ___simulateMouse_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___simulateMouse_6), (void*)value); } inline static int32_t get_offset_of_simulateMouseIsAwaked_7() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___simulateMouseIsAwaked_7)); } inline bool get_simulateMouseIsAwaked_7() const { return ___simulateMouseIsAwaked_7; } inline bool* get_address_of_simulateMouseIsAwaked_7() { return &___simulateMouseIsAwaked_7; } inline void set_simulateMouseIsAwaked_7(bool value) { ___simulateMouseIsAwaked_7 = value; } inline static int32_t get_offset_of_nowAxisQuat_8() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___nowAxisQuat_8)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_nowAxisQuat_8() const { return ___nowAxisQuat_8; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_nowAxisQuat_8() { return &___nowAxisQuat_8; } inline void set_nowAxisQuat_8(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___nowAxisQuat_8 = value; } inline static int32_t get_offset_of_newAxisQuat_9() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___newAxisQuat_9)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_newAxisQuat_9() const { return ___newAxisQuat_9; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_newAxisQuat_9() { return &___newAxisQuat_9; } inline void set_newAxisQuat_9(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___newAxisQuat_9 = value; } inline static int32_t get_offset_of_mousePointerPosition_10() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___mousePointerPosition_10)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_mousePointerPosition_10() const { return ___mousePointerPosition_10; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_mousePointerPosition_10() { return &___mousePointerPosition_10; } inline void set_mousePointerPosition_10(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___mousePointerPosition_10 = value; } inline static int32_t get_offset_of__lastClickMouseTime_11() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ____lastClickMouseTime_11)); } inline float get__lastClickMouseTime_11() const { return ____lastClickMouseTime_11; } inline float* get_address_of__lastClickMouseTime_11() { return &____lastClickMouseTime_11; } inline void set__lastClickMouseTime_11(float value) { ____lastClickMouseTime_11 = value; } inline static int32_t get_offset_of_mouseTest_12() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___mouseTest_12)); } inline MouseTest_t19667380CD6500B956B18AF63436737941DB14FD * get_mouseTest_12() const { return ___mouseTest_12; } inline MouseTest_t19667380CD6500B956B18AF63436737941DB14FD ** get_address_of_mouseTest_12() { return &___mouseTest_12; } inline void set_mouseTest_12(MouseTest_t19667380CD6500B956B18AF63436737941DB14FD * value) { ___mouseTest_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___mouseTest_12), (void*)value); } }; struct SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields { public: // SB_EventSystem SB_EventSystem::ins SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * ___ins_4; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields, ___ins_4)); } inline SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * get_ins_4() const { return ___ins_4; } inline SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } }; // JC.Unity.SimulateMouse struct SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.CanvasScaler JC.Unity.SimulateMouse::canvasScaler CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * ___canvasScaler_4; // UnityEngine.RectTransform JC.Unity.SimulateMouse::mousePointer RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___mousePointer_5; // System.Action`1 JC.Unity.SimulateMouse::OnPointerEnter Action_1_tADE7002945D0298D50AB7971646AA98529C31136 * ___OnPointerEnter_6; // System.Action`1 JC.Unity.SimulateMouse::OnPointerClick Action_1_tADE7002945D0298D50AB7971646AA98529C31136 * ___OnPointerClick_7; // JC.Unity.ScreenRayRaycasterUIWrapper JC.Unity.SimulateMouse::mScreenRayRaycasterUIWrapper ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC * ___mScreenRayRaycasterUIWrapper_8; public: inline static int32_t get_offset_of_canvasScaler_4() { return static_cast(offsetof(SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0, ___canvasScaler_4)); } inline CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * get_canvasScaler_4() const { return ___canvasScaler_4; } inline CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 ** get_address_of_canvasScaler_4() { return &___canvasScaler_4; } inline void set_canvasScaler_4(CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * value) { ___canvasScaler_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___canvasScaler_4), (void*)value); } inline static int32_t get_offset_of_mousePointer_5() { return static_cast(offsetof(SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0, ___mousePointer_5)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_mousePointer_5() const { return ___mousePointer_5; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_mousePointer_5() { return &___mousePointer_5; } inline void set_mousePointer_5(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___mousePointer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mousePointer_5), (void*)value); } inline static int32_t get_offset_of_OnPointerEnter_6() { return static_cast(offsetof(SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0, ___OnPointerEnter_6)); } inline Action_1_tADE7002945D0298D50AB7971646AA98529C31136 * get_OnPointerEnter_6() const { return ___OnPointerEnter_6; } inline Action_1_tADE7002945D0298D50AB7971646AA98529C31136 ** get_address_of_OnPointerEnter_6() { return &___OnPointerEnter_6; } inline void set_OnPointerEnter_6(Action_1_tADE7002945D0298D50AB7971646AA98529C31136 * value) { ___OnPointerEnter_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnPointerEnter_6), (void*)value); } inline static int32_t get_offset_of_OnPointerClick_7() { return static_cast(offsetof(SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0, ___OnPointerClick_7)); } inline Action_1_tADE7002945D0298D50AB7971646AA98529C31136 * get_OnPointerClick_7() const { return ___OnPointerClick_7; } inline Action_1_tADE7002945D0298D50AB7971646AA98529C31136 ** get_address_of_OnPointerClick_7() { return &___OnPointerClick_7; } inline void set_OnPointerClick_7(Action_1_tADE7002945D0298D50AB7971646AA98529C31136 * value) { ___OnPointerClick_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnPointerClick_7), (void*)value); } inline static int32_t get_offset_of_mScreenRayRaycasterUIWrapper_8() { return static_cast(offsetof(SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0, ___mScreenRayRaycasterUIWrapper_8)); } inline ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC * get_mScreenRayRaycasterUIWrapper_8() const { return ___mScreenRayRaycasterUIWrapper_8; } inline ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC ** get_address_of_mScreenRayRaycasterUIWrapper_8() { return &___mScreenRayRaycasterUIWrapper_8; } inline void set_mScreenRayRaycasterUIWrapper_8(ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC * value) { ___mScreenRayRaycasterUIWrapper_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___mScreenRayRaycasterUIWrapper_8), (void*)value); } }; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // JCUnityLib.ViewBase struct ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean JCUnityLib.ViewBase::k__BackingField bool ___U3CviewInitedU3Ek__BackingField_4; // System.Boolean JCUnityLib.ViewBase::k__BackingField bool ___U3CviewDestroyedU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CviewInitedU3Ek__BackingField_4() { return static_cast(offsetof(ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC, ___U3CviewInitedU3Ek__BackingField_4)); } inline bool get_U3CviewInitedU3Ek__BackingField_4() const { return ___U3CviewInitedU3Ek__BackingField_4; } inline bool* get_address_of_U3CviewInitedU3Ek__BackingField_4() { return &___U3CviewInitedU3Ek__BackingField_4; } inline void set_U3CviewInitedU3Ek__BackingField_4(bool value) { ___U3CviewInitedU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CviewDestroyedU3Ek__BackingField_5() { return static_cast(offsetof(ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC, ___U3CviewDestroyedU3Ek__BackingField_5)); } inline bool get_U3CviewDestroyedU3Ek__BackingField_5() const { return ___U3CviewDestroyedU3Ek__BackingField_5; } inline bool* get_address_of_U3CviewDestroyedU3Ek__BackingField_5() { return &___U3CviewDestroyedU3Ek__BackingField_5; } inline void set_U3CviewDestroyedU3Ek__BackingField_5(bool value) { ___U3CviewDestroyedU3Ek__BackingField_5 = value; } }; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // UnityEngine.Material UnityEngine.UI.Graphic::m_Material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_Material_6; // UnityEngine.Color UnityEngine.UI.Graphic::m_Color Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_Color_7; // System.Boolean UnityEngine.UI.Graphic::m_SkipLayoutUpdate bool ___m_SkipLayoutUpdate_8; // System.Boolean UnityEngine.UI.Graphic::m_SkipMaterialUpdate bool ___m_SkipMaterialUpdate_9; // System.Boolean UnityEngine.UI.Graphic::m_RaycastTarget bool ___m_RaycastTarget_10; // UnityEngine.Vector4 UnityEngine.UI.Graphic::m_RaycastPadding Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___m_RaycastPadding_11; // UnityEngine.RectTransform UnityEngine.UI.Graphic::m_RectTransform RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_RectTransform_12; // UnityEngine.CanvasRenderer UnityEngine.UI.Graphic::m_CanvasRenderer CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * ___m_CanvasRenderer_13; // UnityEngine.Canvas UnityEngine.UI.Graphic::m_Canvas Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * ___m_Canvas_14; // System.Boolean UnityEngine.UI.Graphic::m_VertsDirty bool ___m_VertsDirty_15; // System.Boolean UnityEngine.UI.Graphic::m_MaterialDirty bool ___m_MaterialDirty_16; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyLayoutCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyLayoutCallback_17; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyVertsCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyVertsCallback_18; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyMaterialCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyMaterialCallback_19; // UnityEngine.Mesh UnityEngine.UI.Graphic::m_CachedMesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___m_CachedMesh_22; // UnityEngine.Vector2[] UnityEngine.UI.Graphic::m_CachedUvs Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___m_CachedUvs_23; // UnityEngine.UI.CoroutineTween.TweenRunner`1 UnityEngine.UI.Graphic::m_ColorTweenRunner TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * ___m_ColorTweenRunner_24; // System.Boolean UnityEngine.UI.Graphic::k__BackingField bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; public: inline static int32_t get_offset_of_m_Material_6() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Material_6)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_Material_6() const { return ___m_Material_6; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_Material_6() { return &___m_Material_6; } inline void set_m_Material_6(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_Material_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Material_6), (void*)value); } inline static int32_t get_offset_of_m_Color_7() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Color_7)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_Color_7() const { return ___m_Color_7; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_Color_7() { return &___m_Color_7; } inline void set_m_Color_7(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_Color_7 = value; } inline static int32_t get_offset_of_m_SkipLayoutUpdate_8() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_SkipLayoutUpdate_8)); } inline bool get_m_SkipLayoutUpdate_8() const { return ___m_SkipLayoutUpdate_8; } inline bool* get_address_of_m_SkipLayoutUpdate_8() { return &___m_SkipLayoutUpdate_8; } inline void set_m_SkipLayoutUpdate_8(bool value) { ___m_SkipLayoutUpdate_8 = value; } inline static int32_t get_offset_of_m_SkipMaterialUpdate_9() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_SkipMaterialUpdate_9)); } inline bool get_m_SkipMaterialUpdate_9() const { return ___m_SkipMaterialUpdate_9; } inline bool* get_address_of_m_SkipMaterialUpdate_9() { return &___m_SkipMaterialUpdate_9; } inline void set_m_SkipMaterialUpdate_9(bool value) { ___m_SkipMaterialUpdate_9 = value; } inline static int32_t get_offset_of_m_RaycastTarget_10() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastTarget_10)); } inline bool get_m_RaycastTarget_10() const { return ___m_RaycastTarget_10; } inline bool* get_address_of_m_RaycastTarget_10() { return &___m_RaycastTarget_10; } inline void set_m_RaycastTarget_10(bool value) { ___m_RaycastTarget_10 = value; } inline static int32_t get_offset_of_m_RaycastPadding_11() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastPadding_11)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_m_RaycastPadding_11() const { return ___m_RaycastPadding_11; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_m_RaycastPadding_11() { return &___m_RaycastPadding_11; } inline void set_m_RaycastPadding_11(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___m_RaycastPadding_11 = value; } inline static int32_t get_offset_of_m_RectTransform_12() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RectTransform_12)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_RectTransform_12() const { return ___m_RectTransform_12; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_RectTransform_12() { return &___m_RectTransform_12; } inline void set_m_RectTransform_12(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_RectTransform_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RectTransform_12), (void*)value); } inline static int32_t get_offset_of_m_CanvasRenderer_13() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CanvasRenderer_13)); } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * get_m_CanvasRenderer_13() const { return ___m_CanvasRenderer_13; } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E ** get_address_of_m_CanvasRenderer_13() { return &___m_CanvasRenderer_13; } inline void set_m_CanvasRenderer_13(CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * value) { ___m_CanvasRenderer_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasRenderer_13), (void*)value); } inline static int32_t get_offset_of_m_Canvas_14() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Canvas_14)); } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * get_m_Canvas_14() const { return ___m_Canvas_14; } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA ** get_address_of_m_Canvas_14() { return &___m_Canvas_14; } inline void set_m_Canvas_14(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * value) { ___m_Canvas_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Canvas_14), (void*)value); } inline static int32_t get_offset_of_m_VertsDirty_15() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_VertsDirty_15)); } inline bool get_m_VertsDirty_15() const { return ___m_VertsDirty_15; } inline bool* get_address_of_m_VertsDirty_15() { return &___m_VertsDirty_15; } inline void set_m_VertsDirty_15(bool value) { ___m_VertsDirty_15 = value; } inline static int32_t get_offset_of_m_MaterialDirty_16() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_MaterialDirty_16)); } inline bool get_m_MaterialDirty_16() const { return ___m_MaterialDirty_16; } inline bool* get_address_of_m_MaterialDirty_16() { return &___m_MaterialDirty_16; } inline void set_m_MaterialDirty_16(bool value) { ___m_MaterialDirty_16 = value; } inline static int32_t get_offset_of_m_OnDirtyLayoutCallback_17() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyLayoutCallback_17)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyLayoutCallback_17() const { return ___m_OnDirtyLayoutCallback_17; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyLayoutCallback_17() { return &___m_OnDirtyLayoutCallback_17; } inline void set_m_OnDirtyLayoutCallback_17(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyLayoutCallback_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyLayoutCallback_17), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyVertsCallback_18() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyVertsCallback_18)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyVertsCallback_18() const { return ___m_OnDirtyVertsCallback_18; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyVertsCallback_18() { return &___m_OnDirtyVertsCallback_18; } inline void set_m_OnDirtyVertsCallback_18(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyVertsCallback_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyVertsCallback_18), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyMaterialCallback_19() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyMaterialCallback_19)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyMaterialCallback_19() const { return ___m_OnDirtyMaterialCallback_19; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyMaterialCallback_19() { return &___m_OnDirtyMaterialCallback_19; } inline void set_m_OnDirtyMaterialCallback_19(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyMaterialCallback_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyMaterialCallback_19), (void*)value); } inline static int32_t get_offset_of_m_CachedMesh_22() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CachedMesh_22)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_m_CachedMesh_22() const { return ___m_CachedMesh_22; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_m_CachedMesh_22() { return &___m_CachedMesh_22; } inline void set_m_CachedMesh_22(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___m_CachedMesh_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedMesh_22), (void*)value); } inline static int32_t get_offset_of_m_CachedUvs_23() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CachedUvs_23)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_m_CachedUvs_23() const { return ___m_CachedUvs_23; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_m_CachedUvs_23() { return &___m_CachedUvs_23; } inline void set_m_CachedUvs_23(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___m_CachedUvs_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedUvs_23), (void*)value); } inline static int32_t get_offset_of_m_ColorTweenRunner_24() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_ColorTweenRunner_24)); } inline TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * get_m_ColorTweenRunner_24() const { return ___m_ColorTweenRunner_24; } inline TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 ** get_address_of_m_ColorTweenRunner_24() { return &___m_ColorTweenRunner_24; } inline void set_m_ColorTweenRunner_24(TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * value) { ___m_ColorTweenRunner_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ColorTweenRunner_24), (void*)value); } inline static int32_t get_offset_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25)); } inline bool get_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() const { return ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; } inline bool* get_address_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() { return &___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; } inline void set_U3CuseLegacyMeshGenerationU3Ek__BackingField_25(bool value) { ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25 = value; } }; struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Graphic::s_DefaultUI Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_DefaultUI_4; // UnityEngine.Texture2D UnityEngine.UI.Graphic::s_WhiteTexture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___s_WhiteTexture_5; // UnityEngine.Mesh UnityEngine.UI.Graphic::s_Mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___s_Mesh_20; // UnityEngine.UI.VertexHelper UnityEngine.UI.Graphic::s_VertexHelper VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * ___s_VertexHelper_21; public: inline static int32_t get_offset_of_s_DefaultUI_4() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_DefaultUI_4)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_DefaultUI_4() const { return ___s_DefaultUI_4; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_DefaultUI_4() { return &___s_DefaultUI_4; } inline void set_s_DefaultUI_4(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_DefaultUI_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultUI_4), (void*)value); } inline static int32_t get_offset_of_s_WhiteTexture_5() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_WhiteTexture_5)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_s_WhiteTexture_5() const { return ___s_WhiteTexture_5; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_s_WhiteTexture_5() { return &___s_WhiteTexture_5; } inline void set_s_WhiteTexture_5(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___s_WhiteTexture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_WhiteTexture_5), (void*)value); } inline static int32_t get_offset_of_s_Mesh_20() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_Mesh_20)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_s_Mesh_20() const { return ___s_Mesh_20; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_s_Mesh_20() { return &___s_Mesh_20; } inline void set_s_Mesh_20(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___s_Mesh_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Mesh_20), (void*)value); } inline static int32_t get_offset_of_s_VertexHelper_21() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_VertexHelper_21)); } inline VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * get_s_VertexHelper_21() const { return ___s_VertexHelper_21; } inline VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 ** get_address_of_s_VertexHelper_21() { return &___s_VertexHelper_21; } inline void set_s_VertexHelper_21(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * value) { ___s_VertexHelper_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_VertexHelper_21), (void*)value); } }; // RoleSelectView struct RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: // System.Boolean[] RoleSelectView::inited BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___inited_6; public: inline static int32_t get_offset_of_inited_6() { return static_cast(offsetof(RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E, ___inited_6)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_inited_6() const { return ___inited_6; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_inited_6() { return &___inited_6; } inline void set_inited_6(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___inited_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___inited_6), (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.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // 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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName[] struct GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E : public RuntimeArray { public: ALIGN_FIELD (8) GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * m_Items[1]; public: inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** 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, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * 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.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.Array[] struct ArrayU5BU5D_t8362683248EAEBC59BDF25BF0CF15D88FA44455B : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeArray * m_Items[1]; public: inline RuntimeArray * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeArray ** 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, RuntimeArray * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeArray * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeArray ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeArray * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.UInt32[][] struct UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68 : public RuntimeArray { public: ALIGN_FIELD (8) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* m_Items[1]; public: inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** 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, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D : public RuntimeArray { public: ALIGN_FIELD (8) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* m_Items[1]; public: inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** 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, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] struct ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E : public RuntimeArray { public: ALIGN_FIELD (8) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * m_Items[1]; public: inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] struct ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF : public RuntimeArray { public: ALIGN_FIELD (8) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * m_Items[1]; public: inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.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.Resources::Load(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Resources_Load_TisRuntimeObject_m83108B6D8808A0E83DE12FD220A87000D19AEE00_gshared (String_t* ___path0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_mC8FCB6A53C017A6C13FC891B6BB1D78F9A77D5E3_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // !0 JCUnityLib.ViewManager`1::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ViewManager_1_get_Instance_mDDFA9B6B6B06ACF449DE7D293C43C6B815BA5A0C_gshared (const RuntimeMethod* method); // !!0[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralDigest__ctor_m6EECB69BC9E7F14DBD7C2BB564CA5A250C447616 (GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralDigest__ctor_m181D41AB9AD38413F958BCB544F5FDC89F103C85 (GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 * __this, GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 * ___t0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::CopyIn(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD256Digest_CopyIn_mA5969928B0F41939F88B320C82DCB765926BD3E9 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * ___t0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::CopyIn(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralDigest_CopyIn_m6D242C109A2510C92AF1ADEF82AA99EB44BDA171 (GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 * __this, GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 * ___t0, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::Finish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralDigest_Finish_mD265C27934DD928D55B3F4605C61C9A3F9F1CA41 (GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::UnpackWord(System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD256Digest_UnpackWord_mCD1849BB3D1F09A2C99BAF9D5C830AB519849529 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___word0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes1, int32_t ___outOff2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralDigest_Reset_m9C32D34E7DEA612AE47451FC2CD0E557CC448094 (GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::F1(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_F1_m110F617323FD9B7541C75A88F595E99EED963ED0 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::RL(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_RL_mBD2482E471C6C6B46E95F343028A74D34ED8123F (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___x0, int32_t ___n1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::F2(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_F2_mD1F5D8F2546BFC0E67E7784F40024487CD088F69 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::F3(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_F3_m06909C1692E54C4392B21C73433D3D4E99CB2805 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::F4(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_F4_m44F68225D7D685B761A1883E3CC04A437BF18CA5 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::F1(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_F1_m239F93838152784CA26C20327392C0E148A15170 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::FF4(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_FF4_m5D2D18971D4D009BB7A33763DF01D6C07A125E34 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::F2(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_F2_mAA5352E6222B2BB9EC1B389F141F23D7820507EB (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::FF3(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_FF3_m10A365066F07CCE7C534990ADE314A43F586E26A (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::F3(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_F3_mA435D8F6B7760FC413E3798AF30FA557999A57C6 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::FF2(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_FF2_m61DA00A20C857A9B88F0391C8CF4CCDF4C7D1414 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::F4(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_F4_mA1632A9A24D5ABB0BD46A149AD47E11E03A847D6 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::FF1(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_FF1_mA3FD812DC3C4582E7BD7DA6C53075CF4D8375B3B (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD256Digest__ctor_m577A0F14FF259017B1DF05E4CF59E17D276D0F5C (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * ___t0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::CopyIn(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD320Digest_CopyIn_mD303BB8EF89696746DBF3E1CFA8B55E625814235 (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * ___t0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::UnpackWord(System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD320Digest_UnpackWord_mB7755F770EA0DAC629D820771A37F74E475AE22F (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, int32_t ___word0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes1, int32_t ___outOff2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::F1(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::RL(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6 (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, int32_t ___x0, int32_t ___n1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::F5(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703 (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::F2(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3 (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::F4(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0 (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::F3(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5 (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD320Digest__ctor_m18D675B2FCAE23A124CAE0F5700CEED979F5A74A (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * ___t0, const RuntimeMethod* method); // UnityEngine.Sprite RoleMgr::GetAvatar(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * RoleMgr_GetAvatar_m00BD9EB1217DB54B7B324F9A78DEB486E9070B0F (int32_t ___id0, const RuntimeMethod* method); // System.Boolean RoleMgr::IsRoleAvatar(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RoleMgr_IsRoleAvatar_m07C332E979BF5791306961EA29CAE4406BEB0FCE (int32_t ___id0, const RuntimeMethod* method); // System.Void System.ValueTuple`2::.ctor(!0,!1) inline void ValueTuple_2__ctor_m7AB70CB55682784D8F4EC2C41A902BB06BFCBF38 (ValueTuple_2_t41B47E631447519CB24455313A59CCB07BF92125 * __this, Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___item10, String_t* ___item21, const RuntimeMethod* method) { (( void (*) (ValueTuple_2_t41B47E631447519CB24455313A59CCB07BF92125 *, Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 *, String_t*, const RuntimeMethod*))ValueTuple_2__ctor_mBABF7EBF37F40A20153104D68C2BD6FB6A777D20_gshared)(__this, ___item10, ___item21, method); } // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,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.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); // !!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 System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * __this, RuntimeObject* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F *, RuntimeObject*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Void TopBarView::NeedShowIt(JCUnityLib.ViewBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TopBarView_NeedShowIt_m1F6DDE3D6FA0AF27D1CF02079728CE67E7D80F35 (ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC * ___locker0, const RuntimeMethod* method); // System.Void RoleSelectView::RenderPlayer(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoleSelectView_RenderPlayer_m531E6742E8EC408B13F264960C5202E88FC5B8DC (RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E * __this, int32_t ___playerIndex0, 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 TopBarView::DontNeedShowIt(JCUnityLib.ViewBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TopBarView_DontNeedShowIt_m1F9E6397732EE6B80C3D1CF77BA9BBBC1B32C7D5 (ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC * ___locker0, 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 RoleSelectView/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m6282AF14F6F5EC063B9CA513C31C9E64BAB7208A (U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073 * __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); // !!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); // System.ValueTuple`2 RoleMgr::GetRoleInfo(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t41B47E631447519CB24455313A59CCB07BF92125 RoleMgr_GetRoleInfo_mEB61342BE6997FDA75FFEB0711A8C947B9356C8C (int32_t ___id0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Void UnityEngine.UI.Image::set_sprite(UnityEngine.Sprite) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_sprite_m55C50F18ABA0A98E926FC777F7D07FA18A7D04E4 (Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * __this, Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___value0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Int32 RoleMgr::get_roleCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RoleMgr_get_roleCount_m329AC306BF89921D7D0FFDFC388124AB0E634A78 (const RuntimeMethod* method); // System.Void RoleSelectView::NextRole(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoleSelectView_NextRole_mBC9D7701B38386C8D1FD252F860809C40D6F6BAD (RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E * __this, int32_t ___playerIndex0, int32_t ___variety1, const RuntimeMethod* 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RoleSyntax::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoleSyntax__ctor_m39C34DAA8B628C377A04A2739EADAA113A9A6536 (RoleSyntax_t8A5BBD4B3395076A52DCC63B3AF8442111F5F287 * __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); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::get_TagNo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t GeneralName_get_TagNo_m0A652E44A1E02248CF96C25449AF04AE2841BF5D_inline (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GeneralName_get_Name_m78BA98CFDD8BC827746EAEBFC74EF20B0A573760_inline (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RoleSyntax::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoleSyntax__ctor_mE70D841B36E169B6EE295EBECBB760534DA03496 (RoleSyntax_t8A5BBD4B3395076A52DCC63B3AF8442111F5F287 * __this, GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * ___roleAuthority0, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___roleName1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::.ctor(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralName__ctor_m820C005CF2CC0C2EF1B09157C07A68BCEDCF148B (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * __this, int32_t ___tag0, String_t* ___name1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RoleSyntax::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoleSyntax__ctor_m71D9D56F174188E285A8C17ECB538B2753EBA13B (RoleSyntax_t8A5BBD4B3395076A52DCC63B3AF8442111F5F287 * __this, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___roleName0, 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.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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * GeneralName_GetInstance_mAA0712B2438660011F2C76A2306337005E5892DC (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___tagObj0, bool ___explicitly1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames::GetNames() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* GeneralNames_GetNames_m343A3572C29C753465759390B709B014215282AF (GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * __this, 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.Boolean,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * __this, bool ___explicitly0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8 (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___objs0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RoleSyntax::GetRoleNameAsString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RoleSyntax_GetRoleNameAsString_mDF760049FE1C8DECCC9EDC5B58470347A1073C0E (RoleSyntax_t8A5BBD4B3395076A52DCC63B3AF8442111F5F287 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.String[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RoleSyntax::GetRoleAuthorityAsString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* RoleSyntax_GetRoleAuthorityAsString_mA3AC704ED9E68D8C2E0058C3D30B62EB343F22A3 (RoleSyntax_t8A5BBD4B3395076A52DCC63B3AF8442111F5F287 * __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.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); // UnityEngine.Vector3 UnityEngine.Transform::get_eulerAngles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_eulerAngles_mCF1E10C36ED1F03804A1D10A9BAB272E0EA8766F (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290 (const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_eulerAngles(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_eulerAngles_mFDCBC6282E4B1196AA26BF01008B2AAA2DD2969E (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaCoreEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaCoreEngine__ctor_mDE597985A18F7E0774E5761CE95579193550C698 (RsaCoreEngine_tE8C8B529691EE169ABD57AE874078A9CCD575EC3 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IRsa) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaBlindedEngine__ctor_m3196E17519947AD58473FD06E4589AF0DFE0AD96 (RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 * __this, RuntimeObject* ___rsa0, 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 System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, 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.RsaKeyParameters::get_Modulus() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaKeyParameters_get_Modulus_m8C8BDA5DBD2FF688103C0B23BF5C7C320F31C41C_inline (RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Subtract(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ModPow(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ModPow_mC9A62D287BD35E7645E234EDAE8020614A434ED2 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___e0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___val0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Mod(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ModInverse(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ModInverse_mC7B76E8E8BA0692B5F16F38DDA981EB2C5ABBC34 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindingEngine::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IRsa) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaBlindingEngine__ctor_mD9AD17A328683E4D6D302B199C6635F2D9C5D140 (RsaBlindingEngine_tCE4C5BECA6F11D6BA568D9632A27956BFDD11F73 * __this, RuntimeObject* ___rsa0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaBlindingParameters::get_PublicKey() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * RsaBlindingParameters_get_PublicKey_mEF086844608B84EE5D8317E869196DDB5D78CEE5_inline (RsaBlindingParameters_t1407D0FF7C896366BA1F690801D11E71F1154258 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaBlindingParameters::get_BlindingFactor() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaBlindingParameters_get_BlindingFactor_m65FE35E9FC5E54A0A841E7F3407E985357FD3F2A_inline (RsaBlindingParameters_t1407D0FF7C896366BA1F690801D11E71F1154258 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindingEngine::BlindMessage(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaBlindingEngine_BlindMessage_mE897DAB037DE0B30B366977AF575CBAF93722B6C (RsaBlindingEngine_tCE4C5BECA6F11D6BA568D9632A27956BFDD11F73 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___msg0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindingEngine::UnblindMessage(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaBlindingEngine_UnblindMessage_m7FF3A22CFFE81354D1EC5F763145A088D49AAB32 (RsaBlindingEngine_tCE4C5BECA6F11D6BA568D9632A27956BFDD11F73 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___blindedMsg0, 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.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); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_BitLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.Int32,System.Random) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m0DAA24172CE10E1575B29374A3CE534DAD666DF4 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___sizeInBits0, Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * ___random1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Gcd(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Gcd_m7049DA78F948470486ABC9FFCD48B304704A7416 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_SignValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.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); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaCoreEngine::CheckInitialised() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaCoreEngine_CheckInitialised_mEC5F45689A02C1DE240629CA51C2D42BCD5DE150 (RsaCoreEngine_tE8C8B529691EE169ABD57AE874078A9CCD575EC3 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.Int32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m915A1EA8271B005129A1E4376699B8E3BF71036B (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___sign0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, int32_t ___offset2, int32_t ___length3, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::CompareTo(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ToByteArrayUnsigned() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BigInteger_ToByteArrayUnsigned_mA50192424BCADACC368E6DC187BF5C8E9DB1DE27 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Void System.Array::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2 (RuntimeArray * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method); // 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.Math.BigInteger::Remainder(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Remainder_m7AA0C3B8F760B988C96AEA595712C320CB98AD8E (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n0, 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.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateHashtable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06 (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RsaDigestSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaDigestSigner__ctor_mD472AA69794114573ABDDF074D02205F4E89A5B6 (RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC * __this, RuntimeObject* ___digest0, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___digestOid1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608 (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RsaDigestSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaDigestSigner__ctor_m6FD4459BBE68897C6386C8EE8F712733F51E7122 (RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC * __this, RuntimeObject* ___digest0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algId1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RsaDigestSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IRsa,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaDigestSigner__ctor_mE10B1D354CE9485F1D876DA3B1C49F551B523EFF (RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC * __this, RuntimeObject* ___rsa0, RuntimeObject* ___digest1, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algId2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RsaDigestSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaDigestSigner__ctor_m367F688E8FC2E58A77152CFD181ACF733ECB56E3 (RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC * __this, RuntimeObject* ___rsaEngine0, RuntimeObject* ___digest1, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algId2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs1Encoding__ctor_mFDC0C9838C10C17B83A8C9E5FA5D19979F1F30B7 (Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818 * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RsaDigestSigner::DerEncode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RsaDigestSigner_DerEncode_m404FAE30D9A461FAB444B238E6343E36645F89C9 (RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___hash0, 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.Asn1.X509.DigestInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestInfo__ctor_mD853B0D734A72030E6824F1173C5BDCFFF27BAE8 (DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algID0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___digest1, 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.Crypto.Engines.RsaEngine::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IRsa) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaEngine__ctor_mE6485D38E893A6C33657DD85E97E030913D96DFC (RsaEngine_tEED22646126B54BC4093C2DFB04A43777F3325FC * __this, RuntimeObject* ___rsa0, 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); // System.Int32 System.Int32::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667 (int32_t* __this, 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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyGenerationParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaKeyGenerationParameters__ctor_m0C207F713D1E5E02D2157907B09972B7123B7779 (RsaKeyGenerationParameters_t022DAB1E7E50F75CCB8F7D312B0BAAF185B15C0B * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___publicExponent0, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random1, int32_t ___strength2, int32_t ___certainty3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyGenerationParameters::get_PublicExponent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaKeyGenerationParameters_get_PublicExponent_m6F1FA9D5AF3D5EC2AD257CB2CB170741D7844B86_inline (RsaKeyGenerationParameters_t022DAB1E7E50F75CCB8F7D312B0BAAF185B15C0B * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Abs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Abs_m41F14FE53F6623C355F7D4A782ED8DCB98619024 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Max(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Max_m8B78A0E3CCA82B78B4F511D61F886CE24DAE8301 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, 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::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Divide_m13FDAD15EF3A36ABE09AF25575C554CCB1E59356 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___val0, const RuntimeMethod* method); // System.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); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricCipherKeyPair__ctor_mE5C700D8655EB14E3EC3610B2367603C325D2637 (AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___publicParameter0, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateParameter1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_IntValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Contains(System.Int32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Arrays_Contains_mA6F27613B7535BFB5B27C6005F406A558D525FF1 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___a0, int32_t ___n1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.Int32,System.Int32,System.Random) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mC76A43D8A987B2AD3F4591E152D84FEEC37B257E (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___bitLength0, int32_t ___certainty1, Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * ___random2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyGenerationParameters::get_Certainty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RsaKeyGenerationParameters_get_Certainty_mE4D848ABD7FFBCC3BBB0D4CB78D5B248A26B8DB2_inline (RsaKeyGenerationParameters_t022DAB1E7E50F75CCB8F7D312B0BAAF185B15C0B * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::IsProbablePrime(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_IsProbablePrime_m68C73EB5625F9E7182929F3A3115C5FF7A179394 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___certainty0, bool ___randomlySelected1, 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.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.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricKeyParameter__ctor_m383021999D70982D1E53120E9C0BD8DF08238CB3 (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * __this, bool ___privateKey0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters::Validate(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaKeyParameters_Validate_mF08E5CCA1F260FDB3D7DAC58345FCDF4F824656E (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___modulus0, const RuntimeMethod* method); // System.Int32 System.Boolean::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Boolean_GetHashCode_m03AF8B3CECAE9106C44A00E3B33E51CBFC45C411 (bool* __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, String_t* ___str0, int32_t ___radix1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters::ValidateValue(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaPrivateCrtKeyParameters_ValidateValue_mBCA7A53C8FACCAC7E3791F7F6D765160A56B6DBF (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, String_t* ___name1, String_t* ___desc2, 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_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_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_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); // 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.Pkcs.RsaPrivateKeyStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RsaPrivateKeyStructure_tEBAF070C7C3370B960215F537F3B94B693B66D25 * RsaPrivateKeyStructure_GetInstance_m6952772FA2FCFEAA5F4A85E1F92767DEFAD18C18 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaPrivateKeyStructure__ctor_m134A3042F2254437661FCD1F1A4C344A348D9682 (RsaPrivateKeyStructure_tEBAF070C7C3370B960215F537F3B94B693B66D25 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478 (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0 (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RsaPublicKeyStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RsaPublicKeyStructure::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37 * RsaPublicKeyStructure_GetInstance_m2F7D70AA61519CDDF0A82C70027E8434E5C2D797 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RsaPublicKeyStructure::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaPublicKeyStructure__ctor_m2C4CF2B37DB09A21F10A44A61324B1F7808D32F7 (RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::GetTypeName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::get_PositiveValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DerInteger_get_PositiveValue_m8732018F1F65AC4ECD83CD058341C9363AD5754B (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RsaPublicKeyStructure::get_Modulus() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaPublicKeyStructure_get_Modulus_m782264EF56CBDD91267CAA5DD3585F71C6FF0DBD_inline (RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RsaPublicKeyStructure::get_PublicExponent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaPublicKeyStructure_get_PublicExponent_mE2EF65E2DBB1A8A34BC8CD1438627D429865967E_inline (RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsaesOaepParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaesOaepParameters__ctor_m7A05AD28AA6A5919472D961EE061496D55BB43F1 (RsaesOaepParameters_tC1D00ED9CEB98C4D9C2881A4E3CE3396C92362B5 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * AlgorithmIdentifier_GetInstance_m480D23C39BAF9958D210AD19D4895D5520987CDB (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2 (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsassaPssParameters__ctor_m0701FC73BEA320CA448D9F8297C0694BFD84A64C (RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // 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); // 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.Void SB_EventSystem::AwakenSimulateMouse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SB_EventSystem_AwakenSimulateMouse_m64D4CE9DCB889CAD615599BD8394BD6023ED7E9A (SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * __this, const RuntimeMethod* method); // System.Void SB_EventSystem::InitListenerForMouseHoverHightColor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SB_EventSystem_InitListenerForMouseHoverHightColor_m698445F1801A03BAFD3AED26EDE31E090868160D (SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * __this, const RuntimeMethod* method); // System.Void SB_EventSystem::UpdateMoveSimulateMouse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SB_EventSystem_UpdateMoveSimulateMouse_mDE3625EA539232E2F084789AA4A2E291A4605B99 (SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * __this, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m3D703828D04A548E314FF6152FD7D40C05766649 (Action_1_tADE7002945D0298D50AB7971646AA98529C31136 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_tADE7002945D0298D50AB7971646AA98529C31136 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::get_activeSelf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___value0, const RuntimeMethod* method); // 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); // System.Boolean SB_EventSystem::IsClickMouseCooling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SB_EventSystem_IsClickMouseCooling_m06BCE8A5DC9546E7F130DF95591B9979929CBA6C (SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Lerp(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_Lerp_mBFA4C4D2574C8140AA840273D3E6565D66F6F261 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___a0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___b1, float ___t2, const RuntimeMethod* method); // UnityEngine.Quaternion SB_EventSystem::FormatQuat(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 SB_EventSystem_FormatQuat_mA9C3F48AB3C22DA23523FCB7ACB707B39516B703 (SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___quat0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Quaternion::get_eulerAngles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Quaternion_get_eulerAngles_m3DA616CAD670235A407E8A7A75925AA8E22338C3 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87 (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_width() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C (const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE (const RuntimeMethod* method); // System.Void JC.Unity.SimulateMouse::SetMousePointerPosition(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouse_SetMousePointerPosition_mC595A154098E21B2E2345D352E495575E446E1C9 (SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___pos0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_forward_m3082920F8A24AA02E4F542B6771EB0B63A91AC90 (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___point1, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::LookRotation(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_LookRotation_m1B0BEBEBCC384324A6771B9EAC89761F73E1D6BF (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forward0, 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 SB_EventSystem::RecordClickMouseTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SB_EventSystem_RecordClickMouseTime_m6D7B5EF621C922A0ACB18EEBF7205E720902792E (SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * __this, const RuntimeMethod* method); // System.Void MouseConfirm::OnClikc_Confirm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseConfirm_OnClikc_Confirm_mD67F59E9BB1CB3E0E90BEF09DD47A7565F611674 (MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::get_identity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702 (const RuntimeMethod* method); // System.Void SB_EventSystem/MouseTest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseTest__ctor_m98D234B1D9DA39FD626153C4F7FD25618FDEF696 (MouseTest_t19667380CD6500B956B18AF63436737941DB14FD * __this, const RuntimeMethod* method); // System.Void MouseConfirm::SetSelectable(UnityEngine.UI.Selectable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseConfirm_SetSelectable_m0F29D30076981A41A2C90AA283A046C7BBA0B202 (MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA * __this, Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___selectable0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.SCrypt::IsPowerOf2(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SCrypt_IsPowerOf2_m0BCC7A26D7CBDE8F70C4D7F884A2A340EFFA87E3 (int32_t ___x0, 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.Crypto.Generators.SCrypt::MFcrypt(System.Byte[],System.Byte[],System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SCrypt_MFcrypt_mA0CFB69DCF3BABF1B19FB550438CF76FD33B5B85 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___P0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S1, int32_t ___N2, int32_t ___r3, int32_t ___p4, int32_t ___dkLen5, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.SCrypt::SingleIterationPBKDF2(System.Byte[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SCrypt_SingleIterationPBKDF2_m1A2F38505B28EE1C44A2AE8C1A72A9F95B3078C2 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___P0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S1, int32_t ___dkLen2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::LE_To_UInt32(System.Byte[],System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pack_LE_To_UInt32_m2DB5E0CBFFC68E4D4E5F9BC4521F950A0D236627 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ns2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.SCrypt::SMix(System.UInt32[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SCrypt_SMix_m62BBC74BC53704D5C0F55C735F81B46F9D971F70 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___B0, int32_t ___BOff1, int32_t ___N2, int32_t ___r3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::UInt32_To_LE(System.UInt32[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pack_UInt32_To_LE_mE61BBCD11D82B8659D08CE8AC4A814BAFFCA4A95 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ns0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.SCrypt::ClearAll(System.Array[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SCrypt_ClearAll_m4CC192D7A8F72903434201A5AE12CA7D2D7DE077 (ArrayU5BU5D_t8362683248EAEBC59BDF25BF0CF15D88FA44455B* ___arrays0, 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.Generators.Pkcs5S2ParametersGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs5S2ParametersGenerator__ctor_mC94C3CAC5A822C24A56A1F8B2DEE185B02556FC9 (Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F * __this, RuntimeObject* ___digest0, 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.Object System.Array::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C (RuntimeArray * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.SCrypt::BlockMix(System.UInt32[],System.UInt32[],System.UInt32[],System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SCrypt_BlockMix_mD9CCA2CBFB33CE282CE2EB57251109A97B45021D (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___B0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___X11, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___X22, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Y3, int32_t ___r4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.SCrypt::Xor(System.UInt32[],System.UInt32[],System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SCrypt_Xor_m43078FBA075E8DE0F90823CFCC7E9154261415EC (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___a0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___b1, int32_t ___bOff2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___output3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::SalsaCore(System.Int32,System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Salsa20Engine_SalsaCore_mF39E4B89B8552D8575E6F9AEF5295E12680BFA75 (int32_t ___rounds0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___input1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x2, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.SCrypt::Clear(System.Array) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SCrypt_Clear_mB1D585A54A206B6F826561789955D48AD7734C90 (RuntimeArray * ___array0, 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.Engines.SM2Engine::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2Engine__ctor_mA00E99A91C06459A1D0115F9166CAB8F7B92486D (SM2Engine_t9F47084D67D00AA740B29D17856E2C3538CB0C5C * __this, RuntimeObject* ___digest0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters::get_Q() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECPublicKeyParameters_get_Q_m37408C2CF552166020ADF2CFD5D881029BC9C533_inline (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::get_H() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECDomainParameters_get_H_m63EEBE8D9957F9B7487AC767891F317A488E3014_inline (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_IsInfinity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::get_Curve() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ECDomainParameters_get_Curve_mAF743EDFBA6FB8B0CBFB23022CE6D7471EEEFC79_inline (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SM2Engine::Encrypt(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SM2Engine_Encrypt_mAA3E335D8346C05885B346CAED5A4A4EDCF77E0C (SM2Engine_t9F47084D67D00AA740B29D17856E2C3538CB0C5C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___inLen2, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SM2Engine::Decrypt(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SM2Engine_Decrypt_m81117837EA20BB39A6B4432EB9770932917E886F (SM2Engine_t9F47084D67D00AA740B29D17856E2C3538CB0C5C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___inLen2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointCombMultiplier::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FixedPointCombMultiplier__ctor_mD084612F9C60100B627319F19EBDBD944BA42F4A (FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SM2Engine::NextK() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * SM2Engine_NextK_mC68A32EEB1A2A2F14771B9439577E528B2740220 (SM2Engine_t9F47084D67D00AA740B29D17856E2C3538CB0C5C * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::get_G() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECDomainParameters_get_G_m98A15A2437F3706CF1B8D7F738246A1675B6243B_inline (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SM2Engine::Kdf(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2Engine_Kdf_mB139D8125C598DEE8D5FCD34DAC55B316C8CB7BB (SM2Engine_t9F47084D67D00AA740B29D17856E2C3538CB0C5C * __this, RuntimeObject* ___digest0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___c11, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encData2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SM2Engine::NotEncrypted(System.Byte[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SM2Engine_NotEncrypted_m8A3DB51A1777FA398561C73A7F257B9817F74F9E (SM2Engine_t9F47084D67D00AA740B29D17856E2C3538CB0C5C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encData0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input1, int32_t ___inOff2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SM2Engine::AddFieldElement(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2Engine_AddFieldElement_m53E1571F6F99D44BBE2B8D6FB38BF399EDF710E5 (SM2Engine_t9F47084D67D00AA740B29D17856E2C3538CB0C5C * __this, RuntimeObject* ___digest0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___v1, 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.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::ConcatenateAll(System.Byte[][]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Arrays_ConcatenateAll_mFD0C0EA5B7B3C247951E0F02F44D9BB49D1EB274 (ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ___vs0, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters::get_D() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECPrivateKeyParameters_get_D_m9B91C107111248008FD1E234A0EDEA5889C391B0_inline (ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Fill(System.Byte[],System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Arrays_Fill_m841D30B6E9F2CA374C9F6D5C3A690607C6E1BCFF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, uint8_t ___b1, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B (int32_t ___val10, int32_t ___val21, 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.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SM2Engine::Xor(System.Byte[],System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2Engine_Xor_mC4A1CC5069E1776FCC93B4050674A403C642AAD8 (SM2Engine_t9F47084D67D00AA740B29D17856E2C3538CB0C5C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___kdfOut1, int32_t ___dOff2, int32_t ___dRemaining3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::get_N() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECDomainParameters_get_N_m080834A40F7AF8441A6C3858E9E7738CE8812D2B_inline (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.SM2KeyExchange::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2KeyExchange__ctor_m24DD4CDA51F19C24E130269A2E1D346509A7D8F4 (SM2KeyExchange_tF3AC21854563CD4AD39B1A4C03A410B83FD14E74 * __this, RuntimeObject* ___digest0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithID::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ParametersWithID_get_Parameters_mC03BC0BC0C9A77E45731230E6CD17D16255FDC15_inline (ParametersWithID_t10A2A8D887A6E92FB601C9B83DD544E16C114DF8 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithID::GetID() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ParametersWithID_GetID_mD4008224265331BD0E4984E420B37E241C7D15BA_inline (ParametersWithID_t10A2A8D887A6E92FB601C9B83DD544E16C114DF8 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.SM2KeyExchange::GetZ(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SM2KeyExchange_GetZ_mF1D710C261B5870FF2B68BD9053F23455769D80B (SM2KeyExchange_tF3AC21854563CD4AD39B1A4C03A410B83FD14E74 * __this, RuntimeObject* ___digest0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___userID1, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___pubPoint2, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.SM2KeyExchange::CalculateInnerHash(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,System.Byte[],System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SM2KeyExchange_CalculateInnerHash_mA1D1EF4C80DF5755D42EFD36A39AE69CB0BA2665 (SM2KeyExchange_tF3AC21854563CD4AD39B1A4C03A410B83FD14E74 * __this, RuntimeObject* ___digest0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___u1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___za2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___zb3, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p14, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p25, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.SM2KeyExchange::S1(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SM2KeyExchange_S1_m8F7E348ED060C68404A662074AFB1EEF1D058016 (SM2KeyExchange_tF3AC21854563CD4AD39B1A4C03A410B83FD14E74 * __this, RuntimeObject* ___digest0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___u1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inner2, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.SM2KeyExchange::S2(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SM2KeyExchange_S2_m839000463E61D124525F839F46CCB71F79511120 (SM2KeyExchange_tF3AC21854563CD4AD39B1A4C03A410B83FD14E74 * __this, RuntimeObject* ___digest0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___u1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inner2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::CleanPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_CleanPoint_m49D1CE20B56EEFE9EDD23278EB9DF79D44DD6106 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___c0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.SM2KeyExchange::Reduce(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * SM2KeyExchange_Reduce_m52A47E8D89062C2AF1F6E6C32270FE2A03FAC17D (SM2KeyExchange_tF3AC21854563CD4AD39B1A4C03A410B83FD14E74 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::SumOfTwoMultiplies(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_SumOfTwoMultiplies_m6DE827E85A395A69DED4673F721DA7162534E24E (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___P0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___a1, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___Q2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___b3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.SM2KeyExchange::AddFieldElement(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2KeyExchange_AddFieldElement_mACC78A9648DA0EDEC360EE99704175D7C3B81AFB (SM2KeyExchange_tF3AC21854563CD4AD39B1A4C03A410B83FD14E74 * __this, RuntimeObject* ___digest0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___v1, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::And(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_And_m200BF473175A613ACAF43E62773BDF1DC0AC3EE2 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::SetBit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_SetBit_mFA6F411B93B24185445A62C9984071A9B51338EC (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___n0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.SM2KeyExchange::AddUserID(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2KeyExchange_AddUserID_mF417670DAF33C62969C099DFD318D810130A35B1 (SM2KeyExchange_tF3AC21854563CD4AD39B1A4C03A410B83FD14E74 * __this, RuntimeObject* ___digest0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___userID1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpCurve::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractFpCurve__ctor_m947A80805376A60114DDA1012E816316109ABE33 (AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2P256V1Point__ctor_mF858F8175376CF13FB38AC2C87A9995EA73E4789 (SM2P256V1Point_t10F6E503C58F0E5E27B631ADB8D177F8AF256FE3 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Hex::Decode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1 (String_t* ___data0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___sign0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2P256V1Curve__ctor_mC3E45C417D82AE9A695D926527FB5DF2E5EFAE20 (SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1FieldElement::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2P256V1FieldElement__ctor_m7F4011F24B3BCC46E536892C261C6FDF4214B458 (SM2P256V1FieldElement_tAC7B0BD1880A4E28911E2DC846EDCDBC2A020685 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2P256V1Point__ctor_m331B3BB6F72259AA21AA20CEA7C4D7FD93C98034 (SM2P256V1Point_t10F6E503C58F0E5E27B631ADB8D177F8AF256FE3 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2P256V1Point__ctor_m319277EFFB9259556E908D6760D799477D682F46 (SM2P256V1Point_t10F6E503C58F0E5E27B631ADB8D177F8AF256FE3 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_RawXCoord() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::Copy(System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nat256_Copy_m1653EBFBD20AD9A3A056523F1D43031D02E0AD25 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, int32_t ___xOff1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, int32_t ___zOff3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_RawYCoord() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve/SM2P256V1LookupTable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2P256V1LookupTable__ctor_m364BA67406FEB93E476EBF34318A09F071E93E1B (SM2P256V1LookupTable_tE9ED3C3736FBBA994521DAAE9F2B9CC05C4B09A6 * __this, SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C * ___outer0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___table1, int32_t ___size2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::Add(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat256_Add_mC5ED419BD5A3BF8408710CDC4D9E0496B96BAA5B (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::Gte(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nat256_Gte_mBE99895128A605A28DEE597F3A80B2C5DCB84560 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Field::AddPInvTo(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2P256V1Field_AddPInvTo_m8443964A777D3FAE5DCA80671F8E9B12261D36B5 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::Add(System.Int32,System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_Add_m8A7430FD1CEF372A76EC7AC3DCCD83377F23F2AA (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z3, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::Gte(System.Int32,System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nat_Gte_m7D4E0387ED7856767F864E0715B5960995B5AFB1 (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::SubFrom(System.Int32,System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nat_SubFrom_m03FE7B2CEE3A58735F779EEE8D6A903FCEF7E58D (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::Inc(System.Int32,System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_Inc_m7CB729069F0AEF8ED280BDD114512135B90EE31D (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* Nat256_FromBigInteger_m82D04DCB3568D468F446748498288F73869DE26A (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::SubFrom(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nat256_SubFrom_m741D30C9A531DF70DBED4517069A0C3CEC93EF0F (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::ShiftDownBit(System.Int32,System.UInt32[],System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_ShiftDownBit_m0823C8B3D0F9C0A8E4458CCC7CBEB50121326A77 (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, uint32_t ___c2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z3, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::ShiftDownBit(System.Int32,System.UInt32[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_ShiftDownBit_mD7E6D7A718512A2950007E93A3969B24F8917A3B (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, uint32_t ___c2, const RuntimeMethod* method); // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::CreateExt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* Nat256_CreateExt_m4360507E06CE8767F0382A15D452C38CC422F4F4 (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::Mul(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nat256_Mul_m1802D9AAAD4231FE5CDB4723E3903EE91F5CB0C4 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Field::Reduce(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2P256V1Field_Reduce_m9031A6BE78B5A6F882A6D00F2FDB362AE5D0E52C (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___xx0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::MulAddTo(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat256_MulAddTo_m6D3429BC7CC1CC28BBBE93102357BBD61D2C4046 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::IsZero(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nat256_IsZero_m5EA31E35502D6D28C3BEC0BD4E6F534151DF35EC (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::Zero(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nat256_Zero_mE3287B1776D5B469C880220CEF0A2AEAFE2706D8 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::Sub(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nat256_Sub_mD6FFF7A980B4F7E983B9D4F3D7509F60349648F8 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Field::Reduce32(System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2P256V1Field_Reduce32_mD222F3EC7DE92D9EF31E1EEC60DDBD3EA2533096 (uint32_t ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::Square(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nat256_Square_mE123FA52A0F75FF523A59FA5143961E42F4FDF57 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Field::SubPInvFrom(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2P256V1Field_SubPInvFrom_m95C859007673BE200463D7A3EF2F322C3C7BC361 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::Sub(System.Int32,System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nat_Sub_m316F2AB451AD98F9160D0F53EEA7D30E1AF756C4 (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z3, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::AddTo(System.Int32,System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_AddTo_m782E7F897AA6023BCE3490F1FB12EA952EA3329F (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::ShiftUpBit(System.Int32,System.UInt32[],System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_ShiftUpBit_m366A0046C19EE3C8E70566D99027726DAA8BB5D3 (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, uint32_t ___c2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z3, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RipeMD256Digest_get_AlgorithmName_m2EE832303F02D48DBFA60C8FDDF864106B2A4201 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6DBDE4DFCE47C72AFA52C1981772A8DD7EFD2C8); s_Il2CppMethodInitialized = true; } { // get { return "RIPEMD256"; } return _stringLiteralA6DBDE4DFCE47C72AFA52C1981772A8DD7EFD2C8; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::GetDigestSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_GetDigestSize_mE6E1922F8A1EB554AE397E6C2E4AD7C8C7505845 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, const RuntimeMethod* method) { { // return DigestLength; return ((int32_t)32); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private int[] X = new int[16]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_X_13(L_0); // public RipeMD256Digest() GeneralDigest__ctor_m6EECB69BC9E7F14DBD7C2BB564CA5A250C447616(__this, /*hidden argument*/NULL); // Reset(); VirtualActionInvoker0::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::Reset() */, __this); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD256Digest__ctor_m577A0F14FF259017B1DF05E4CF59E17D276D0F5C (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private int[] X = new int[16]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_X_13(L_0); // public RipeMD256Digest(RipeMD256Digest t):base(t) RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * L_1 = ___t0; GeneralDigest__ctor_m181D41AB9AD38413F958BCB544F5FDC89F103C85(__this, L_1, /*hidden argument*/NULL); // CopyIn(t); RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * L_2 = ___t0; RipeMD256Digest_CopyIn_mA5969928B0F41939F88B320C82DCB765926BD3E9(__this, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::CopyIn(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD256Digest_CopyIn_mA5969928B0F41939F88B320C82DCB765926BD3E9 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * ___t0, const RuntimeMethod* method) { { // base.CopyIn(t); RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * L_0 = ___t0; GeneralDigest_CopyIn_m6D242C109A2510C92AF1ADEF82AA99EB44BDA171(__this, L_0, /*hidden argument*/NULL); // H0 = t.H0; RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = L_1->get_H0_5(); __this->set_H0_5(L_2); // H1 = t.H1; RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * L_3 = ___t0; NullCheck(L_3); int32_t L_4 = L_3->get_H1_6(); __this->set_H1_6(L_4); // H2 = t.H2; RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * L_5 = ___t0; NullCheck(L_5); int32_t L_6 = L_5->get_H2_7(); __this->set_H2_7(L_6); // H3 = t.H3; RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * L_7 = ___t0; NullCheck(L_7); int32_t L_8 = L_7->get_H3_8(); __this->set_H3_8(L_8); // H4 = t.H4; RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * L_9 = ___t0; NullCheck(L_9); int32_t L_10 = L_9->get_H4_9(); __this->set_H4_9(L_10); // H5 = t.H5; RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * L_11 = ___t0; NullCheck(L_11); int32_t L_12 = L_11->get_H5_10(); __this->set_H5_10(L_12); // H6 = t.H6; RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * L_13 = ___t0; NullCheck(L_13); int32_t L_14 = L_13->get_H6_11(); __this->set_H6_11(L_14); // H7 = t.H7; RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * L_15 = ___t0; NullCheck(L_15); int32_t L_16 = L_15->get_H7_12(); __this->set_H7_12(L_16); // Array.Copy(t.X, 0, X, 0, t.X.Length); RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * L_17 = ___t0; NullCheck(L_17); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = L_17->get_X_13(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = __this->get_X_13(); RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * L_20 = ___t0; NullCheck(L_20); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = L_20->get_X_13(); NullCheck(L_21); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_18, 0, (RuntimeArray *)(RuntimeArray *)L_19, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))), /*hidden argument*/NULL); // xOff = t.xOff; RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * L_22 = ___t0; NullCheck(L_22); int32_t L_23 = L_22->get_xOff_14(); __this->set_xOff_14(L_23); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::ProcessWord(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD256Digest_ProcessWord_m2B66413B39C793ED45C065E1364CD5808FE136AA (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, const RuntimeMethod* method) { int32_t V_0 = 0; { // X[xOff++] = (input[inOff] & 0xff) | ((input[inOff + 1] & 0xff) << 8) // | ((input[inOff + 2] & 0xff) << 16) | ((input[inOff + 3] & 0xff) << 24); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_X_13(); int32_t L_1 = __this->get_xOff_14(); V_0 = L_1; int32_t L_2 = V_0; __this->set_xOff_14(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___input0; int32_t L_5 = ___inOff1; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___input0; int32_t L_9 = ___inOff1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___input0; int32_t L_13 = ___inOff1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___input0; int32_t L_17 = ___inOff1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)3)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)255)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)255)))<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)24)))))); // if (xOff == 16) int32_t L_20 = __this->get_xOff_14(); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)16))))) { goto IL_005d; } } { // ProcessBlock(); VirtualActionInvoker0::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::ProcessBlock() */, __this); } IL_005d: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::ProcessLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD256Digest_ProcessLength_mD19E4D6D5D6BA9792195B8242948AEE3DF890053 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int64_t ___bitLength0, const RuntimeMethod* method) { { // if (xOff > 14) int32_t L_0 = __this->get_xOff_14(); if ((((int32_t)L_0) <= ((int32_t)((int32_t)14)))) { goto IL_0010; } } { // ProcessBlock(); VirtualActionInvoker0::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::ProcessBlock() */, __this); } IL_0010: { // X[14] = (int)(bitLength & 0xffffffff); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = __this->get_X_13(); int64_t L_2 = ___bitLength0; NullCheck(L_1); (L_1)->SetAt(static_cast(((int32_t)14)), (int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_2&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1)))))))))); // X[15] = (int)((ulong)bitLength >> 32); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = __this->get_X_13(); int64_t L_4 = ___bitLength0; NullCheck(L_3); (L_3)->SetAt(static_cast(((int32_t)15)), (int32_t)((int32_t)((int32_t)((int64_t)((uint64_t)L_4>>((int32_t)32)))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::UnpackWord(System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD256Digest_UnpackWord_mCD1849BB3D1F09A2C99BAF9D5C830AB519849529 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___word0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes1, int32_t ___outOff2, const RuntimeMethod* method) { { // outBytes[outOff] = (byte)(uint)word; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___outBytes1; int32_t L_1 = ___outOff2; int32_t L_2 = ___word0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)((int32_t)((uint8_t)L_2))); // outBytes[outOff + 1] = (byte)((uint)word >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___outBytes1; int32_t L_4 = ___outOff2; int32_t L_5 = ___word0; NullCheck(L_3); (L_3)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_5>>8))))); // outBytes[outOff + 2] = (byte)((uint)word >> 16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___outBytes1; int32_t L_7 = ___outOff2; int32_t L_8 = ___word0; NullCheck(L_6); (L_6)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2))), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_8>>((int32_t)16)))))); // outBytes[outOff + 3] = (byte)((uint)word >> 24); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___outBytes1; int32_t L_10 = ___outOff2; int32_t L_11 = ___word0; NullCheck(L_9); (L_9)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)3))), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_11>>((int32_t)24)))))); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_DoFinal_m34BD082782A1EE6E2DBB974E1B473D43DFD1667E (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { { // Finish(); GeneralDigest_Finish_mD265C27934DD928D55B3F4605C61C9A3F9F1CA41(__this, /*hidden argument*/NULL); // UnpackWord(H0, output, outOff); int32_t L_0 = __this->get_H0_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___output0; int32_t L_2 = ___outOff1; RipeMD256Digest_UnpackWord_mCD1849BB3D1F09A2C99BAF9D5C830AB519849529(__this, L_0, L_1, L_2, /*hidden argument*/NULL); // UnpackWord(H1, output, outOff + 4); int32_t L_3 = __this->get_H1_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output0; int32_t L_5 = ___outOff1; RipeMD256Digest_UnpackWord_mCD1849BB3D1F09A2C99BAF9D5C830AB519849529(__this, L_3, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)4)), /*hidden argument*/NULL); // UnpackWord(H2, output, outOff + 8); int32_t L_6 = __this->get_H2_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___output0; int32_t L_8 = ___outOff1; RipeMD256Digest_UnpackWord_mCD1849BB3D1F09A2C99BAF9D5C830AB519849529(__this, L_6, L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)8)), /*hidden argument*/NULL); // UnpackWord(H3, output, outOff + 12); int32_t L_9 = __this->get_H3_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___output0; int32_t L_11 = ___outOff1; RipeMD256Digest_UnpackWord_mCD1849BB3D1F09A2C99BAF9D5C830AB519849529(__this, L_9, L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)12))), /*hidden argument*/NULL); // UnpackWord(H4, output, outOff + 16); int32_t L_12 = __this->get_H4_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___output0; int32_t L_14 = ___outOff1; RipeMD256Digest_UnpackWord_mCD1849BB3D1F09A2C99BAF9D5C830AB519849529(__this, L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)16))), /*hidden argument*/NULL); // UnpackWord(H5, output, outOff + 20); int32_t L_15 = __this->get_H5_10(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___output0; int32_t L_17 = ___outOff1; RipeMD256Digest_UnpackWord_mCD1849BB3D1F09A2C99BAF9D5C830AB519849529(__this, L_15, L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)20))), /*hidden argument*/NULL); // UnpackWord(H6, output, outOff + 24); int32_t L_18 = __this->get_H6_11(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___output0; int32_t L_20 = ___outOff1; RipeMD256Digest_UnpackWord_mCD1849BB3D1F09A2C99BAF9D5C830AB519849529(__this, L_18, L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)((int32_t)24))), /*hidden argument*/NULL); // UnpackWord(H7, output, outOff + 28); int32_t L_21 = __this->get_H7_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___output0; int32_t L_23 = ___outOff1; RipeMD256Digest_UnpackWord_mCD1849BB3D1F09A2C99BAF9D5C830AB519849529(__this, L_21, L_22, ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)((int32_t)28))), /*hidden argument*/NULL); // Reset(); VirtualActionInvoker0::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::Reset() */, __this); // return DigestLength; return ((int32_t)32); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD256Digest_Reset_mC2BABCA6D7EE94785078EB3777ADF63D471FF5F5 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // base.Reset(); GeneralDigest_Reset_m9C32D34E7DEA612AE47451FC2CD0E557CC448094(__this, /*hidden argument*/NULL); // H0 = unchecked((int)0x67452301); __this->set_H0_5(((int32_t)1732584193)); // H1 = unchecked((int)0xefcdab89); __this->set_H1_6(((int32_t)-271733879)); // H2 = unchecked((int)0x98badcfe); __this->set_H2_7(((int32_t)-1732584194)); // H3 = unchecked((int)0x10325476); __this->set_H3_8(((int32_t)271733878)); // H4 = unchecked((int)0x76543210); __this->set_H4_9(((int32_t)1985229328)); // H5 = unchecked((int)0xFEDCBA98); __this->set_H5_10(((int32_t)-19088744)); // H6 = unchecked((int)0x89ABCDEF); __this->set_H6_11(((int32_t)-1985229329)); // H7 = unchecked((int)0x01234567); __this->set_H7_12(((int32_t)19088743)); // xOff = 0; __this->set_xOff_14(0); // for (int i = 0; i != X.Length; i++) V_0 = 0; goto IL_0076; } IL_0069: { // X[i] = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_X_13(); int32_t L_1 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (int32_t)0); // for (int i = 0; i != X.Length; i++) int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_0076: { // for (int i = 0; i != X.Length; i++) int32_t L_3 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = __this->get_X_13(); NullCheck(L_4); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0069; } } { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::RL(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_RL_mBD2482E471C6C6B46E95F343028A74D34ED8123F (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___x0, int32_t ___n1, const RuntimeMethod* method) { { // return (x << n) | (int)((uint)x >> (32 - n)); int32_t L_0 = ___x0; int32_t L_1 = ___n1; int32_t L_2 = ___x0; int32_t L_3 = ___n1; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_2>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_3))&(int32_t)((int32_t)31))))))); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::F1(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_F1_m110F617323FD9B7541C75A88F595E99EED963ED0 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method) { { // return x ^ y ^ z; int32_t L_0 = ___x0; int32_t L_1 = ___y1; int32_t L_2 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0^(int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::F2(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_F2_mD1F5D8F2546BFC0E67E7784F40024487CD088F69 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method) { { // return (x & y) | (~ x & z); int32_t L_0 = ___x0; int32_t L_1 = ___y1; int32_t L_2 = ___x0; int32_t L_3 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))|(int32_t)((int32_t)((int32_t)((~L_2))&(int32_t)L_3)))); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::F3(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_F3_m06909C1692E54C4392B21C73433D3D4E99CB2805 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method) { { // return (x | ~ y) ^ z; int32_t L_0 = ___x0; int32_t L_1 = ___y1; int32_t L_2 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0|(int32_t)((~L_1))))^(int32_t)L_2)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::F4(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_F4_m44F68225D7D685B761A1883E3CC04A437BF18CA5 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method) { { // return (x & z) | (y & ~ z); int32_t L_0 = ___x0; int32_t L_1 = ___z2; int32_t L_2 = ___y1; int32_t L_3 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))|(int32_t)((int32_t)((int32_t)L_2&(int32_t)((~L_3)))))); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::F1(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_F1_m239F93838152784CA26C20327392C0E148A15170 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method) { { // return RL(a + F1(b, c, d) + x, s); int32_t L_0 = ___a0; int32_t L_1 = ___b1; int32_t L_2 = ___c2; int32_t L_3 = ___d3; int32_t L_4; L_4 = RipeMD256Digest_F1_m110F617323FD9B7541C75A88F595E99EED963ED0(__this, L_1, L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = ___x4; int32_t L_6 = ___s5; int32_t L_7; L_7 = RipeMD256Digest_RL_mBD2482E471C6C6B46E95F343028A74D34ED8123F(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_4)), (int32_t)L_5)), L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::F2(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_F2_mAA5352E6222B2BB9EC1B389F141F23D7820507EB (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method) { { // return RL(a + F2(b, c, d) + x + unchecked((int)0x5a827999), s); int32_t L_0 = ___a0; int32_t L_1 = ___b1; int32_t L_2 = ___c2; int32_t L_3 = ___d3; int32_t L_4; L_4 = RipeMD256Digest_F2_mD1F5D8F2546BFC0E67E7784F40024487CD088F69(__this, L_1, L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = ___x4; int32_t L_6 = ___s5; int32_t L_7; L_7 = RipeMD256Digest_RL_mBD2482E471C6C6B46E95F343028A74D34ED8123F(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_4)), (int32_t)L_5)), (int32_t)((int32_t)1518500249))), L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::F3(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_F3_mA435D8F6B7760FC413E3798AF30FA557999A57C6 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method) { { // return RL(a + F3(b, c, d) + x + unchecked((int)0x6ed9eba1), s); int32_t L_0 = ___a0; int32_t L_1 = ___b1; int32_t L_2 = ___c2; int32_t L_3 = ___d3; int32_t L_4; L_4 = RipeMD256Digest_F3_m06909C1692E54C4392B21C73433D3D4E99CB2805(__this, L_1, L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = ___x4; int32_t L_6 = ___s5; int32_t L_7; L_7 = RipeMD256Digest_RL_mBD2482E471C6C6B46E95F343028A74D34ED8123F(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_4)), (int32_t)L_5)), (int32_t)((int32_t)1859775393))), L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::F4(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_F4_mA1632A9A24D5ABB0BD46A149AD47E11E03A847D6 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method) { { // return RL(a + F4(b, c, d) + x + unchecked((int)0x8f1bbcdc), s); int32_t L_0 = ___a0; int32_t L_1 = ___b1; int32_t L_2 = ___c2; int32_t L_3 = ___d3; int32_t L_4; L_4 = RipeMD256Digest_F4_m44F68225D7D685B761A1883E3CC04A437BF18CA5(__this, L_1, L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = ___x4; int32_t L_6 = ___s5; int32_t L_7; L_7 = RipeMD256Digest_RL_mBD2482E471C6C6B46E95F343028A74D34ED8123F(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_4)), (int32_t)L_5)), (int32_t)((int32_t)-1894007588))), L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::FF1(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_FF1_mA3FD812DC3C4582E7BD7DA6C53075CF4D8375B3B (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method) { { // return RL(a + F1(b, c, d) + x, s); int32_t L_0 = ___a0; int32_t L_1 = ___b1; int32_t L_2 = ___c2; int32_t L_3 = ___d3; int32_t L_4; L_4 = RipeMD256Digest_F1_m110F617323FD9B7541C75A88F595E99EED963ED0(__this, L_1, L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = ___x4; int32_t L_6 = ___s5; int32_t L_7; L_7 = RipeMD256Digest_RL_mBD2482E471C6C6B46E95F343028A74D34ED8123F(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_4)), (int32_t)L_5)), L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::FF2(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_FF2_m61DA00A20C857A9B88F0391C8CF4CCDF4C7D1414 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method) { { // return RL(a + F2(b, c, d) + x + unchecked((int)0x6d703ef3), s); int32_t L_0 = ___a0; int32_t L_1 = ___b1; int32_t L_2 = ___c2; int32_t L_3 = ___d3; int32_t L_4; L_4 = RipeMD256Digest_F2_mD1F5D8F2546BFC0E67E7784F40024487CD088F69(__this, L_1, L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = ___x4; int32_t L_6 = ___s5; int32_t L_7; L_7 = RipeMD256Digest_RL_mBD2482E471C6C6B46E95F343028A74D34ED8123F(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_4)), (int32_t)L_5)), (int32_t)((int32_t)1836072691))), L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::FF3(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_FF3_m10A365066F07CCE7C534990ADE314A43F586E26A (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method) { { // return RL(a + F3(b, c, d) + x + unchecked((int)0x5c4dd124), s); int32_t L_0 = ___a0; int32_t L_1 = ___b1; int32_t L_2 = ___c2; int32_t L_3 = ___d3; int32_t L_4; L_4 = RipeMD256Digest_F3_m06909C1692E54C4392B21C73433D3D4E99CB2805(__this, L_1, L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = ___x4; int32_t L_6 = ___s5; int32_t L_7; L_7 = RipeMD256Digest_RL_mBD2482E471C6C6B46E95F343028A74D34ED8123F(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_4)), (int32_t)L_5)), (int32_t)((int32_t)1548603684))), L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::FF4(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD256Digest_FF4_m5D2D18971D4D009BB7A33763DF01D6C07A125E34 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method) { { // return RL(a + F4(b, c, d) + x + unchecked((int)0x50a28be6), s); int32_t L_0 = ___a0; int32_t L_1 = ___b1; int32_t L_2 = ___c2; int32_t L_3 = ___d3; int32_t L_4; L_4 = RipeMD256Digest_F4_m44F68225D7D685B761A1883E3CC04A437BF18CA5(__this, L_1, L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = ___x4; int32_t L_6 = ___s5; int32_t L_7; L_7 = RipeMD256Digest_RL_mBD2482E471C6C6B46E95F343028A74D34ED8123F(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_4)), (int32_t)L_5)), (int32_t)((int32_t)1352829926))), L_6, /*hidden argument*/NULL); return L_7; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::ProcessBlock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD256Digest_ProcessBlock_mA1263EAACC7E43C3277AE59DF4963459F3618062 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; { // a = H0; int32_t L_0 = __this->get_H0_5(); V_0 = L_0; // b = H1; int32_t L_1 = __this->get_H1_6(); V_2 = L_1; // c = H2; int32_t L_2 = __this->get_H2_7(); V_4 = L_2; // d = H3; int32_t L_3 = __this->get_H3_8(); V_6 = L_3; // aa = H4; int32_t L_4 = __this->get_H4_9(); V_1 = L_4; // bb = H5; int32_t L_5 = __this->get_H5_10(); V_3 = L_5; // cc = H6; int32_t L_6 = __this->get_H6_11(); V_5 = L_6; // dd = H7; int32_t L_7 = __this->get_H7_12(); V_7 = L_7; // a = F1(a, b, c, d, X[0], 11); int32_t L_8 = V_0; int32_t L_9 = V_2; int32_t L_10 = V_4; int32_t L_11 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = __this->get_X_13(); NullCheck(L_12); int32_t L_13 = 0; int32_t L_14 = (L_12)->GetAt(static_cast(L_13)); int32_t L_15; L_15 = RipeMD256Digest_F1_m239F93838152784CA26C20327392C0E148A15170(__this, L_8, L_9, L_10, L_11, L_14, ((int32_t)11), /*hidden argument*/NULL); V_0 = L_15; // d = F1(d, a, b, c, X[1], 14); int32_t L_16 = V_6; int32_t L_17 = V_0; int32_t L_18 = V_2; int32_t L_19 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_20 = __this->get_X_13(); NullCheck(L_20); int32_t L_21 = 1; int32_t L_22 = (L_20)->GetAt(static_cast(L_21)); int32_t L_23; L_23 = RipeMD256Digest_F1_m239F93838152784CA26C20327392C0E148A15170(__this, L_16, L_17, L_18, L_19, L_22, ((int32_t)14), /*hidden argument*/NULL); V_6 = L_23; // c = F1(c, d, a, b, X[2], 15); int32_t L_24 = V_4; int32_t L_25 = V_6; int32_t L_26 = V_0; int32_t L_27 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_28 = __this->get_X_13(); NullCheck(L_28); int32_t L_29 = 2; int32_t L_30 = (L_28)->GetAt(static_cast(L_29)); int32_t L_31; L_31 = RipeMD256Digest_F1_m239F93838152784CA26C20327392C0E148A15170(__this, L_24, L_25, L_26, L_27, L_30, ((int32_t)15), /*hidden argument*/NULL); V_4 = L_31; // b = F1(b, c, d, a, X[3], 12); int32_t L_32 = V_2; int32_t L_33 = V_4; int32_t L_34 = V_6; int32_t L_35 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_36 = __this->get_X_13(); NullCheck(L_36); int32_t L_37 = 3; int32_t L_38 = (L_36)->GetAt(static_cast(L_37)); int32_t L_39; L_39 = RipeMD256Digest_F1_m239F93838152784CA26C20327392C0E148A15170(__this, L_32, L_33, L_34, L_35, L_38, ((int32_t)12), /*hidden argument*/NULL); V_2 = L_39; // a = F1(a, b, c, d, X[4], 5); int32_t L_40 = V_0; int32_t L_41 = V_2; int32_t L_42 = V_4; int32_t L_43 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_44 = __this->get_X_13(); NullCheck(L_44); int32_t L_45 = 4; int32_t L_46 = (L_44)->GetAt(static_cast(L_45)); int32_t L_47; L_47 = RipeMD256Digest_F1_m239F93838152784CA26C20327392C0E148A15170(__this, L_40, L_41, L_42, L_43, L_46, 5, /*hidden argument*/NULL); V_0 = L_47; // d = F1(d, a, b, c, X[5], 8); int32_t L_48 = V_6; int32_t L_49 = V_0; int32_t L_50 = V_2; int32_t L_51 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_52 = __this->get_X_13(); NullCheck(L_52); int32_t L_53 = 5; int32_t L_54 = (L_52)->GetAt(static_cast(L_53)); int32_t L_55; L_55 = RipeMD256Digest_F1_m239F93838152784CA26C20327392C0E148A15170(__this, L_48, L_49, L_50, L_51, L_54, 8, /*hidden argument*/NULL); V_6 = L_55; // c = F1(c, d, a, b, X[6], 7); int32_t L_56 = V_4; int32_t L_57 = V_6; int32_t L_58 = V_0; int32_t L_59 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_60 = __this->get_X_13(); NullCheck(L_60); int32_t L_61 = 6; int32_t L_62 = (L_60)->GetAt(static_cast(L_61)); int32_t L_63; L_63 = RipeMD256Digest_F1_m239F93838152784CA26C20327392C0E148A15170(__this, L_56, L_57, L_58, L_59, L_62, 7, /*hidden argument*/NULL); V_4 = L_63; // b = F1(b, c, d, a, X[7], 9); int32_t L_64 = V_2; int32_t L_65 = V_4; int32_t L_66 = V_6; int32_t L_67 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_68 = __this->get_X_13(); NullCheck(L_68); int32_t L_69 = 7; int32_t L_70 = (L_68)->GetAt(static_cast(L_69)); int32_t L_71; L_71 = RipeMD256Digest_F1_m239F93838152784CA26C20327392C0E148A15170(__this, L_64, L_65, L_66, L_67, L_70, ((int32_t)9), /*hidden argument*/NULL); V_2 = L_71; // a = F1(a, b, c, d, X[8], 11); int32_t L_72 = V_0; int32_t L_73 = V_2; int32_t L_74 = V_4; int32_t L_75 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_76 = __this->get_X_13(); NullCheck(L_76); int32_t L_77 = 8; int32_t L_78 = (L_76)->GetAt(static_cast(L_77)); int32_t L_79; L_79 = RipeMD256Digest_F1_m239F93838152784CA26C20327392C0E148A15170(__this, L_72, L_73, L_74, L_75, L_78, ((int32_t)11), /*hidden argument*/NULL); V_0 = L_79; // d = F1(d, a, b, c, X[9], 13); int32_t L_80 = V_6; int32_t L_81 = V_0; int32_t L_82 = V_2; int32_t L_83 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_84 = __this->get_X_13(); NullCheck(L_84); int32_t L_85 = ((int32_t)9); int32_t L_86 = (L_84)->GetAt(static_cast(L_85)); int32_t L_87; L_87 = RipeMD256Digest_F1_m239F93838152784CA26C20327392C0E148A15170(__this, L_80, L_81, L_82, L_83, L_86, ((int32_t)13), /*hidden argument*/NULL); V_6 = L_87; // c = F1(c, d, a, b, X[10], 14); int32_t L_88 = V_4; int32_t L_89 = V_6; int32_t L_90 = V_0; int32_t L_91 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_92 = __this->get_X_13(); NullCheck(L_92); int32_t L_93 = ((int32_t)10); int32_t L_94 = (L_92)->GetAt(static_cast(L_93)); int32_t L_95; L_95 = RipeMD256Digest_F1_m239F93838152784CA26C20327392C0E148A15170(__this, L_88, L_89, L_90, L_91, L_94, ((int32_t)14), /*hidden argument*/NULL); V_4 = L_95; // b = F1(b, c, d, a, X[11], 15); int32_t L_96 = V_2; int32_t L_97 = V_4; int32_t L_98 = V_6; int32_t L_99 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_100 = __this->get_X_13(); NullCheck(L_100); int32_t L_101 = ((int32_t)11); int32_t L_102 = (L_100)->GetAt(static_cast(L_101)); int32_t L_103; L_103 = RipeMD256Digest_F1_m239F93838152784CA26C20327392C0E148A15170(__this, L_96, L_97, L_98, L_99, L_102, ((int32_t)15), /*hidden argument*/NULL); V_2 = L_103; // a = F1(a, b, c, d, X[12], 6); int32_t L_104 = V_0; int32_t L_105 = V_2; int32_t L_106 = V_4; int32_t L_107 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_108 = __this->get_X_13(); NullCheck(L_108); int32_t L_109 = ((int32_t)12); int32_t L_110 = (L_108)->GetAt(static_cast(L_109)); int32_t L_111; L_111 = RipeMD256Digest_F1_m239F93838152784CA26C20327392C0E148A15170(__this, L_104, L_105, L_106, L_107, L_110, 6, /*hidden argument*/NULL); V_0 = L_111; // d = F1(d, a, b, c, X[13], 7); int32_t L_112 = V_6; int32_t L_113 = V_0; int32_t L_114 = V_2; int32_t L_115 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_116 = __this->get_X_13(); NullCheck(L_116); int32_t L_117 = ((int32_t)13); int32_t L_118 = (L_116)->GetAt(static_cast(L_117)); int32_t L_119; L_119 = RipeMD256Digest_F1_m239F93838152784CA26C20327392C0E148A15170(__this, L_112, L_113, L_114, L_115, L_118, 7, /*hidden argument*/NULL); V_6 = L_119; // c = F1(c, d, a, b, X[14], 9); int32_t L_120 = V_4; int32_t L_121 = V_6; int32_t L_122 = V_0; int32_t L_123 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_124 = __this->get_X_13(); NullCheck(L_124); int32_t L_125 = ((int32_t)14); int32_t L_126 = (L_124)->GetAt(static_cast(L_125)); int32_t L_127; L_127 = RipeMD256Digest_F1_m239F93838152784CA26C20327392C0E148A15170(__this, L_120, L_121, L_122, L_123, L_126, ((int32_t)9), /*hidden argument*/NULL); V_4 = L_127; // b = F1(b, c, d, a, X[15], 8); int32_t L_128 = V_2; int32_t L_129 = V_4; int32_t L_130 = V_6; int32_t L_131 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_132 = __this->get_X_13(); NullCheck(L_132); int32_t L_133 = ((int32_t)15); int32_t L_134 = (L_132)->GetAt(static_cast(L_133)); int32_t L_135; L_135 = RipeMD256Digest_F1_m239F93838152784CA26C20327392C0E148A15170(__this, L_128, L_129, L_130, L_131, L_134, 8, /*hidden argument*/NULL); V_2 = L_135; // aa = FF4(aa, bb, cc, dd, X[5], 8); int32_t L_136 = V_1; int32_t L_137 = V_3; int32_t L_138 = V_5; int32_t L_139 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_140 = __this->get_X_13(); NullCheck(L_140); int32_t L_141 = 5; int32_t L_142 = (L_140)->GetAt(static_cast(L_141)); int32_t L_143; L_143 = RipeMD256Digest_FF4_m5D2D18971D4D009BB7A33763DF01D6C07A125E34(__this, L_136, L_137, L_138, L_139, L_142, 8, /*hidden argument*/NULL); V_1 = L_143; // dd = FF4(dd, aa, bb, cc, X[14], 9); int32_t L_144 = V_7; int32_t L_145 = V_1; int32_t L_146 = V_3; int32_t L_147 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_148 = __this->get_X_13(); NullCheck(L_148); int32_t L_149 = ((int32_t)14); int32_t L_150 = (L_148)->GetAt(static_cast(L_149)); int32_t L_151; L_151 = RipeMD256Digest_FF4_m5D2D18971D4D009BB7A33763DF01D6C07A125E34(__this, L_144, L_145, L_146, L_147, L_150, ((int32_t)9), /*hidden argument*/NULL); V_7 = L_151; // cc = FF4(cc, dd, aa, bb, X[7], 9); int32_t L_152 = V_5; int32_t L_153 = V_7; int32_t L_154 = V_1; int32_t L_155 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_156 = __this->get_X_13(); NullCheck(L_156); int32_t L_157 = 7; int32_t L_158 = (L_156)->GetAt(static_cast(L_157)); int32_t L_159; L_159 = RipeMD256Digest_FF4_m5D2D18971D4D009BB7A33763DF01D6C07A125E34(__this, L_152, L_153, L_154, L_155, L_158, ((int32_t)9), /*hidden argument*/NULL); V_5 = L_159; // bb = FF4(bb, cc, dd, aa, X[0], 11); int32_t L_160 = V_3; int32_t L_161 = V_5; int32_t L_162 = V_7; int32_t L_163 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_164 = __this->get_X_13(); NullCheck(L_164); int32_t L_165 = 0; int32_t L_166 = (L_164)->GetAt(static_cast(L_165)); int32_t L_167; L_167 = RipeMD256Digest_FF4_m5D2D18971D4D009BB7A33763DF01D6C07A125E34(__this, L_160, L_161, L_162, L_163, L_166, ((int32_t)11), /*hidden argument*/NULL); V_3 = L_167; // aa = FF4(aa, bb, cc, dd, X[9], 13); int32_t L_168 = V_1; int32_t L_169 = V_3; int32_t L_170 = V_5; int32_t L_171 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_172 = __this->get_X_13(); NullCheck(L_172); int32_t L_173 = ((int32_t)9); int32_t L_174 = (L_172)->GetAt(static_cast(L_173)); int32_t L_175; L_175 = RipeMD256Digest_FF4_m5D2D18971D4D009BB7A33763DF01D6C07A125E34(__this, L_168, L_169, L_170, L_171, L_174, ((int32_t)13), /*hidden argument*/NULL); V_1 = L_175; // dd = FF4(dd, aa, bb, cc, X[2], 15); int32_t L_176 = V_7; int32_t L_177 = V_1; int32_t L_178 = V_3; int32_t L_179 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_180 = __this->get_X_13(); NullCheck(L_180); int32_t L_181 = 2; int32_t L_182 = (L_180)->GetAt(static_cast(L_181)); int32_t L_183; L_183 = RipeMD256Digest_FF4_m5D2D18971D4D009BB7A33763DF01D6C07A125E34(__this, L_176, L_177, L_178, L_179, L_182, ((int32_t)15), /*hidden argument*/NULL); V_7 = L_183; // cc = FF4(cc, dd, aa, bb, X[11], 15); int32_t L_184 = V_5; int32_t L_185 = V_7; int32_t L_186 = V_1; int32_t L_187 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_188 = __this->get_X_13(); NullCheck(L_188); int32_t L_189 = ((int32_t)11); int32_t L_190 = (L_188)->GetAt(static_cast(L_189)); int32_t L_191; L_191 = RipeMD256Digest_FF4_m5D2D18971D4D009BB7A33763DF01D6C07A125E34(__this, L_184, L_185, L_186, L_187, L_190, ((int32_t)15), /*hidden argument*/NULL); V_5 = L_191; // bb = FF4(bb, cc, dd, aa, X[4], 5); int32_t L_192 = V_3; int32_t L_193 = V_5; int32_t L_194 = V_7; int32_t L_195 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_196 = __this->get_X_13(); NullCheck(L_196); int32_t L_197 = 4; int32_t L_198 = (L_196)->GetAt(static_cast(L_197)); int32_t L_199; L_199 = RipeMD256Digest_FF4_m5D2D18971D4D009BB7A33763DF01D6C07A125E34(__this, L_192, L_193, L_194, L_195, L_198, 5, /*hidden argument*/NULL); V_3 = L_199; // aa = FF4(aa, bb, cc, dd, X[13], 7); int32_t L_200 = V_1; int32_t L_201 = V_3; int32_t L_202 = V_5; int32_t L_203 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_204 = __this->get_X_13(); NullCheck(L_204); int32_t L_205 = ((int32_t)13); int32_t L_206 = (L_204)->GetAt(static_cast(L_205)); int32_t L_207; L_207 = RipeMD256Digest_FF4_m5D2D18971D4D009BB7A33763DF01D6C07A125E34(__this, L_200, L_201, L_202, L_203, L_206, 7, /*hidden argument*/NULL); V_1 = L_207; // dd = FF4(dd, aa, bb, cc, X[6], 7); int32_t L_208 = V_7; int32_t L_209 = V_1; int32_t L_210 = V_3; int32_t L_211 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_212 = __this->get_X_13(); NullCheck(L_212); int32_t L_213 = 6; int32_t L_214 = (L_212)->GetAt(static_cast(L_213)); int32_t L_215; L_215 = RipeMD256Digest_FF4_m5D2D18971D4D009BB7A33763DF01D6C07A125E34(__this, L_208, L_209, L_210, L_211, L_214, 7, /*hidden argument*/NULL); V_7 = L_215; // cc = FF4(cc, dd, aa, bb, X[15], 8); int32_t L_216 = V_5; int32_t L_217 = V_7; int32_t L_218 = V_1; int32_t L_219 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_220 = __this->get_X_13(); NullCheck(L_220); int32_t L_221 = ((int32_t)15); int32_t L_222 = (L_220)->GetAt(static_cast(L_221)); int32_t L_223; L_223 = RipeMD256Digest_FF4_m5D2D18971D4D009BB7A33763DF01D6C07A125E34(__this, L_216, L_217, L_218, L_219, L_222, 8, /*hidden argument*/NULL); V_5 = L_223; // bb = FF4(bb, cc, dd, aa, X[8], 11); int32_t L_224 = V_3; int32_t L_225 = V_5; int32_t L_226 = V_7; int32_t L_227 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_228 = __this->get_X_13(); NullCheck(L_228); int32_t L_229 = 8; int32_t L_230 = (L_228)->GetAt(static_cast(L_229)); int32_t L_231; L_231 = RipeMD256Digest_FF4_m5D2D18971D4D009BB7A33763DF01D6C07A125E34(__this, L_224, L_225, L_226, L_227, L_230, ((int32_t)11), /*hidden argument*/NULL); V_3 = L_231; // aa = FF4(aa, bb, cc, dd, X[1], 14); int32_t L_232 = V_1; int32_t L_233 = V_3; int32_t L_234 = V_5; int32_t L_235 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_236 = __this->get_X_13(); NullCheck(L_236); int32_t L_237 = 1; int32_t L_238 = (L_236)->GetAt(static_cast(L_237)); int32_t L_239; L_239 = RipeMD256Digest_FF4_m5D2D18971D4D009BB7A33763DF01D6C07A125E34(__this, L_232, L_233, L_234, L_235, L_238, ((int32_t)14), /*hidden argument*/NULL); V_1 = L_239; // dd = FF4(dd, aa, bb, cc, X[10], 14); int32_t L_240 = V_7; int32_t L_241 = V_1; int32_t L_242 = V_3; int32_t L_243 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_244 = __this->get_X_13(); NullCheck(L_244); int32_t L_245 = ((int32_t)10); int32_t L_246 = (L_244)->GetAt(static_cast(L_245)); int32_t L_247; L_247 = RipeMD256Digest_FF4_m5D2D18971D4D009BB7A33763DF01D6C07A125E34(__this, L_240, L_241, L_242, L_243, L_246, ((int32_t)14), /*hidden argument*/NULL); V_7 = L_247; // cc = FF4(cc, dd, aa, bb, X[3], 12); int32_t L_248 = V_5; int32_t L_249 = V_7; int32_t L_250 = V_1; int32_t L_251 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_252 = __this->get_X_13(); NullCheck(L_252); int32_t L_253 = 3; int32_t L_254 = (L_252)->GetAt(static_cast(L_253)); int32_t L_255; L_255 = RipeMD256Digest_FF4_m5D2D18971D4D009BB7A33763DF01D6C07A125E34(__this, L_248, L_249, L_250, L_251, L_254, ((int32_t)12), /*hidden argument*/NULL); V_5 = L_255; // bb = FF4(bb, cc, dd, aa, X[12], 6); int32_t L_256 = V_3; int32_t L_257 = V_5; int32_t L_258 = V_7; int32_t L_259 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_260 = __this->get_X_13(); NullCheck(L_260); int32_t L_261 = ((int32_t)12); int32_t L_262 = (L_260)->GetAt(static_cast(L_261)); int32_t L_263; L_263 = RipeMD256Digest_FF4_m5D2D18971D4D009BB7A33763DF01D6C07A125E34(__this, L_256, L_257, L_258, L_259, L_262, 6, /*hidden argument*/NULL); V_3 = L_263; // t = a; a = aa; aa = t; int32_t L_264 = V_0; // t = a; a = aa; aa = t; int32_t L_265 = V_1; V_0 = L_265; // t = a; a = aa; aa = t; V_1 = L_264; // a = F2(a, b, c, d, X[7], 7); int32_t L_266 = V_0; int32_t L_267 = V_2; int32_t L_268 = V_4; int32_t L_269 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_270 = __this->get_X_13(); NullCheck(L_270); int32_t L_271 = 7; int32_t L_272 = (L_270)->GetAt(static_cast(L_271)); int32_t L_273; L_273 = RipeMD256Digest_F2_mAA5352E6222B2BB9EC1B389F141F23D7820507EB(__this, L_266, L_267, L_268, L_269, L_272, 7, /*hidden argument*/NULL); V_0 = L_273; // d = F2(d, a, b, c, X[4], 6); int32_t L_274 = V_6; int32_t L_275 = V_0; int32_t L_276 = V_2; int32_t L_277 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_278 = __this->get_X_13(); NullCheck(L_278); int32_t L_279 = 4; int32_t L_280 = (L_278)->GetAt(static_cast(L_279)); int32_t L_281; L_281 = RipeMD256Digest_F2_mAA5352E6222B2BB9EC1B389F141F23D7820507EB(__this, L_274, L_275, L_276, L_277, L_280, 6, /*hidden argument*/NULL); V_6 = L_281; // c = F2(c, d, a, b, X[13], 8); int32_t L_282 = V_4; int32_t L_283 = V_6; int32_t L_284 = V_0; int32_t L_285 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_286 = __this->get_X_13(); NullCheck(L_286); int32_t L_287 = ((int32_t)13); int32_t L_288 = (L_286)->GetAt(static_cast(L_287)); int32_t L_289; L_289 = RipeMD256Digest_F2_mAA5352E6222B2BB9EC1B389F141F23D7820507EB(__this, L_282, L_283, L_284, L_285, L_288, 8, /*hidden argument*/NULL); V_4 = L_289; // b = F2(b, c, d, a, X[1], 13); int32_t L_290 = V_2; int32_t L_291 = V_4; int32_t L_292 = V_6; int32_t L_293 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_294 = __this->get_X_13(); NullCheck(L_294); int32_t L_295 = 1; int32_t L_296 = (L_294)->GetAt(static_cast(L_295)); int32_t L_297; L_297 = RipeMD256Digest_F2_mAA5352E6222B2BB9EC1B389F141F23D7820507EB(__this, L_290, L_291, L_292, L_293, L_296, ((int32_t)13), /*hidden argument*/NULL); V_2 = L_297; // a = F2(a, b, c, d, X[10], 11); int32_t L_298 = V_0; int32_t L_299 = V_2; int32_t L_300 = V_4; int32_t L_301 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_302 = __this->get_X_13(); NullCheck(L_302); int32_t L_303 = ((int32_t)10); int32_t L_304 = (L_302)->GetAt(static_cast(L_303)); int32_t L_305; L_305 = RipeMD256Digest_F2_mAA5352E6222B2BB9EC1B389F141F23D7820507EB(__this, L_298, L_299, L_300, L_301, L_304, ((int32_t)11), /*hidden argument*/NULL); V_0 = L_305; // d = F2(d, a, b, c, X[6], 9); int32_t L_306 = V_6; int32_t L_307 = V_0; int32_t L_308 = V_2; int32_t L_309 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_310 = __this->get_X_13(); NullCheck(L_310); int32_t L_311 = 6; int32_t L_312 = (L_310)->GetAt(static_cast(L_311)); int32_t L_313; L_313 = RipeMD256Digest_F2_mAA5352E6222B2BB9EC1B389F141F23D7820507EB(__this, L_306, L_307, L_308, L_309, L_312, ((int32_t)9), /*hidden argument*/NULL); V_6 = L_313; // c = F2(c, d, a, b, X[15], 7); int32_t L_314 = V_4; int32_t L_315 = V_6; int32_t L_316 = V_0; int32_t L_317 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_318 = __this->get_X_13(); NullCheck(L_318); int32_t L_319 = ((int32_t)15); int32_t L_320 = (L_318)->GetAt(static_cast(L_319)); int32_t L_321; L_321 = RipeMD256Digest_F2_mAA5352E6222B2BB9EC1B389F141F23D7820507EB(__this, L_314, L_315, L_316, L_317, L_320, 7, /*hidden argument*/NULL); V_4 = L_321; // b = F2(b, c, d, a, X[3], 15); int32_t L_322 = V_2; int32_t L_323 = V_4; int32_t L_324 = V_6; int32_t L_325 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_326 = __this->get_X_13(); NullCheck(L_326); int32_t L_327 = 3; int32_t L_328 = (L_326)->GetAt(static_cast(L_327)); int32_t L_329; L_329 = RipeMD256Digest_F2_mAA5352E6222B2BB9EC1B389F141F23D7820507EB(__this, L_322, L_323, L_324, L_325, L_328, ((int32_t)15), /*hidden argument*/NULL); V_2 = L_329; // a = F2(a, b, c, d, X[12], 7); int32_t L_330 = V_0; int32_t L_331 = V_2; int32_t L_332 = V_4; int32_t L_333 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_334 = __this->get_X_13(); NullCheck(L_334); int32_t L_335 = ((int32_t)12); int32_t L_336 = (L_334)->GetAt(static_cast(L_335)); int32_t L_337; L_337 = RipeMD256Digest_F2_mAA5352E6222B2BB9EC1B389F141F23D7820507EB(__this, L_330, L_331, L_332, L_333, L_336, 7, /*hidden argument*/NULL); V_0 = L_337; // d = F2(d, a, b, c, X[0], 12); int32_t L_338 = V_6; int32_t L_339 = V_0; int32_t L_340 = V_2; int32_t L_341 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_342 = __this->get_X_13(); NullCheck(L_342); int32_t L_343 = 0; int32_t L_344 = (L_342)->GetAt(static_cast(L_343)); int32_t L_345; L_345 = RipeMD256Digest_F2_mAA5352E6222B2BB9EC1B389F141F23D7820507EB(__this, L_338, L_339, L_340, L_341, L_344, ((int32_t)12), /*hidden argument*/NULL); V_6 = L_345; // c = F2(c, d, a, b, X[9], 15); int32_t L_346 = V_4; int32_t L_347 = V_6; int32_t L_348 = V_0; int32_t L_349 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_350 = __this->get_X_13(); NullCheck(L_350); int32_t L_351 = ((int32_t)9); int32_t L_352 = (L_350)->GetAt(static_cast(L_351)); int32_t L_353; L_353 = RipeMD256Digest_F2_mAA5352E6222B2BB9EC1B389F141F23D7820507EB(__this, L_346, L_347, L_348, L_349, L_352, ((int32_t)15), /*hidden argument*/NULL); V_4 = L_353; // b = F2(b, c, d, a, X[5], 9); int32_t L_354 = V_2; int32_t L_355 = V_4; int32_t L_356 = V_6; int32_t L_357 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_358 = __this->get_X_13(); NullCheck(L_358); int32_t L_359 = 5; int32_t L_360 = (L_358)->GetAt(static_cast(L_359)); int32_t L_361; L_361 = RipeMD256Digest_F2_mAA5352E6222B2BB9EC1B389F141F23D7820507EB(__this, L_354, L_355, L_356, L_357, L_360, ((int32_t)9), /*hidden argument*/NULL); V_2 = L_361; // a = F2(a, b, c, d, X[2], 11); int32_t L_362 = V_0; int32_t L_363 = V_2; int32_t L_364 = V_4; int32_t L_365 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_366 = __this->get_X_13(); NullCheck(L_366); int32_t L_367 = 2; int32_t L_368 = (L_366)->GetAt(static_cast(L_367)); int32_t L_369; L_369 = RipeMD256Digest_F2_mAA5352E6222B2BB9EC1B389F141F23D7820507EB(__this, L_362, L_363, L_364, L_365, L_368, ((int32_t)11), /*hidden argument*/NULL); V_0 = L_369; // d = F2(d, a, b, c, X[14], 7); int32_t L_370 = V_6; int32_t L_371 = V_0; int32_t L_372 = V_2; int32_t L_373 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_374 = __this->get_X_13(); NullCheck(L_374); int32_t L_375 = ((int32_t)14); int32_t L_376 = (L_374)->GetAt(static_cast(L_375)); int32_t L_377; L_377 = RipeMD256Digest_F2_mAA5352E6222B2BB9EC1B389F141F23D7820507EB(__this, L_370, L_371, L_372, L_373, L_376, 7, /*hidden argument*/NULL); V_6 = L_377; // c = F2(c, d, a, b, X[11], 13); int32_t L_378 = V_4; int32_t L_379 = V_6; int32_t L_380 = V_0; int32_t L_381 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_382 = __this->get_X_13(); NullCheck(L_382); int32_t L_383 = ((int32_t)11); int32_t L_384 = (L_382)->GetAt(static_cast(L_383)); int32_t L_385; L_385 = RipeMD256Digest_F2_mAA5352E6222B2BB9EC1B389F141F23D7820507EB(__this, L_378, L_379, L_380, L_381, L_384, ((int32_t)13), /*hidden argument*/NULL); V_4 = L_385; // b = F2(b, c, d, a, X[8], 12); int32_t L_386 = V_2; int32_t L_387 = V_4; int32_t L_388 = V_6; int32_t L_389 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_390 = __this->get_X_13(); NullCheck(L_390); int32_t L_391 = 8; int32_t L_392 = (L_390)->GetAt(static_cast(L_391)); int32_t L_393; L_393 = RipeMD256Digest_F2_mAA5352E6222B2BB9EC1B389F141F23D7820507EB(__this, L_386, L_387, L_388, L_389, L_392, ((int32_t)12), /*hidden argument*/NULL); V_2 = L_393; // aa = FF3(aa, bb, cc, dd, X[6], 9); int32_t L_394 = V_1; int32_t L_395 = V_3; int32_t L_396 = V_5; int32_t L_397 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_398 = __this->get_X_13(); NullCheck(L_398); int32_t L_399 = 6; int32_t L_400 = (L_398)->GetAt(static_cast(L_399)); int32_t L_401; L_401 = RipeMD256Digest_FF3_m10A365066F07CCE7C534990ADE314A43F586E26A(__this, L_394, L_395, L_396, L_397, L_400, ((int32_t)9), /*hidden argument*/NULL); V_1 = L_401; // dd = FF3(dd, aa, bb, cc, X[11], 13); int32_t L_402 = V_7; int32_t L_403 = V_1; int32_t L_404 = V_3; int32_t L_405 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_406 = __this->get_X_13(); NullCheck(L_406); int32_t L_407 = ((int32_t)11); int32_t L_408 = (L_406)->GetAt(static_cast(L_407)); int32_t L_409; L_409 = RipeMD256Digest_FF3_m10A365066F07CCE7C534990ADE314A43F586E26A(__this, L_402, L_403, L_404, L_405, L_408, ((int32_t)13), /*hidden argument*/NULL); V_7 = L_409; // cc = FF3(cc, dd, aa, bb, X[3], 15); int32_t L_410 = V_5; int32_t L_411 = V_7; int32_t L_412 = V_1; int32_t L_413 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_414 = __this->get_X_13(); NullCheck(L_414); int32_t L_415 = 3; int32_t L_416 = (L_414)->GetAt(static_cast(L_415)); int32_t L_417; L_417 = RipeMD256Digest_FF3_m10A365066F07CCE7C534990ADE314A43F586E26A(__this, L_410, L_411, L_412, L_413, L_416, ((int32_t)15), /*hidden argument*/NULL); V_5 = L_417; // bb = FF3(bb, cc, dd, aa, X[7], 7); int32_t L_418 = V_3; int32_t L_419 = V_5; int32_t L_420 = V_7; int32_t L_421 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_422 = __this->get_X_13(); NullCheck(L_422); int32_t L_423 = 7; int32_t L_424 = (L_422)->GetAt(static_cast(L_423)); int32_t L_425; L_425 = RipeMD256Digest_FF3_m10A365066F07CCE7C534990ADE314A43F586E26A(__this, L_418, L_419, L_420, L_421, L_424, 7, /*hidden argument*/NULL); V_3 = L_425; // aa = FF3(aa, bb, cc, dd, X[0], 12); int32_t L_426 = V_1; int32_t L_427 = V_3; int32_t L_428 = V_5; int32_t L_429 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_430 = __this->get_X_13(); NullCheck(L_430); int32_t L_431 = 0; int32_t L_432 = (L_430)->GetAt(static_cast(L_431)); int32_t L_433; L_433 = RipeMD256Digest_FF3_m10A365066F07CCE7C534990ADE314A43F586E26A(__this, L_426, L_427, L_428, L_429, L_432, ((int32_t)12), /*hidden argument*/NULL); V_1 = L_433; // dd = FF3(dd, aa, bb, cc, X[13], 8); int32_t L_434 = V_7; int32_t L_435 = V_1; int32_t L_436 = V_3; int32_t L_437 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_438 = __this->get_X_13(); NullCheck(L_438); int32_t L_439 = ((int32_t)13); int32_t L_440 = (L_438)->GetAt(static_cast(L_439)); int32_t L_441; L_441 = RipeMD256Digest_FF3_m10A365066F07CCE7C534990ADE314A43F586E26A(__this, L_434, L_435, L_436, L_437, L_440, 8, /*hidden argument*/NULL); V_7 = L_441; // cc = FF3(cc, dd, aa, bb, X[5], 9); int32_t L_442 = V_5; int32_t L_443 = V_7; int32_t L_444 = V_1; int32_t L_445 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_446 = __this->get_X_13(); NullCheck(L_446); int32_t L_447 = 5; int32_t L_448 = (L_446)->GetAt(static_cast(L_447)); int32_t L_449; L_449 = RipeMD256Digest_FF3_m10A365066F07CCE7C534990ADE314A43F586E26A(__this, L_442, L_443, L_444, L_445, L_448, ((int32_t)9), /*hidden argument*/NULL); V_5 = L_449; // bb = FF3(bb, cc, dd, aa, X[10], 11); int32_t L_450 = V_3; int32_t L_451 = V_5; int32_t L_452 = V_7; int32_t L_453 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_454 = __this->get_X_13(); NullCheck(L_454); int32_t L_455 = ((int32_t)10); int32_t L_456 = (L_454)->GetAt(static_cast(L_455)); int32_t L_457; L_457 = RipeMD256Digest_FF3_m10A365066F07CCE7C534990ADE314A43F586E26A(__this, L_450, L_451, L_452, L_453, L_456, ((int32_t)11), /*hidden argument*/NULL); V_3 = L_457; // aa = FF3(aa, bb, cc, dd, X[14], 7); int32_t L_458 = V_1; int32_t L_459 = V_3; int32_t L_460 = V_5; int32_t L_461 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_462 = __this->get_X_13(); NullCheck(L_462); int32_t L_463 = ((int32_t)14); int32_t L_464 = (L_462)->GetAt(static_cast(L_463)); int32_t L_465; L_465 = RipeMD256Digest_FF3_m10A365066F07CCE7C534990ADE314A43F586E26A(__this, L_458, L_459, L_460, L_461, L_464, 7, /*hidden argument*/NULL); V_1 = L_465; // dd = FF3(dd, aa, bb, cc, X[15], 7); int32_t L_466 = V_7; int32_t L_467 = V_1; int32_t L_468 = V_3; int32_t L_469 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_470 = __this->get_X_13(); NullCheck(L_470); int32_t L_471 = ((int32_t)15); int32_t L_472 = (L_470)->GetAt(static_cast(L_471)); int32_t L_473; L_473 = RipeMD256Digest_FF3_m10A365066F07CCE7C534990ADE314A43F586E26A(__this, L_466, L_467, L_468, L_469, L_472, 7, /*hidden argument*/NULL); V_7 = L_473; // cc = FF3(cc, dd, aa, bb, X[8], 12); int32_t L_474 = V_5; int32_t L_475 = V_7; int32_t L_476 = V_1; int32_t L_477 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_478 = __this->get_X_13(); NullCheck(L_478); int32_t L_479 = 8; int32_t L_480 = (L_478)->GetAt(static_cast(L_479)); int32_t L_481; L_481 = RipeMD256Digest_FF3_m10A365066F07CCE7C534990ADE314A43F586E26A(__this, L_474, L_475, L_476, L_477, L_480, ((int32_t)12), /*hidden argument*/NULL); V_5 = L_481; // bb = FF3(bb, cc, dd, aa, X[12], 7); int32_t L_482 = V_3; int32_t L_483 = V_5; int32_t L_484 = V_7; int32_t L_485 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_486 = __this->get_X_13(); NullCheck(L_486); int32_t L_487 = ((int32_t)12); int32_t L_488 = (L_486)->GetAt(static_cast(L_487)); int32_t L_489; L_489 = RipeMD256Digest_FF3_m10A365066F07CCE7C534990ADE314A43F586E26A(__this, L_482, L_483, L_484, L_485, L_488, 7, /*hidden argument*/NULL); V_3 = L_489; // aa = FF3(aa, bb, cc, dd, X[4], 6); int32_t L_490 = V_1; int32_t L_491 = V_3; int32_t L_492 = V_5; int32_t L_493 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_494 = __this->get_X_13(); NullCheck(L_494); int32_t L_495 = 4; int32_t L_496 = (L_494)->GetAt(static_cast(L_495)); int32_t L_497; L_497 = RipeMD256Digest_FF3_m10A365066F07CCE7C534990ADE314A43F586E26A(__this, L_490, L_491, L_492, L_493, L_496, 6, /*hidden argument*/NULL); V_1 = L_497; // dd = FF3(dd, aa, bb, cc, X[9], 15); int32_t L_498 = V_7; int32_t L_499 = V_1; int32_t L_500 = V_3; int32_t L_501 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_502 = __this->get_X_13(); NullCheck(L_502); int32_t L_503 = ((int32_t)9); int32_t L_504 = (L_502)->GetAt(static_cast(L_503)); int32_t L_505; L_505 = RipeMD256Digest_FF3_m10A365066F07CCE7C534990ADE314A43F586E26A(__this, L_498, L_499, L_500, L_501, L_504, ((int32_t)15), /*hidden argument*/NULL); V_7 = L_505; // cc = FF3(cc, dd, aa, bb, X[1], 13); int32_t L_506 = V_5; int32_t L_507 = V_7; int32_t L_508 = V_1; int32_t L_509 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_510 = __this->get_X_13(); NullCheck(L_510); int32_t L_511 = 1; int32_t L_512 = (L_510)->GetAt(static_cast(L_511)); int32_t L_513; L_513 = RipeMD256Digest_FF3_m10A365066F07CCE7C534990ADE314A43F586E26A(__this, L_506, L_507, L_508, L_509, L_512, ((int32_t)13), /*hidden argument*/NULL); V_5 = L_513; // bb = FF3(bb, cc, dd, aa, X[2], 11); int32_t L_514 = V_3; int32_t L_515 = V_5; int32_t L_516 = V_7; int32_t L_517 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_518 = __this->get_X_13(); NullCheck(L_518); int32_t L_519 = 2; int32_t L_520 = (L_518)->GetAt(static_cast(L_519)); int32_t L_521; L_521 = RipeMD256Digest_FF3_m10A365066F07CCE7C534990ADE314A43F586E26A(__this, L_514, L_515, L_516, L_517, L_520, ((int32_t)11), /*hidden argument*/NULL); V_3 = L_521; // t = b; b = bb; bb = t; int32_t L_522 = V_2; // t = b; b = bb; bb = t; int32_t L_523 = V_3; V_2 = L_523; // t = b; b = bb; bb = t; V_3 = L_522; // a = F3(a, b, c, d, X[3], 11); int32_t L_524 = V_0; int32_t L_525 = V_2; int32_t L_526 = V_4; int32_t L_527 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_528 = __this->get_X_13(); NullCheck(L_528); int32_t L_529 = 3; int32_t L_530 = (L_528)->GetAt(static_cast(L_529)); int32_t L_531; L_531 = RipeMD256Digest_F3_mA435D8F6B7760FC413E3798AF30FA557999A57C6(__this, L_524, L_525, L_526, L_527, L_530, ((int32_t)11), /*hidden argument*/NULL); V_0 = L_531; // d = F3(d, a, b, c, X[10], 13); int32_t L_532 = V_6; int32_t L_533 = V_0; int32_t L_534 = V_2; int32_t L_535 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_536 = __this->get_X_13(); NullCheck(L_536); int32_t L_537 = ((int32_t)10); int32_t L_538 = (L_536)->GetAt(static_cast(L_537)); int32_t L_539; L_539 = RipeMD256Digest_F3_mA435D8F6B7760FC413E3798AF30FA557999A57C6(__this, L_532, L_533, L_534, L_535, L_538, ((int32_t)13), /*hidden argument*/NULL); V_6 = L_539; // c = F3(c, d, a, b, X[14], 6); int32_t L_540 = V_4; int32_t L_541 = V_6; int32_t L_542 = V_0; int32_t L_543 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_544 = __this->get_X_13(); NullCheck(L_544); int32_t L_545 = ((int32_t)14); int32_t L_546 = (L_544)->GetAt(static_cast(L_545)); int32_t L_547; L_547 = RipeMD256Digest_F3_mA435D8F6B7760FC413E3798AF30FA557999A57C6(__this, L_540, L_541, L_542, L_543, L_546, 6, /*hidden argument*/NULL); V_4 = L_547; // b = F3(b, c, d, a, X[4], 7); int32_t L_548 = V_2; int32_t L_549 = V_4; int32_t L_550 = V_6; int32_t L_551 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_552 = __this->get_X_13(); NullCheck(L_552); int32_t L_553 = 4; int32_t L_554 = (L_552)->GetAt(static_cast(L_553)); int32_t L_555; L_555 = RipeMD256Digest_F3_mA435D8F6B7760FC413E3798AF30FA557999A57C6(__this, L_548, L_549, L_550, L_551, L_554, 7, /*hidden argument*/NULL); V_2 = L_555; // a = F3(a, b, c, d, X[9], 14); int32_t L_556 = V_0; int32_t L_557 = V_2; int32_t L_558 = V_4; int32_t L_559 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_560 = __this->get_X_13(); NullCheck(L_560); int32_t L_561 = ((int32_t)9); int32_t L_562 = (L_560)->GetAt(static_cast(L_561)); int32_t L_563; L_563 = RipeMD256Digest_F3_mA435D8F6B7760FC413E3798AF30FA557999A57C6(__this, L_556, L_557, L_558, L_559, L_562, ((int32_t)14), /*hidden argument*/NULL); V_0 = L_563; // d = F3(d, a, b, c, X[15], 9); int32_t L_564 = V_6; int32_t L_565 = V_0; int32_t L_566 = V_2; int32_t L_567 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_568 = __this->get_X_13(); NullCheck(L_568); int32_t L_569 = ((int32_t)15); int32_t L_570 = (L_568)->GetAt(static_cast(L_569)); int32_t L_571; L_571 = RipeMD256Digest_F3_mA435D8F6B7760FC413E3798AF30FA557999A57C6(__this, L_564, L_565, L_566, L_567, L_570, ((int32_t)9), /*hidden argument*/NULL); V_6 = L_571; // c = F3(c, d, a, b, X[8], 13); int32_t L_572 = V_4; int32_t L_573 = V_6; int32_t L_574 = V_0; int32_t L_575 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_576 = __this->get_X_13(); NullCheck(L_576); int32_t L_577 = 8; int32_t L_578 = (L_576)->GetAt(static_cast(L_577)); int32_t L_579; L_579 = RipeMD256Digest_F3_mA435D8F6B7760FC413E3798AF30FA557999A57C6(__this, L_572, L_573, L_574, L_575, L_578, ((int32_t)13), /*hidden argument*/NULL); V_4 = L_579; // b = F3(b, c, d, a, X[1], 15); int32_t L_580 = V_2; int32_t L_581 = V_4; int32_t L_582 = V_6; int32_t L_583 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_584 = __this->get_X_13(); NullCheck(L_584); int32_t L_585 = 1; int32_t L_586 = (L_584)->GetAt(static_cast(L_585)); int32_t L_587; L_587 = RipeMD256Digest_F3_mA435D8F6B7760FC413E3798AF30FA557999A57C6(__this, L_580, L_581, L_582, L_583, L_586, ((int32_t)15), /*hidden argument*/NULL); V_2 = L_587; // a = F3(a, b, c, d, X[2], 14); int32_t L_588 = V_0; int32_t L_589 = V_2; int32_t L_590 = V_4; int32_t L_591 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_592 = __this->get_X_13(); NullCheck(L_592); int32_t L_593 = 2; int32_t L_594 = (L_592)->GetAt(static_cast(L_593)); int32_t L_595; L_595 = RipeMD256Digest_F3_mA435D8F6B7760FC413E3798AF30FA557999A57C6(__this, L_588, L_589, L_590, L_591, L_594, ((int32_t)14), /*hidden argument*/NULL); V_0 = L_595; // d = F3(d, a, b, c, X[7], 8); int32_t L_596 = V_6; int32_t L_597 = V_0; int32_t L_598 = V_2; int32_t L_599 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_600 = __this->get_X_13(); NullCheck(L_600); int32_t L_601 = 7; int32_t L_602 = (L_600)->GetAt(static_cast(L_601)); int32_t L_603; L_603 = RipeMD256Digest_F3_mA435D8F6B7760FC413E3798AF30FA557999A57C6(__this, L_596, L_597, L_598, L_599, L_602, 8, /*hidden argument*/NULL); V_6 = L_603; // c = F3(c, d, a, b, X[0], 13); int32_t L_604 = V_4; int32_t L_605 = V_6; int32_t L_606 = V_0; int32_t L_607 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_608 = __this->get_X_13(); NullCheck(L_608); int32_t L_609 = 0; int32_t L_610 = (L_608)->GetAt(static_cast(L_609)); int32_t L_611; L_611 = RipeMD256Digest_F3_mA435D8F6B7760FC413E3798AF30FA557999A57C6(__this, L_604, L_605, L_606, L_607, L_610, ((int32_t)13), /*hidden argument*/NULL); V_4 = L_611; // b = F3(b, c, d, a, X[6], 6); int32_t L_612 = V_2; int32_t L_613 = V_4; int32_t L_614 = V_6; int32_t L_615 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_616 = __this->get_X_13(); NullCheck(L_616); int32_t L_617 = 6; int32_t L_618 = (L_616)->GetAt(static_cast(L_617)); int32_t L_619; L_619 = RipeMD256Digest_F3_mA435D8F6B7760FC413E3798AF30FA557999A57C6(__this, L_612, L_613, L_614, L_615, L_618, 6, /*hidden argument*/NULL); V_2 = L_619; // a = F3(a, b, c, d, X[13], 5); int32_t L_620 = V_0; int32_t L_621 = V_2; int32_t L_622 = V_4; int32_t L_623 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_624 = __this->get_X_13(); NullCheck(L_624); int32_t L_625 = ((int32_t)13); int32_t L_626 = (L_624)->GetAt(static_cast(L_625)); int32_t L_627; L_627 = RipeMD256Digest_F3_mA435D8F6B7760FC413E3798AF30FA557999A57C6(__this, L_620, L_621, L_622, L_623, L_626, 5, /*hidden argument*/NULL); V_0 = L_627; // d = F3(d, a, b, c, X[11], 12); int32_t L_628 = V_6; int32_t L_629 = V_0; int32_t L_630 = V_2; int32_t L_631 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_632 = __this->get_X_13(); NullCheck(L_632); int32_t L_633 = ((int32_t)11); int32_t L_634 = (L_632)->GetAt(static_cast(L_633)); int32_t L_635; L_635 = RipeMD256Digest_F3_mA435D8F6B7760FC413E3798AF30FA557999A57C6(__this, L_628, L_629, L_630, L_631, L_634, ((int32_t)12), /*hidden argument*/NULL); V_6 = L_635; // c = F3(c, d, a, b, X[5], 7); int32_t L_636 = V_4; int32_t L_637 = V_6; int32_t L_638 = V_0; int32_t L_639 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_640 = __this->get_X_13(); NullCheck(L_640); int32_t L_641 = 5; int32_t L_642 = (L_640)->GetAt(static_cast(L_641)); int32_t L_643; L_643 = RipeMD256Digest_F3_mA435D8F6B7760FC413E3798AF30FA557999A57C6(__this, L_636, L_637, L_638, L_639, L_642, 7, /*hidden argument*/NULL); V_4 = L_643; // b = F3(b, c, d, a, X[12], 5); int32_t L_644 = V_2; int32_t L_645 = V_4; int32_t L_646 = V_6; int32_t L_647 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_648 = __this->get_X_13(); NullCheck(L_648); int32_t L_649 = ((int32_t)12); int32_t L_650 = (L_648)->GetAt(static_cast(L_649)); int32_t L_651; L_651 = RipeMD256Digest_F3_mA435D8F6B7760FC413E3798AF30FA557999A57C6(__this, L_644, L_645, L_646, L_647, L_650, 5, /*hidden argument*/NULL); V_2 = L_651; // aa = FF2(aa, bb, cc, dd, X[15], 9); int32_t L_652 = V_1; int32_t L_653 = V_3; int32_t L_654 = V_5; int32_t L_655 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_656 = __this->get_X_13(); NullCheck(L_656); int32_t L_657 = ((int32_t)15); int32_t L_658 = (L_656)->GetAt(static_cast(L_657)); int32_t L_659; L_659 = RipeMD256Digest_FF2_m61DA00A20C857A9B88F0391C8CF4CCDF4C7D1414(__this, L_652, L_653, L_654, L_655, L_658, ((int32_t)9), /*hidden argument*/NULL); V_1 = L_659; // dd = FF2(dd, aa, bb, cc, X[5], 7); int32_t L_660 = V_7; int32_t L_661 = V_1; int32_t L_662 = V_3; int32_t L_663 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_664 = __this->get_X_13(); NullCheck(L_664); int32_t L_665 = 5; int32_t L_666 = (L_664)->GetAt(static_cast(L_665)); int32_t L_667; L_667 = RipeMD256Digest_FF2_m61DA00A20C857A9B88F0391C8CF4CCDF4C7D1414(__this, L_660, L_661, L_662, L_663, L_666, 7, /*hidden argument*/NULL); V_7 = L_667; // cc = FF2(cc, dd, aa, bb, X[1], 15); int32_t L_668 = V_5; int32_t L_669 = V_7; int32_t L_670 = V_1; int32_t L_671 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_672 = __this->get_X_13(); NullCheck(L_672); int32_t L_673 = 1; int32_t L_674 = (L_672)->GetAt(static_cast(L_673)); int32_t L_675; L_675 = RipeMD256Digest_FF2_m61DA00A20C857A9B88F0391C8CF4CCDF4C7D1414(__this, L_668, L_669, L_670, L_671, L_674, ((int32_t)15), /*hidden argument*/NULL); V_5 = L_675; // bb = FF2(bb, cc, dd, aa, X[3], 11); int32_t L_676 = V_3; int32_t L_677 = V_5; int32_t L_678 = V_7; int32_t L_679 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_680 = __this->get_X_13(); NullCheck(L_680); int32_t L_681 = 3; int32_t L_682 = (L_680)->GetAt(static_cast(L_681)); int32_t L_683; L_683 = RipeMD256Digest_FF2_m61DA00A20C857A9B88F0391C8CF4CCDF4C7D1414(__this, L_676, L_677, L_678, L_679, L_682, ((int32_t)11), /*hidden argument*/NULL); V_3 = L_683; // aa = FF2(aa, bb, cc, dd, X[7], 8); int32_t L_684 = V_1; int32_t L_685 = V_3; int32_t L_686 = V_5; int32_t L_687 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_688 = __this->get_X_13(); NullCheck(L_688); int32_t L_689 = 7; int32_t L_690 = (L_688)->GetAt(static_cast(L_689)); int32_t L_691; L_691 = RipeMD256Digest_FF2_m61DA00A20C857A9B88F0391C8CF4CCDF4C7D1414(__this, L_684, L_685, L_686, L_687, L_690, 8, /*hidden argument*/NULL); V_1 = L_691; // dd = FF2(dd, aa, bb, cc, X[14], 6); int32_t L_692 = V_7; int32_t L_693 = V_1; int32_t L_694 = V_3; int32_t L_695 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_696 = __this->get_X_13(); NullCheck(L_696); int32_t L_697 = ((int32_t)14); int32_t L_698 = (L_696)->GetAt(static_cast(L_697)); int32_t L_699; L_699 = RipeMD256Digest_FF2_m61DA00A20C857A9B88F0391C8CF4CCDF4C7D1414(__this, L_692, L_693, L_694, L_695, L_698, 6, /*hidden argument*/NULL); V_7 = L_699; // cc = FF2(cc, dd, aa, bb, X[6], 6); int32_t L_700 = V_5; int32_t L_701 = V_7; int32_t L_702 = V_1; int32_t L_703 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_704 = __this->get_X_13(); NullCheck(L_704); int32_t L_705 = 6; int32_t L_706 = (L_704)->GetAt(static_cast(L_705)); int32_t L_707; L_707 = RipeMD256Digest_FF2_m61DA00A20C857A9B88F0391C8CF4CCDF4C7D1414(__this, L_700, L_701, L_702, L_703, L_706, 6, /*hidden argument*/NULL); V_5 = L_707; // bb = FF2(bb, cc, dd, aa, X[9], 14); int32_t L_708 = V_3; int32_t L_709 = V_5; int32_t L_710 = V_7; int32_t L_711 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_712 = __this->get_X_13(); NullCheck(L_712); int32_t L_713 = ((int32_t)9); int32_t L_714 = (L_712)->GetAt(static_cast(L_713)); int32_t L_715; L_715 = RipeMD256Digest_FF2_m61DA00A20C857A9B88F0391C8CF4CCDF4C7D1414(__this, L_708, L_709, L_710, L_711, L_714, ((int32_t)14), /*hidden argument*/NULL); V_3 = L_715; // aa = FF2(aa, bb, cc, dd, X[11], 12); int32_t L_716 = V_1; int32_t L_717 = V_3; int32_t L_718 = V_5; int32_t L_719 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_720 = __this->get_X_13(); NullCheck(L_720); int32_t L_721 = ((int32_t)11); int32_t L_722 = (L_720)->GetAt(static_cast(L_721)); int32_t L_723; L_723 = RipeMD256Digest_FF2_m61DA00A20C857A9B88F0391C8CF4CCDF4C7D1414(__this, L_716, L_717, L_718, L_719, L_722, ((int32_t)12), /*hidden argument*/NULL); V_1 = L_723; // dd = FF2(dd, aa, bb, cc, X[8], 13); int32_t L_724 = V_7; int32_t L_725 = V_1; int32_t L_726 = V_3; int32_t L_727 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_728 = __this->get_X_13(); NullCheck(L_728); int32_t L_729 = 8; int32_t L_730 = (L_728)->GetAt(static_cast(L_729)); int32_t L_731; L_731 = RipeMD256Digest_FF2_m61DA00A20C857A9B88F0391C8CF4CCDF4C7D1414(__this, L_724, L_725, L_726, L_727, L_730, ((int32_t)13), /*hidden argument*/NULL); V_7 = L_731; // cc = FF2(cc, dd, aa, bb, X[12], 5); int32_t L_732 = V_5; int32_t L_733 = V_7; int32_t L_734 = V_1; int32_t L_735 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_736 = __this->get_X_13(); NullCheck(L_736); int32_t L_737 = ((int32_t)12); int32_t L_738 = (L_736)->GetAt(static_cast(L_737)); int32_t L_739; L_739 = RipeMD256Digest_FF2_m61DA00A20C857A9B88F0391C8CF4CCDF4C7D1414(__this, L_732, L_733, L_734, L_735, L_738, 5, /*hidden argument*/NULL); V_5 = L_739; // bb = FF2(bb, cc, dd, aa, X[2], 14); int32_t L_740 = V_3; int32_t L_741 = V_5; int32_t L_742 = V_7; int32_t L_743 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_744 = __this->get_X_13(); NullCheck(L_744); int32_t L_745 = 2; int32_t L_746 = (L_744)->GetAt(static_cast(L_745)); int32_t L_747; L_747 = RipeMD256Digest_FF2_m61DA00A20C857A9B88F0391C8CF4CCDF4C7D1414(__this, L_740, L_741, L_742, L_743, L_746, ((int32_t)14), /*hidden argument*/NULL); V_3 = L_747; // aa = FF2(aa, bb, cc, dd, X[10], 13); int32_t L_748 = V_1; int32_t L_749 = V_3; int32_t L_750 = V_5; int32_t L_751 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_752 = __this->get_X_13(); NullCheck(L_752); int32_t L_753 = ((int32_t)10); int32_t L_754 = (L_752)->GetAt(static_cast(L_753)); int32_t L_755; L_755 = RipeMD256Digest_FF2_m61DA00A20C857A9B88F0391C8CF4CCDF4C7D1414(__this, L_748, L_749, L_750, L_751, L_754, ((int32_t)13), /*hidden argument*/NULL); V_1 = L_755; // dd = FF2(dd, aa, bb, cc, X[0], 13); int32_t L_756 = V_7; int32_t L_757 = V_1; int32_t L_758 = V_3; int32_t L_759 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_760 = __this->get_X_13(); NullCheck(L_760); int32_t L_761 = 0; int32_t L_762 = (L_760)->GetAt(static_cast(L_761)); int32_t L_763; L_763 = RipeMD256Digest_FF2_m61DA00A20C857A9B88F0391C8CF4CCDF4C7D1414(__this, L_756, L_757, L_758, L_759, L_762, ((int32_t)13), /*hidden argument*/NULL); V_7 = L_763; // cc = FF2(cc, dd, aa, bb, X[4], 7); int32_t L_764 = V_5; int32_t L_765 = V_7; int32_t L_766 = V_1; int32_t L_767 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_768 = __this->get_X_13(); NullCheck(L_768); int32_t L_769 = 4; int32_t L_770 = (L_768)->GetAt(static_cast(L_769)); int32_t L_771; L_771 = RipeMD256Digest_FF2_m61DA00A20C857A9B88F0391C8CF4CCDF4C7D1414(__this, L_764, L_765, L_766, L_767, L_770, 7, /*hidden argument*/NULL); V_5 = L_771; // bb = FF2(bb, cc, dd, aa, X[13], 5); int32_t L_772 = V_3; int32_t L_773 = V_5; int32_t L_774 = V_7; int32_t L_775 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_776 = __this->get_X_13(); NullCheck(L_776); int32_t L_777 = ((int32_t)13); int32_t L_778 = (L_776)->GetAt(static_cast(L_777)); int32_t L_779; L_779 = RipeMD256Digest_FF2_m61DA00A20C857A9B88F0391C8CF4CCDF4C7D1414(__this, L_772, L_773, L_774, L_775, L_778, 5, /*hidden argument*/NULL); V_3 = L_779; // t = c; c = cc; cc = t; int32_t L_780 = V_4; // t = c; c = cc; cc = t; int32_t L_781 = V_5; V_4 = L_781; // t = c; c = cc; cc = t; V_5 = L_780; // a = F4(a, b, c, d, X[1], 11); int32_t L_782 = V_0; int32_t L_783 = V_2; int32_t L_784 = V_4; int32_t L_785 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_786 = __this->get_X_13(); NullCheck(L_786); int32_t L_787 = 1; int32_t L_788 = (L_786)->GetAt(static_cast(L_787)); int32_t L_789; L_789 = RipeMD256Digest_F4_mA1632A9A24D5ABB0BD46A149AD47E11E03A847D6(__this, L_782, L_783, L_784, L_785, L_788, ((int32_t)11), /*hidden argument*/NULL); V_0 = L_789; // d = F4(d, a, b, c, X[9], 12); int32_t L_790 = V_6; int32_t L_791 = V_0; int32_t L_792 = V_2; int32_t L_793 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_794 = __this->get_X_13(); NullCheck(L_794); int32_t L_795 = ((int32_t)9); int32_t L_796 = (L_794)->GetAt(static_cast(L_795)); int32_t L_797; L_797 = RipeMD256Digest_F4_mA1632A9A24D5ABB0BD46A149AD47E11E03A847D6(__this, L_790, L_791, L_792, L_793, L_796, ((int32_t)12), /*hidden argument*/NULL); V_6 = L_797; // c = F4(c, d, a, b, X[11], 14); int32_t L_798 = V_4; int32_t L_799 = V_6; int32_t L_800 = V_0; int32_t L_801 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_802 = __this->get_X_13(); NullCheck(L_802); int32_t L_803 = ((int32_t)11); int32_t L_804 = (L_802)->GetAt(static_cast(L_803)); int32_t L_805; L_805 = RipeMD256Digest_F4_mA1632A9A24D5ABB0BD46A149AD47E11E03A847D6(__this, L_798, L_799, L_800, L_801, L_804, ((int32_t)14), /*hidden argument*/NULL); V_4 = L_805; // b = F4(b, c, d, a, X[10], 15); int32_t L_806 = V_2; int32_t L_807 = V_4; int32_t L_808 = V_6; int32_t L_809 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_810 = __this->get_X_13(); NullCheck(L_810); int32_t L_811 = ((int32_t)10); int32_t L_812 = (L_810)->GetAt(static_cast(L_811)); int32_t L_813; L_813 = RipeMD256Digest_F4_mA1632A9A24D5ABB0BD46A149AD47E11E03A847D6(__this, L_806, L_807, L_808, L_809, L_812, ((int32_t)15), /*hidden argument*/NULL); V_2 = L_813; // a = F4(a, b, c, d, X[0], 14); int32_t L_814 = V_0; int32_t L_815 = V_2; int32_t L_816 = V_4; int32_t L_817 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_818 = __this->get_X_13(); NullCheck(L_818); int32_t L_819 = 0; int32_t L_820 = (L_818)->GetAt(static_cast(L_819)); int32_t L_821; L_821 = RipeMD256Digest_F4_mA1632A9A24D5ABB0BD46A149AD47E11E03A847D6(__this, L_814, L_815, L_816, L_817, L_820, ((int32_t)14), /*hidden argument*/NULL); V_0 = L_821; // d = F4(d, a, b, c, X[8], 15); int32_t L_822 = V_6; int32_t L_823 = V_0; int32_t L_824 = V_2; int32_t L_825 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_826 = __this->get_X_13(); NullCheck(L_826); int32_t L_827 = 8; int32_t L_828 = (L_826)->GetAt(static_cast(L_827)); int32_t L_829; L_829 = RipeMD256Digest_F4_mA1632A9A24D5ABB0BD46A149AD47E11E03A847D6(__this, L_822, L_823, L_824, L_825, L_828, ((int32_t)15), /*hidden argument*/NULL); V_6 = L_829; // c = F4(c, d, a, b, X[12], 9); int32_t L_830 = V_4; int32_t L_831 = V_6; int32_t L_832 = V_0; int32_t L_833 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_834 = __this->get_X_13(); NullCheck(L_834); int32_t L_835 = ((int32_t)12); int32_t L_836 = (L_834)->GetAt(static_cast(L_835)); int32_t L_837; L_837 = RipeMD256Digest_F4_mA1632A9A24D5ABB0BD46A149AD47E11E03A847D6(__this, L_830, L_831, L_832, L_833, L_836, ((int32_t)9), /*hidden argument*/NULL); V_4 = L_837; // b = F4(b, c, d, a, X[4], 8); int32_t L_838 = V_2; int32_t L_839 = V_4; int32_t L_840 = V_6; int32_t L_841 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_842 = __this->get_X_13(); NullCheck(L_842); int32_t L_843 = 4; int32_t L_844 = (L_842)->GetAt(static_cast(L_843)); int32_t L_845; L_845 = RipeMD256Digest_F4_mA1632A9A24D5ABB0BD46A149AD47E11E03A847D6(__this, L_838, L_839, L_840, L_841, L_844, 8, /*hidden argument*/NULL); V_2 = L_845; // a = F4(a, b, c, d, X[13], 9); int32_t L_846 = V_0; int32_t L_847 = V_2; int32_t L_848 = V_4; int32_t L_849 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_850 = __this->get_X_13(); NullCheck(L_850); int32_t L_851 = ((int32_t)13); int32_t L_852 = (L_850)->GetAt(static_cast(L_851)); int32_t L_853; L_853 = RipeMD256Digest_F4_mA1632A9A24D5ABB0BD46A149AD47E11E03A847D6(__this, L_846, L_847, L_848, L_849, L_852, ((int32_t)9), /*hidden argument*/NULL); V_0 = L_853; // d = F4(d, a, b, c, X[3], 14); int32_t L_854 = V_6; int32_t L_855 = V_0; int32_t L_856 = V_2; int32_t L_857 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_858 = __this->get_X_13(); NullCheck(L_858); int32_t L_859 = 3; int32_t L_860 = (L_858)->GetAt(static_cast(L_859)); int32_t L_861; L_861 = RipeMD256Digest_F4_mA1632A9A24D5ABB0BD46A149AD47E11E03A847D6(__this, L_854, L_855, L_856, L_857, L_860, ((int32_t)14), /*hidden argument*/NULL); V_6 = L_861; // c = F4(c, d, a, b, X[7], 5); int32_t L_862 = V_4; int32_t L_863 = V_6; int32_t L_864 = V_0; int32_t L_865 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_866 = __this->get_X_13(); NullCheck(L_866); int32_t L_867 = 7; int32_t L_868 = (L_866)->GetAt(static_cast(L_867)); int32_t L_869; L_869 = RipeMD256Digest_F4_mA1632A9A24D5ABB0BD46A149AD47E11E03A847D6(__this, L_862, L_863, L_864, L_865, L_868, 5, /*hidden argument*/NULL); V_4 = L_869; // b = F4(b, c, d, a, X[15], 6); int32_t L_870 = V_2; int32_t L_871 = V_4; int32_t L_872 = V_6; int32_t L_873 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_874 = __this->get_X_13(); NullCheck(L_874); int32_t L_875 = ((int32_t)15); int32_t L_876 = (L_874)->GetAt(static_cast(L_875)); int32_t L_877; L_877 = RipeMD256Digest_F4_mA1632A9A24D5ABB0BD46A149AD47E11E03A847D6(__this, L_870, L_871, L_872, L_873, L_876, 6, /*hidden argument*/NULL); V_2 = L_877; // a = F4(a, b, c, d, X[14], 8); int32_t L_878 = V_0; int32_t L_879 = V_2; int32_t L_880 = V_4; int32_t L_881 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_882 = __this->get_X_13(); NullCheck(L_882); int32_t L_883 = ((int32_t)14); int32_t L_884 = (L_882)->GetAt(static_cast(L_883)); int32_t L_885; L_885 = RipeMD256Digest_F4_mA1632A9A24D5ABB0BD46A149AD47E11E03A847D6(__this, L_878, L_879, L_880, L_881, L_884, 8, /*hidden argument*/NULL); V_0 = L_885; // d = F4(d, a, b, c, X[5], 6); int32_t L_886 = V_6; int32_t L_887 = V_0; int32_t L_888 = V_2; int32_t L_889 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_890 = __this->get_X_13(); NullCheck(L_890); int32_t L_891 = 5; int32_t L_892 = (L_890)->GetAt(static_cast(L_891)); int32_t L_893; L_893 = RipeMD256Digest_F4_mA1632A9A24D5ABB0BD46A149AD47E11E03A847D6(__this, L_886, L_887, L_888, L_889, L_892, 6, /*hidden argument*/NULL); V_6 = L_893; // c = F4(c, d, a, b, X[6], 5); int32_t L_894 = V_4; int32_t L_895 = V_6; int32_t L_896 = V_0; int32_t L_897 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_898 = __this->get_X_13(); NullCheck(L_898); int32_t L_899 = 6; int32_t L_900 = (L_898)->GetAt(static_cast(L_899)); int32_t L_901; L_901 = RipeMD256Digest_F4_mA1632A9A24D5ABB0BD46A149AD47E11E03A847D6(__this, L_894, L_895, L_896, L_897, L_900, 5, /*hidden argument*/NULL); V_4 = L_901; // b = F4(b, c, d, a, X[2], 12); int32_t L_902 = V_2; int32_t L_903 = V_4; int32_t L_904 = V_6; int32_t L_905 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_906 = __this->get_X_13(); NullCheck(L_906); int32_t L_907 = 2; int32_t L_908 = (L_906)->GetAt(static_cast(L_907)); int32_t L_909; L_909 = RipeMD256Digest_F4_mA1632A9A24D5ABB0BD46A149AD47E11E03A847D6(__this, L_902, L_903, L_904, L_905, L_908, ((int32_t)12), /*hidden argument*/NULL); V_2 = L_909; // aa = FF1(aa, bb, cc, dd, X[8], 15); int32_t L_910 = V_1; int32_t L_911 = V_3; int32_t L_912 = V_5; int32_t L_913 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_914 = __this->get_X_13(); NullCheck(L_914); int32_t L_915 = 8; int32_t L_916 = (L_914)->GetAt(static_cast(L_915)); int32_t L_917; L_917 = RipeMD256Digest_FF1_mA3FD812DC3C4582E7BD7DA6C53075CF4D8375B3B(__this, L_910, L_911, L_912, L_913, L_916, ((int32_t)15), /*hidden argument*/NULL); V_1 = L_917; // dd = FF1(dd, aa, bb, cc, X[6], 5); int32_t L_918 = V_7; int32_t L_919 = V_1; int32_t L_920 = V_3; int32_t L_921 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_922 = __this->get_X_13(); NullCheck(L_922); int32_t L_923 = 6; int32_t L_924 = (L_922)->GetAt(static_cast(L_923)); int32_t L_925; L_925 = RipeMD256Digest_FF1_mA3FD812DC3C4582E7BD7DA6C53075CF4D8375B3B(__this, L_918, L_919, L_920, L_921, L_924, 5, /*hidden argument*/NULL); V_7 = L_925; // cc = FF1(cc, dd, aa, bb, X[4], 8); int32_t L_926 = V_5; int32_t L_927 = V_7; int32_t L_928 = V_1; int32_t L_929 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_930 = __this->get_X_13(); NullCheck(L_930); int32_t L_931 = 4; int32_t L_932 = (L_930)->GetAt(static_cast(L_931)); int32_t L_933; L_933 = RipeMD256Digest_FF1_mA3FD812DC3C4582E7BD7DA6C53075CF4D8375B3B(__this, L_926, L_927, L_928, L_929, L_932, 8, /*hidden argument*/NULL); V_5 = L_933; // bb = FF1(bb, cc, dd, aa, X[1], 11); int32_t L_934 = V_3; int32_t L_935 = V_5; int32_t L_936 = V_7; int32_t L_937 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_938 = __this->get_X_13(); NullCheck(L_938); int32_t L_939 = 1; int32_t L_940 = (L_938)->GetAt(static_cast(L_939)); int32_t L_941; L_941 = RipeMD256Digest_FF1_mA3FD812DC3C4582E7BD7DA6C53075CF4D8375B3B(__this, L_934, L_935, L_936, L_937, L_940, ((int32_t)11), /*hidden argument*/NULL); V_3 = L_941; // aa = FF1(aa, bb, cc, dd, X[3], 14); int32_t L_942 = V_1; int32_t L_943 = V_3; int32_t L_944 = V_5; int32_t L_945 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_946 = __this->get_X_13(); NullCheck(L_946); int32_t L_947 = 3; int32_t L_948 = (L_946)->GetAt(static_cast(L_947)); int32_t L_949; L_949 = RipeMD256Digest_FF1_mA3FD812DC3C4582E7BD7DA6C53075CF4D8375B3B(__this, L_942, L_943, L_944, L_945, L_948, ((int32_t)14), /*hidden argument*/NULL); V_1 = L_949; // dd = FF1(dd, aa, bb, cc, X[11], 14); int32_t L_950 = V_7; int32_t L_951 = V_1; int32_t L_952 = V_3; int32_t L_953 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_954 = __this->get_X_13(); NullCheck(L_954); int32_t L_955 = ((int32_t)11); int32_t L_956 = (L_954)->GetAt(static_cast(L_955)); int32_t L_957; L_957 = RipeMD256Digest_FF1_mA3FD812DC3C4582E7BD7DA6C53075CF4D8375B3B(__this, L_950, L_951, L_952, L_953, L_956, ((int32_t)14), /*hidden argument*/NULL); V_7 = L_957; // cc = FF1(cc, dd, aa, bb, X[15], 6); int32_t L_958 = V_5; int32_t L_959 = V_7; int32_t L_960 = V_1; int32_t L_961 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_962 = __this->get_X_13(); NullCheck(L_962); int32_t L_963 = ((int32_t)15); int32_t L_964 = (L_962)->GetAt(static_cast(L_963)); int32_t L_965; L_965 = RipeMD256Digest_FF1_mA3FD812DC3C4582E7BD7DA6C53075CF4D8375B3B(__this, L_958, L_959, L_960, L_961, L_964, 6, /*hidden argument*/NULL); V_5 = L_965; // bb = FF1(bb, cc, dd, aa, X[0], 14); int32_t L_966 = V_3; int32_t L_967 = V_5; int32_t L_968 = V_7; int32_t L_969 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_970 = __this->get_X_13(); NullCheck(L_970); int32_t L_971 = 0; int32_t L_972 = (L_970)->GetAt(static_cast(L_971)); int32_t L_973; L_973 = RipeMD256Digest_FF1_mA3FD812DC3C4582E7BD7DA6C53075CF4D8375B3B(__this, L_966, L_967, L_968, L_969, L_972, ((int32_t)14), /*hidden argument*/NULL); V_3 = L_973; // aa = FF1(aa, bb, cc, dd, X[5], 6); int32_t L_974 = V_1; int32_t L_975 = V_3; int32_t L_976 = V_5; int32_t L_977 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_978 = __this->get_X_13(); NullCheck(L_978); int32_t L_979 = 5; int32_t L_980 = (L_978)->GetAt(static_cast(L_979)); int32_t L_981; L_981 = RipeMD256Digest_FF1_mA3FD812DC3C4582E7BD7DA6C53075CF4D8375B3B(__this, L_974, L_975, L_976, L_977, L_980, 6, /*hidden argument*/NULL); V_1 = L_981; // dd = FF1(dd, aa, bb, cc, X[12], 9); int32_t L_982 = V_7; int32_t L_983 = V_1; int32_t L_984 = V_3; int32_t L_985 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_986 = __this->get_X_13(); NullCheck(L_986); int32_t L_987 = ((int32_t)12); int32_t L_988 = (L_986)->GetAt(static_cast(L_987)); int32_t L_989; L_989 = RipeMD256Digest_FF1_mA3FD812DC3C4582E7BD7DA6C53075CF4D8375B3B(__this, L_982, L_983, L_984, L_985, L_988, ((int32_t)9), /*hidden argument*/NULL); V_7 = L_989; // cc = FF1(cc, dd, aa, bb, X[2], 12); int32_t L_990 = V_5; int32_t L_991 = V_7; int32_t L_992 = V_1; int32_t L_993 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_994 = __this->get_X_13(); NullCheck(L_994); int32_t L_995 = 2; int32_t L_996 = (L_994)->GetAt(static_cast(L_995)); int32_t L_997; L_997 = RipeMD256Digest_FF1_mA3FD812DC3C4582E7BD7DA6C53075CF4D8375B3B(__this, L_990, L_991, L_992, L_993, L_996, ((int32_t)12), /*hidden argument*/NULL); V_5 = L_997; // bb = FF1(bb, cc, dd, aa, X[13], 9); int32_t L_998 = V_3; int32_t L_999 = V_5; int32_t L_1000 = V_7; int32_t L_1001 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1002 = __this->get_X_13(); NullCheck(L_1002); int32_t L_1003 = ((int32_t)13); int32_t L_1004 = (L_1002)->GetAt(static_cast(L_1003)); int32_t L_1005; L_1005 = RipeMD256Digest_FF1_mA3FD812DC3C4582E7BD7DA6C53075CF4D8375B3B(__this, L_998, L_999, L_1000, L_1001, L_1004, ((int32_t)9), /*hidden argument*/NULL); V_3 = L_1005; // aa = FF1(aa, bb, cc, dd, X[9], 12); int32_t L_1006 = V_1; int32_t L_1007 = V_3; int32_t L_1008 = V_5; int32_t L_1009 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1010 = __this->get_X_13(); NullCheck(L_1010); int32_t L_1011 = ((int32_t)9); int32_t L_1012 = (L_1010)->GetAt(static_cast(L_1011)); int32_t L_1013; L_1013 = RipeMD256Digest_FF1_mA3FD812DC3C4582E7BD7DA6C53075CF4D8375B3B(__this, L_1006, L_1007, L_1008, L_1009, L_1012, ((int32_t)12), /*hidden argument*/NULL); V_1 = L_1013; // dd = FF1(dd, aa, bb, cc, X[7], 5); int32_t L_1014 = V_7; int32_t L_1015 = V_1; int32_t L_1016 = V_3; int32_t L_1017 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1018 = __this->get_X_13(); NullCheck(L_1018); int32_t L_1019 = 7; int32_t L_1020 = (L_1018)->GetAt(static_cast(L_1019)); int32_t L_1021; L_1021 = RipeMD256Digest_FF1_mA3FD812DC3C4582E7BD7DA6C53075CF4D8375B3B(__this, L_1014, L_1015, L_1016, L_1017, L_1020, 5, /*hidden argument*/NULL); V_7 = L_1021; // cc = FF1(cc, dd, aa, bb, X[10], 15); int32_t L_1022 = V_5; int32_t L_1023 = V_7; int32_t L_1024 = V_1; int32_t L_1025 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1026 = __this->get_X_13(); NullCheck(L_1026); int32_t L_1027 = ((int32_t)10); int32_t L_1028 = (L_1026)->GetAt(static_cast(L_1027)); int32_t L_1029; L_1029 = RipeMD256Digest_FF1_mA3FD812DC3C4582E7BD7DA6C53075CF4D8375B3B(__this, L_1022, L_1023, L_1024, L_1025, L_1028, ((int32_t)15), /*hidden argument*/NULL); V_5 = L_1029; // bb = FF1(bb, cc, dd, aa, X[14], 8); int32_t L_1030 = V_3; int32_t L_1031 = V_5; int32_t L_1032 = V_7; int32_t L_1033 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1034 = __this->get_X_13(); NullCheck(L_1034); int32_t L_1035 = ((int32_t)14); int32_t L_1036 = (L_1034)->GetAt(static_cast(L_1035)); int32_t L_1037; L_1037 = RipeMD256Digest_FF1_mA3FD812DC3C4582E7BD7DA6C53075CF4D8375B3B(__this, L_1030, L_1031, L_1032, L_1033, L_1036, 8, /*hidden argument*/NULL); V_3 = L_1037; // t = d; d = dd; dd = t; int32_t L_1038 = V_6; // t = d; d = dd; dd = t; int32_t L_1039 = V_7; V_6 = L_1039; // t = d; d = dd; dd = t; V_7 = L_1038; // H0 += a; int32_t L_1040 = __this->get_H0_5(); int32_t L_1041 = V_0; __this->set_H0_5(((int32_t)il2cpp_codegen_add((int32_t)L_1040, (int32_t)L_1041))); // H1 += b; int32_t L_1042 = __this->get_H1_6(); int32_t L_1043 = V_2; __this->set_H1_6(((int32_t)il2cpp_codegen_add((int32_t)L_1042, (int32_t)L_1043))); // H2 += c; int32_t L_1044 = __this->get_H2_7(); int32_t L_1045 = V_4; __this->set_H2_7(((int32_t)il2cpp_codegen_add((int32_t)L_1044, (int32_t)L_1045))); // H3 += d; int32_t L_1046 = __this->get_H3_8(); int32_t L_1047 = V_6; __this->set_H3_8(((int32_t)il2cpp_codegen_add((int32_t)L_1046, (int32_t)L_1047))); // H4 += aa; int32_t L_1048 = __this->get_H4_9(); int32_t L_1049 = V_1; __this->set_H4_9(((int32_t)il2cpp_codegen_add((int32_t)L_1048, (int32_t)L_1049))); // H5 += bb; int32_t L_1050 = __this->get_H5_10(); int32_t L_1051 = V_3; __this->set_H5_10(((int32_t)il2cpp_codegen_add((int32_t)L_1050, (int32_t)L_1051))); // H6 += cc; int32_t L_1052 = __this->get_H6_11(); int32_t L_1053 = V_5; __this->set_H6_11(((int32_t)il2cpp_codegen_add((int32_t)L_1052, (int32_t)L_1053))); // H7 += dd; int32_t L_1054 = __this->get_H7_12(); int32_t L_1055 = V_7; __this->set_H7_12(((int32_t)il2cpp_codegen_add((int32_t)L_1054, (int32_t)L_1055))); // xOff = 0; __this->set_xOff_14(0); // for (int i = 0; i != X.Length; i++) V_8 = 0; goto IL_0caa; } IL_0c9a: { // X[i] = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1056 = __this->get_X_13(); int32_t L_1057 = V_8; NullCheck(L_1056); (L_1056)->SetAt(static_cast(L_1057), (int32_t)0); // for (int i = 0; i != X.Length; i++) int32_t L_1058 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1058, (int32_t)1)); } IL_0caa: { // for (int i = 0; i != X.Length; i++) int32_t L_1059 = V_8; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1060 = __this->get_X_13(); NullCheck(L_1060); if ((!(((uint32_t)L_1059) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1060)->max_length))))))) { goto IL_0c9a; } } { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::Copy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RipeMD256Digest_Copy_m92DD5268169359566E9966A3C63EBC6E12AB3E52 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new RipeMD256Digest(this); RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * L_0 = (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 *)il2cpp_codegen_object_new(RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019_il2cpp_TypeInfo_var); RipeMD256Digest__ctor_m577A0F14FF259017B1DF05E4CF59E17D276D0F5C(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD256Digest::Reset(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD256Digest_Reset_m25B04A202635E79DF51DCF14A017A743B87C2BE2 (RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * __this, RuntimeObject* ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * V_0 = NULL; { // RipeMD256Digest d = (RipeMD256Digest)other; RuntimeObject* L_0 = ___other0; V_0 = ((RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 *)CastclassClass((RuntimeObject*)L_0, RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019_il2cpp_TypeInfo_var)); // CopyIn(d); RipeMD256Digest_t183818DFB180AD291AC244E7791C9D03F5027019 * L_1 = V_0; RipeMD256Digest_CopyIn_mA5969928B0F41939F88B320C82DCB765926BD3E9(__this, L_1, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RipeMD320Digest_get_AlgorithmName_m75AEB0181E81271B427B8E423FBC77FEF5D807A6 (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D850599050207BA3A37A2D88D63B137C63EFC8E); s_Il2CppMethodInitialized = true; } { // get { return "RIPEMD320"; } return _stringLiteral6D850599050207BA3A37A2D88D63B137C63EFC8E; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::GetDigestSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD320Digest_GetDigestSize_mA11DD0B3F02C22A167E6E3C257126B566285B875 (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, const RuntimeMethod* method) { { // return DigestLength; return ((int32_t)40); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private int[] X = new int[16]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_X_15(L_0); // public RipeMD320Digest() GeneralDigest__ctor_m6EECB69BC9E7F14DBD7C2BB564CA5A250C447616(__this, /*hidden argument*/NULL); // Reset(); VirtualActionInvoker0::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::Reset() */, __this); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD320Digest__ctor_m18D675B2FCAE23A124CAE0F5700CEED979F5A74A (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private int[] X = new int[16]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_X_15(L_0); // : base(t) RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * L_1 = ___t0; GeneralDigest__ctor_m181D41AB9AD38413F958BCB544F5FDC89F103C85(__this, L_1, /*hidden argument*/NULL); // CopyIn(t); RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * L_2 = ___t0; RipeMD320Digest_CopyIn_mD303BB8EF89696746DBF3E1CFA8B55E625814235(__this, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::CopyIn(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD320Digest_CopyIn_mD303BB8EF89696746DBF3E1CFA8B55E625814235 (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * ___t0, const RuntimeMethod* method) { { // base.CopyIn(t); RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * L_0 = ___t0; GeneralDigest_CopyIn_m6D242C109A2510C92AF1ADEF82AA99EB44BDA171(__this, L_0, /*hidden argument*/NULL); // H0 = t.H0; RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = L_1->get_H0_5(); __this->set_H0_5(L_2); // H1 = t.H1; RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * L_3 = ___t0; NullCheck(L_3); int32_t L_4 = L_3->get_H1_6(); __this->set_H1_6(L_4); // H2 = t.H2; RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * L_5 = ___t0; NullCheck(L_5); int32_t L_6 = L_5->get_H2_7(); __this->set_H2_7(L_6); // H3 = t.H3; RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * L_7 = ___t0; NullCheck(L_7); int32_t L_8 = L_7->get_H3_8(); __this->set_H3_8(L_8); // H4 = t.H4; RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * L_9 = ___t0; NullCheck(L_9); int32_t L_10 = L_9->get_H4_9(); __this->set_H4_9(L_10); // H5 = t.H5; RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * L_11 = ___t0; NullCheck(L_11); int32_t L_12 = L_11->get_H5_10(); __this->set_H5_10(L_12); // H6 = t.H6; RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * L_13 = ___t0; NullCheck(L_13); int32_t L_14 = L_13->get_H6_11(); __this->set_H6_11(L_14); // H7 = t.H7; RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * L_15 = ___t0; NullCheck(L_15); int32_t L_16 = L_15->get_H7_12(); __this->set_H7_12(L_16); // H8 = t.H8; RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * L_17 = ___t0; NullCheck(L_17); int32_t L_18 = L_17->get_H8_13(); __this->set_H8_13(L_18); // H9 = t.H9; RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * L_19 = ___t0; NullCheck(L_19); int32_t L_20 = L_19->get_H9_14(); __this->set_H9_14(L_20); // Array.Copy(t.X, 0, X, 0, t.X.Length); RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * L_21 = ___t0; NullCheck(L_21); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = L_21->get_X_15(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_23 = __this->get_X_15(); RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * L_24 = ___t0; NullCheck(L_24); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_25 = L_24->get_X_15(); NullCheck(L_25); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_22, 0, (RuntimeArray *)(RuntimeArray *)L_23, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length))), /*hidden argument*/NULL); // xOff = t.xOff; RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * L_26 = ___t0; NullCheck(L_26); int32_t L_27 = L_26->get_xOff_16(); __this->set_xOff_16(L_27); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::ProcessWord(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD320Digest_ProcessWord_m2FAC6BD11A7330D1D18AF8AEB2168279A3FFC8FA (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, const RuntimeMethod* method) { int32_t V_0 = 0; { // X[xOff++] = (input[inOff] & 0xff) | ((input[inOff + 1] & 0xff) << 8) // | ((input[inOff + 2] & 0xff) << 16) | ((input[inOff + 3] & 0xff) << 24); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_X_15(); int32_t L_1 = __this->get_xOff_16(); V_0 = L_1; int32_t L_2 = V_0; __this->set_xOff_16(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___input0; int32_t L_5 = ___inOff1; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___input0; int32_t L_9 = ___inOff1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___input0; int32_t L_13 = ___inOff1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___input0; int32_t L_17 = ___inOff1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)3)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)255)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)255)))<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)24)))))); // if (xOff == 16) int32_t L_20 = __this->get_xOff_16(); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)16))))) { goto IL_005d; } } { // ProcessBlock(); VirtualActionInvoker0::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::ProcessBlock() */, __this); } IL_005d: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::ProcessLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD320Digest_ProcessLength_m95022DC61F9B5FF0F5F234CBE294FD5A544AEAF8 (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, int64_t ___bitLength0, const RuntimeMethod* method) { { // if (xOff > 14) int32_t L_0 = __this->get_xOff_16(); if ((((int32_t)L_0) <= ((int32_t)((int32_t)14)))) { goto IL_0010; } } { // ProcessBlock(); VirtualActionInvoker0::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::ProcessBlock() */, __this); } IL_0010: { // X[14] = (int)(bitLength & 0xffffffff); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = __this->get_X_15(); int64_t L_2 = ___bitLength0; NullCheck(L_1); (L_1)->SetAt(static_cast(((int32_t)14)), (int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_2&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1)))))))))); // X[15] = (int)((ulong)bitLength >> 32); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = __this->get_X_15(); int64_t L_4 = ___bitLength0; NullCheck(L_3); (L_3)->SetAt(static_cast(((int32_t)15)), (int32_t)((int32_t)((int32_t)((int64_t)((uint64_t)L_4>>((int32_t)32)))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::UnpackWord(System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD320Digest_UnpackWord_mB7755F770EA0DAC629D820771A37F74E475AE22F (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, int32_t ___word0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes1, int32_t ___outOff2, const RuntimeMethod* method) { { // outBytes[outOff] = (byte)word; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___outBytes1; int32_t L_1 = ___outOff2; int32_t L_2 = ___word0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)((int32_t)((uint8_t)L_2))); // outBytes[outOff + 1] = (byte)((uint)word >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___outBytes1; int32_t L_4 = ___outOff2; int32_t L_5 = ___word0; NullCheck(L_3); (L_3)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_5>>8))))); // outBytes[outOff + 2] = (byte)((uint)word >> 16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___outBytes1; int32_t L_7 = ___outOff2; int32_t L_8 = ___word0; NullCheck(L_6); (L_6)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2))), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_8>>((int32_t)16)))))); // outBytes[outOff + 3] = (byte)((uint)word >> 24); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___outBytes1; int32_t L_10 = ___outOff2; int32_t L_11 = ___word0; NullCheck(L_9); (L_9)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)3))), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_11>>((int32_t)24)))))); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD320Digest_DoFinal_m23B070BCECE3DEF9CBF14A598458881ED66B14DB (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { { // Finish(); GeneralDigest_Finish_mD265C27934DD928D55B3F4605C61C9A3F9F1CA41(__this, /*hidden argument*/NULL); // UnpackWord(H0, output, outOff); int32_t L_0 = __this->get_H0_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___output0; int32_t L_2 = ___outOff1; RipeMD320Digest_UnpackWord_mB7755F770EA0DAC629D820771A37F74E475AE22F(__this, L_0, L_1, L_2, /*hidden argument*/NULL); // UnpackWord(H1, output, outOff + 4); int32_t L_3 = __this->get_H1_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output0; int32_t L_5 = ___outOff1; RipeMD320Digest_UnpackWord_mB7755F770EA0DAC629D820771A37F74E475AE22F(__this, L_3, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)4)), /*hidden argument*/NULL); // UnpackWord(H2, output, outOff + 8); int32_t L_6 = __this->get_H2_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___output0; int32_t L_8 = ___outOff1; RipeMD320Digest_UnpackWord_mB7755F770EA0DAC629D820771A37F74E475AE22F(__this, L_6, L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)8)), /*hidden argument*/NULL); // UnpackWord(H3, output, outOff + 12); int32_t L_9 = __this->get_H3_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___output0; int32_t L_11 = ___outOff1; RipeMD320Digest_UnpackWord_mB7755F770EA0DAC629D820771A37F74E475AE22F(__this, L_9, L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)12))), /*hidden argument*/NULL); // UnpackWord(H4, output, outOff + 16); int32_t L_12 = __this->get_H4_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___output0; int32_t L_14 = ___outOff1; RipeMD320Digest_UnpackWord_mB7755F770EA0DAC629D820771A37F74E475AE22F(__this, L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)16))), /*hidden argument*/NULL); // UnpackWord(H5, output, outOff + 20); int32_t L_15 = __this->get_H5_10(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___output0; int32_t L_17 = ___outOff1; RipeMD320Digest_UnpackWord_mB7755F770EA0DAC629D820771A37F74E475AE22F(__this, L_15, L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)20))), /*hidden argument*/NULL); // UnpackWord(H6, output, outOff + 24); int32_t L_18 = __this->get_H6_11(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___output0; int32_t L_20 = ___outOff1; RipeMD320Digest_UnpackWord_mB7755F770EA0DAC629D820771A37F74E475AE22F(__this, L_18, L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)((int32_t)24))), /*hidden argument*/NULL); // UnpackWord(H7, output, outOff + 28); int32_t L_21 = __this->get_H7_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___output0; int32_t L_23 = ___outOff1; RipeMD320Digest_UnpackWord_mB7755F770EA0DAC629D820771A37F74E475AE22F(__this, L_21, L_22, ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)((int32_t)28))), /*hidden argument*/NULL); // UnpackWord(H8, output, outOff + 32); int32_t L_24 = __this->get_H8_13(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ___output0; int32_t L_26 = ___outOff1; RipeMD320Digest_UnpackWord_mB7755F770EA0DAC629D820771A37F74E475AE22F(__this, L_24, L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)32))), /*hidden argument*/NULL); // UnpackWord(H9, output, outOff + 36); int32_t L_27 = __this->get_H9_14(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = ___output0; int32_t L_29 = ___outOff1; RipeMD320Digest_UnpackWord_mB7755F770EA0DAC629D820771A37F74E475AE22F(__this, L_27, L_28, ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)((int32_t)36))), /*hidden argument*/NULL); // Reset(); VirtualActionInvoker0::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::Reset() */, __this); // return DigestLength; return ((int32_t)40); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD320Digest_Reset_m7551DDCF463505CDF2BAD0119CAE96B831D68855 (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // base.Reset(); GeneralDigest_Reset_m9C32D34E7DEA612AE47451FC2CD0E557CC448094(__this, /*hidden argument*/NULL); // H0 = unchecked((int) 0x67452301); __this->set_H0_5(((int32_t)1732584193)); // H1 = unchecked((int) 0xefcdab89); __this->set_H1_6(((int32_t)-271733879)); // H2 = unchecked((int) 0x98badcfe); __this->set_H2_7(((int32_t)-1732584194)); // H3 = unchecked((int) 0x10325476); __this->set_H3_8(((int32_t)271733878)); // H4 = unchecked((int) 0xc3d2e1f0); __this->set_H4_9(((int32_t)-1009589776)); // H5 = unchecked((int) 0x76543210); __this->set_H5_10(((int32_t)1985229328)); // H6 = unchecked((int) 0xFEDCBA98); __this->set_H6_11(((int32_t)-19088744)); // H7 = unchecked((int) 0x89ABCDEF); __this->set_H7_12(((int32_t)-1985229329)); // H8 = unchecked((int) 0x01234567); __this->set_H8_13(((int32_t)19088743)); // H9 = unchecked((int) 0x3C2D1E0F); __this->set_H9_14(((int32_t)1009589775)); // xOff = 0; __this->set_xOff_16(0); // for (int i = 0; i != X.Length; i++) V_0 = 0; goto IL_008c; } IL_007f: { // X[i] = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_X_15(); int32_t L_1 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (int32_t)0); // for (int i = 0; i != X.Length; i++) int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_008c: { // for (int i = 0; i != X.Length; i++) int32_t L_3 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = __this->get_X_15(); NullCheck(L_4); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_007f; } } { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::RL(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6 (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, int32_t ___x0, int32_t ___n1, const RuntimeMethod* method) { { // return (x << n) | (int)(((uint)x) >> (32 - n)); int32_t L_0 = ___x0; int32_t L_1 = ___n1; int32_t L_2 = ___x0; int32_t L_3 = ___n1; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_2>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_3))&(int32_t)((int32_t)31))))))); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::F1(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method) { { // return x ^ y ^ z; int32_t L_0 = ___x0; int32_t L_1 = ___y1; int32_t L_2 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0^(int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::F2(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3 (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method) { { // return (x & y) | (~ x & z); int32_t L_0 = ___x0; int32_t L_1 = ___y1; int32_t L_2 = ___x0; int32_t L_3 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))|(int32_t)((int32_t)((int32_t)((~L_2))&(int32_t)L_3)))); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::F3(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5 (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method) { { // return (x | ~ y) ^ z; int32_t L_0 = ___x0; int32_t L_1 = ___y1; int32_t L_2 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0|(int32_t)((~L_1))))^(int32_t)L_2)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::F4(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0 (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method) { { // return (x & z) | (y & ~ z); int32_t L_0 = ___x0; int32_t L_1 = ___z2; int32_t L_2 = ___y1; int32_t L_3 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))|(int32_t)((int32_t)((int32_t)L_2&(int32_t)((~L_3)))))); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::F5(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703 (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method) { { // return x ^ (y | ~z); int32_t L_0 = ___x0; int32_t L_1 = ___y1; int32_t L_2 = ___z2; return ((int32_t)((int32_t)L_0^(int32_t)((int32_t)((int32_t)L_1|(int32_t)((~L_2)))))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::ProcessBlock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD320Digest_ProcessBlock_mA130698DADC255ABFE13AC5C4133AF3EE6C2B732 (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; { // a = H0; int32_t L_0 = __this->get_H0_5(); V_0 = L_0; // b = H1; int32_t L_1 = __this->get_H1_6(); V_2 = L_1; // c = H2; int32_t L_2 = __this->get_H2_7(); V_4 = L_2; // d = H3; int32_t L_3 = __this->get_H3_8(); V_6 = L_3; // e = H4; int32_t L_4 = __this->get_H4_9(); V_8 = L_4; // aa = H5; int32_t L_5 = __this->get_H5_10(); V_1 = L_5; // bb = H6; int32_t L_6 = __this->get_H6_11(); V_3 = L_6; // cc = H7; int32_t L_7 = __this->get_H7_12(); V_5 = L_7; // dd = H8; int32_t L_8 = __this->get_H8_13(); V_7 = L_8; // ee = H9; int32_t L_9 = __this->get_H9_14(); V_9 = L_9; // a = RL(a + F1(b, c, d) + X[0], 11) + e; c = RL(c, 10); int32_t L_10 = V_0; int32_t L_11 = V_2; int32_t L_12 = V_4; int32_t L_13 = V_6; int32_t L_14; L_14 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_11, L_12, L_13, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = __this->get_X_15(); NullCheck(L_15); int32_t L_16 = 0; int32_t L_17 = (L_15)->GetAt(static_cast(L_16)); int32_t L_18; L_18 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_14)), (int32_t)L_17)), ((int32_t)11), /*hidden argument*/NULL); int32_t L_19 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19)); // a = RL(a + F1(b, c, d) + X[0], 11) + e; c = RL(c, 10); int32_t L_20 = V_4; int32_t L_21; L_21 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_20, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_21; // e = RL(e + F1(a, b, c) + X[1], 14) + d; b = RL(b, 10); int32_t L_22 = V_8; int32_t L_23 = V_0; int32_t L_24 = V_2; int32_t L_25 = V_4; int32_t L_26; L_26 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_23, L_24, L_25, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_27 = __this->get_X_15(); NullCheck(L_27); int32_t L_28 = 1; int32_t L_29 = (L_27)->GetAt(static_cast(L_28)); int32_t L_30; L_30 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_26)), (int32_t)L_29)), ((int32_t)14), /*hidden argument*/NULL); int32_t L_31 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31)); // e = RL(e + F1(a, b, c) + X[1], 14) + d; b = RL(b, 10); int32_t L_32 = V_2; int32_t L_33; L_33 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_32, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_33; // d = RL(d + F1(e, a, b) + X[2], 15) + c; a = RL(a, 10); int32_t L_34 = V_6; int32_t L_35 = V_8; int32_t L_36 = V_0; int32_t L_37 = V_2; int32_t L_38; L_38 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_35, L_36, L_37, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_39 = __this->get_X_15(); NullCheck(L_39); int32_t L_40 = 2; int32_t L_41 = (L_39)->GetAt(static_cast(L_40)); int32_t L_42; L_42 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_38)), (int32_t)L_41)), ((int32_t)15), /*hidden argument*/NULL); int32_t L_43 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)L_43)); // d = RL(d + F1(e, a, b) + X[2], 15) + c; a = RL(a, 10); int32_t L_44 = V_0; int32_t L_45; L_45 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_44, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_45; // c = RL(c + F1(d, e, a) + X[3], 12) + b; e = RL(e, 10); int32_t L_46 = V_4; int32_t L_47 = V_6; int32_t L_48 = V_8; int32_t L_49 = V_0; int32_t L_50; L_50 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_47, L_48, L_49, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_51 = __this->get_X_15(); NullCheck(L_51); int32_t L_52 = 3; int32_t L_53 = (L_51)->GetAt(static_cast(L_52)); int32_t L_54; L_54 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)L_50)), (int32_t)L_53)), ((int32_t)12), /*hidden argument*/NULL); int32_t L_55 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)L_55)); // c = RL(c + F1(d, e, a) + X[3], 12) + b; e = RL(e, 10); int32_t L_56 = V_8; int32_t L_57; L_57 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_56, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_57; // b = RL(b + F1(c, d, e) + X[4], 5) + a; d = RL(d, 10); int32_t L_58 = V_2; int32_t L_59 = V_4; int32_t L_60 = V_6; int32_t L_61 = V_8; int32_t L_62; L_62 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_59, L_60, L_61, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_63 = __this->get_X_15(); NullCheck(L_63); int32_t L_64 = 4; int32_t L_65 = (L_63)->GetAt(static_cast(L_64)); int32_t L_66; L_66 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)L_62)), (int32_t)L_65)), 5, /*hidden argument*/NULL); int32_t L_67 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)L_67)); // b = RL(b + F1(c, d, e) + X[4], 5) + a; d = RL(d, 10); int32_t L_68 = V_6; int32_t L_69; L_69 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_68, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_69; // a = RL(a + F1(b, c, d) + X[5], 8) + e; c = RL(c, 10); int32_t L_70 = V_0; int32_t L_71 = V_2; int32_t L_72 = V_4; int32_t L_73 = V_6; int32_t L_74; L_74 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_71, L_72, L_73, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_75 = __this->get_X_15(); NullCheck(L_75); int32_t L_76 = 5; int32_t L_77 = (L_75)->GetAt(static_cast(L_76)); int32_t L_78; L_78 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)L_74)), (int32_t)L_77)), 8, /*hidden argument*/NULL); int32_t L_79 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)L_79)); // a = RL(a + F1(b, c, d) + X[5], 8) + e; c = RL(c, 10); int32_t L_80 = V_4; int32_t L_81; L_81 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_80, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_81; // e = RL(e + F1(a, b, c) + X[6], 7) + d; b = RL(b, 10); int32_t L_82 = V_8; int32_t L_83 = V_0; int32_t L_84 = V_2; int32_t L_85 = V_4; int32_t L_86; L_86 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_83, L_84, L_85, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_87 = __this->get_X_15(); NullCheck(L_87); int32_t L_88 = 6; int32_t L_89 = (L_87)->GetAt(static_cast(L_88)); int32_t L_90; L_90 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)L_86)), (int32_t)L_89)), 7, /*hidden argument*/NULL); int32_t L_91 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)L_91)); // e = RL(e + F1(a, b, c) + X[6], 7) + d; b = RL(b, 10); int32_t L_92 = V_2; int32_t L_93; L_93 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_92, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_93; // d = RL(d + F1(e, a, b) + X[7], 9) + c; a = RL(a, 10); int32_t L_94 = V_6; int32_t L_95 = V_8; int32_t L_96 = V_0; int32_t L_97 = V_2; int32_t L_98; L_98 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_95, L_96, L_97, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_99 = __this->get_X_15(); NullCheck(L_99); int32_t L_100 = 7; int32_t L_101 = (L_99)->GetAt(static_cast(L_100)); int32_t L_102; L_102 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)L_98)), (int32_t)L_101)), ((int32_t)9), /*hidden argument*/NULL); int32_t L_103 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)L_103)); // d = RL(d + F1(e, a, b) + X[7], 9) + c; a = RL(a, 10); int32_t L_104 = V_0; int32_t L_105; L_105 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_104, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_105; // c = RL(c + F1(d, e, a) + X[8], 11) + b; e = RL(e, 10); int32_t L_106 = V_4; int32_t L_107 = V_6; int32_t L_108 = V_8; int32_t L_109 = V_0; int32_t L_110; L_110 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_107, L_108, L_109, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_111 = __this->get_X_15(); NullCheck(L_111); int32_t L_112 = 8; int32_t L_113 = (L_111)->GetAt(static_cast(L_112)); int32_t L_114; L_114 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)L_110)), (int32_t)L_113)), ((int32_t)11), /*hidden argument*/NULL); int32_t L_115 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)L_115)); // c = RL(c + F1(d, e, a) + X[8], 11) + b; e = RL(e, 10); int32_t L_116 = V_8; int32_t L_117; L_117 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_116, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_117; // b = RL(b + F1(c, d, e) + X[9], 13) + a; d = RL(d, 10); int32_t L_118 = V_2; int32_t L_119 = V_4; int32_t L_120 = V_6; int32_t L_121 = V_8; int32_t L_122; L_122 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_119, L_120, L_121, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_123 = __this->get_X_15(); NullCheck(L_123); int32_t L_124 = ((int32_t)9); int32_t L_125 = (L_123)->GetAt(static_cast(L_124)); int32_t L_126; L_126 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)L_122)), (int32_t)L_125)), ((int32_t)13), /*hidden argument*/NULL); int32_t L_127 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)L_127)); // b = RL(b + F1(c, d, e) + X[9], 13) + a; d = RL(d, 10); int32_t L_128 = V_6; int32_t L_129; L_129 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_128, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_129; // a = RL(a + F1(b, c, d) + X[10], 14) + e; c = RL(c, 10); int32_t L_130 = V_0; int32_t L_131 = V_2; int32_t L_132 = V_4; int32_t L_133 = V_6; int32_t L_134; L_134 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_131, L_132, L_133, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_135 = __this->get_X_15(); NullCheck(L_135); int32_t L_136 = ((int32_t)10); int32_t L_137 = (L_135)->GetAt(static_cast(L_136)); int32_t L_138; L_138 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)L_134)), (int32_t)L_137)), ((int32_t)14), /*hidden argument*/NULL); int32_t L_139 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)L_139)); // a = RL(a + F1(b, c, d) + X[10], 14) + e; c = RL(c, 10); int32_t L_140 = V_4; int32_t L_141; L_141 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_140, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_141; // e = RL(e + F1(a, b, c) + X[11], 15) + d; b = RL(b, 10); int32_t L_142 = V_8; int32_t L_143 = V_0; int32_t L_144 = V_2; int32_t L_145 = V_4; int32_t L_146; L_146 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_143, L_144, L_145, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_147 = __this->get_X_15(); NullCheck(L_147); int32_t L_148 = ((int32_t)11); int32_t L_149 = (L_147)->GetAt(static_cast(L_148)); int32_t L_150; L_150 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_142, (int32_t)L_146)), (int32_t)L_149)), ((int32_t)15), /*hidden argument*/NULL); int32_t L_151 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_150, (int32_t)L_151)); // e = RL(e + F1(a, b, c) + X[11], 15) + d; b = RL(b, 10); int32_t L_152 = V_2; int32_t L_153; L_153 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_152, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_153; // d = RL(d + F1(e, a, b) + X[12], 6) + c; a = RL(a, 10); int32_t L_154 = V_6; int32_t L_155 = V_8; int32_t L_156 = V_0; int32_t L_157 = V_2; int32_t L_158; L_158 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_155, L_156, L_157, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_159 = __this->get_X_15(); NullCheck(L_159); int32_t L_160 = ((int32_t)12); int32_t L_161 = (L_159)->GetAt(static_cast(L_160)); int32_t L_162; L_162 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_154, (int32_t)L_158)), (int32_t)L_161)), 6, /*hidden argument*/NULL); int32_t L_163 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_162, (int32_t)L_163)); // d = RL(d + F1(e, a, b) + X[12], 6) + c; a = RL(a, 10); int32_t L_164 = V_0; int32_t L_165; L_165 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_164, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_165; // c = RL(c + F1(d, e, a) + X[13], 7) + b; e = RL(e, 10); int32_t L_166 = V_4; int32_t L_167 = V_6; int32_t L_168 = V_8; int32_t L_169 = V_0; int32_t L_170; L_170 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_167, L_168, L_169, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_171 = __this->get_X_15(); NullCheck(L_171); int32_t L_172 = ((int32_t)13); int32_t L_173 = (L_171)->GetAt(static_cast(L_172)); int32_t L_174; L_174 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_166, (int32_t)L_170)), (int32_t)L_173)), 7, /*hidden argument*/NULL); int32_t L_175 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)L_175)); // c = RL(c + F1(d, e, a) + X[13], 7) + b; e = RL(e, 10); int32_t L_176 = V_8; int32_t L_177; L_177 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_176, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_177; // b = RL(b + F1(c, d, e) + X[14], 9) + a; d = RL(d, 10); int32_t L_178 = V_2; int32_t L_179 = V_4; int32_t L_180 = V_6; int32_t L_181 = V_8; int32_t L_182; L_182 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_179, L_180, L_181, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_183 = __this->get_X_15(); NullCheck(L_183); int32_t L_184 = ((int32_t)14); int32_t L_185 = (L_183)->GetAt(static_cast(L_184)); int32_t L_186; L_186 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)L_182)), (int32_t)L_185)), ((int32_t)9), /*hidden argument*/NULL); int32_t L_187 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_186, (int32_t)L_187)); // b = RL(b + F1(c, d, e) + X[14], 9) + a; d = RL(d, 10); int32_t L_188 = V_6; int32_t L_189; L_189 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_188, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_189; // a = RL(a + F1(b, c, d) + X[15], 8) + e; c = RL(c, 10); int32_t L_190 = V_0; int32_t L_191 = V_2; int32_t L_192 = V_4; int32_t L_193 = V_6; int32_t L_194; L_194 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_191, L_192, L_193, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_195 = __this->get_X_15(); NullCheck(L_195); int32_t L_196 = ((int32_t)15); int32_t L_197 = (L_195)->GetAt(static_cast(L_196)); int32_t L_198; L_198 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)L_194)), (int32_t)L_197)), 8, /*hidden argument*/NULL); int32_t L_199 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_198, (int32_t)L_199)); // a = RL(a + F1(b, c, d) + X[15], 8) + e; c = RL(c, 10); int32_t L_200 = V_4; int32_t L_201; L_201 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_200, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_201; // aa = RL(aa + F5(bb, cc, dd) + X[5] + unchecked((int)0x50a28be6), 8) + ee; cc = RL(cc, 10); int32_t L_202 = V_1; int32_t L_203 = V_3; int32_t L_204 = V_5; int32_t L_205 = V_7; int32_t L_206; L_206 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_203, L_204, L_205, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_207 = __this->get_X_15(); NullCheck(L_207); int32_t L_208 = 5; int32_t L_209 = (L_207)->GetAt(static_cast(L_208)); int32_t L_210; L_210 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_202, (int32_t)L_206)), (int32_t)L_209)), (int32_t)((int32_t)1352829926))), 8, /*hidden argument*/NULL); int32_t L_211 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_210, (int32_t)L_211)); // aa = RL(aa + F5(bb, cc, dd) + X[5] + unchecked((int)0x50a28be6), 8) + ee; cc = RL(cc, 10); int32_t L_212 = V_5; int32_t L_213; L_213 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_212, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_213; // ee = RL(ee + F5(aa, bb, cc) + X[14] + unchecked((int)0x50a28be6), 9) + dd; bb = RL(bb, 10); int32_t L_214 = V_9; int32_t L_215 = V_1; int32_t L_216 = V_3; int32_t L_217 = V_5; int32_t L_218; L_218 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_215, L_216, L_217, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_219 = __this->get_X_15(); NullCheck(L_219); int32_t L_220 = ((int32_t)14); int32_t L_221 = (L_219)->GetAt(static_cast(L_220)); int32_t L_222; L_222 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_214, (int32_t)L_218)), (int32_t)L_221)), (int32_t)((int32_t)1352829926))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_223 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_222, (int32_t)L_223)); // ee = RL(ee + F5(aa, bb, cc) + X[14] + unchecked((int)0x50a28be6), 9) + dd; bb = RL(bb, 10); int32_t L_224 = V_3; int32_t L_225; L_225 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_224, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_225; // dd = RL(dd + F5(ee, aa, bb) + X[7] + unchecked((int)0x50a28be6), 9) + cc; aa = RL(aa, 10); int32_t L_226 = V_7; int32_t L_227 = V_9; int32_t L_228 = V_1; int32_t L_229 = V_3; int32_t L_230; L_230 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_227, L_228, L_229, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_231 = __this->get_X_15(); NullCheck(L_231); int32_t L_232 = 7; int32_t L_233 = (L_231)->GetAt(static_cast(L_232)); int32_t L_234; L_234 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_226, (int32_t)L_230)), (int32_t)L_233)), (int32_t)((int32_t)1352829926))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_235 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_234, (int32_t)L_235)); // dd = RL(dd + F5(ee, aa, bb) + X[7] + unchecked((int)0x50a28be6), 9) + cc; aa = RL(aa, 10); int32_t L_236 = V_1; int32_t L_237; L_237 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_236, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_237; // cc = RL(cc + F5(dd, ee, aa) + X[0] + unchecked((int)0x50a28be6), 11) + bb; ee = RL(ee, 10); int32_t L_238 = V_5; int32_t L_239 = V_7; int32_t L_240 = V_9; int32_t L_241 = V_1; int32_t L_242; L_242 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_239, L_240, L_241, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_243 = __this->get_X_15(); NullCheck(L_243); int32_t L_244 = 0; int32_t L_245 = (L_243)->GetAt(static_cast(L_244)); int32_t L_246; L_246 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_238, (int32_t)L_242)), (int32_t)L_245)), (int32_t)((int32_t)1352829926))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_247 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_246, (int32_t)L_247)); // cc = RL(cc + F5(dd, ee, aa) + X[0] + unchecked((int)0x50a28be6), 11) + bb; ee = RL(ee, 10); int32_t L_248 = V_9; int32_t L_249; L_249 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_248, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_249; // bb = RL(bb + F5(cc, dd, ee) + X[9] + unchecked((int)0x50a28be6), 13) + aa; dd = RL(dd, 10); int32_t L_250 = V_3; int32_t L_251 = V_5; int32_t L_252 = V_7; int32_t L_253 = V_9; int32_t L_254; L_254 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_251, L_252, L_253, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_255 = __this->get_X_15(); NullCheck(L_255); int32_t L_256 = ((int32_t)9); int32_t L_257 = (L_255)->GetAt(static_cast(L_256)); int32_t L_258; L_258 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_250, (int32_t)L_254)), (int32_t)L_257)), (int32_t)((int32_t)1352829926))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_259 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_258, (int32_t)L_259)); // bb = RL(bb + F5(cc, dd, ee) + X[9] + unchecked((int)0x50a28be6), 13) + aa; dd = RL(dd, 10); int32_t L_260 = V_7; int32_t L_261; L_261 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_260, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_261; // aa = RL(aa + F5(bb, cc, dd) + X[2] + unchecked((int)0x50a28be6), 15) + ee; cc = RL(cc, 10); int32_t L_262 = V_1; int32_t L_263 = V_3; int32_t L_264 = V_5; int32_t L_265 = V_7; int32_t L_266; L_266 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_263, L_264, L_265, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_267 = __this->get_X_15(); NullCheck(L_267); int32_t L_268 = 2; int32_t L_269 = (L_267)->GetAt(static_cast(L_268)); int32_t L_270; L_270 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_262, (int32_t)L_266)), (int32_t)L_269)), (int32_t)((int32_t)1352829926))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_271 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_270, (int32_t)L_271)); // aa = RL(aa + F5(bb, cc, dd) + X[2] + unchecked((int)0x50a28be6), 15) + ee; cc = RL(cc, 10); int32_t L_272 = V_5; int32_t L_273; L_273 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_272, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_273; // ee = RL(ee + F5(aa, bb, cc) + X[11] + unchecked((int)0x50a28be6), 15) + dd; bb = RL(bb, 10); int32_t L_274 = V_9; int32_t L_275 = V_1; int32_t L_276 = V_3; int32_t L_277 = V_5; int32_t L_278; L_278 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_275, L_276, L_277, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_279 = __this->get_X_15(); NullCheck(L_279); int32_t L_280 = ((int32_t)11); int32_t L_281 = (L_279)->GetAt(static_cast(L_280)); int32_t L_282; L_282 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_274, (int32_t)L_278)), (int32_t)L_281)), (int32_t)((int32_t)1352829926))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_283 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_282, (int32_t)L_283)); // ee = RL(ee + F5(aa, bb, cc) + X[11] + unchecked((int)0x50a28be6), 15) + dd; bb = RL(bb, 10); int32_t L_284 = V_3; int32_t L_285; L_285 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_284, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_285; // dd = RL(dd + F5(ee, aa, bb) + X[4] + unchecked((int)0x50a28be6), 5) + cc; aa = RL(aa, 10); int32_t L_286 = V_7; int32_t L_287 = V_9; int32_t L_288 = V_1; int32_t L_289 = V_3; int32_t L_290; L_290 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_287, L_288, L_289, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_291 = __this->get_X_15(); NullCheck(L_291); int32_t L_292 = 4; int32_t L_293 = (L_291)->GetAt(static_cast(L_292)); int32_t L_294; L_294 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_286, (int32_t)L_290)), (int32_t)L_293)), (int32_t)((int32_t)1352829926))), 5, /*hidden argument*/NULL); int32_t L_295 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_294, (int32_t)L_295)); // dd = RL(dd + F5(ee, aa, bb) + X[4] + unchecked((int)0x50a28be6), 5) + cc; aa = RL(aa, 10); int32_t L_296 = V_1; int32_t L_297; L_297 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_296, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_297; // cc = RL(cc + F5(dd, ee, aa) + X[13] + unchecked((int)0x50a28be6), 7) + bb; ee = RL(ee, 10); int32_t L_298 = V_5; int32_t L_299 = V_7; int32_t L_300 = V_9; int32_t L_301 = V_1; int32_t L_302; L_302 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_299, L_300, L_301, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_303 = __this->get_X_15(); NullCheck(L_303); int32_t L_304 = ((int32_t)13); int32_t L_305 = (L_303)->GetAt(static_cast(L_304)); int32_t L_306; L_306 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_298, (int32_t)L_302)), (int32_t)L_305)), (int32_t)((int32_t)1352829926))), 7, /*hidden argument*/NULL); int32_t L_307 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_306, (int32_t)L_307)); // cc = RL(cc + F5(dd, ee, aa) + X[13] + unchecked((int)0x50a28be6), 7) + bb; ee = RL(ee, 10); int32_t L_308 = V_9; int32_t L_309; L_309 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_308, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_309; // bb = RL(bb + F5(cc, dd, ee) + X[6] + unchecked((int)0x50a28be6), 7) + aa; dd = RL(dd, 10); int32_t L_310 = V_3; int32_t L_311 = V_5; int32_t L_312 = V_7; int32_t L_313 = V_9; int32_t L_314; L_314 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_311, L_312, L_313, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_315 = __this->get_X_15(); NullCheck(L_315); int32_t L_316 = 6; int32_t L_317 = (L_315)->GetAt(static_cast(L_316)); int32_t L_318; L_318 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_310, (int32_t)L_314)), (int32_t)L_317)), (int32_t)((int32_t)1352829926))), 7, /*hidden argument*/NULL); int32_t L_319 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_318, (int32_t)L_319)); // bb = RL(bb + F5(cc, dd, ee) + X[6] + unchecked((int)0x50a28be6), 7) + aa; dd = RL(dd, 10); int32_t L_320 = V_7; int32_t L_321; L_321 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_320, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_321; // aa = RL(aa + F5(bb, cc, dd) + X[15] + unchecked((int)0x50a28be6), 8) + ee; cc = RL(cc, 10); int32_t L_322 = V_1; int32_t L_323 = V_3; int32_t L_324 = V_5; int32_t L_325 = V_7; int32_t L_326; L_326 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_323, L_324, L_325, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_327 = __this->get_X_15(); NullCheck(L_327); int32_t L_328 = ((int32_t)15); int32_t L_329 = (L_327)->GetAt(static_cast(L_328)); int32_t L_330; L_330 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_322, (int32_t)L_326)), (int32_t)L_329)), (int32_t)((int32_t)1352829926))), 8, /*hidden argument*/NULL); int32_t L_331 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_330, (int32_t)L_331)); // aa = RL(aa + F5(bb, cc, dd) + X[15] + unchecked((int)0x50a28be6), 8) + ee; cc = RL(cc, 10); int32_t L_332 = V_5; int32_t L_333; L_333 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_332, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_333; // ee = RL(ee + F5(aa, bb, cc) + X[8] + unchecked((int)0x50a28be6), 11) + dd; bb = RL(bb, 10); int32_t L_334 = V_9; int32_t L_335 = V_1; int32_t L_336 = V_3; int32_t L_337 = V_5; int32_t L_338; L_338 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_335, L_336, L_337, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_339 = __this->get_X_15(); NullCheck(L_339); int32_t L_340 = 8; int32_t L_341 = (L_339)->GetAt(static_cast(L_340)); int32_t L_342; L_342 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_334, (int32_t)L_338)), (int32_t)L_341)), (int32_t)((int32_t)1352829926))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_343 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_342, (int32_t)L_343)); // ee = RL(ee + F5(aa, bb, cc) + X[8] + unchecked((int)0x50a28be6), 11) + dd; bb = RL(bb, 10); int32_t L_344 = V_3; int32_t L_345; L_345 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_344, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_345; // dd = RL(dd + F5(ee, aa, bb) + X[1] + unchecked((int)0x50a28be6), 14) + cc; aa = RL(aa, 10); int32_t L_346 = V_7; int32_t L_347 = V_9; int32_t L_348 = V_1; int32_t L_349 = V_3; int32_t L_350; L_350 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_347, L_348, L_349, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_351 = __this->get_X_15(); NullCheck(L_351); int32_t L_352 = 1; int32_t L_353 = (L_351)->GetAt(static_cast(L_352)); int32_t L_354; L_354 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_346, (int32_t)L_350)), (int32_t)L_353)), (int32_t)((int32_t)1352829926))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_355 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_354, (int32_t)L_355)); // dd = RL(dd + F5(ee, aa, bb) + X[1] + unchecked((int)0x50a28be6), 14) + cc; aa = RL(aa, 10); int32_t L_356 = V_1; int32_t L_357; L_357 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_356, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_357; // cc = RL(cc + F5(dd, ee, aa) + X[10] + unchecked((int)0x50a28be6), 14) + bb; ee = RL(ee, 10); int32_t L_358 = V_5; int32_t L_359 = V_7; int32_t L_360 = V_9; int32_t L_361 = V_1; int32_t L_362; L_362 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_359, L_360, L_361, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_363 = __this->get_X_15(); NullCheck(L_363); int32_t L_364 = ((int32_t)10); int32_t L_365 = (L_363)->GetAt(static_cast(L_364)); int32_t L_366; L_366 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_358, (int32_t)L_362)), (int32_t)L_365)), (int32_t)((int32_t)1352829926))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_367 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_366, (int32_t)L_367)); // cc = RL(cc + F5(dd, ee, aa) + X[10] + unchecked((int)0x50a28be6), 14) + bb; ee = RL(ee, 10); int32_t L_368 = V_9; int32_t L_369; L_369 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_368, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_369; // bb = RL(bb + F5(cc, dd, ee) + X[3] + unchecked((int)0x50a28be6), 12) + aa; dd = RL(dd, 10); int32_t L_370 = V_3; int32_t L_371 = V_5; int32_t L_372 = V_7; int32_t L_373 = V_9; int32_t L_374; L_374 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_371, L_372, L_373, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_375 = __this->get_X_15(); NullCheck(L_375); int32_t L_376 = 3; int32_t L_377 = (L_375)->GetAt(static_cast(L_376)); int32_t L_378; L_378 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_370, (int32_t)L_374)), (int32_t)L_377)), (int32_t)((int32_t)1352829926))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_379 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_378, (int32_t)L_379)); // bb = RL(bb + F5(cc, dd, ee) + X[3] + unchecked((int)0x50a28be6), 12) + aa; dd = RL(dd, 10); int32_t L_380 = V_7; int32_t L_381; L_381 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_380, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_381; // aa = RL(aa + F5(bb, cc, dd) + X[12] + unchecked((int)0x50a28be6), 6) + ee; cc = RL(cc, 10); int32_t L_382 = V_1; int32_t L_383 = V_3; int32_t L_384 = V_5; int32_t L_385 = V_7; int32_t L_386; L_386 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_383, L_384, L_385, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_387 = __this->get_X_15(); NullCheck(L_387); int32_t L_388 = ((int32_t)12); int32_t L_389 = (L_387)->GetAt(static_cast(L_388)); int32_t L_390; L_390 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_382, (int32_t)L_386)), (int32_t)L_389)), (int32_t)((int32_t)1352829926))), 6, /*hidden argument*/NULL); int32_t L_391 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_390, (int32_t)L_391)); // aa = RL(aa + F5(bb, cc, dd) + X[12] + unchecked((int)0x50a28be6), 6) + ee; cc = RL(cc, 10); int32_t L_392 = V_5; int32_t L_393; L_393 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_392, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_393; // t = a; a = aa; aa = t; int32_t L_394 = V_0; // t = a; a = aa; aa = t; int32_t L_395 = V_1; V_0 = L_395; // t = a; a = aa; aa = t; V_1 = L_394; // e = RL(e + F2(a, b, c) + X[7] + unchecked((int)0x5a827999), 7) + d; b = RL(b, 10); int32_t L_396 = V_8; int32_t L_397 = V_0; int32_t L_398 = V_2; int32_t L_399 = V_4; int32_t L_400; L_400 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_397, L_398, L_399, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_401 = __this->get_X_15(); NullCheck(L_401); int32_t L_402 = 7; int32_t L_403 = (L_401)->GetAt(static_cast(L_402)); int32_t L_404; L_404 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_396, (int32_t)L_400)), (int32_t)L_403)), (int32_t)((int32_t)1518500249))), 7, /*hidden argument*/NULL); int32_t L_405 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_404, (int32_t)L_405)); // e = RL(e + F2(a, b, c) + X[7] + unchecked((int)0x5a827999), 7) + d; b = RL(b, 10); int32_t L_406 = V_2; int32_t L_407; L_407 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_406, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_407; // d = RL(d + F2(e, a, b) + X[4] + unchecked((int)0x5a827999), 6) + c; a = RL(a, 10); int32_t L_408 = V_6; int32_t L_409 = V_8; int32_t L_410 = V_0; int32_t L_411 = V_2; int32_t L_412; L_412 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_409, L_410, L_411, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_413 = __this->get_X_15(); NullCheck(L_413); int32_t L_414 = 4; int32_t L_415 = (L_413)->GetAt(static_cast(L_414)); int32_t L_416; L_416 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_408, (int32_t)L_412)), (int32_t)L_415)), (int32_t)((int32_t)1518500249))), 6, /*hidden argument*/NULL); int32_t L_417 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_416, (int32_t)L_417)); // d = RL(d + F2(e, a, b) + X[4] + unchecked((int)0x5a827999), 6) + c; a = RL(a, 10); int32_t L_418 = V_0; int32_t L_419; L_419 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_418, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_419; // c = RL(c + F2(d, e, a) + X[13] + unchecked((int)0x5a827999), 8) + b; e = RL(e, 10); int32_t L_420 = V_4; int32_t L_421 = V_6; int32_t L_422 = V_8; int32_t L_423 = V_0; int32_t L_424; L_424 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_421, L_422, L_423, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_425 = __this->get_X_15(); NullCheck(L_425); int32_t L_426 = ((int32_t)13); int32_t L_427 = (L_425)->GetAt(static_cast(L_426)); int32_t L_428; L_428 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_420, (int32_t)L_424)), (int32_t)L_427)), (int32_t)((int32_t)1518500249))), 8, /*hidden argument*/NULL); int32_t L_429 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_428, (int32_t)L_429)); // c = RL(c + F2(d, e, a) + X[13] + unchecked((int)0x5a827999), 8) + b; e = RL(e, 10); int32_t L_430 = V_8; int32_t L_431; L_431 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_430, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_431; // b = RL(b + F2(c, d, e) + X[1] + unchecked((int)0x5a827999), 13) + a; d = RL(d, 10); int32_t L_432 = V_2; int32_t L_433 = V_4; int32_t L_434 = V_6; int32_t L_435 = V_8; int32_t L_436; L_436 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_433, L_434, L_435, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_437 = __this->get_X_15(); NullCheck(L_437); int32_t L_438 = 1; int32_t L_439 = (L_437)->GetAt(static_cast(L_438)); int32_t L_440; L_440 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_432, (int32_t)L_436)), (int32_t)L_439)), (int32_t)((int32_t)1518500249))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_441 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_440, (int32_t)L_441)); // b = RL(b + F2(c, d, e) + X[1] + unchecked((int)0x5a827999), 13) + a; d = RL(d, 10); int32_t L_442 = V_6; int32_t L_443; L_443 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_442, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_443; // a = RL(a + F2(b, c, d) + X[10] + unchecked((int)0x5a827999), 11) + e; c = RL(c, 10); int32_t L_444 = V_0; int32_t L_445 = V_2; int32_t L_446 = V_4; int32_t L_447 = V_6; int32_t L_448; L_448 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_445, L_446, L_447, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_449 = __this->get_X_15(); NullCheck(L_449); int32_t L_450 = ((int32_t)10); int32_t L_451 = (L_449)->GetAt(static_cast(L_450)); int32_t L_452; L_452 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_444, (int32_t)L_448)), (int32_t)L_451)), (int32_t)((int32_t)1518500249))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_453 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_452, (int32_t)L_453)); // a = RL(a + F2(b, c, d) + X[10] + unchecked((int)0x5a827999), 11) + e; c = RL(c, 10); int32_t L_454 = V_4; int32_t L_455; L_455 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_454, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_455; // e = RL(e + F2(a, b, c) + X[6] + unchecked((int)0x5a827999), 9) + d; b = RL(b, 10); int32_t L_456 = V_8; int32_t L_457 = V_0; int32_t L_458 = V_2; int32_t L_459 = V_4; int32_t L_460; L_460 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_457, L_458, L_459, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_461 = __this->get_X_15(); NullCheck(L_461); int32_t L_462 = 6; int32_t L_463 = (L_461)->GetAt(static_cast(L_462)); int32_t L_464; L_464 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_456, (int32_t)L_460)), (int32_t)L_463)), (int32_t)((int32_t)1518500249))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_465 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_464, (int32_t)L_465)); // e = RL(e + F2(a, b, c) + X[6] + unchecked((int)0x5a827999), 9) + d; b = RL(b, 10); int32_t L_466 = V_2; int32_t L_467; L_467 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_466, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_467; // d = RL(d + F2(e, a, b) + X[15] + unchecked((int)0x5a827999), 7) + c; a = RL(a, 10); int32_t L_468 = V_6; int32_t L_469 = V_8; int32_t L_470 = V_0; int32_t L_471 = V_2; int32_t L_472; L_472 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_469, L_470, L_471, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_473 = __this->get_X_15(); NullCheck(L_473); int32_t L_474 = ((int32_t)15); int32_t L_475 = (L_473)->GetAt(static_cast(L_474)); int32_t L_476; L_476 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_468, (int32_t)L_472)), (int32_t)L_475)), (int32_t)((int32_t)1518500249))), 7, /*hidden argument*/NULL); int32_t L_477 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_476, (int32_t)L_477)); // d = RL(d + F2(e, a, b) + X[15] + unchecked((int)0x5a827999), 7) + c; a = RL(a, 10); int32_t L_478 = V_0; int32_t L_479; L_479 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_478, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_479; // c = RL(c + F2(d, e, a) + X[3] + unchecked((int)0x5a827999), 15) + b; e = RL(e, 10); int32_t L_480 = V_4; int32_t L_481 = V_6; int32_t L_482 = V_8; int32_t L_483 = V_0; int32_t L_484; L_484 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_481, L_482, L_483, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_485 = __this->get_X_15(); NullCheck(L_485); int32_t L_486 = 3; int32_t L_487 = (L_485)->GetAt(static_cast(L_486)); int32_t L_488; L_488 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_480, (int32_t)L_484)), (int32_t)L_487)), (int32_t)((int32_t)1518500249))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_489 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_488, (int32_t)L_489)); // c = RL(c + F2(d, e, a) + X[3] + unchecked((int)0x5a827999), 15) + b; e = RL(e, 10); int32_t L_490 = V_8; int32_t L_491; L_491 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_490, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_491; // b = RL(b + F2(c, d, e) + X[12] + unchecked((int)0x5a827999), 7) + a; d = RL(d, 10); int32_t L_492 = V_2; int32_t L_493 = V_4; int32_t L_494 = V_6; int32_t L_495 = V_8; int32_t L_496; L_496 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_493, L_494, L_495, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_497 = __this->get_X_15(); NullCheck(L_497); int32_t L_498 = ((int32_t)12); int32_t L_499 = (L_497)->GetAt(static_cast(L_498)); int32_t L_500; L_500 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_492, (int32_t)L_496)), (int32_t)L_499)), (int32_t)((int32_t)1518500249))), 7, /*hidden argument*/NULL); int32_t L_501 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_500, (int32_t)L_501)); // b = RL(b + F2(c, d, e) + X[12] + unchecked((int)0x5a827999), 7) + a; d = RL(d, 10); int32_t L_502 = V_6; int32_t L_503; L_503 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_502, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_503; // a = RL(a + F2(b, c, d) + X[0] + unchecked((int)0x5a827999), 12) + e; c = RL(c, 10); int32_t L_504 = V_0; int32_t L_505 = V_2; int32_t L_506 = V_4; int32_t L_507 = V_6; int32_t L_508; L_508 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_505, L_506, L_507, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_509 = __this->get_X_15(); NullCheck(L_509); int32_t L_510 = 0; int32_t L_511 = (L_509)->GetAt(static_cast(L_510)); int32_t L_512; L_512 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_504, (int32_t)L_508)), (int32_t)L_511)), (int32_t)((int32_t)1518500249))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_513 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_512, (int32_t)L_513)); // a = RL(a + F2(b, c, d) + X[0] + unchecked((int)0x5a827999), 12) + e; c = RL(c, 10); int32_t L_514 = V_4; int32_t L_515; L_515 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_514, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_515; // e = RL(e + F2(a, b, c) + X[9] + unchecked((int)0x5a827999), 15) + d; b = RL(b, 10); int32_t L_516 = V_8; int32_t L_517 = V_0; int32_t L_518 = V_2; int32_t L_519 = V_4; int32_t L_520; L_520 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_517, L_518, L_519, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_521 = __this->get_X_15(); NullCheck(L_521); int32_t L_522 = ((int32_t)9); int32_t L_523 = (L_521)->GetAt(static_cast(L_522)); int32_t L_524; L_524 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_516, (int32_t)L_520)), (int32_t)L_523)), (int32_t)((int32_t)1518500249))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_525 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_524, (int32_t)L_525)); // e = RL(e + F2(a, b, c) + X[9] + unchecked((int)0x5a827999), 15) + d; b = RL(b, 10); int32_t L_526 = V_2; int32_t L_527; L_527 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_526, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_527; // d = RL(d + F2(e, a, b) + X[5] + unchecked((int)0x5a827999), 9) + c; a = RL(a, 10); int32_t L_528 = V_6; int32_t L_529 = V_8; int32_t L_530 = V_0; int32_t L_531 = V_2; int32_t L_532; L_532 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_529, L_530, L_531, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_533 = __this->get_X_15(); NullCheck(L_533); int32_t L_534 = 5; int32_t L_535 = (L_533)->GetAt(static_cast(L_534)); int32_t L_536; L_536 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_528, (int32_t)L_532)), (int32_t)L_535)), (int32_t)((int32_t)1518500249))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_537 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_536, (int32_t)L_537)); // d = RL(d + F2(e, a, b) + X[5] + unchecked((int)0x5a827999), 9) + c; a = RL(a, 10); int32_t L_538 = V_0; int32_t L_539; L_539 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_538, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_539; // c = RL(c + F2(d, e, a) + X[2] + unchecked((int)0x5a827999), 11) + b; e = RL(e, 10); int32_t L_540 = V_4; int32_t L_541 = V_6; int32_t L_542 = V_8; int32_t L_543 = V_0; int32_t L_544; L_544 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_541, L_542, L_543, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_545 = __this->get_X_15(); NullCheck(L_545); int32_t L_546 = 2; int32_t L_547 = (L_545)->GetAt(static_cast(L_546)); int32_t L_548; L_548 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_540, (int32_t)L_544)), (int32_t)L_547)), (int32_t)((int32_t)1518500249))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_549 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_548, (int32_t)L_549)); // c = RL(c + F2(d, e, a) + X[2] + unchecked((int)0x5a827999), 11) + b; e = RL(e, 10); int32_t L_550 = V_8; int32_t L_551; L_551 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_550, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_551; // b = RL(b + F2(c, d, e) + X[14] + unchecked((int)0x5a827999), 7) + a; d = RL(d, 10); int32_t L_552 = V_2; int32_t L_553 = V_4; int32_t L_554 = V_6; int32_t L_555 = V_8; int32_t L_556; L_556 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_553, L_554, L_555, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_557 = __this->get_X_15(); NullCheck(L_557); int32_t L_558 = ((int32_t)14); int32_t L_559 = (L_557)->GetAt(static_cast(L_558)); int32_t L_560; L_560 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_552, (int32_t)L_556)), (int32_t)L_559)), (int32_t)((int32_t)1518500249))), 7, /*hidden argument*/NULL); int32_t L_561 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_560, (int32_t)L_561)); // b = RL(b + F2(c, d, e) + X[14] + unchecked((int)0x5a827999), 7) + a; d = RL(d, 10); int32_t L_562 = V_6; int32_t L_563; L_563 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_562, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_563; // a = RL(a + F2(b, c, d) + X[11] + unchecked((int)0x5a827999), 13) + e; c = RL(c, 10); int32_t L_564 = V_0; int32_t L_565 = V_2; int32_t L_566 = V_4; int32_t L_567 = V_6; int32_t L_568; L_568 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_565, L_566, L_567, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_569 = __this->get_X_15(); NullCheck(L_569); int32_t L_570 = ((int32_t)11); int32_t L_571 = (L_569)->GetAt(static_cast(L_570)); int32_t L_572; L_572 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_564, (int32_t)L_568)), (int32_t)L_571)), (int32_t)((int32_t)1518500249))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_573 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_572, (int32_t)L_573)); // a = RL(a + F2(b, c, d) + X[11] + unchecked((int)0x5a827999), 13) + e; c = RL(c, 10); int32_t L_574 = V_4; int32_t L_575; L_575 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_574, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_575; // e = RL(e + F2(a, b, c) + X[8] + unchecked((int)0x5a827999), 12) + d; b = RL(b, 10); int32_t L_576 = V_8; int32_t L_577 = V_0; int32_t L_578 = V_2; int32_t L_579 = V_4; int32_t L_580; L_580 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_577, L_578, L_579, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_581 = __this->get_X_15(); NullCheck(L_581); int32_t L_582 = 8; int32_t L_583 = (L_581)->GetAt(static_cast(L_582)); int32_t L_584; L_584 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_576, (int32_t)L_580)), (int32_t)L_583)), (int32_t)((int32_t)1518500249))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_585 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_584, (int32_t)L_585)); // e = RL(e + F2(a, b, c) + X[8] + unchecked((int)0x5a827999), 12) + d; b = RL(b, 10); int32_t L_586 = V_2; int32_t L_587; L_587 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_586, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_587; // ee = RL(ee + F4(aa, bb, cc) + X[6] + unchecked((int)0x5c4dd124), 9) + dd; bb = RL(bb, 10); int32_t L_588 = V_9; int32_t L_589 = V_1; int32_t L_590 = V_3; int32_t L_591 = V_5; int32_t L_592; L_592 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_589, L_590, L_591, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_593 = __this->get_X_15(); NullCheck(L_593); int32_t L_594 = 6; int32_t L_595 = (L_593)->GetAt(static_cast(L_594)); int32_t L_596; L_596 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_588, (int32_t)L_592)), (int32_t)L_595)), (int32_t)((int32_t)1548603684))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_597 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_596, (int32_t)L_597)); // ee = RL(ee + F4(aa, bb, cc) + X[6] + unchecked((int)0x5c4dd124), 9) + dd; bb = RL(bb, 10); int32_t L_598 = V_3; int32_t L_599; L_599 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_598, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_599; // dd = RL(dd + F4(ee, aa, bb) + X[11] + unchecked((int)0x5c4dd124), 13) + cc; aa = RL(aa, 10); int32_t L_600 = V_7; int32_t L_601 = V_9; int32_t L_602 = V_1; int32_t L_603 = V_3; int32_t L_604; L_604 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_601, L_602, L_603, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_605 = __this->get_X_15(); NullCheck(L_605); int32_t L_606 = ((int32_t)11); int32_t L_607 = (L_605)->GetAt(static_cast(L_606)); int32_t L_608; L_608 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_600, (int32_t)L_604)), (int32_t)L_607)), (int32_t)((int32_t)1548603684))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_609 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_608, (int32_t)L_609)); // dd = RL(dd + F4(ee, aa, bb) + X[11] + unchecked((int)0x5c4dd124), 13) + cc; aa = RL(aa, 10); int32_t L_610 = V_1; int32_t L_611; L_611 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_610, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_611; // cc = RL(cc + F4(dd, ee, aa) + X[3] + unchecked((int)0x5c4dd124), 15) + bb; ee = RL(ee, 10); int32_t L_612 = V_5; int32_t L_613 = V_7; int32_t L_614 = V_9; int32_t L_615 = V_1; int32_t L_616; L_616 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_613, L_614, L_615, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_617 = __this->get_X_15(); NullCheck(L_617); int32_t L_618 = 3; int32_t L_619 = (L_617)->GetAt(static_cast(L_618)); int32_t L_620; L_620 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_612, (int32_t)L_616)), (int32_t)L_619)), (int32_t)((int32_t)1548603684))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_621 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_620, (int32_t)L_621)); // cc = RL(cc + F4(dd, ee, aa) + X[3] + unchecked((int)0x5c4dd124), 15) + bb; ee = RL(ee, 10); int32_t L_622 = V_9; int32_t L_623; L_623 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_622, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_623; // bb = RL(bb + F4(cc, dd, ee) + X[7] + unchecked((int)0x5c4dd124), 7) + aa; dd = RL(dd, 10); int32_t L_624 = V_3; int32_t L_625 = V_5; int32_t L_626 = V_7; int32_t L_627 = V_9; int32_t L_628; L_628 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_625, L_626, L_627, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_629 = __this->get_X_15(); NullCheck(L_629); int32_t L_630 = 7; int32_t L_631 = (L_629)->GetAt(static_cast(L_630)); int32_t L_632; L_632 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_624, (int32_t)L_628)), (int32_t)L_631)), (int32_t)((int32_t)1548603684))), 7, /*hidden argument*/NULL); int32_t L_633 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_632, (int32_t)L_633)); // bb = RL(bb + F4(cc, dd, ee) + X[7] + unchecked((int)0x5c4dd124), 7) + aa; dd = RL(dd, 10); int32_t L_634 = V_7; int32_t L_635; L_635 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_634, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_635; // aa = RL(aa + F4(bb, cc, dd) + X[0] + unchecked((int)0x5c4dd124), 12) + ee; cc = RL(cc, 10); int32_t L_636 = V_1; int32_t L_637 = V_3; int32_t L_638 = V_5; int32_t L_639 = V_7; int32_t L_640; L_640 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_637, L_638, L_639, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_641 = __this->get_X_15(); NullCheck(L_641); int32_t L_642 = 0; int32_t L_643 = (L_641)->GetAt(static_cast(L_642)); int32_t L_644; L_644 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_636, (int32_t)L_640)), (int32_t)L_643)), (int32_t)((int32_t)1548603684))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_645 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_644, (int32_t)L_645)); // aa = RL(aa + F4(bb, cc, dd) + X[0] + unchecked((int)0x5c4dd124), 12) + ee; cc = RL(cc, 10); int32_t L_646 = V_5; int32_t L_647; L_647 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_646, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_647; // ee = RL(ee + F4(aa, bb, cc) + X[13] + unchecked((int)0x5c4dd124), 8) + dd; bb = RL(bb, 10); int32_t L_648 = V_9; int32_t L_649 = V_1; int32_t L_650 = V_3; int32_t L_651 = V_5; int32_t L_652; L_652 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_649, L_650, L_651, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_653 = __this->get_X_15(); NullCheck(L_653); int32_t L_654 = ((int32_t)13); int32_t L_655 = (L_653)->GetAt(static_cast(L_654)); int32_t L_656; L_656 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_648, (int32_t)L_652)), (int32_t)L_655)), (int32_t)((int32_t)1548603684))), 8, /*hidden argument*/NULL); int32_t L_657 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_656, (int32_t)L_657)); // ee = RL(ee + F4(aa, bb, cc) + X[13] + unchecked((int)0x5c4dd124), 8) + dd; bb = RL(bb, 10); int32_t L_658 = V_3; int32_t L_659; L_659 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_658, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_659; // dd = RL(dd + F4(ee, aa, bb) + X[5] + unchecked((int)0x5c4dd124), 9) + cc; aa = RL(aa, 10); int32_t L_660 = V_7; int32_t L_661 = V_9; int32_t L_662 = V_1; int32_t L_663 = V_3; int32_t L_664; L_664 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_661, L_662, L_663, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_665 = __this->get_X_15(); NullCheck(L_665); int32_t L_666 = 5; int32_t L_667 = (L_665)->GetAt(static_cast(L_666)); int32_t L_668; L_668 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_660, (int32_t)L_664)), (int32_t)L_667)), (int32_t)((int32_t)1548603684))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_669 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_668, (int32_t)L_669)); // dd = RL(dd + F4(ee, aa, bb) + X[5] + unchecked((int)0x5c4dd124), 9) + cc; aa = RL(aa, 10); int32_t L_670 = V_1; int32_t L_671; L_671 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_670, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_671; // cc = RL(cc + F4(dd, ee, aa) + X[10] + unchecked((int)0x5c4dd124), 11) + bb; ee = RL(ee, 10); int32_t L_672 = V_5; int32_t L_673 = V_7; int32_t L_674 = V_9; int32_t L_675 = V_1; int32_t L_676; L_676 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_673, L_674, L_675, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_677 = __this->get_X_15(); NullCheck(L_677); int32_t L_678 = ((int32_t)10); int32_t L_679 = (L_677)->GetAt(static_cast(L_678)); int32_t L_680; L_680 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_672, (int32_t)L_676)), (int32_t)L_679)), (int32_t)((int32_t)1548603684))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_681 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_680, (int32_t)L_681)); // cc = RL(cc + F4(dd, ee, aa) + X[10] + unchecked((int)0x5c4dd124), 11) + bb; ee = RL(ee, 10); int32_t L_682 = V_9; int32_t L_683; L_683 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_682, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_683; // bb = RL(bb + F4(cc, dd, ee) + X[14] + unchecked((int)0x5c4dd124), 7) + aa; dd = RL(dd, 10); int32_t L_684 = V_3; int32_t L_685 = V_5; int32_t L_686 = V_7; int32_t L_687 = V_9; int32_t L_688; L_688 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_685, L_686, L_687, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_689 = __this->get_X_15(); NullCheck(L_689); int32_t L_690 = ((int32_t)14); int32_t L_691 = (L_689)->GetAt(static_cast(L_690)); int32_t L_692; L_692 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_684, (int32_t)L_688)), (int32_t)L_691)), (int32_t)((int32_t)1548603684))), 7, /*hidden argument*/NULL); int32_t L_693 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_692, (int32_t)L_693)); // bb = RL(bb + F4(cc, dd, ee) + X[14] + unchecked((int)0x5c4dd124), 7) + aa; dd = RL(dd, 10); int32_t L_694 = V_7; int32_t L_695; L_695 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_694, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_695; // aa = RL(aa + F4(bb, cc, dd) + X[15] + unchecked((int)0x5c4dd124), 7) + ee; cc = RL(cc, 10); int32_t L_696 = V_1; int32_t L_697 = V_3; int32_t L_698 = V_5; int32_t L_699 = V_7; int32_t L_700; L_700 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_697, L_698, L_699, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_701 = __this->get_X_15(); NullCheck(L_701); int32_t L_702 = ((int32_t)15); int32_t L_703 = (L_701)->GetAt(static_cast(L_702)); int32_t L_704; L_704 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_696, (int32_t)L_700)), (int32_t)L_703)), (int32_t)((int32_t)1548603684))), 7, /*hidden argument*/NULL); int32_t L_705 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_704, (int32_t)L_705)); // aa = RL(aa + F4(bb, cc, dd) + X[15] + unchecked((int)0x5c4dd124), 7) + ee; cc = RL(cc, 10); int32_t L_706 = V_5; int32_t L_707; L_707 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_706, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_707; // ee = RL(ee + F4(aa, bb, cc) + X[8] + unchecked((int)0x5c4dd124), 12) + dd; bb = RL(bb, 10); int32_t L_708 = V_9; int32_t L_709 = V_1; int32_t L_710 = V_3; int32_t L_711 = V_5; int32_t L_712; L_712 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_709, L_710, L_711, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_713 = __this->get_X_15(); NullCheck(L_713); int32_t L_714 = 8; int32_t L_715 = (L_713)->GetAt(static_cast(L_714)); int32_t L_716; L_716 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_708, (int32_t)L_712)), (int32_t)L_715)), (int32_t)((int32_t)1548603684))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_717 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_716, (int32_t)L_717)); // ee = RL(ee + F4(aa, bb, cc) + X[8] + unchecked((int)0x5c4dd124), 12) + dd; bb = RL(bb, 10); int32_t L_718 = V_3; int32_t L_719; L_719 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_718, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_719; // dd = RL(dd + F4(ee, aa, bb) + X[12] + unchecked((int)0x5c4dd124), 7) + cc; aa = RL(aa, 10); int32_t L_720 = V_7; int32_t L_721 = V_9; int32_t L_722 = V_1; int32_t L_723 = V_3; int32_t L_724; L_724 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_721, L_722, L_723, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_725 = __this->get_X_15(); NullCheck(L_725); int32_t L_726 = ((int32_t)12); int32_t L_727 = (L_725)->GetAt(static_cast(L_726)); int32_t L_728; L_728 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_720, (int32_t)L_724)), (int32_t)L_727)), (int32_t)((int32_t)1548603684))), 7, /*hidden argument*/NULL); int32_t L_729 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_728, (int32_t)L_729)); // dd = RL(dd + F4(ee, aa, bb) + X[12] + unchecked((int)0x5c4dd124), 7) + cc; aa = RL(aa, 10); int32_t L_730 = V_1; int32_t L_731; L_731 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_730, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_731; // cc = RL(cc + F4(dd, ee, aa) + X[4] + unchecked((int)0x5c4dd124), 6) + bb; ee = RL(ee, 10); int32_t L_732 = V_5; int32_t L_733 = V_7; int32_t L_734 = V_9; int32_t L_735 = V_1; int32_t L_736; L_736 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_733, L_734, L_735, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_737 = __this->get_X_15(); NullCheck(L_737); int32_t L_738 = 4; int32_t L_739 = (L_737)->GetAt(static_cast(L_738)); int32_t L_740; L_740 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_732, (int32_t)L_736)), (int32_t)L_739)), (int32_t)((int32_t)1548603684))), 6, /*hidden argument*/NULL); int32_t L_741 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_740, (int32_t)L_741)); // cc = RL(cc + F4(dd, ee, aa) + X[4] + unchecked((int)0x5c4dd124), 6) + bb; ee = RL(ee, 10); int32_t L_742 = V_9; int32_t L_743; L_743 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_742, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_743; // bb = RL(bb + F4(cc, dd, ee) + X[9] + unchecked((int)0x5c4dd124), 15) + aa; dd = RL(dd, 10); int32_t L_744 = V_3; int32_t L_745 = V_5; int32_t L_746 = V_7; int32_t L_747 = V_9; int32_t L_748; L_748 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_745, L_746, L_747, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_749 = __this->get_X_15(); NullCheck(L_749); int32_t L_750 = ((int32_t)9); int32_t L_751 = (L_749)->GetAt(static_cast(L_750)); int32_t L_752; L_752 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_744, (int32_t)L_748)), (int32_t)L_751)), (int32_t)((int32_t)1548603684))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_753 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_752, (int32_t)L_753)); // bb = RL(bb + F4(cc, dd, ee) + X[9] + unchecked((int)0x5c4dd124), 15) + aa; dd = RL(dd, 10); int32_t L_754 = V_7; int32_t L_755; L_755 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_754, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_755; // aa = RL(aa + F4(bb, cc, dd) + X[1] + unchecked((int)0x5c4dd124), 13) + ee; cc = RL(cc, 10); int32_t L_756 = V_1; int32_t L_757 = V_3; int32_t L_758 = V_5; int32_t L_759 = V_7; int32_t L_760; L_760 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_757, L_758, L_759, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_761 = __this->get_X_15(); NullCheck(L_761); int32_t L_762 = 1; int32_t L_763 = (L_761)->GetAt(static_cast(L_762)); int32_t L_764; L_764 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_756, (int32_t)L_760)), (int32_t)L_763)), (int32_t)((int32_t)1548603684))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_765 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_764, (int32_t)L_765)); // aa = RL(aa + F4(bb, cc, dd) + X[1] + unchecked((int)0x5c4dd124), 13) + ee; cc = RL(cc, 10); int32_t L_766 = V_5; int32_t L_767; L_767 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_766, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_767; // ee = RL(ee + F4(aa, bb, cc) + X[2] + unchecked((int)0x5c4dd124), 11) + dd; bb = RL(bb, 10); int32_t L_768 = V_9; int32_t L_769 = V_1; int32_t L_770 = V_3; int32_t L_771 = V_5; int32_t L_772; L_772 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_769, L_770, L_771, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_773 = __this->get_X_15(); NullCheck(L_773); int32_t L_774 = 2; int32_t L_775 = (L_773)->GetAt(static_cast(L_774)); int32_t L_776; L_776 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_768, (int32_t)L_772)), (int32_t)L_775)), (int32_t)((int32_t)1548603684))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_777 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_776, (int32_t)L_777)); // ee = RL(ee + F4(aa, bb, cc) + X[2] + unchecked((int)0x5c4dd124), 11) + dd; bb = RL(bb, 10); int32_t L_778 = V_3; int32_t L_779; L_779 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_778, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_779; // t = b; b = bb; bb = t; int32_t L_780 = V_2; // t = b; b = bb; bb = t; int32_t L_781 = V_3; V_2 = L_781; // t = b; b = bb; bb = t; V_3 = L_780; // d = RL(d + F3(e, a, b) + X[3] + unchecked((int)0x6ed9eba1), 11) + c; a = RL(a, 10); int32_t L_782 = V_6; int32_t L_783 = V_8; int32_t L_784 = V_0; int32_t L_785 = V_2; int32_t L_786; L_786 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_783, L_784, L_785, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_787 = __this->get_X_15(); NullCheck(L_787); int32_t L_788 = 3; int32_t L_789 = (L_787)->GetAt(static_cast(L_788)); int32_t L_790; L_790 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_782, (int32_t)L_786)), (int32_t)L_789)), (int32_t)((int32_t)1859775393))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_791 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_790, (int32_t)L_791)); // d = RL(d + F3(e, a, b) + X[3] + unchecked((int)0x6ed9eba1), 11) + c; a = RL(a, 10); int32_t L_792 = V_0; int32_t L_793; L_793 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_792, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_793; // c = RL(c + F3(d, e, a) + X[10] + unchecked((int)0x6ed9eba1), 13) + b; e = RL(e, 10); int32_t L_794 = V_4; int32_t L_795 = V_6; int32_t L_796 = V_8; int32_t L_797 = V_0; int32_t L_798; L_798 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_795, L_796, L_797, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_799 = __this->get_X_15(); NullCheck(L_799); int32_t L_800 = ((int32_t)10); int32_t L_801 = (L_799)->GetAt(static_cast(L_800)); int32_t L_802; L_802 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_794, (int32_t)L_798)), (int32_t)L_801)), (int32_t)((int32_t)1859775393))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_803 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_802, (int32_t)L_803)); // c = RL(c + F3(d, e, a) + X[10] + unchecked((int)0x6ed9eba1), 13) + b; e = RL(e, 10); int32_t L_804 = V_8; int32_t L_805; L_805 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_804, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_805; // b = RL(b + F3(c, d, e) + X[14] + unchecked((int)0x6ed9eba1), 6) + a; d = RL(d, 10); int32_t L_806 = V_2; int32_t L_807 = V_4; int32_t L_808 = V_6; int32_t L_809 = V_8; int32_t L_810; L_810 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_807, L_808, L_809, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_811 = __this->get_X_15(); NullCheck(L_811); int32_t L_812 = ((int32_t)14); int32_t L_813 = (L_811)->GetAt(static_cast(L_812)); int32_t L_814; L_814 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_806, (int32_t)L_810)), (int32_t)L_813)), (int32_t)((int32_t)1859775393))), 6, /*hidden argument*/NULL); int32_t L_815 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_814, (int32_t)L_815)); // b = RL(b + F3(c, d, e) + X[14] + unchecked((int)0x6ed9eba1), 6) + a; d = RL(d, 10); int32_t L_816 = V_6; int32_t L_817; L_817 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_816, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_817; // a = RL(a + F3(b, c, d) + X[4] + unchecked((int)0x6ed9eba1), 7) + e; c = RL(c, 10); int32_t L_818 = V_0; int32_t L_819 = V_2; int32_t L_820 = V_4; int32_t L_821 = V_6; int32_t L_822; L_822 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_819, L_820, L_821, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_823 = __this->get_X_15(); NullCheck(L_823); int32_t L_824 = 4; int32_t L_825 = (L_823)->GetAt(static_cast(L_824)); int32_t L_826; L_826 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_818, (int32_t)L_822)), (int32_t)L_825)), (int32_t)((int32_t)1859775393))), 7, /*hidden argument*/NULL); int32_t L_827 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_826, (int32_t)L_827)); // a = RL(a + F3(b, c, d) + X[4] + unchecked((int)0x6ed9eba1), 7) + e; c = RL(c, 10); int32_t L_828 = V_4; int32_t L_829; L_829 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_828, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_829; // e = RL(e + F3(a, b, c) + X[9] + unchecked((int)0x6ed9eba1), 14) + d; b = RL(b, 10); int32_t L_830 = V_8; int32_t L_831 = V_0; int32_t L_832 = V_2; int32_t L_833 = V_4; int32_t L_834; L_834 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_831, L_832, L_833, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_835 = __this->get_X_15(); NullCheck(L_835); int32_t L_836 = ((int32_t)9); int32_t L_837 = (L_835)->GetAt(static_cast(L_836)); int32_t L_838; L_838 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_830, (int32_t)L_834)), (int32_t)L_837)), (int32_t)((int32_t)1859775393))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_839 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_838, (int32_t)L_839)); // e = RL(e + F3(a, b, c) + X[9] + unchecked((int)0x6ed9eba1), 14) + d; b = RL(b, 10); int32_t L_840 = V_2; int32_t L_841; L_841 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_840, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_841; // d = RL(d + F3(e, a, b) + X[15] + unchecked((int)0x6ed9eba1), 9) + c; a = RL(a, 10); int32_t L_842 = V_6; int32_t L_843 = V_8; int32_t L_844 = V_0; int32_t L_845 = V_2; int32_t L_846; L_846 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_843, L_844, L_845, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_847 = __this->get_X_15(); NullCheck(L_847); int32_t L_848 = ((int32_t)15); int32_t L_849 = (L_847)->GetAt(static_cast(L_848)); int32_t L_850; L_850 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_842, (int32_t)L_846)), (int32_t)L_849)), (int32_t)((int32_t)1859775393))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_851 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_850, (int32_t)L_851)); // d = RL(d + F3(e, a, b) + X[15] + unchecked((int)0x6ed9eba1), 9) + c; a = RL(a, 10); int32_t L_852 = V_0; int32_t L_853; L_853 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_852, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_853; // c = RL(c + F3(d, e, a) + X[8] + unchecked((int)0x6ed9eba1), 13) + b; e = RL(e, 10); int32_t L_854 = V_4; int32_t L_855 = V_6; int32_t L_856 = V_8; int32_t L_857 = V_0; int32_t L_858; L_858 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_855, L_856, L_857, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_859 = __this->get_X_15(); NullCheck(L_859); int32_t L_860 = 8; int32_t L_861 = (L_859)->GetAt(static_cast(L_860)); int32_t L_862; L_862 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_854, (int32_t)L_858)), (int32_t)L_861)), (int32_t)((int32_t)1859775393))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_863 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_862, (int32_t)L_863)); // c = RL(c + F3(d, e, a) + X[8] + unchecked((int)0x6ed9eba1), 13) + b; e = RL(e, 10); int32_t L_864 = V_8; int32_t L_865; L_865 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_864, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_865; // b = RL(b + F3(c, d, e) + X[1] + unchecked((int)0x6ed9eba1), 15) + a; d = RL(d, 10); int32_t L_866 = V_2; int32_t L_867 = V_4; int32_t L_868 = V_6; int32_t L_869 = V_8; int32_t L_870; L_870 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_867, L_868, L_869, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_871 = __this->get_X_15(); NullCheck(L_871); int32_t L_872 = 1; int32_t L_873 = (L_871)->GetAt(static_cast(L_872)); int32_t L_874; L_874 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_866, (int32_t)L_870)), (int32_t)L_873)), (int32_t)((int32_t)1859775393))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_875 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_874, (int32_t)L_875)); // b = RL(b + F3(c, d, e) + X[1] + unchecked((int)0x6ed9eba1), 15) + a; d = RL(d, 10); int32_t L_876 = V_6; int32_t L_877; L_877 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_876, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_877; // a = RL(a + F3(b, c, d) + X[2] + unchecked((int)0x6ed9eba1), 14) + e; c = RL(c, 10); int32_t L_878 = V_0; int32_t L_879 = V_2; int32_t L_880 = V_4; int32_t L_881 = V_6; int32_t L_882; L_882 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_879, L_880, L_881, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_883 = __this->get_X_15(); NullCheck(L_883); int32_t L_884 = 2; int32_t L_885 = (L_883)->GetAt(static_cast(L_884)); int32_t L_886; L_886 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_878, (int32_t)L_882)), (int32_t)L_885)), (int32_t)((int32_t)1859775393))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_887 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_886, (int32_t)L_887)); // a = RL(a + F3(b, c, d) + X[2] + unchecked((int)0x6ed9eba1), 14) + e; c = RL(c, 10); int32_t L_888 = V_4; int32_t L_889; L_889 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_888, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_889; // e = RL(e + F3(a, b, c) + X[7] + unchecked((int)0x6ed9eba1), 8) + d; b = RL(b, 10); int32_t L_890 = V_8; int32_t L_891 = V_0; int32_t L_892 = V_2; int32_t L_893 = V_4; int32_t L_894; L_894 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_891, L_892, L_893, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_895 = __this->get_X_15(); NullCheck(L_895); int32_t L_896 = 7; int32_t L_897 = (L_895)->GetAt(static_cast(L_896)); int32_t L_898; L_898 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_890, (int32_t)L_894)), (int32_t)L_897)), (int32_t)((int32_t)1859775393))), 8, /*hidden argument*/NULL); int32_t L_899 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_898, (int32_t)L_899)); // e = RL(e + F3(a, b, c) + X[7] + unchecked((int)0x6ed9eba1), 8) + d; b = RL(b, 10); int32_t L_900 = V_2; int32_t L_901; L_901 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_900, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_901; // d = RL(d + F3(e, a, b) + X[0] + unchecked((int)0x6ed9eba1), 13) + c; a = RL(a, 10); int32_t L_902 = V_6; int32_t L_903 = V_8; int32_t L_904 = V_0; int32_t L_905 = V_2; int32_t L_906; L_906 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_903, L_904, L_905, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_907 = __this->get_X_15(); NullCheck(L_907); int32_t L_908 = 0; int32_t L_909 = (L_907)->GetAt(static_cast(L_908)); int32_t L_910; L_910 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_902, (int32_t)L_906)), (int32_t)L_909)), (int32_t)((int32_t)1859775393))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_911 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_910, (int32_t)L_911)); // d = RL(d + F3(e, a, b) + X[0] + unchecked((int)0x6ed9eba1), 13) + c; a = RL(a, 10); int32_t L_912 = V_0; int32_t L_913; L_913 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_912, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_913; // c = RL(c + F3(d, e, a) + X[6] + unchecked((int)0x6ed9eba1), 6) + b; e = RL(e, 10); int32_t L_914 = V_4; int32_t L_915 = V_6; int32_t L_916 = V_8; int32_t L_917 = V_0; int32_t L_918; L_918 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_915, L_916, L_917, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_919 = __this->get_X_15(); NullCheck(L_919); int32_t L_920 = 6; int32_t L_921 = (L_919)->GetAt(static_cast(L_920)); int32_t L_922; L_922 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_914, (int32_t)L_918)), (int32_t)L_921)), (int32_t)((int32_t)1859775393))), 6, /*hidden argument*/NULL); int32_t L_923 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_922, (int32_t)L_923)); // c = RL(c + F3(d, e, a) + X[6] + unchecked((int)0x6ed9eba1), 6) + b; e = RL(e, 10); int32_t L_924 = V_8; int32_t L_925; L_925 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_924, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_925; // b = RL(b + F3(c, d, e) + X[13] + unchecked((int)0x6ed9eba1), 5) + a; d = RL(d, 10); int32_t L_926 = V_2; int32_t L_927 = V_4; int32_t L_928 = V_6; int32_t L_929 = V_8; int32_t L_930; L_930 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_927, L_928, L_929, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_931 = __this->get_X_15(); NullCheck(L_931); int32_t L_932 = ((int32_t)13); int32_t L_933 = (L_931)->GetAt(static_cast(L_932)); int32_t L_934; L_934 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_926, (int32_t)L_930)), (int32_t)L_933)), (int32_t)((int32_t)1859775393))), 5, /*hidden argument*/NULL); int32_t L_935 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_934, (int32_t)L_935)); // b = RL(b + F3(c, d, e) + X[13] + unchecked((int)0x6ed9eba1), 5) + a; d = RL(d, 10); int32_t L_936 = V_6; int32_t L_937; L_937 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_936, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_937; // a = RL(a + F3(b, c, d) + X[11] + unchecked((int)0x6ed9eba1), 12) + e; c = RL(c, 10); int32_t L_938 = V_0; int32_t L_939 = V_2; int32_t L_940 = V_4; int32_t L_941 = V_6; int32_t L_942; L_942 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_939, L_940, L_941, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_943 = __this->get_X_15(); NullCheck(L_943); int32_t L_944 = ((int32_t)11); int32_t L_945 = (L_943)->GetAt(static_cast(L_944)); int32_t L_946; L_946 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_938, (int32_t)L_942)), (int32_t)L_945)), (int32_t)((int32_t)1859775393))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_947 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_946, (int32_t)L_947)); // a = RL(a + F3(b, c, d) + X[11] + unchecked((int)0x6ed9eba1), 12) + e; c = RL(c, 10); int32_t L_948 = V_4; int32_t L_949; L_949 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_948, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_949; // e = RL(e + F3(a, b, c) + X[5] + unchecked((int)0x6ed9eba1), 7) + d; b = RL(b, 10); int32_t L_950 = V_8; int32_t L_951 = V_0; int32_t L_952 = V_2; int32_t L_953 = V_4; int32_t L_954; L_954 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_951, L_952, L_953, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_955 = __this->get_X_15(); NullCheck(L_955); int32_t L_956 = 5; int32_t L_957 = (L_955)->GetAt(static_cast(L_956)); int32_t L_958; L_958 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_950, (int32_t)L_954)), (int32_t)L_957)), (int32_t)((int32_t)1859775393))), 7, /*hidden argument*/NULL); int32_t L_959 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_958, (int32_t)L_959)); // e = RL(e + F3(a, b, c) + X[5] + unchecked((int)0x6ed9eba1), 7) + d; b = RL(b, 10); int32_t L_960 = V_2; int32_t L_961; L_961 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_960, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_961; // d = RL(d + F3(e, a, b) + X[12] + unchecked((int)0x6ed9eba1), 5) + c; a = RL(a, 10); int32_t L_962 = V_6; int32_t L_963 = V_8; int32_t L_964 = V_0; int32_t L_965 = V_2; int32_t L_966; L_966 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_963, L_964, L_965, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_967 = __this->get_X_15(); NullCheck(L_967); int32_t L_968 = ((int32_t)12); int32_t L_969 = (L_967)->GetAt(static_cast(L_968)); int32_t L_970; L_970 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_962, (int32_t)L_966)), (int32_t)L_969)), (int32_t)((int32_t)1859775393))), 5, /*hidden argument*/NULL); int32_t L_971 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_970, (int32_t)L_971)); // d = RL(d + F3(e, a, b) + X[12] + unchecked((int)0x6ed9eba1), 5) + c; a = RL(a, 10); int32_t L_972 = V_0; int32_t L_973; L_973 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_972, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_973; // dd = RL(dd + F3(ee, aa, bb) + X[15] + unchecked((int)0x6d703ef3), 9) + cc; aa = RL(aa, 10); int32_t L_974 = V_7; int32_t L_975 = V_9; int32_t L_976 = V_1; int32_t L_977 = V_3; int32_t L_978; L_978 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_975, L_976, L_977, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_979 = __this->get_X_15(); NullCheck(L_979); int32_t L_980 = ((int32_t)15); int32_t L_981 = (L_979)->GetAt(static_cast(L_980)); int32_t L_982; L_982 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_974, (int32_t)L_978)), (int32_t)L_981)), (int32_t)((int32_t)1836072691))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_983 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_982, (int32_t)L_983)); // dd = RL(dd + F3(ee, aa, bb) + X[15] + unchecked((int)0x6d703ef3), 9) + cc; aa = RL(aa, 10); int32_t L_984 = V_1; int32_t L_985; L_985 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_984, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_985; // cc = RL(cc + F3(dd, ee, aa) + X[5] + unchecked((int)0x6d703ef3), 7) + bb; ee = RL(ee, 10); int32_t L_986 = V_5; int32_t L_987 = V_7; int32_t L_988 = V_9; int32_t L_989 = V_1; int32_t L_990; L_990 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_987, L_988, L_989, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_991 = __this->get_X_15(); NullCheck(L_991); int32_t L_992 = 5; int32_t L_993 = (L_991)->GetAt(static_cast(L_992)); int32_t L_994; L_994 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_986, (int32_t)L_990)), (int32_t)L_993)), (int32_t)((int32_t)1836072691))), 7, /*hidden argument*/NULL); int32_t L_995 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_994, (int32_t)L_995)); // cc = RL(cc + F3(dd, ee, aa) + X[5] + unchecked((int)0x6d703ef3), 7) + bb; ee = RL(ee, 10); int32_t L_996 = V_9; int32_t L_997; L_997 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_996, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_997; // bb = RL(bb + F3(cc, dd, ee) + X[1] + unchecked((int)0x6d703ef3), 15) + aa; dd = RL(dd, 10); int32_t L_998 = V_3; int32_t L_999 = V_5; int32_t L_1000 = V_7; int32_t L_1001 = V_9; int32_t L_1002; L_1002 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_999, L_1000, L_1001, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1003 = __this->get_X_15(); NullCheck(L_1003); int32_t L_1004 = 1; int32_t L_1005 = (L_1003)->GetAt(static_cast(L_1004)); int32_t L_1006; L_1006 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_998, (int32_t)L_1002)), (int32_t)L_1005)), (int32_t)((int32_t)1836072691))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_1007 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_1006, (int32_t)L_1007)); // bb = RL(bb + F3(cc, dd, ee) + X[1] + unchecked((int)0x6d703ef3), 15) + aa; dd = RL(dd, 10); int32_t L_1008 = V_7; int32_t L_1009; L_1009 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1008, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_1009; // aa = RL(aa + F3(bb, cc, dd) + X[3] + unchecked((int)0x6d703ef3), 11) + ee; cc = RL(cc, 10); int32_t L_1010 = V_1; int32_t L_1011 = V_3; int32_t L_1012 = V_5; int32_t L_1013 = V_7; int32_t L_1014; L_1014 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_1011, L_1012, L_1013, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1015 = __this->get_X_15(); NullCheck(L_1015); int32_t L_1016 = 3; int32_t L_1017 = (L_1015)->GetAt(static_cast(L_1016)); int32_t L_1018; L_1018 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1010, (int32_t)L_1014)), (int32_t)L_1017)), (int32_t)((int32_t)1836072691))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_1019 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1018, (int32_t)L_1019)); // aa = RL(aa + F3(bb, cc, dd) + X[3] + unchecked((int)0x6d703ef3), 11) + ee; cc = RL(cc, 10); int32_t L_1020 = V_5; int32_t L_1021; L_1021 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1020, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_1021; // ee = RL(ee + F3(aa, bb, cc) + X[7] + unchecked((int)0x6d703ef3), 8) + dd; bb = RL(bb, 10); int32_t L_1022 = V_9; int32_t L_1023 = V_1; int32_t L_1024 = V_3; int32_t L_1025 = V_5; int32_t L_1026; L_1026 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_1023, L_1024, L_1025, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1027 = __this->get_X_15(); NullCheck(L_1027); int32_t L_1028 = 7; int32_t L_1029 = (L_1027)->GetAt(static_cast(L_1028)); int32_t L_1030; L_1030 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1022, (int32_t)L_1026)), (int32_t)L_1029)), (int32_t)((int32_t)1836072691))), 8, /*hidden argument*/NULL); int32_t L_1031 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1030, (int32_t)L_1031)); // ee = RL(ee + F3(aa, bb, cc) + X[7] + unchecked((int)0x6d703ef3), 8) + dd; bb = RL(bb, 10); int32_t L_1032 = V_3; int32_t L_1033; L_1033 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1032, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_1033; // dd = RL(dd + F3(ee, aa, bb) + X[14] + unchecked((int)0x6d703ef3), 6) + cc; aa = RL(aa, 10); int32_t L_1034 = V_7; int32_t L_1035 = V_9; int32_t L_1036 = V_1; int32_t L_1037 = V_3; int32_t L_1038; L_1038 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_1035, L_1036, L_1037, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1039 = __this->get_X_15(); NullCheck(L_1039); int32_t L_1040 = ((int32_t)14); int32_t L_1041 = (L_1039)->GetAt(static_cast(L_1040)); int32_t L_1042; L_1042 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1034, (int32_t)L_1038)), (int32_t)L_1041)), (int32_t)((int32_t)1836072691))), 6, /*hidden argument*/NULL); int32_t L_1043 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1042, (int32_t)L_1043)); // dd = RL(dd + F3(ee, aa, bb) + X[14] + unchecked((int)0x6d703ef3), 6) + cc; aa = RL(aa, 10); int32_t L_1044 = V_1; int32_t L_1045; L_1045 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1044, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_1045; // cc = RL(cc + F3(dd, ee, aa) + X[6] + unchecked((int)0x6d703ef3), 6) + bb; ee = RL(ee, 10); int32_t L_1046 = V_5; int32_t L_1047 = V_7; int32_t L_1048 = V_9; int32_t L_1049 = V_1; int32_t L_1050; L_1050 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_1047, L_1048, L_1049, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1051 = __this->get_X_15(); NullCheck(L_1051); int32_t L_1052 = 6; int32_t L_1053 = (L_1051)->GetAt(static_cast(L_1052)); int32_t L_1054; L_1054 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1046, (int32_t)L_1050)), (int32_t)L_1053)), (int32_t)((int32_t)1836072691))), 6, /*hidden argument*/NULL); int32_t L_1055 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1054, (int32_t)L_1055)); // cc = RL(cc + F3(dd, ee, aa) + X[6] + unchecked((int)0x6d703ef3), 6) + bb; ee = RL(ee, 10); int32_t L_1056 = V_9; int32_t L_1057; L_1057 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1056, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_1057; // bb = RL(bb + F3(cc, dd, ee) + X[9] + unchecked((int)0x6d703ef3), 14) + aa; dd = RL(dd, 10); int32_t L_1058 = V_3; int32_t L_1059 = V_5; int32_t L_1060 = V_7; int32_t L_1061 = V_9; int32_t L_1062; L_1062 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_1059, L_1060, L_1061, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1063 = __this->get_X_15(); NullCheck(L_1063); int32_t L_1064 = ((int32_t)9); int32_t L_1065 = (L_1063)->GetAt(static_cast(L_1064)); int32_t L_1066; L_1066 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1058, (int32_t)L_1062)), (int32_t)L_1065)), (int32_t)((int32_t)1836072691))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_1067 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_1066, (int32_t)L_1067)); // bb = RL(bb + F3(cc, dd, ee) + X[9] + unchecked((int)0x6d703ef3), 14) + aa; dd = RL(dd, 10); int32_t L_1068 = V_7; int32_t L_1069; L_1069 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1068, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_1069; // aa = RL(aa + F3(bb, cc, dd) + X[11] + unchecked((int)0x6d703ef3), 12) + ee; cc = RL(cc, 10); int32_t L_1070 = V_1; int32_t L_1071 = V_3; int32_t L_1072 = V_5; int32_t L_1073 = V_7; int32_t L_1074; L_1074 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_1071, L_1072, L_1073, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1075 = __this->get_X_15(); NullCheck(L_1075); int32_t L_1076 = ((int32_t)11); int32_t L_1077 = (L_1075)->GetAt(static_cast(L_1076)); int32_t L_1078; L_1078 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1070, (int32_t)L_1074)), (int32_t)L_1077)), (int32_t)((int32_t)1836072691))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_1079 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1078, (int32_t)L_1079)); // aa = RL(aa + F3(bb, cc, dd) + X[11] + unchecked((int)0x6d703ef3), 12) + ee; cc = RL(cc, 10); int32_t L_1080 = V_5; int32_t L_1081; L_1081 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1080, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_1081; // ee = RL(ee + F3(aa, bb, cc) + X[8] + unchecked((int)0x6d703ef3), 13) + dd; bb = RL(bb, 10); int32_t L_1082 = V_9; int32_t L_1083 = V_1; int32_t L_1084 = V_3; int32_t L_1085 = V_5; int32_t L_1086; L_1086 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_1083, L_1084, L_1085, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1087 = __this->get_X_15(); NullCheck(L_1087); int32_t L_1088 = 8; int32_t L_1089 = (L_1087)->GetAt(static_cast(L_1088)); int32_t L_1090; L_1090 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1082, (int32_t)L_1086)), (int32_t)L_1089)), (int32_t)((int32_t)1836072691))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_1091 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1090, (int32_t)L_1091)); // ee = RL(ee + F3(aa, bb, cc) + X[8] + unchecked((int)0x6d703ef3), 13) + dd; bb = RL(bb, 10); int32_t L_1092 = V_3; int32_t L_1093; L_1093 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1092, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_1093; // dd = RL(dd + F3(ee, aa, bb) + X[12] + unchecked((int)0x6d703ef3), 5) + cc; aa = RL(aa, 10); int32_t L_1094 = V_7; int32_t L_1095 = V_9; int32_t L_1096 = V_1; int32_t L_1097 = V_3; int32_t L_1098; L_1098 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_1095, L_1096, L_1097, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1099 = __this->get_X_15(); NullCheck(L_1099); int32_t L_1100 = ((int32_t)12); int32_t L_1101 = (L_1099)->GetAt(static_cast(L_1100)); int32_t L_1102; L_1102 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1094, (int32_t)L_1098)), (int32_t)L_1101)), (int32_t)((int32_t)1836072691))), 5, /*hidden argument*/NULL); int32_t L_1103 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1102, (int32_t)L_1103)); // dd = RL(dd + F3(ee, aa, bb) + X[12] + unchecked((int)0x6d703ef3), 5) + cc; aa = RL(aa, 10); int32_t L_1104 = V_1; int32_t L_1105; L_1105 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1104, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_1105; // cc = RL(cc + F3(dd, ee, aa) + X[2] + unchecked((int)0x6d703ef3), 14) + bb; ee = RL(ee, 10); int32_t L_1106 = V_5; int32_t L_1107 = V_7; int32_t L_1108 = V_9; int32_t L_1109 = V_1; int32_t L_1110; L_1110 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_1107, L_1108, L_1109, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1111 = __this->get_X_15(); NullCheck(L_1111); int32_t L_1112 = 2; int32_t L_1113 = (L_1111)->GetAt(static_cast(L_1112)); int32_t L_1114; L_1114 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1106, (int32_t)L_1110)), (int32_t)L_1113)), (int32_t)((int32_t)1836072691))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_1115 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1114, (int32_t)L_1115)); // cc = RL(cc + F3(dd, ee, aa) + X[2] + unchecked((int)0x6d703ef3), 14) + bb; ee = RL(ee, 10); int32_t L_1116 = V_9; int32_t L_1117; L_1117 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1116, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_1117; // bb = RL(bb + F3(cc, dd, ee) + X[10] + unchecked((int)0x6d703ef3), 13) + aa; dd = RL(dd, 10); int32_t L_1118 = V_3; int32_t L_1119 = V_5; int32_t L_1120 = V_7; int32_t L_1121 = V_9; int32_t L_1122; L_1122 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_1119, L_1120, L_1121, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1123 = __this->get_X_15(); NullCheck(L_1123); int32_t L_1124 = ((int32_t)10); int32_t L_1125 = (L_1123)->GetAt(static_cast(L_1124)); int32_t L_1126; L_1126 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1118, (int32_t)L_1122)), (int32_t)L_1125)), (int32_t)((int32_t)1836072691))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_1127 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_1126, (int32_t)L_1127)); // bb = RL(bb + F3(cc, dd, ee) + X[10] + unchecked((int)0x6d703ef3), 13) + aa; dd = RL(dd, 10); int32_t L_1128 = V_7; int32_t L_1129; L_1129 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1128, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_1129; // aa = RL(aa + F3(bb, cc, dd) + X[0] + unchecked((int)0x6d703ef3), 13) + ee; cc = RL(cc, 10); int32_t L_1130 = V_1; int32_t L_1131 = V_3; int32_t L_1132 = V_5; int32_t L_1133 = V_7; int32_t L_1134; L_1134 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_1131, L_1132, L_1133, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1135 = __this->get_X_15(); NullCheck(L_1135); int32_t L_1136 = 0; int32_t L_1137 = (L_1135)->GetAt(static_cast(L_1136)); int32_t L_1138; L_1138 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1130, (int32_t)L_1134)), (int32_t)L_1137)), (int32_t)((int32_t)1836072691))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_1139 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1138, (int32_t)L_1139)); // aa = RL(aa + F3(bb, cc, dd) + X[0] + unchecked((int)0x6d703ef3), 13) + ee; cc = RL(cc, 10); int32_t L_1140 = V_5; int32_t L_1141; L_1141 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1140, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_1141; // ee = RL(ee + F3(aa, bb, cc) + X[4] + unchecked((int)0x6d703ef3), 7) + dd; bb = RL(bb, 10); int32_t L_1142 = V_9; int32_t L_1143 = V_1; int32_t L_1144 = V_3; int32_t L_1145 = V_5; int32_t L_1146; L_1146 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_1143, L_1144, L_1145, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1147 = __this->get_X_15(); NullCheck(L_1147); int32_t L_1148 = 4; int32_t L_1149 = (L_1147)->GetAt(static_cast(L_1148)); int32_t L_1150; L_1150 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1142, (int32_t)L_1146)), (int32_t)L_1149)), (int32_t)((int32_t)1836072691))), 7, /*hidden argument*/NULL); int32_t L_1151 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1150, (int32_t)L_1151)); // ee = RL(ee + F3(aa, bb, cc) + X[4] + unchecked((int)0x6d703ef3), 7) + dd; bb = RL(bb, 10); int32_t L_1152 = V_3; int32_t L_1153; L_1153 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1152, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_1153; // dd = RL(dd + F3(ee, aa, bb) + X[13] + unchecked((int)0x6d703ef3), 5) + cc; aa = RL(aa, 10); int32_t L_1154 = V_7; int32_t L_1155 = V_9; int32_t L_1156 = V_1; int32_t L_1157 = V_3; int32_t L_1158; L_1158 = RipeMD320Digest_F3_m0A3BC86A1A38685AEC3BF13A1F4DBF3DE94CCEF5(__this, L_1155, L_1156, L_1157, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1159 = __this->get_X_15(); NullCheck(L_1159); int32_t L_1160 = ((int32_t)13); int32_t L_1161 = (L_1159)->GetAt(static_cast(L_1160)); int32_t L_1162; L_1162 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1154, (int32_t)L_1158)), (int32_t)L_1161)), (int32_t)((int32_t)1836072691))), 5, /*hidden argument*/NULL); int32_t L_1163 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1162, (int32_t)L_1163)); // dd = RL(dd + F3(ee, aa, bb) + X[13] + unchecked((int)0x6d703ef3), 5) + cc; aa = RL(aa, 10); int32_t L_1164 = V_1; int32_t L_1165; L_1165 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1164, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_1165; // t = c; c = cc; cc = t; int32_t L_1166 = V_4; // t = c; c = cc; cc = t; int32_t L_1167 = V_5; V_4 = L_1167; // t = c; c = cc; cc = t; V_5 = L_1166; // c = RL(c + F4(d, e, a) + X[1] + unchecked((int)0x8f1bbcdc), 11) + b; e = RL(e, 10); int32_t L_1168 = V_4; int32_t L_1169 = V_6; int32_t L_1170 = V_8; int32_t L_1171 = V_0; int32_t L_1172; L_1172 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_1169, L_1170, L_1171, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1173 = __this->get_X_15(); NullCheck(L_1173); int32_t L_1174 = 1; int32_t L_1175 = (L_1173)->GetAt(static_cast(L_1174)); int32_t L_1176; L_1176 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1168, (int32_t)L_1172)), (int32_t)L_1175)), (int32_t)((int32_t)-1894007588))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_1177 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_1176, (int32_t)L_1177)); // c = RL(c + F4(d, e, a) + X[1] + unchecked((int)0x8f1bbcdc), 11) + b; e = RL(e, 10); int32_t L_1178 = V_8; int32_t L_1179; L_1179 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1178, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_1179; // b = RL(b + F4(c, d, e) + X[9] + unchecked((int)0x8f1bbcdc), 12) + a; d = RL(d, 10); int32_t L_1180 = V_2; int32_t L_1181 = V_4; int32_t L_1182 = V_6; int32_t L_1183 = V_8; int32_t L_1184; L_1184 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_1181, L_1182, L_1183, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1185 = __this->get_X_15(); NullCheck(L_1185); int32_t L_1186 = ((int32_t)9); int32_t L_1187 = (L_1185)->GetAt(static_cast(L_1186)); int32_t L_1188; L_1188 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1180, (int32_t)L_1184)), (int32_t)L_1187)), (int32_t)((int32_t)-1894007588))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_1189 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1188, (int32_t)L_1189)); // b = RL(b + F4(c, d, e) + X[9] + unchecked((int)0x8f1bbcdc), 12) + a; d = RL(d, 10); int32_t L_1190 = V_6; int32_t L_1191; L_1191 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1190, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_1191; // a = RL(a + F4(b, c, d) + X[11] + unchecked((int)0x8f1bbcdc), 14) + e; c = RL(c, 10); int32_t L_1192 = V_0; int32_t L_1193 = V_2; int32_t L_1194 = V_4; int32_t L_1195 = V_6; int32_t L_1196; L_1196 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_1193, L_1194, L_1195, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1197 = __this->get_X_15(); NullCheck(L_1197); int32_t L_1198 = ((int32_t)11); int32_t L_1199 = (L_1197)->GetAt(static_cast(L_1198)); int32_t L_1200; L_1200 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1192, (int32_t)L_1196)), (int32_t)L_1199)), (int32_t)((int32_t)-1894007588))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_1201 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1200, (int32_t)L_1201)); // a = RL(a + F4(b, c, d) + X[11] + unchecked((int)0x8f1bbcdc), 14) + e; c = RL(c, 10); int32_t L_1202 = V_4; int32_t L_1203; L_1203 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1202, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_1203; // e = RL(e + F4(a, b, c) + X[10] + unchecked((int)0x8f1bbcdc), 15) + d; b = RL(b, 10); int32_t L_1204 = V_8; int32_t L_1205 = V_0; int32_t L_1206 = V_2; int32_t L_1207 = V_4; int32_t L_1208; L_1208 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_1205, L_1206, L_1207, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1209 = __this->get_X_15(); NullCheck(L_1209); int32_t L_1210 = ((int32_t)10); int32_t L_1211 = (L_1209)->GetAt(static_cast(L_1210)); int32_t L_1212; L_1212 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1204, (int32_t)L_1208)), (int32_t)L_1211)), (int32_t)((int32_t)-1894007588))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_1213 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1212, (int32_t)L_1213)); // e = RL(e + F4(a, b, c) + X[10] + unchecked((int)0x8f1bbcdc), 15) + d; b = RL(b, 10); int32_t L_1214 = V_2; int32_t L_1215; L_1215 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1214, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_1215; // d = RL(d + F4(e, a, b) + X[0] + unchecked((int)0x8f1bbcdc), 14) + c; a = RL(a, 10); int32_t L_1216 = V_6; int32_t L_1217 = V_8; int32_t L_1218 = V_0; int32_t L_1219 = V_2; int32_t L_1220; L_1220 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_1217, L_1218, L_1219, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1221 = __this->get_X_15(); NullCheck(L_1221); int32_t L_1222 = 0; int32_t L_1223 = (L_1221)->GetAt(static_cast(L_1222)); int32_t L_1224; L_1224 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1216, (int32_t)L_1220)), (int32_t)L_1223)), (int32_t)((int32_t)-1894007588))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_1225 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1224, (int32_t)L_1225)); // d = RL(d + F4(e, a, b) + X[0] + unchecked((int)0x8f1bbcdc), 14) + c; a = RL(a, 10); int32_t L_1226 = V_0; int32_t L_1227; L_1227 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1226, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_1227; // c = RL(c + F4(d, e, a) + X[8] + unchecked((int)0x8f1bbcdc), 15) + b; e = RL(e, 10); int32_t L_1228 = V_4; int32_t L_1229 = V_6; int32_t L_1230 = V_8; int32_t L_1231 = V_0; int32_t L_1232; L_1232 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_1229, L_1230, L_1231, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1233 = __this->get_X_15(); NullCheck(L_1233); int32_t L_1234 = 8; int32_t L_1235 = (L_1233)->GetAt(static_cast(L_1234)); int32_t L_1236; L_1236 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1228, (int32_t)L_1232)), (int32_t)L_1235)), (int32_t)((int32_t)-1894007588))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_1237 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_1236, (int32_t)L_1237)); // c = RL(c + F4(d, e, a) + X[8] + unchecked((int)0x8f1bbcdc), 15) + b; e = RL(e, 10); int32_t L_1238 = V_8; int32_t L_1239; L_1239 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1238, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_1239; // b = RL(b + F4(c, d, e) + X[12] + unchecked((int)0x8f1bbcdc), 9) + a; d = RL(d, 10); int32_t L_1240 = V_2; int32_t L_1241 = V_4; int32_t L_1242 = V_6; int32_t L_1243 = V_8; int32_t L_1244; L_1244 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_1241, L_1242, L_1243, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1245 = __this->get_X_15(); NullCheck(L_1245); int32_t L_1246 = ((int32_t)12); int32_t L_1247 = (L_1245)->GetAt(static_cast(L_1246)); int32_t L_1248; L_1248 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1240, (int32_t)L_1244)), (int32_t)L_1247)), (int32_t)((int32_t)-1894007588))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_1249 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1248, (int32_t)L_1249)); // b = RL(b + F4(c, d, e) + X[12] + unchecked((int)0x8f1bbcdc), 9) + a; d = RL(d, 10); int32_t L_1250 = V_6; int32_t L_1251; L_1251 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1250, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_1251; // a = RL(a + F4(b, c, d) + X[4] + unchecked((int)0x8f1bbcdc), 8) + e; c = RL(c, 10); int32_t L_1252 = V_0; int32_t L_1253 = V_2; int32_t L_1254 = V_4; int32_t L_1255 = V_6; int32_t L_1256; L_1256 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_1253, L_1254, L_1255, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1257 = __this->get_X_15(); NullCheck(L_1257); int32_t L_1258 = 4; int32_t L_1259 = (L_1257)->GetAt(static_cast(L_1258)); int32_t L_1260; L_1260 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1252, (int32_t)L_1256)), (int32_t)L_1259)), (int32_t)((int32_t)-1894007588))), 8, /*hidden argument*/NULL); int32_t L_1261 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1260, (int32_t)L_1261)); // a = RL(a + F4(b, c, d) + X[4] + unchecked((int)0x8f1bbcdc), 8) + e; c = RL(c, 10); int32_t L_1262 = V_4; int32_t L_1263; L_1263 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1262, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_1263; // e = RL(e + F4(a, b, c) + X[13] + unchecked((int)0x8f1bbcdc), 9) + d; b = RL(b, 10); int32_t L_1264 = V_8; int32_t L_1265 = V_0; int32_t L_1266 = V_2; int32_t L_1267 = V_4; int32_t L_1268; L_1268 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_1265, L_1266, L_1267, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1269 = __this->get_X_15(); NullCheck(L_1269); int32_t L_1270 = ((int32_t)13); int32_t L_1271 = (L_1269)->GetAt(static_cast(L_1270)); int32_t L_1272; L_1272 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1264, (int32_t)L_1268)), (int32_t)L_1271)), (int32_t)((int32_t)-1894007588))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_1273 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1272, (int32_t)L_1273)); // e = RL(e + F4(a, b, c) + X[13] + unchecked((int)0x8f1bbcdc), 9) + d; b = RL(b, 10); int32_t L_1274 = V_2; int32_t L_1275; L_1275 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1274, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_1275; // d = RL(d + F4(e, a, b) + X[3] + unchecked((int)0x8f1bbcdc), 14) + c; a = RL(a, 10); int32_t L_1276 = V_6; int32_t L_1277 = V_8; int32_t L_1278 = V_0; int32_t L_1279 = V_2; int32_t L_1280; L_1280 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_1277, L_1278, L_1279, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1281 = __this->get_X_15(); NullCheck(L_1281); int32_t L_1282 = 3; int32_t L_1283 = (L_1281)->GetAt(static_cast(L_1282)); int32_t L_1284; L_1284 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1276, (int32_t)L_1280)), (int32_t)L_1283)), (int32_t)((int32_t)-1894007588))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_1285 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1284, (int32_t)L_1285)); // d = RL(d + F4(e, a, b) + X[3] + unchecked((int)0x8f1bbcdc), 14) + c; a = RL(a, 10); int32_t L_1286 = V_0; int32_t L_1287; L_1287 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1286, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_1287; // c = RL(c + F4(d, e, a) + X[7] + unchecked((int)0x8f1bbcdc), 5) + b; e = RL(e, 10); int32_t L_1288 = V_4; int32_t L_1289 = V_6; int32_t L_1290 = V_8; int32_t L_1291 = V_0; int32_t L_1292; L_1292 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_1289, L_1290, L_1291, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1293 = __this->get_X_15(); NullCheck(L_1293); int32_t L_1294 = 7; int32_t L_1295 = (L_1293)->GetAt(static_cast(L_1294)); int32_t L_1296; L_1296 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1288, (int32_t)L_1292)), (int32_t)L_1295)), (int32_t)((int32_t)-1894007588))), 5, /*hidden argument*/NULL); int32_t L_1297 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_1296, (int32_t)L_1297)); // c = RL(c + F4(d, e, a) + X[7] + unchecked((int)0x8f1bbcdc), 5) + b; e = RL(e, 10); int32_t L_1298 = V_8; int32_t L_1299; L_1299 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1298, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_1299; // b = RL(b + F4(c, d, e) + X[15] + unchecked((int)0x8f1bbcdc), 6) + a; d = RL(d, 10); int32_t L_1300 = V_2; int32_t L_1301 = V_4; int32_t L_1302 = V_6; int32_t L_1303 = V_8; int32_t L_1304; L_1304 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_1301, L_1302, L_1303, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1305 = __this->get_X_15(); NullCheck(L_1305); int32_t L_1306 = ((int32_t)15); int32_t L_1307 = (L_1305)->GetAt(static_cast(L_1306)); int32_t L_1308; L_1308 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1300, (int32_t)L_1304)), (int32_t)L_1307)), (int32_t)((int32_t)-1894007588))), 6, /*hidden argument*/NULL); int32_t L_1309 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1308, (int32_t)L_1309)); // b = RL(b + F4(c, d, e) + X[15] + unchecked((int)0x8f1bbcdc), 6) + a; d = RL(d, 10); int32_t L_1310 = V_6; int32_t L_1311; L_1311 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1310, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_1311; // a = RL(a + F4(b, c, d) + X[14] + unchecked((int)0x8f1bbcdc), 8) + e; c = RL(c, 10); int32_t L_1312 = V_0; int32_t L_1313 = V_2; int32_t L_1314 = V_4; int32_t L_1315 = V_6; int32_t L_1316; L_1316 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_1313, L_1314, L_1315, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1317 = __this->get_X_15(); NullCheck(L_1317); int32_t L_1318 = ((int32_t)14); int32_t L_1319 = (L_1317)->GetAt(static_cast(L_1318)); int32_t L_1320; L_1320 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1312, (int32_t)L_1316)), (int32_t)L_1319)), (int32_t)((int32_t)-1894007588))), 8, /*hidden argument*/NULL); int32_t L_1321 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1320, (int32_t)L_1321)); // a = RL(a + F4(b, c, d) + X[14] + unchecked((int)0x8f1bbcdc), 8) + e; c = RL(c, 10); int32_t L_1322 = V_4; int32_t L_1323; L_1323 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1322, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_1323; // e = RL(e + F4(a, b, c) + X[5] + unchecked((int)0x8f1bbcdc), 6) + d; b = RL(b, 10); int32_t L_1324 = V_8; int32_t L_1325 = V_0; int32_t L_1326 = V_2; int32_t L_1327 = V_4; int32_t L_1328; L_1328 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_1325, L_1326, L_1327, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1329 = __this->get_X_15(); NullCheck(L_1329); int32_t L_1330 = 5; int32_t L_1331 = (L_1329)->GetAt(static_cast(L_1330)); int32_t L_1332; L_1332 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1324, (int32_t)L_1328)), (int32_t)L_1331)), (int32_t)((int32_t)-1894007588))), 6, /*hidden argument*/NULL); int32_t L_1333 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1332, (int32_t)L_1333)); // e = RL(e + F4(a, b, c) + X[5] + unchecked((int)0x8f1bbcdc), 6) + d; b = RL(b, 10); int32_t L_1334 = V_2; int32_t L_1335; L_1335 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1334, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_1335; // d = RL(d + F4(e, a, b) + X[6] + unchecked((int)0x8f1bbcdc), 5) + c; a = RL(a, 10); int32_t L_1336 = V_6; int32_t L_1337 = V_8; int32_t L_1338 = V_0; int32_t L_1339 = V_2; int32_t L_1340; L_1340 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_1337, L_1338, L_1339, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1341 = __this->get_X_15(); NullCheck(L_1341); int32_t L_1342 = 6; int32_t L_1343 = (L_1341)->GetAt(static_cast(L_1342)); int32_t L_1344; L_1344 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1336, (int32_t)L_1340)), (int32_t)L_1343)), (int32_t)((int32_t)-1894007588))), 5, /*hidden argument*/NULL); int32_t L_1345 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1344, (int32_t)L_1345)); // d = RL(d + F4(e, a, b) + X[6] + unchecked((int)0x8f1bbcdc), 5) + c; a = RL(a, 10); int32_t L_1346 = V_0; int32_t L_1347; L_1347 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1346, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_1347; // c = RL(c + F4(d, e, a) + X[2] + unchecked((int)0x8f1bbcdc), 12) + b; e = RL(e, 10); int32_t L_1348 = V_4; int32_t L_1349 = V_6; int32_t L_1350 = V_8; int32_t L_1351 = V_0; int32_t L_1352; L_1352 = RipeMD320Digest_F4_m609C72F419DCD092BCEF6E1BCDFFAB25C63041D0(__this, L_1349, L_1350, L_1351, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1353 = __this->get_X_15(); NullCheck(L_1353); int32_t L_1354 = 2; int32_t L_1355 = (L_1353)->GetAt(static_cast(L_1354)); int32_t L_1356; L_1356 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1348, (int32_t)L_1352)), (int32_t)L_1355)), (int32_t)((int32_t)-1894007588))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_1357 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_1356, (int32_t)L_1357)); // c = RL(c + F4(d, e, a) + X[2] + unchecked((int)0x8f1bbcdc), 12) + b; e = RL(e, 10); int32_t L_1358 = V_8; int32_t L_1359; L_1359 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1358, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_1359; // cc = RL(cc + F2(dd, ee, aa) + X[8] + unchecked((int)0x7a6d76e9), 15) + bb; ee = RL(ee, 10); int32_t L_1360 = V_5; int32_t L_1361 = V_7; int32_t L_1362 = V_9; int32_t L_1363 = V_1; int32_t L_1364; L_1364 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_1361, L_1362, L_1363, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1365 = __this->get_X_15(); NullCheck(L_1365); int32_t L_1366 = 8; int32_t L_1367 = (L_1365)->GetAt(static_cast(L_1366)); int32_t L_1368; L_1368 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1360, (int32_t)L_1364)), (int32_t)L_1367)), (int32_t)((int32_t)2053994217))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_1369 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1368, (int32_t)L_1369)); // cc = RL(cc + F2(dd, ee, aa) + X[8] + unchecked((int)0x7a6d76e9), 15) + bb; ee = RL(ee, 10); int32_t L_1370 = V_9; int32_t L_1371; L_1371 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1370, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_1371; // bb = RL(bb + F2(cc, dd, ee) + X[6] + unchecked((int)0x7a6d76e9), 5) + aa; dd = RL(dd, 10); int32_t L_1372 = V_3; int32_t L_1373 = V_5; int32_t L_1374 = V_7; int32_t L_1375 = V_9; int32_t L_1376; L_1376 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_1373, L_1374, L_1375, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1377 = __this->get_X_15(); NullCheck(L_1377); int32_t L_1378 = 6; int32_t L_1379 = (L_1377)->GetAt(static_cast(L_1378)); int32_t L_1380; L_1380 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1372, (int32_t)L_1376)), (int32_t)L_1379)), (int32_t)((int32_t)2053994217))), 5, /*hidden argument*/NULL); int32_t L_1381 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_1380, (int32_t)L_1381)); // bb = RL(bb + F2(cc, dd, ee) + X[6] + unchecked((int)0x7a6d76e9), 5) + aa; dd = RL(dd, 10); int32_t L_1382 = V_7; int32_t L_1383; L_1383 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1382, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_1383; // aa = RL(aa + F2(bb, cc, dd) + X[4] + unchecked((int)0x7a6d76e9), 8) + ee; cc = RL(cc, 10); int32_t L_1384 = V_1; int32_t L_1385 = V_3; int32_t L_1386 = V_5; int32_t L_1387 = V_7; int32_t L_1388; L_1388 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_1385, L_1386, L_1387, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1389 = __this->get_X_15(); NullCheck(L_1389); int32_t L_1390 = 4; int32_t L_1391 = (L_1389)->GetAt(static_cast(L_1390)); int32_t L_1392; L_1392 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1384, (int32_t)L_1388)), (int32_t)L_1391)), (int32_t)((int32_t)2053994217))), 8, /*hidden argument*/NULL); int32_t L_1393 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1392, (int32_t)L_1393)); // aa = RL(aa + F2(bb, cc, dd) + X[4] + unchecked((int)0x7a6d76e9), 8) + ee; cc = RL(cc, 10); int32_t L_1394 = V_5; int32_t L_1395; L_1395 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1394, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_1395; // ee = RL(ee + F2(aa, bb, cc) + X[1] + unchecked((int)0x7a6d76e9), 11) + dd; bb = RL(bb, 10); int32_t L_1396 = V_9; int32_t L_1397 = V_1; int32_t L_1398 = V_3; int32_t L_1399 = V_5; int32_t L_1400; L_1400 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_1397, L_1398, L_1399, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1401 = __this->get_X_15(); NullCheck(L_1401); int32_t L_1402 = 1; int32_t L_1403 = (L_1401)->GetAt(static_cast(L_1402)); int32_t L_1404; L_1404 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1396, (int32_t)L_1400)), (int32_t)L_1403)), (int32_t)((int32_t)2053994217))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_1405 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1404, (int32_t)L_1405)); // ee = RL(ee + F2(aa, bb, cc) + X[1] + unchecked((int)0x7a6d76e9), 11) + dd; bb = RL(bb, 10); int32_t L_1406 = V_3; int32_t L_1407; L_1407 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1406, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_1407; // dd = RL(dd + F2(ee, aa, bb) + X[3] + unchecked((int)0x7a6d76e9), 14) + cc; aa = RL(aa, 10); int32_t L_1408 = V_7; int32_t L_1409 = V_9; int32_t L_1410 = V_1; int32_t L_1411 = V_3; int32_t L_1412; L_1412 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_1409, L_1410, L_1411, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1413 = __this->get_X_15(); NullCheck(L_1413); int32_t L_1414 = 3; int32_t L_1415 = (L_1413)->GetAt(static_cast(L_1414)); int32_t L_1416; L_1416 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1408, (int32_t)L_1412)), (int32_t)L_1415)), (int32_t)((int32_t)2053994217))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_1417 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1416, (int32_t)L_1417)); // dd = RL(dd + F2(ee, aa, bb) + X[3] + unchecked((int)0x7a6d76e9), 14) + cc; aa = RL(aa, 10); int32_t L_1418 = V_1; int32_t L_1419; L_1419 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1418, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_1419; // cc = RL(cc + F2(dd, ee, aa) + X[11] + unchecked((int)0x7a6d76e9), 14) + bb; ee = RL(ee, 10); int32_t L_1420 = V_5; int32_t L_1421 = V_7; int32_t L_1422 = V_9; int32_t L_1423 = V_1; int32_t L_1424; L_1424 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_1421, L_1422, L_1423, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1425 = __this->get_X_15(); NullCheck(L_1425); int32_t L_1426 = ((int32_t)11); int32_t L_1427 = (L_1425)->GetAt(static_cast(L_1426)); int32_t L_1428; L_1428 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1420, (int32_t)L_1424)), (int32_t)L_1427)), (int32_t)((int32_t)2053994217))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_1429 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1428, (int32_t)L_1429)); // cc = RL(cc + F2(dd, ee, aa) + X[11] + unchecked((int)0x7a6d76e9), 14) + bb; ee = RL(ee, 10); int32_t L_1430 = V_9; int32_t L_1431; L_1431 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1430, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_1431; // bb = RL(bb + F2(cc, dd, ee) + X[15] + unchecked((int)0x7a6d76e9), 6) + aa; dd = RL(dd, 10); int32_t L_1432 = V_3; int32_t L_1433 = V_5; int32_t L_1434 = V_7; int32_t L_1435 = V_9; int32_t L_1436; L_1436 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_1433, L_1434, L_1435, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1437 = __this->get_X_15(); NullCheck(L_1437); int32_t L_1438 = ((int32_t)15); int32_t L_1439 = (L_1437)->GetAt(static_cast(L_1438)); int32_t L_1440; L_1440 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1432, (int32_t)L_1436)), (int32_t)L_1439)), (int32_t)((int32_t)2053994217))), 6, /*hidden argument*/NULL); int32_t L_1441 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_1440, (int32_t)L_1441)); // bb = RL(bb + F2(cc, dd, ee) + X[15] + unchecked((int)0x7a6d76e9), 6) + aa; dd = RL(dd, 10); int32_t L_1442 = V_7; int32_t L_1443; L_1443 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1442, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_1443; // aa = RL(aa + F2(bb, cc, dd) + X[0] + unchecked((int)0x7a6d76e9), 14) + ee; cc = RL(cc, 10); int32_t L_1444 = V_1; int32_t L_1445 = V_3; int32_t L_1446 = V_5; int32_t L_1447 = V_7; int32_t L_1448; L_1448 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_1445, L_1446, L_1447, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1449 = __this->get_X_15(); NullCheck(L_1449); int32_t L_1450 = 0; int32_t L_1451 = (L_1449)->GetAt(static_cast(L_1450)); int32_t L_1452; L_1452 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1444, (int32_t)L_1448)), (int32_t)L_1451)), (int32_t)((int32_t)2053994217))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_1453 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1452, (int32_t)L_1453)); // aa = RL(aa + F2(bb, cc, dd) + X[0] + unchecked((int)0x7a6d76e9), 14) + ee; cc = RL(cc, 10); int32_t L_1454 = V_5; int32_t L_1455; L_1455 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1454, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_1455; // ee = RL(ee + F2(aa, bb, cc) + X[5] + unchecked((int)0x7a6d76e9), 6) + dd; bb = RL(bb, 10); int32_t L_1456 = V_9; int32_t L_1457 = V_1; int32_t L_1458 = V_3; int32_t L_1459 = V_5; int32_t L_1460; L_1460 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_1457, L_1458, L_1459, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1461 = __this->get_X_15(); NullCheck(L_1461); int32_t L_1462 = 5; int32_t L_1463 = (L_1461)->GetAt(static_cast(L_1462)); int32_t L_1464; L_1464 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1456, (int32_t)L_1460)), (int32_t)L_1463)), (int32_t)((int32_t)2053994217))), 6, /*hidden argument*/NULL); int32_t L_1465 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1464, (int32_t)L_1465)); // ee = RL(ee + F2(aa, bb, cc) + X[5] + unchecked((int)0x7a6d76e9), 6) + dd; bb = RL(bb, 10); int32_t L_1466 = V_3; int32_t L_1467; L_1467 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1466, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_1467; // dd = RL(dd + F2(ee, aa, bb) + X[12] + unchecked((int)0x7a6d76e9), 9) + cc; aa = RL(aa, 10); int32_t L_1468 = V_7; int32_t L_1469 = V_9; int32_t L_1470 = V_1; int32_t L_1471 = V_3; int32_t L_1472; L_1472 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_1469, L_1470, L_1471, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1473 = __this->get_X_15(); NullCheck(L_1473); int32_t L_1474 = ((int32_t)12); int32_t L_1475 = (L_1473)->GetAt(static_cast(L_1474)); int32_t L_1476; L_1476 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1468, (int32_t)L_1472)), (int32_t)L_1475)), (int32_t)((int32_t)2053994217))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_1477 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1476, (int32_t)L_1477)); // dd = RL(dd + F2(ee, aa, bb) + X[12] + unchecked((int)0x7a6d76e9), 9) + cc; aa = RL(aa, 10); int32_t L_1478 = V_1; int32_t L_1479; L_1479 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1478, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_1479; // cc = RL(cc + F2(dd, ee, aa) + X[2] + unchecked((int)0x7a6d76e9), 12) + bb; ee = RL(ee, 10); int32_t L_1480 = V_5; int32_t L_1481 = V_7; int32_t L_1482 = V_9; int32_t L_1483 = V_1; int32_t L_1484; L_1484 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_1481, L_1482, L_1483, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1485 = __this->get_X_15(); NullCheck(L_1485); int32_t L_1486 = 2; int32_t L_1487 = (L_1485)->GetAt(static_cast(L_1486)); int32_t L_1488; L_1488 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1480, (int32_t)L_1484)), (int32_t)L_1487)), (int32_t)((int32_t)2053994217))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_1489 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1488, (int32_t)L_1489)); // cc = RL(cc + F2(dd, ee, aa) + X[2] + unchecked((int)0x7a6d76e9), 12) + bb; ee = RL(ee, 10); int32_t L_1490 = V_9; int32_t L_1491; L_1491 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1490, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_1491; // bb = RL(bb + F2(cc, dd, ee) + X[13] + unchecked((int)0x7a6d76e9), 9) + aa; dd = RL(dd, 10); int32_t L_1492 = V_3; int32_t L_1493 = V_5; int32_t L_1494 = V_7; int32_t L_1495 = V_9; int32_t L_1496; L_1496 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_1493, L_1494, L_1495, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1497 = __this->get_X_15(); NullCheck(L_1497); int32_t L_1498 = ((int32_t)13); int32_t L_1499 = (L_1497)->GetAt(static_cast(L_1498)); int32_t L_1500; L_1500 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1492, (int32_t)L_1496)), (int32_t)L_1499)), (int32_t)((int32_t)2053994217))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_1501 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_1500, (int32_t)L_1501)); // bb = RL(bb + F2(cc, dd, ee) + X[13] + unchecked((int)0x7a6d76e9), 9) + aa; dd = RL(dd, 10); int32_t L_1502 = V_7; int32_t L_1503; L_1503 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1502, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_1503; // aa = RL(aa + F2(bb, cc, dd) + X[9] + unchecked((int)0x7a6d76e9), 12) + ee; cc = RL(cc, 10); int32_t L_1504 = V_1; int32_t L_1505 = V_3; int32_t L_1506 = V_5; int32_t L_1507 = V_7; int32_t L_1508; L_1508 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_1505, L_1506, L_1507, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1509 = __this->get_X_15(); NullCheck(L_1509); int32_t L_1510 = ((int32_t)9); int32_t L_1511 = (L_1509)->GetAt(static_cast(L_1510)); int32_t L_1512; L_1512 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1504, (int32_t)L_1508)), (int32_t)L_1511)), (int32_t)((int32_t)2053994217))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_1513 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1512, (int32_t)L_1513)); // aa = RL(aa + F2(bb, cc, dd) + X[9] + unchecked((int)0x7a6d76e9), 12) + ee; cc = RL(cc, 10); int32_t L_1514 = V_5; int32_t L_1515; L_1515 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1514, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_1515; // ee = RL(ee + F2(aa, bb, cc) + X[7] + unchecked((int)0x7a6d76e9), 5) + dd; bb = RL(bb, 10); int32_t L_1516 = V_9; int32_t L_1517 = V_1; int32_t L_1518 = V_3; int32_t L_1519 = V_5; int32_t L_1520; L_1520 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_1517, L_1518, L_1519, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1521 = __this->get_X_15(); NullCheck(L_1521); int32_t L_1522 = 7; int32_t L_1523 = (L_1521)->GetAt(static_cast(L_1522)); int32_t L_1524; L_1524 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1516, (int32_t)L_1520)), (int32_t)L_1523)), (int32_t)((int32_t)2053994217))), 5, /*hidden argument*/NULL); int32_t L_1525 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1524, (int32_t)L_1525)); // ee = RL(ee + F2(aa, bb, cc) + X[7] + unchecked((int)0x7a6d76e9), 5) + dd; bb = RL(bb, 10); int32_t L_1526 = V_3; int32_t L_1527; L_1527 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1526, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_1527; // dd = RL(dd + F2(ee, aa, bb) + X[10] + unchecked((int)0x7a6d76e9), 15) + cc; aa = RL(aa, 10); int32_t L_1528 = V_7; int32_t L_1529 = V_9; int32_t L_1530 = V_1; int32_t L_1531 = V_3; int32_t L_1532; L_1532 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_1529, L_1530, L_1531, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1533 = __this->get_X_15(); NullCheck(L_1533); int32_t L_1534 = ((int32_t)10); int32_t L_1535 = (L_1533)->GetAt(static_cast(L_1534)); int32_t L_1536; L_1536 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1528, (int32_t)L_1532)), (int32_t)L_1535)), (int32_t)((int32_t)2053994217))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_1537 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1536, (int32_t)L_1537)); // dd = RL(dd + F2(ee, aa, bb) + X[10] + unchecked((int)0x7a6d76e9), 15) + cc; aa = RL(aa, 10); int32_t L_1538 = V_1; int32_t L_1539; L_1539 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1538, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_1539; // cc = RL(cc + F2(dd, ee, aa) + X[14] + unchecked((int)0x7a6d76e9), 8) + bb; ee = RL(ee, 10); int32_t L_1540 = V_5; int32_t L_1541 = V_7; int32_t L_1542 = V_9; int32_t L_1543 = V_1; int32_t L_1544; L_1544 = RipeMD320Digest_F2_m761D798A36BE0DFC6ED181391F4A279F2834B1C3(__this, L_1541, L_1542, L_1543, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1545 = __this->get_X_15(); NullCheck(L_1545); int32_t L_1546 = ((int32_t)14); int32_t L_1547 = (L_1545)->GetAt(static_cast(L_1546)); int32_t L_1548; L_1548 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1540, (int32_t)L_1544)), (int32_t)L_1547)), (int32_t)((int32_t)2053994217))), 8, /*hidden argument*/NULL); int32_t L_1549 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1548, (int32_t)L_1549)); // cc = RL(cc + F2(dd, ee, aa) + X[14] + unchecked((int)0x7a6d76e9), 8) + bb; ee = RL(ee, 10); int32_t L_1550 = V_9; int32_t L_1551; L_1551 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1550, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_1551; // t = d; d = dd; dd = t; int32_t L_1552 = V_6; // t = d; d = dd; dd = t; int32_t L_1553 = V_7; V_6 = L_1553; // t = d; d = dd; dd = t; V_7 = L_1552; // b = RL(b + F5(c, d, e) + X[4] + unchecked((int)0xa953fd4e), 9) + a; d = RL(d, 10); int32_t L_1554 = V_2; int32_t L_1555 = V_4; int32_t L_1556 = V_6; int32_t L_1557 = V_8; int32_t L_1558; L_1558 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_1555, L_1556, L_1557, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1559 = __this->get_X_15(); NullCheck(L_1559); int32_t L_1560 = 4; int32_t L_1561 = (L_1559)->GetAt(static_cast(L_1560)); int32_t L_1562; L_1562 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1554, (int32_t)L_1558)), (int32_t)L_1561)), (int32_t)((int32_t)-1454113458))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_1563 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1562, (int32_t)L_1563)); // b = RL(b + F5(c, d, e) + X[4] + unchecked((int)0xa953fd4e), 9) + a; d = RL(d, 10); int32_t L_1564 = V_6; int32_t L_1565; L_1565 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1564, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_1565; // a = RL(a + F5(b, c, d) + X[0] + unchecked((int)0xa953fd4e), 15) + e; c = RL(c, 10); int32_t L_1566 = V_0; int32_t L_1567 = V_2; int32_t L_1568 = V_4; int32_t L_1569 = V_6; int32_t L_1570; L_1570 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_1567, L_1568, L_1569, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1571 = __this->get_X_15(); NullCheck(L_1571); int32_t L_1572 = 0; int32_t L_1573 = (L_1571)->GetAt(static_cast(L_1572)); int32_t L_1574; L_1574 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1566, (int32_t)L_1570)), (int32_t)L_1573)), (int32_t)((int32_t)-1454113458))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_1575 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1574, (int32_t)L_1575)); // a = RL(a + F5(b, c, d) + X[0] + unchecked((int)0xa953fd4e), 15) + e; c = RL(c, 10); int32_t L_1576 = V_4; int32_t L_1577; L_1577 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1576, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_1577; // e = RL(e + F5(a, b, c) + X[5] + unchecked((int)0xa953fd4e), 5) + d; b = RL(b, 10); int32_t L_1578 = V_8; int32_t L_1579 = V_0; int32_t L_1580 = V_2; int32_t L_1581 = V_4; int32_t L_1582; L_1582 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_1579, L_1580, L_1581, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1583 = __this->get_X_15(); NullCheck(L_1583); int32_t L_1584 = 5; int32_t L_1585 = (L_1583)->GetAt(static_cast(L_1584)); int32_t L_1586; L_1586 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1578, (int32_t)L_1582)), (int32_t)L_1585)), (int32_t)((int32_t)-1454113458))), 5, /*hidden argument*/NULL); int32_t L_1587 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1586, (int32_t)L_1587)); // e = RL(e + F5(a, b, c) + X[5] + unchecked((int)0xa953fd4e), 5) + d; b = RL(b, 10); int32_t L_1588 = V_2; int32_t L_1589; L_1589 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1588, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_1589; // d = RL(d + F5(e, a, b) + X[9] + unchecked((int)0xa953fd4e), 11) + c; a = RL(a, 10); int32_t L_1590 = V_6; int32_t L_1591 = V_8; int32_t L_1592 = V_0; int32_t L_1593 = V_2; int32_t L_1594; L_1594 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_1591, L_1592, L_1593, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1595 = __this->get_X_15(); NullCheck(L_1595); int32_t L_1596 = ((int32_t)9); int32_t L_1597 = (L_1595)->GetAt(static_cast(L_1596)); int32_t L_1598; L_1598 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1590, (int32_t)L_1594)), (int32_t)L_1597)), (int32_t)((int32_t)-1454113458))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_1599 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1598, (int32_t)L_1599)); // d = RL(d + F5(e, a, b) + X[9] + unchecked((int)0xa953fd4e), 11) + c; a = RL(a, 10); int32_t L_1600 = V_0; int32_t L_1601; L_1601 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1600, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_1601; // c = RL(c + F5(d, e, a) + X[7] + unchecked((int)0xa953fd4e), 6) + b; e = RL(e, 10); int32_t L_1602 = V_4; int32_t L_1603 = V_6; int32_t L_1604 = V_8; int32_t L_1605 = V_0; int32_t L_1606; L_1606 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_1603, L_1604, L_1605, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1607 = __this->get_X_15(); NullCheck(L_1607); int32_t L_1608 = 7; int32_t L_1609 = (L_1607)->GetAt(static_cast(L_1608)); int32_t L_1610; L_1610 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1602, (int32_t)L_1606)), (int32_t)L_1609)), (int32_t)((int32_t)-1454113458))), 6, /*hidden argument*/NULL); int32_t L_1611 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_1610, (int32_t)L_1611)); // c = RL(c + F5(d, e, a) + X[7] + unchecked((int)0xa953fd4e), 6) + b; e = RL(e, 10); int32_t L_1612 = V_8; int32_t L_1613; L_1613 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1612, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_1613; // b = RL(b + F5(c, d, e) + X[12] + unchecked((int)0xa953fd4e), 8) + a; d = RL(d, 10); int32_t L_1614 = V_2; int32_t L_1615 = V_4; int32_t L_1616 = V_6; int32_t L_1617 = V_8; int32_t L_1618; L_1618 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_1615, L_1616, L_1617, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1619 = __this->get_X_15(); NullCheck(L_1619); int32_t L_1620 = ((int32_t)12); int32_t L_1621 = (L_1619)->GetAt(static_cast(L_1620)); int32_t L_1622; L_1622 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1614, (int32_t)L_1618)), (int32_t)L_1621)), (int32_t)((int32_t)-1454113458))), 8, /*hidden argument*/NULL); int32_t L_1623 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1622, (int32_t)L_1623)); // b = RL(b + F5(c, d, e) + X[12] + unchecked((int)0xa953fd4e), 8) + a; d = RL(d, 10); int32_t L_1624 = V_6; int32_t L_1625; L_1625 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1624, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_1625; // a = RL(a + F5(b, c, d) + X[2] + unchecked((int)0xa953fd4e), 13) + e; c = RL(c, 10); int32_t L_1626 = V_0; int32_t L_1627 = V_2; int32_t L_1628 = V_4; int32_t L_1629 = V_6; int32_t L_1630; L_1630 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_1627, L_1628, L_1629, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1631 = __this->get_X_15(); NullCheck(L_1631); int32_t L_1632 = 2; int32_t L_1633 = (L_1631)->GetAt(static_cast(L_1632)); int32_t L_1634; L_1634 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1626, (int32_t)L_1630)), (int32_t)L_1633)), (int32_t)((int32_t)-1454113458))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_1635 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1634, (int32_t)L_1635)); // a = RL(a + F5(b, c, d) + X[2] + unchecked((int)0xa953fd4e), 13) + e; c = RL(c, 10); int32_t L_1636 = V_4; int32_t L_1637; L_1637 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1636, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_1637; // e = RL(e + F5(a, b, c) + X[10] + unchecked((int)0xa953fd4e), 12) + d; b = RL(b, 10); int32_t L_1638 = V_8; int32_t L_1639 = V_0; int32_t L_1640 = V_2; int32_t L_1641 = V_4; int32_t L_1642; L_1642 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_1639, L_1640, L_1641, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1643 = __this->get_X_15(); NullCheck(L_1643); int32_t L_1644 = ((int32_t)10); int32_t L_1645 = (L_1643)->GetAt(static_cast(L_1644)); int32_t L_1646; L_1646 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1638, (int32_t)L_1642)), (int32_t)L_1645)), (int32_t)((int32_t)-1454113458))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_1647 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1646, (int32_t)L_1647)); // e = RL(e + F5(a, b, c) + X[10] + unchecked((int)0xa953fd4e), 12) + d; b = RL(b, 10); int32_t L_1648 = V_2; int32_t L_1649; L_1649 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1648, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_1649; // d = RL(d + F5(e, a, b) + X[14] + unchecked((int)0xa953fd4e), 5) + c; a = RL(a, 10); int32_t L_1650 = V_6; int32_t L_1651 = V_8; int32_t L_1652 = V_0; int32_t L_1653 = V_2; int32_t L_1654; L_1654 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_1651, L_1652, L_1653, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1655 = __this->get_X_15(); NullCheck(L_1655); int32_t L_1656 = ((int32_t)14); int32_t L_1657 = (L_1655)->GetAt(static_cast(L_1656)); int32_t L_1658; L_1658 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1650, (int32_t)L_1654)), (int32_t)L_1657)), (int32_t)((int32_t)-1454113458))), 5, /*hidden argument*/NULL); int32_t L_1659 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1658, (int32_t)L_1659)); // d = RL(d + F5(e, a, b) + X[14] + unchecked((int)0xa953fd4e), 5) + c; a = RL(a, 10); int32_t L_1660 = V_0; int32_t L_1661; L_1661 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1660, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_1661; // c = RL(c + F5(d, e, a) + X[1] + unchecked((int)0xa953fd4e), 12) + b; e = RL(e, 10); int32_t L_1662 = V_4; int32_t L_1663 = V_6; int32_t L_1664 = V_8; int32_t L_1665 = V_0; int32_t L_1666; L_1666 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_1663, L_1664, L_1665, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1667 = __this->get_X_15(); NullCheck(L_1667); int32_t L_1668 = 1; int32_t L_1669 = (L_1667)->GetAt(static_cast(L_1668)); int32_t L_1670; L_1670 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1662, (int32_t)L_1666)), (int32_t)L_1669)), (int32_t)((int32_t)-1454113458))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_1671 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_1670, (int32_t)L_1671)); // c = RL(c + F5(d, e, a) + X[1] + unchecked((int)0xa953fd4e), 12) + b; e = RL(e, 10); int32_t L_1672 = V_8; int32_t L_1673; L_1673 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1672, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_1673; // b = RL(b + F5(c, d, e) + X[3] + unchecked((int)0xa953fd4e), 13) + a; d = RL(d, 10); int32_t L_1674 = V_2; int32_t L_1675 = V_4; int32_t L_1676 = V_6; int32_t L_1677 = V_8; int32_t L_1678; L_1678 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_1675, L_1676, L_1677, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1679 = __this->get_X_15(); NullCheck(L_1679); int32_t L_1680 = 3; int32_t L_1681 = (L_1679)->GetAt(static_cast(L_1680)); int32_t L_1682; L_1682 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1674, (int32_t)L_1678)), (int32_t)L_1681)), (int32_t)((int32_t)-1454113458))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_1683 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1682, (int32_t)L_1683)); // b = RL(b + F5(c, d, e) + X[3] + unchecked((int)0xa953fd4e), 13) + a; d = RL(d, 10); int32_t L_1684 = V_6; int32_t L_1685; L_1685 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1684, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_1685; // a = RL(a + F5(b, c, d) + X[8] + unchecked((int)0xa953fd4e), 14) + e; c = RL(c, 10); int32_t L_1686 = V_0; int32_t L_1687 = V_2; int32_t L_1688 = V_4; int32_t L_1689 = V_6; int32_t L_1690; L_1690 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_1687, L_1688, L_1689, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1691 = __this->get_X_15(); NullCheck(L_1691); int32_t L_1692 = 8; int32_t L_1693 = (L_1691)->GetAt(static_cast(L_1692)); int32_t L_1694; L_1694 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1686, (int32_t)L_1690)), (int32_t)L_1693)), (int32_t)((int32_t)-1454113458))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_1695 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1694, (int32_t)L_1695)); // a = RL(a + F5(b, c, d) + X[8] + unchecked((int)0xa953fd4e), 14) + e; c = RL(c, 10); int32_t L_1696 = V_4; int32_t L_1697; L_1697 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1696, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_1697; // e = RL(e + F5(a, b, c) + X[11] + unchecked((int)0xa953fd4e), 11) + d; b = RL(b, 10); int32_t L_1698 = V_8; int32_t L_1699 = V_0; int32_t L_1700 = V_2; int32_t L_1701 = V_4; int32_t L_1702; L_1702 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_1699, L_1700, L_1701, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1703 = __this->get_X_15(); NullCheck(L_1703); int32_t L_1704 = ((int32_t)11); int32_t L_1705 = (L_1703)->GetAt(static_cast(L_1704)); int32_t L_1706; L_1706 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1698, (int32_t)L_1702)), (int32_t)L_1705)), (int32_t)((int32_t)-1454113458))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_1707 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1706, (int32_t)L_1707)); // e = RL(e + F5(a, b, c) + X[11] + unchecked((int)0xa953fd4e), 11) + d; b = RL(b, 10); int32_t L_1708 = V_2; int32_t L_1709; L_1709 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1708, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_1709; // d = RL(d + F5(e, a, b) + X[6] + unchecked((int)0xa953fd4e), 8) + c; a = RL(a, 10); int32_t L_1710 = V_6; int32_t L_1711 = V_8; int32_t L_1712 = V_0; int32_t L_1713 = V_2; int32_t L_1714; L_1714 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_1711, L_1712, L_1713, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1715 = __this->get_X_15(); NullCheck(L_1715); int32_t L_1716 = 6; int32_t L_1717 = (L_1715)->GetAt(static_cast(L_1716)); int32_t L_1718; L_1718 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1710, (int32_t)L_1714)), (int32_t)L_1717)), (int32_t)((int32_t)-1454113458))), 8, /*hidden argument*/NULL); int32_t L_1719 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1718, (int32_t)L_1719)); // d = RL(d + F5(e, a, b) + X[6] + unchecked((int)0xa953fd4e), 8) + c; a = RL(a, 10); int32_t L_1720 = V_0; int32_t L_1721; L_1721 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1720, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_1721; // c = RL(c + F5(d, e, a) + X[15] + unchecked((int)0xa953fd4e), 5) + b; e = RL(e, 10); int32_t L_1722 = V_4; int32_t L_1723 = V_6; int32_t L_1724 = V_8; int32_t L_1725 = V_0; int32_t L_1726; L_1726 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_1723, L_1724, L_1725, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1727 = __this->get_X_15(); NullCheck(L_1727); int32_t L_1728 = ((int32_t)15); int32_t L_1729 = (L_1727)->GetAt(static_cast(L_1728)); int32_t L_1730; L_1730 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1722, (int32_t)L_1726)), (int32_t)L_1729)), (int32_t)((int32_t)-1454113458))), 5, /*hidden argument*/NULL); int32_t L_1731 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_1730, (int32_t)L_1731)); // c = RL(c + F5(d, e, a) + X[15] + unchecked((int)0xa953fd4e), 5) + b; e = RL(e, 10); int32_t L_1732 = V_8; int32_t L_1733; L_1733 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1732, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_1733; // b = RL(b + F5(c, d, e) + X[13] + unchecked((int)0xa953fd4e), 6) + a; d = RL(d, 10); int32_t L_1734 = V_2; int32_t L_1735 = V_4; int32_t L_1736 = V_6; int32_t L_1737 = V_8; int32_t L_1738; L_1738 = RipeMD320Digest_F5_m8EF625EDE88D54979A0E5DC3FB2C9A6980F6F703(__this, L_1735, L_1736, L_1737, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1739 = __this->get_X_15(); NullCheck(L_1739); int32_t L_1740 = ((int32_t)13); int32_t L_1741 = (L_1739)->GetAt(static_cast(L_1740)); int32_t L_1742; L_1742 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1734, (int32_t)L_1738)), (int32_t)L_1741)), (int32_t)((int32_t)-1454113458))), 6, /*hidden argument*/NULL); int32_t L_1743 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1742, (int32_t)L_1743)); // b = RL(b + F5(c, d, e) + X[13] + unchecked((int)0xa953fd4e), 6) + a; d = RL(d, 10); int32_t L_1744 = V_6; int32_t L_1745; L_1745 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1744, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_1745; // bb = RL(bb + F1(cc, dd, ee) + X[12], 8) + aa; dd = RL(dd, 10); int32_t L_1746 = V_3; int32_t L_1747 = V_5; int32_t L_1748 = V_7; int32_t L_1749 = V_9; int32_t L_1750; L_1750 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_1747, L_1748, L_1749, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1751 = __this->get_X_15(); NullCheck(L_1751); int32_t L_1752 = ((int32_t)12); int32_t L_1753 = (L_1751)->GetAt(static_cast(L_1752)); int32_t L_1754; L_1754 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1746, (int32_t)L_1750)), (int32_t)L_1753)), 8, /*hidden argument*/NULL); int32_t L_1755 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_1754, (int32_t)L_1755)); // bb = RL(bb + F1(cc, dd, ee) + X[12], 8) + aa; dd = RL(dd, 10); int32_t L_1756 = V_7; int32_t L_1757; L_1757 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1756, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_1757; // aa = RL(aa + F1(bb, cc, dd) + X[15], 5) + ee; cc = RL(cc, 10); int32_t L_1758 = V_1; int32_t L_1759 = V_3; int32_t L_1760 = V_5; int32_t L_1761 = V_7; int32_t L_1762; L_1762 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_1759, L_1760, L_1761, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1763 = __this->get_X_15(); NullCheck(L_1763); int32_t L_1764 = ((int32_t)15); int32_t L_1765 = (L_1763)->GetAt(static_cast(L_1764)); int32_t L_1766; L_1766 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1758, (int32_t)L_1762)), (int32_t)L_1765)), 5, /*hidden argument*/NULL); int32_t L_1767 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1766, (int32_t)L_1767)); // aa = RL(aa + F1(bb, cc, dd) + X[15], 5) + ee; cc = RL(cc, 10); int32_t L_1768 = V_5; int32_t L_1769; L_1769 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1768, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_1769; // ee = RL(ee + F1(aa, bb, cc) + X[10], 12) + dd; bb = RL(bb, 10); int32_t L_1770 = V_9; int32_t L_1771 = V_1; int32_t L_1772 = V_3; int32_t L_1773 = V_5; int32_t L_1774; L_1774 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_1771, L_1772, L_1773, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1775 = __this->get_X_15(); NullCheck(L_1775); int32_t L_1776 = ((int32_t)10); int32_t L_1777 = (L_1775)->GetAt(static_cast(L_1776)); int32_t L_1778; L_1778 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1770, (int32_t)L_1774)), (int32_t)L_1777)), ((int32_t)12), /*hidden argument*/NULL); int32_t L_1779 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1778, (int32_t)L_1779)); // ee = RL(ee + F1(aa, bb, cc) + X[10], 12) + dd; bb = RL(bb, 10); int32_t L_1780 = V_3; int32_t L_1781; L_1781 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1780, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_1781; // dd = RL(dd + F1(ee, aa, bb) + X[4], 9) + cc; aa = RL(aa, 10); int32_t L_1782 = V_7; int32_t L_1783 = V_9; int32_t L_1784 = V_1; int32_t L_1785 = V_3; int32_t L_1786; L_1786 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_1783, L_1784, L_1785, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1787 = __this->get_X_15(); NullCheck(L_1787); int32_t L_1788 = 4; int32_t L_1789 = (L_1787)->GetAt(static_cast(L_1788)); int32_t L_1790; L_1790 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1782, (int32_t)L_1786)), (int32_t)L_1789)), ((int32_t)9), /*hidden argument*/NULL); int32_t L_1791 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1790, (int32_t)L_1791)); // dd = RL(dd + F1(ee, aa, bb) + X[4], 9) + cc; aa = RL(aa, 10); int32_t L_1792 = V_1; int32_t L_1793; L_1793 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1792, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_1793; // cc = RL(cc + F1(dd, ee, aa) + X[1], 12) + bb; ee = RL(ee, 10); int32_t L_1794 = V_5; int32_t L_1795 = V_7; int32_t L_1796 = V_9; int32_t L_1797 = V_1; int32_t L_1798; L_1798 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_1795, L_1796, L_1797, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1799 = __this->get_X_15(); NullCheck(L_1799); int32_t L_1800 = 1; int32_t L_1801 = (L_1799)->GetAt(static_cast(L_1800)); int32_t L_1802; L_1802 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1794, (int32_t)L_1798)), (int32_t)L_1801)), ((int32_t)12), /*hidden argument*/NULL); int32_t L_1803 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1802, (int32_t)L_1803)); // cc = RL(cc + F1(dd, ee, aa) + X[1], 12) + bb; ee = RL(ee, 10); int32_t L_1804 = V_9; int32_t L_1805; L_1805 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1804, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_1805; // bb = RL(bb + F1(cc, dd, ee) + X[5], 5) + aa; dd = RL(dd, 10); int32_t L_1806 = V_3; int32_t L_1807 = V_5; int32_t L_1808 = V_7; int32_t L_1809 = V_9; int32_t L_1810; L_1810 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_1807, L_1808, L_1809, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1811 = __this->get_X_15(); NullCheck(L_1811); int32_t L_1812 = 5; int32_t L_1813 = (L_1811)->GetAt(static_cast(L_1812)); int32_t L_1814; L_1814 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1806, (int32_t)L_1810)), (int32_t)L_1813)), 5, /*hidden argument*/NULL); int32_t L_1815 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_1814, (int32_t)L_1815)); // bb = RL(bb + F1(cc, dd, ee) + X[5], 5) + aa; dd = RL(dd, 10); int32_t L_1816 = V_7; int32_t L_1817; L_1817 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1816, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_1817; // aa = RL(aa + F1(bb, cc, dd) + X[8], 14) + ee; cc = RL(cc, 10); int32_t L_1818 = V_1; int32_t L_1819 = V_3; int32_t L_1820 = V_5; int32_t L_1821 = V_7; int32_t L_1822; L_1822 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_1819, L_1820, L_1821, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1823 = __this->get_X_15(); NullCheck(L_1823); int32_t L_1824 = 8; int32_t L_1825 = (L_1823)->GetAt(static_cast(L_1824)); int32_t L_1826; L_1826 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1818, (int32_t)L_1822)), (int32_t)L_1825)), ((int32_t)14), /*hidden argument*/NULL); int32_t L_1827 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1826, (int32_t)L_1827)); // aa = RL(aa + F1(bb, cc, dd) + X[8], 14) + ee; cc = RL(cc, 10); int32_t L_1828 = V_5; int32_t L_1829; L_1829 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1828, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_1829; // ee = RL(ee + F1(aa, bb, cc) + X[7], 6) + dd; bb = RL(bb, 10); int32_t L_1830 = V_9; int32_t L_1831 = V_1; int32_t L_1832 = V_3; int32_t L_1833 = V_5; int32_t L_1834; L_1834 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_1831, L_1832, L_1833, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1835 = __this->get_X_15(); NullCheck(L_1835); int32_t L_1836 = 7; int32_t L_1837 = (L_1835)->GetAt(static_cast(L_1836)); int32_t L_1838; L_1838 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1830, (int32_t)L_1834)), (int32_t)L_1837)), 6, /*hidden argument*/NULL); int32_t L_1839 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1838, (int32_t)L_1839)); // ee = RL(ee + F1(aa, bb, cc) + X[7], 6) + dd; bb = RL(bb, 10); int32_t L_1840 = V_3; int32_t L_1841; L_1841 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1840, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_1841; // dd = RL(dd + F1(ee, aa, bb) + X[6], 8) + cc; aa = RL(aa, 10); int32_t L_1842 = V_7; int32_t L_1843 = V_9; int32_t L_1844 = V_1; int32_t L_1845 = V_3; int32_t L_1846; L_1846 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_1843, L_1844, L_1845, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1847 = __this->get_X_15(); NullCheck(L_1847); int32_t L_1848 = 6; int32_t L_1849 = (L_1847)->GetAt(static_cast(L_1848)); int32_t L_1850; L_1850 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1842, (int32_t)L_1846)), (int32_t)L_1849)), 8, /*hidden argument*/NULL); int32_t L_1851 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1850, (int32_t)L_1851)); // dd = RL(dd + F1(ee, aa, bb) + X[6], 8) + cc; aa = RL(aa, 10); int32_t L_1852 = V_1; int32_t L_1853; L_1853 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1852, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_1853; // cc = RL(cc + F1(dd, ee, aa) + X[2], 13) + bb; ee = RL(ee, 10); int32_t L_1854 = V_5; int32_t L_1855 = V_7; int32_t L_1856 = V_9; int32_t L_1857 = V_1; int32_t L_1858; L_1858 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_1855, L_1856, L_1857, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1859 = __this->get_X_15(); NullCheck(L_1859); int32_t L_1860 = 2; int32_t L_1861 = (L_1859)->GetAt(static_cast(L_1860)); int32_t L_1862; L_1862 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1854, (int32_t)L_1858)), (int32_t)L_1861)), ((int32_t)13), /*hidden argument*/NULL); int32_t L_1863 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1862, (int32_t)L_1863)); // cc = RL(cc + F1(dd, ee, aa) + X[2], 13) + bb; ee = RL(ee, 10); int32_t L_1864 = V_9; int32_t L_1865; L_1865 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1864, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_1865; // bb = RL(bb + F1(cc, dd, ee) + X[13], 6) + aa; dd = RL(dd, 10); int32_t L_1866 = V_3; int32_t L_1867 = V_5; int32_t L_1868 = V_7; int32_t L_1869 = V_9; int32_t L_1870; L_1870 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_1867, L_1868, L_1869, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1871 = __this->get_X_15(); NullCheck(L_1871); int32_t L_1872 = ((int32_t)13); int32_t L_1873 = (L_1871)->GetAt(static_cast(L_1872)); int32_t L_1874; L_1874 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1866, (int32_t)L_1870)), (int32_t)L_1873)), 6, /*hidden argument*/NULL); int32_t L_1875 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_1874, (int32_t)L_1875)); // bb = RL(bb + F1(cc, dd, ee) + X[13], 6) + aa; dd = RL(dd, 10); int32_t L_1876 = V_7; int32_t L_1877; L_1877 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1876, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_1877; // aa = RL(aa + F1(bb, cc, dd) + X[14], 5) + ee; cc = RL(cc, 10); int32_t L_1878 = V_1; int32_t L_1879 = V_3; int32_t L_1880 = V_5; int32_t L_1881 = V_7; int32_t L_1882; L_1882 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_1879, L_1880, L_1881, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1883 = __this->get_X_15(); NullCheck(L_1883); int32_t L_1884 = ((int32_t)14); int32_t L_1885 = (L_1883)->GetAt(static_cast(L_1884)); int32_t L_1886; L_1886 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1878, (int32_t)L_1882)), (int32_t)L_1885)), 5, /*hidden argument*/NULL); int32_t L_1887 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1886, (int32_t)L_1887)); // aa = RL(aa + F1(bb, cc, dd) + X[14], 5) + ee; cc = RL(cc, 10); int32_t L_1888 = V_5; int32_t L_1889; L_1889 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1888, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_1889; // ee = RL(ee + F1(aa, bb, cc) + X[0], 15) + dd; bb = RL(bb, 10); int32_t L_1890 = V_9; int32_t L_1891 = V_1; int32_t L_1892 = V_3; int32_t L_1893 = V_5; int32_t L_1894; L_1894 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_1891, L_1892, L_1893, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1895 = __this->get_X_15(); NullCheck(L_1895); int32_t L_1896 = 0; int32_t L_1897 = (L_1895)->GetAt(static_cast(L_1896)); int32_t L_1898; L_1898 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1890, (int32_t)L_1894)), (int32_t)L_1897)), ((int32_t)15), /*hidden argument*/NULL); int32_t L_1899 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1898, (int32_t)L_1899)); // ee = RL(ee + F1(aa, bb, cc) + X[0], 15) + dd; bb = RL(bb, 10); int32_t L_1900 = V_3; int32_t L_1901; L_1901 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1900, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_1901; // dd = RL(dd + F1(ee, aa, bb) + X[3], 13) + cc; aa = RL(aa, 10); int32_t L_1902 = V_7; int32_t L_1903 = V_9; int32_t L_1904 = V_1; int32_t L_1905 = V_3; int32_t L_1906; L_1906 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_1903, L_1904, L_1905, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1907 = __this->get_X_15(); NullCheck(L_1907); int32_t L_1908 = 3; int32_t L_1909 = (L_1907)->GetAt(static_cast(L_1908)); int32_t L_1910; L_1910 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1902, (int32_t)L_1906)), (int32_t)L_1909)), ((int32_t)13), /*hidden argument*/NULL); int32_t L_1911 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1910, (int32_t)L_1911)); // dd = RL(dd + F1(ee, aa, bb) + X[3], 13) + cc; aa = RL(aa, 10); int32_t L_1912 = V_1; int32_t L_1913; L_1913 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1912, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_1913; // cc = RL(cc + F1(dd, ee, aa) + X[9], 11) + bb; ee = RL(ee, 10); int32_t L_1914 = V_5; int32_t L_1915 = V_7; int32_t L_1916 = V_9; int32_t L_1917 = V_1; int32_t L_1918; L_1918 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_1915, L_1916, L_1917, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1919 = __this->get_X_15(); NullCheck(L_1919); int32_t L_1920 = ((int32_t)9); int32_t L_1921 = (L_1919)->GetAt(static_cast(L_1920)); int32_t L_1922; L_1922 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1914, (int32_t)L_1918)), (int32_t)L_1921)), ((int32_t)11), /*hidden argument*/NULL); int32_t L_1923 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1922, (int32_t)L_1923)); // cc = RL(cc + F1(dd, ee, aa) + X[9], 11) + bb; ee = RL(ee, 10); int32_t L_1924 = V_9; int32_t L_1925; L_1925 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1924, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_1925; // bb = RL(bb + F1(cc, dd, ee) + X[11], 11) + aa; dd = RL(dd, 10); int32_t L_1926 = V_3; int32_t L_1927 = V_5; int32_t L_1928 = V_7; int32_t L_1929 = V_9; int32_t L_1930; L_1930 = RipeMD320Digest_F1_m460C83A3DAAF343CEB27EC769DA2D382B896473C(__this, L_1927, L_1928, L_1929, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1931 = __this->get_X_15(); NullCheck(L_1931); int32_t L_1932 = ((int32_t)11); int32_t L_1933 = (L_1931)->GetAt(static_cast(L_1932)); int32_t L_1934; L_1934 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1926, (int32_t)L_1930)), (int32_t)L_1933)), ((int32_t)11), /*hidden argument*/NULL); int32_t L_1935 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_1934, (int32_t)L_1935)); // bb = RL(bb + F1(cc, dd, ee) + X[11], 11) + aa; dd = RL(dd, 10); int32_t L_1936 = V_7; int32_t L_1937; L_1937 = RipeMD320Digest_RL_mA5A0A1F41C53E8A72663F70BEA0CFDD2F9BE8DC6(__this, L_1936, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_1937; // H0 += a; int32_t L_1938 = __this->get_H0_5(); int32_t L_1939 = V_0; __this->set_H0_5(((int32_t)il2cpp_codegen_add((int32_t)L_1938, (int32_t)L_1939))); // H1 += b; int32_t L_1940 = __this->get_H1_6(); int32_t L_1941 = V_2; __this->set_H1_6(((int32_t)il2cpp_codegen_add((int32_t)L_1940, (int32_t)L_1941))); // H2 += c; int32_t L_1942 = __this->get_H2_7(); int32_t L_1943 = V_4; __this->set_H2_7(((int32_t)il2cpp_codegen_add((int32_t)L_1942, (int32_t)L_1943))); // H3 += d; int32_t L_1944 = __this->get_H3_8(); int32_t L_1945 = V_6; __this->set_H3_8(((int32_t)il2cpp_codegen_add((int32_t)L_1944, (int32_t)L_1945))); // H4 += ee; int32_t L_1946 = __this->get_H4_9(); int32_t L_1947 = V_9; __this->set_H4_9(((int32_t)il2cpp_codegen_add((int32_t)L_1946, (int32_t)L_1947))); // H5 += aa; int32_t L_1948 = __this->get_H5_10(); int32_t L_1949 = V_1; __this->set_H5_10(((int32_t)il2cpp_codegen_add((int32_t)L_1948, (int32_t)L_1949))); // H6 += bb; int32_t L_1950 = __this->get_H6_11(); int32_t L_1951 = V_3; __this->set_H6_11(((int32_t)il2cpp_codegen_add((int32_t)L_1950, (int32_t)L_1951))); // H7 += cc; int32_t L_1952 = __this->get_H7_12(); int32_t L_1953 = V_5; __this->set_H7_12(((int32_t)il2cpp_codegen_add((int32_t)L_1952, (int32_t)L_1953))); // H8 += dd; int32_t L_1954 = __this->get_H8_13(); int32_t L_1955 = V_7; __this->set_H8_13(((int32_t)il2cpp_codegen_add((int32_t)L_1954, (int32_t)L_1955))); // H9 += e; int32_t L_1956 = __this->get_H9_14(); int32_t L_1957 = V_8; __this->set_H9_14(((int32_t)il2cpp_codegen_add((int32_t)L_1956, (int32_t)L_1957))); // xOff = 0; __this->set_xOff_16(0); // for (int i = 0; i != X.Length; i++) V_10 = 0; goto IL_20b8; } IL_20a8: { // X[i] = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1958 = __this->get_X_15(); int32_t L_1959 = V_10; NullCheck(L_1958); (L_1958)->SetAt(static_cast(L_1959), (int32_t)0); // for (int i = 0; i != X.Length; i++) int32_t L_1960 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_1960, (int32_t)1)); } IL_20b8: { // for (int i = 0; i != X.Length; i++) int32_t L_1961 = V_10; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1962 = __this->get_X_15(); NullCheck(L_1962); if ((!(((uint32_t)L_1961) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1962)->max_length))))))) { goto IL_20a8; } } { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::Copy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RipeMD320Digest_Copy_m26C1877A14F1F57419FF7C8F8ED78666AAF52420 (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new RipeMD320Digest(this); RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * L_0 = (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 *)il2cpp_codegen_object_new(RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23_il2cpp_TypeInfo_var); RipeMD320Digest__ctor_m18D675B2FCAE23A124CAE0F5700CEED979F5A74A(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD320Digest::Reset(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD320Digest_Reset_mFFEABA45FB7C23C7560C9C7C60A62030E3B33D9C (RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * __this, RuntimeObject* ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * V_0 = NULL; { // RipeMD320Digest d = (RipeMD320Digest)other; RuntimeObject* L_0 = ___other0; V_0 = ((RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 *)CastclassClass((RuntimeObject*)L_0, RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23_il2cpp_TypeInfo_var)); // CopyIn(d); RipeMD320Digest_t2C2A16F0E3C253750851E5C129F3FFB17E35EB23 * L_1 = V_0; RipeMD320Digest_CopyIn_mD303BB8EF89696746DBF3E1CFA8B55E625814235(__this, L_1, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 RoleMgr::get_roleCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RoleMgr_get_roleCount_m329AC306BF89921D7D0FFDFC388124AB0E634A78 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return roleNames.Length; IL2CPP_RUNTIME_CLASS_INIT(RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ((RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_StaticFields*)il2cpp_codegen_static_fields_for(RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var))->get_roleNames_0(); NullCheck(L_0); return ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); } } // System.ValueTuple`2 RoleMgr::GetRoleInfo(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t41B47E631447519CB24455313A59CCB07BF92125 RoleMgr_GetRoleInfo_mEB61342BE6997FDA75FFEB0711A8C947B9356C8C (int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_m7AB70CB55682784D8F4EC2C41A902BB06BFCBF38_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * G_B2_0 = NULL; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * G_B1_0 = NULL; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * G_B3_0 = NULL; { // Sprite sprite = GetAvatar(id); int32_t L_0 = ___id0; IL2CPP_RUNTIME_CLASS_INIT(RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var); Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * L_1; L_1 = RoleMgr_GetAvatar_m00BD9EB1217DB54B7B324F9A78DEB486E9070B0F(L_0, /*hidden argument*/NULL); // string nickname = null; V_0 = (String_t*)NULL; // if (IsRoleAvatar(id)) { int32_t L_2 = ___id0; bool L_3; L_3 = RoleMgr_IsRoleAvatar_m07C332E979BF5791306961EA29CAE4406BEB0FCE(L_2, /*hidden argument*/NULL); G_B1_0 = L_1; if (!L_3) { G_B2_0 = L_1; goto IL_001c; } } { // nickname = roleNames[id - 1]; IL2CPP_RUNTIME_CLASS_INIT(RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = ((RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_StaticFields*)il2cpp_codegen_static_fields_for(RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var))->get_roleNames_0(); int32_t L_5 = ___id0; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); String_t* L_7 = (L_4)->GetAt(static_cast(L_6)); V_0 = L_7; // } else { G_B3_0 = G_B1_0; goto IL_0027; } IL_001c: { // nickname = LoginMgr.myUserInfo.nickname; IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_8 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_8); String_t* L_9 = L_8->get_nickname_2(); V_0 = L_9; G_B3_0 = G_B2_0; } IL_0027: { // return (sprite, nickname); String_t* L_10 = V_0; ValueTuple_2_t41B47E631447519CB24455313A59CCB07BF92125 L_11; memset((&L_11), 0, sizeof(L_11)); ValueTuple_2__ctor_m7AB70CB55682784D8F4EC2C41A902BB06BFCBF38((&L_11), G_B3_0, L_10, /*hidden argument*/ValueTuple_2__ctor_m7AB70CB55682784D8F4EC2C41A902BB06BFCBF38_RuntimeMethod_var); return L_11; } } // System.Boolean RoleMgr::IsRoleAvatar(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RoleMgr_IsRoleAvatar_m07C332E979BF5791306961EA29CAE4406BEB0FCE (int32_t ___id0, const RuntimeMethod* method) { { // return id >= 1 && id <= 6; int32_t L_0 = ___id0; if ((((int32_t)L_0) < ((int32_t)1))) { goto IL_000c; } } { int32_t L_1 = ___id0; return (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)6))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_000c: { return (bool)0; } } // System.Int32 RoleMgr::GetAvatarListLen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RoleMgr_GetAvatarListLen_mC1B57889D4A928558C4C10E07D37B4DFE3571FD0 (const RuntimeMethod* method) { { // return 7 + 24; return ((int32_t)31); } } // UnityEngine.Sprite RoleMgr::GetAvatar(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * RoleMgr_GetAvatar_m00BD9EB1217DB54B7B324F9A78DEB486E9070B0F (int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_Load_TisSprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9_mD50714FA371E12743B01E971427E7BD2A2875413_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46753C57AC2A2236BAF8266742945DDCA925E3CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { // string path = "Textures/Avatar/"; V_0 = _stringLiteral46753C57AC2A2236BAF8266742945DDCA925E3CD; // if (id < 7) path += "Player" + id; int32_t L_0 = ___id0; if ((((int32_t)L_0) >= ((int32_t)7))) { goto IL_001f; } } { // if (id < 7) path += "Player" + id; String_t* L_1 = V_0; String_t* L_2; L_2 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___id0), /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_1, _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_0031; } IL_001f: { // else path += id - 7; String_t* L_4 = V_0; int32_t L_5 = ___id0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)7)); String_t* L_6; L_6 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_1), /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_4, L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_0031: { // return Resources.Load(path); String_t* L_8 = V_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * L_9; L_9 = Resources_Load_TisSprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9_mD50714FA371E12743B01E971427E7BD2A2875413(L_8, /*hidden argument*/Resources_Load_TisSprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9_mD50714FA371E12743B01E971427E7BD2A2875413_RuntimeMethod_var); return L_9; } } // System.Void RoleMgr::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoleMgr__ctor_m0FC938F1755D8D4E66A88395D3A7F359E919B952 (RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void RoleMgr::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoleMgr__cctor_m5344B4FF1E94252FE6F69D7E7A31AF3718169569 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B39E6D3DD6CB7CE0F44074C401A3D80863B7DEC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E2B5D8DF60F8E68D4CD5ECBD442523681DC5411); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56331EB12D226B1833816C99907321DCBE307C2E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A5629773567B1DDB82ABAAB48D84F062ACF17ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3571D4B460B94179ED42D962EBD729AD4484AD4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA2761AA598A98F11832AB6E9362E80079AAD08B); s_Il2CppMethodInitialized = true; } { // static string[] roleNames = {"????", "???", "???", "CHANEL", "Mimi", "????"}; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)6); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral5A5629773567B1DDB82ABAAB48D84F062ACF17ED); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteral5A5629773567B1DDB82ABAAB48D84F062ACF17ED); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral2E2B5D8DF60F8E68D4CD5ECBD442523681DC5411); (L_2)->SetAt(static_cast(1), (String_t*)_stringLiteral2E2B5D8DF60F8E68D4CD5ECBD442523681DC5411); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteralE3571D4B460B94179ED42D962EBD729AD4484AD4); (L_3)->SetAt(static_cast(2), (String_t*)_stringLiteralE3571D4B460B94179ED42D962EBD729AD4484AD4); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral56331EB12D226B1833816C99907321DCBE307C2E); (L_4)->SetAt(static_cast(3), (String_t*)_stringLiteral56331EB12D226B1833816C99907321DCBE307C2E); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteralFA2761AA598A98F11832AB6E9362E80079AAD08B); (L_5)->SetAt(static_cast(4), (String_t*)_stringLiteralFA2761AA598A98F11832AB6E9362E80079AAD08B); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral1B39E6D3DD6CB7CE0F44074C401A3D80863B7DEC); (L_6)->SetAt(static_cast(5), (String_t*)_stringLiteral1B39E6D3DD6CB7CE0F44074C401A3D80863B7DEC); ((RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_StaticFields*)il2cpp_codegen_static_fields_for(RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var))->set_roleNames_0(L_6); 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 RoleSelectView::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoleSelectView_Start_mA3E7F0DED68791ECE66B08890ACE90B9D0AD830E (RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B2_0 = NULL; PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B1_0 = NULL; { // PersistenHandler.ins?.menuBackCtr.views.Add(this); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_0 = ((PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields*)il2cpp_codegen_static_fields_for(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var))->get_ins_5(); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000b; } } { goto IL_001b; } IL_000b: { NullCheck(G_B2_0); MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * L_2 = G_B2_0->get_menuBackCtr_4(); NullCheck(L_2); List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * L_3 = L_2->get_views_0(); NullCheck(L_3); List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A(L_3, __this, /*hidden argument*/List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A_RuntimeMethod_var); } IL_001b: { // TopBarView.NeedShowIt(this); IL2CPP_RUNTIME_CLASS_INIT(TopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_il2cpp_TypeInfo_var); TopBarView_NeedShowIt_m1F6DDE3D6FA0AF27D1CF02079728CE67E7D80F35(__this, /*hidden argument*/NULL); // GlobalData.localPK_playerRoleIDs[0] = LoginMgr.myUserInfo.avatarID; IL2CPP_RUNTIME_CLASS_INIT(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->get_localPK_playerRoleIDs_1(); IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_5 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_5); int32_t L_6 = L_5->get_avatarID_1(); NullCheck(L_4); (L_4)->SetAt(static_cast(0), (int32_t)L_6); // RenderPlayer(0); RoleSelectView_RenderPlayer_m531E6742E8EC408B13F264960C5202E88FC5B8DC(__this, 0, /*hidden argument*/NULL); // RenderPlayer(1); RoleSelectView_RenderPlayer_m531E6742E8EC408B13F264960C5202E88FC5B8DC(__this, 1, /*hidden argument*/NULL); // } return; } } // System.Void RoleSelectView::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoleSelectView_OnDestroy_m9588F889A6DE5831BF8A030B480A0DF20D31F0F0 (RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B2_0 = NULL; PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B1_0 = NULL; { // PersistenHandler.ins?.menuBackCtr.views.Remove(this); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_0 = ((PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields*)il2cpp_codegen_static_fields_for(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var))->get_ins_5(); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000b; } } { goto IL_001c; } IL_000b: { NullCheck(G_B2_0); MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * L_2 = G_B2_0->get_menuBackCtr_4(); NullCheck(L_2); List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * L_3 = L_2->get_views_0(); NullCheck(L_3); bool L_4; L_4 = List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D(L_3, __this, /*hidden argument*/List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D_RuntimeMethod_var); } IL_001c: { // TopBarView.DontNeedShowIt(this); IL2CPP_RUNTIME_CLASS_INIT(TopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_il2cpp_TypeInfo_var); TopBarView_DontNeedShowIt_m1F9E6397732EE6B80C3D1CF77BA9BBBC1B32C7D5(__this, /*hidden argument*/NULL); // } return; } } // System.Boolean RoleSelectView::OnMenuBack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RoleSelectView_OnMenuBack_m226AC7C7C666A61971FA06D3AA5057166FA470C7 (RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_DestroyView_TisRoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E_m25C4C04FB462A19F5502786F33E5EEE9BAB45A70_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // ViewMgr.Instance.DestroyView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_0; L_0 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1; L_1 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_0); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_DestroyView_TisRoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E_m25C4C04FB462A19F5502786F33E5EEE9BAB45A70_RuntimeMethod_var, L_0, L_1); // return true; return (bool)1; } } // System.Void RoleSelectView::RenderPlayer(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoleSelectView_RenderPlayer_m531E6742E8EC408B13F264960C5202E88FC5B8DC (RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E * __this, int32_t ___playerIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_mED8C9575844B41F67CB4C2B13685FC0174CB61BC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&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*)&GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass4_0_U3CRenderPlayerU3Eb__0_mC534A2562A65187BD805E11E3760ABBB1F357726_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass4_0_U3CRenderPlayerU3Eb__1_m6C2C658B7AA75A1FC6BC5565478090B842C88778_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16A70DC8C790D0EFD53AE03FF23CB99D8B7A53CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral376E0EBF36DDF94B3FD31ADBE6EF926066EEC225); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE24C5BE9B741FFFA87D2A951BFE7EA0440461CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073 * V_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_1 = NULL; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; { U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073 * L_0 = (U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass4_0__ctor_m6282AF14F6F5EC063B9CA513C31C9E64BAB7208A(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073 * L_1 = V_0; NullCheck(L_1); L_1->set_U3CU3E4__this_0(__this); U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073 * L_2 = V_0; int32_t L_3 = ___playerIndex0; NullCheck(L_2); L_2->set_playerIndex_1(L_3); // Transform root = this.transform.Find("Player" + (playerIndex + 1)); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = L_5->get_playerIndex_1(); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); String_t* L_7; L_7 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_4), /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, L_7, /*hidden argument*/NULL); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_4, L_8, /*hidden argument*/NULL); V_1 = L_9; // int roleID = GlobalData.localPK_playerRoleIDs[playerIndex]; IL2CPP_RUNTIME_CLASS_INIT(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->get_localPK_playerRoleIDs_1(); U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073 * L_11 = V_0; NullCheck(L_11); int32_t L_12 = L_11->get_playerIndex_1(); NullCheck(L_10); int32_t L_13 = L_12; int32_t L_14 = (L_10)->GetAt(static_cast(L_13)); // if (!inited[playerIndex]) { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_15 = __this->get_inited_6(); U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073 * L_16 = V_0; NullCheck(L_16); int32_t L_17 = L_16->get_playerIndex_1(); NullCheck(L_15); int32_t L_18 = L_17; uint8_t L_19 = (uint8_t)(L_15)->GetAt(static_cast(L_18)); G_B1_0 = L_14; if (L_19) { G_B2_0 = L_14; goto IL_00b0; } } { // inited[playerIndex] = true; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_20 = __this->get_inited_6(); U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073 * L_21 = V_0; NullCheck(L_21); int32_t L_22 = L_21->get_playerIndex_1(); NullCheck(L_20); (L_20)->SetAt(static_cast(L_22), (bool)1); // Button left = root.Find("Left").GetComponent